Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: merge main into shuttle-next #543

Merged
merged 111 commits into from
Dec 21, 2022

Commits on Oct 18, 2022

  1. feat(blog): add missing sqlx migration code to auth blog post (shuttl…

    …e-hq#408)
    
    * feat(blog): add missing sqlx migration code
    
    * fix: nit
    oddgrd authored Oct 18, 2022
    Configuration menu
    Copy the full SHA
    cf1b30c View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. misc: 0.7.0 (shuttle-hq#407)

    * misc: drop patches
    
    * infra: pin postgres to version 14
    
    * refactor: fix thruster example app name
    
    * infra: db_fqdn fix
    
    * tests: warp hello world
    chesedo authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    ac43016 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37755ca View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. fix: use correct timeout start point (shuttle-hq#410)

    * fix: use correct timeout start point
    
    * tweak health check frequency
    
    * fmt
    brokad authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    76f4fee View commit details
    Browse the repository at this point in the history
  2. feat(deployer): implement container memory limits (shuttle-hq#411)

    * feat(deployer): implement container memory limits
    
    * test: fix warp integration test
    oddgrd authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    607c3e1 View commit details
    Browse the repository at this point in the history
  3. bug: transport error when trying to connect to provisioner (shuttle…

    …-hq#416)
    
    * bug: keep provisioner connections alive
    
    * refactor: reduce scope provisioner client is running
    chesedo authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    e676715 View commit details
    Browse the repository at this point in the history
  4. feat: gateway admin revive (shuttle-hq#412)

    * feat: gateway admin command (revive)
    
    * fmt
    
    * clippy
    
    * refactor: revive deployers using GatewayService
    
    * tests: add ContextArgs
    
    * refactor: simplify passing around of fqdn
    
    * tests: update test archive
    
    * refactor: remove stray exec.rs file
    
    * refactor: unused is_error()
    
    Co-authored-by: chesedo <pieter@chesedo.me>
    brokad and chesedo authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    6e771c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8f7a341 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Article/beta article (shuttle-hq#420)

    * updated docs url
    
    * beta article w/ damiens corrections
    Ivan authored Oct 21, 2022
    Configuration menu
    Copy the full SHA
    b4149f2 View commit details
    Browse the repository at this point in the history
  2. Feat(www): shuttle beta signup (shuttle-hq#421)

    * feat(www): add beta signup form
    
    * feat: add formspree endpoint
    
    * feat: remove socials footer from beta page
    
    * feat: add dummy text above sign up form
    
    * feat: placeholder gif
    
    * feat: align dummy text left
    
    * feat: remove gif, add text
    
    * feat: update beta page text
    
    * feat: update the rest of the site
    oddgrd authored Oct 21, 2022
    Configuration menu
    Copy the full SHA
    1b983e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c05afc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c83baf View commit details
    Browse the repository at this point in the history
  5. bug: package Secrets.toml (shuttle-hq#422)

    * bug: package Secrets.toml
    
    * refactor: clippy suggestion
    chesedo authored Oct 21, 2022
    Configuration menu
    Copy the full SHA
    c222354 View commit details
    Browse the repository at this point in the history
  6. bug: big archives being cut off at 32 768 bytes (shuttle-hq#423)

    * refactor: set chunked header
    
    * refactor: don't send stream across threads
    
    Doing this is causing us to loose everything after 32 768 bytes. Don't
    know the reason why 🤷
    
    * refactor: fix health check
    
    * refactor: remove unused use
    chesedo authored Oct 21, 2022
    Configuration menu
    Copy the full SHA
    b00671d View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. chore: v0.7.1 (shuttle-hq#424)

    * chore: v0.7.1
    
    * chore: resources v0.7.1
    
    * docs: v0.7.1
    
    * tests: v0.7.1
    
    * tests: fix warp test
    
    * tests: fix warp test
    
    * tests: fix secrets e2e test
    
    * ci: remove hard coded DD env
    
    * misc: unintended shell changes
    
    * refactor: cargo check suggestion
    chesedo authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    65b71c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Configuration menu
    Copy the full SHA
    bc13eb7 View commit details
    Browse the repository at this point in the history
  2. refactor: do our own health checks on deployer containers (shuttle-hq…

    …#427)
    
    * refactor: do our own health checks on deployer containers
    
    We are doing this because the docker health checks eats up 25% of a
    single CPU core and we are spinning up many of these containers.
    
    https://www.reddit.com/r/docker/comments/b68r53/healtchecks_add_high_cpu_load/
    moby/moby#39102
    
    * refactor: clippy suggestion
    chesedo authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    fb623e7 View commit details
    Browse the repository at this point in the history
  3. bug: clear build folder before extracting (shuttle-hq#428)

    * refactor: make sure extract directory is created
    
    * tests: test build folder is cleared
    
    * bug: clear the build directory
    chesedo authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    0968b72 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Configuration menu
    Copy the full SHA
    f05fc2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4be3e5a View commit details
    Browse the repository at this point in the history
  3. feat: add captioned image component (shuttle-hq#440)

    * feat: add captioned image component
    
    * feat: update images
    
    * feat: add header caption
    
    * fix: quotes in header
    oddgrd authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    61987e2 View commit details
    Browse the repository at this point in the history
  4. www: post small tweaks (shuttle-hq#439)

    * a few tweaks to the article
    
    * feat: update gif
    
    Co-authored-by: oddgrd <29732646+oddgrd@users.noreply.github.com>
    brokad and oddgrd authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    a5b7634 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c7a13f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Feat/update contributing (shuttle-hq#426)

    * feat(docs): update contributing.md
    
    * feat(e2e): make e2e admin user unique
    
    * feat(e2e): clean up e2e test projects on test complete
    
    * feat(e2e): don't fail on superuser conflict
    
    * feat: add section about contributing to docs
    
    * feat: remove unwrap, add comment to drop impl
    
    * tests: update e2e test key
    
    Co-authored-by: chesedo <pieter@chesedo.me>
    oddgrd and chesedo authored Oct 28, 2022
    Configuration menu
    Copy the full SHA
    b430d21 View commit details
    Browse the repository at this point in the history
  2. chore: v0.7.2 (shuttle-hq#442)

    * chore: v0.7.2
    
    * chore: resources v0.7.2
    
    * docs: v0.7.2
    
    * misc: v0.7.2
    
    * misc: script to deploy all examples
    
    * misc: targets for publishing crates
    
    * misc: remove old scripts
    
    * misc: instructions for next steps
    
    * misc: get Cargo.lock changes
    
    * misc: update .PHONY
    
    * misc: show usage
    chesedo authored Oct 28, 2022
    Configuration menu
    Copy the full SHA
    b097d3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    566b9e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5fd6e40 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. feat: link the tracing spans between services (shuttle-hq#445)

    * ci: DD environments
    
    * refactor: try lowering broadcast channel for quicker feedback
    
    * refactor: propagate tracing across threads in deployer
    
    * refactor: propagate tracing between gateway and deployer
    
    * refactor: trace account name
    
    * refactor: associate project with each container
    
    * feat: trace and propagate proxy in gateway
    
    * feat: gateway record project
    
    * refactor: tracing use 'error' for errors
    
    * refactor: fix comment
    
    * refactor: drop recording unused field
    chesedo authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    c4f0837 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bfb1a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Add docker-compose extra flags param in Makefile (shuttle-hq#446)

    * Add docker-compose extra flags param
    
    * rename to avoid confusion
    brokad authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    c2499cb View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. misc: restructure repo (shuttle-hq#453)

    * misc: only run e2e on production
    
    * misc: move www to shuttle-hq/www repo
    
    * misc: move examples to shuttle-hq/examples repo
    
    * refactor: update links to examples repo
    
    * ci: remove checking fmt of examples
    
    * ci: checkout submodules
    chesedo authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    8a6efb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c848bf View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Configuration menu
    Copy the full SHA
    bd0c381 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d5e345 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    617bad0 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Configuration menu
    Copy the full SHA
    83cbccd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1eee6d View commit details
    Browse the repository at this point in the history
  3. feat: prefetch shuttle-service crates (shuttle-hq#461)

    * feat: prefetch shuttle-service crates
    
    * refactor: add comment to prepare.sh files
    chesedo authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    5fbf7c9 View commit details
    Browse the repository at this point in the history
  4. Feat: revive via gateway endpoint (shuttle-hq#460)

    * feat: revive via gateway api initial commit
    
    * feat: cleanup, document gateway testing
    
    * refactor: use post for revive endpoint
    
    Co-authored-by: Damien <damienbroka@mailbox.org>
    
    * feat: send task to global queue
    
    Co-authored-by: Damien <damienbroka@mailbox.org>
    oddgrd and brokad authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    88c877d View commit details
    Browse the repository at this point in the history
  5. feat: create a new admin cli binary crate (shuttle-hq#462)

    * feat: init shuttle-admin
    
    * feat: add args
    
    * feat: simple client
    
    * feat: read api_key
    
    * refactor: hook it all together
    
    * refactor: switch to post
    chesedo authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    7471c08 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    b6bd64c View commit details
    Browse the repository at this point in the history
  2. fix: add timeout to health checks (shuttle-hq#468)

    * fix: add timeout to health checks
    
    * Parameterise the timeout
    
    * rollback on inadvertent circleci change
    
    * misc: log out a warning when a task has been running for a long time
    
    * longer timeouts
    
    * Address review
    
    * Fmt
    brokad authored Nov 8, 2022
    Configuration menu
    Copy the full SHA
    b4055af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ab6c71 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. WIP feat: count recent start events before restart (shuttle-hq#469)

    * feat: count recent start events before restart
    
    * feat: try_collect and handle error in start counter
    
    * fix: clippy
    
    * refactor: gateway clippy
    oddgrd authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    3a98a47 View commit details
    Browse the repository at this point in the history
  2. feat: make deployer only answer its own project (shuttle-hq#466)

    * feat: make deployer only answer its own project
    
    * bug: use correct project name
    
    * refactor: make backwards compatible
    chesedo authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    001dbcf View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

  1. Configuration menu
    Copy the full SHA
    836c5f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. refactor: base client error off response status code (shuttle-hq#470)

    * refactor: base client error off response status code
    
    * Update common/src/models/error.rs
    
    Co-authored-by: Oddbjørn Grødem <29732646+oddgrd@users.noreply.github.com>
    
    * refactor: use tracing
    
    Co-authored-by: Oddbjørn Grødem <29732646+oddgrd@users.noreply.github.com>
    chesedo and oddgrd authored Nov 14, 2022
    Configuration menu
    Copy the full SHA
    3bcc683 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    e10f096 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. feat: add a custom domains admin route (shuttle-hq#473)

    Co-authored-by: Alex Krantz <alex@krantz.dev>
    chesedo and akrantz01 authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    7b80c45 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. bug: deployer freezes (shuttle-hq#478)

    * bug: reduce spawning to have deployer lock up less
    
    * refactor: don't return cargo logs
    chesedo authored Nov 17, 2022
    Configuration menu
    Copy the full SHA
    c3c0ced View commit details
    Browse the repository at this point in the history
  2. ci: green (shuttle-hq#482)

    * tests: allow longer time for build
    
    * refactor: trim dependencies on persist
    
    * refactor: clippy suggestion
    chesedo authored Nov 17, 2022
    Configuration menu
    Copy the full SHA
    74aeb46 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Configuration menu
    Copy the full SHA
    3bd6f0f View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Configuration menu
    Copy the full SHA
    d8fedbd View commit details
    Browse the repository at this point in the history
  2. refactor: more metrics (shuttle-hq#475)

    * feat: add more metric dimensions to deployer
    
    * feat: add more metric dimensions to gateway
    
    * refactor: common metrics code
    
    * refactor: forward account name
    
    * refactor: add backend feature to deployer
    
    * refactor: standardize naming
    
    * refactor: cargo sort
    chesedo authored Nov 21, 2022
    Configuration menu
    Copy the full SHA
    9a85dc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac06f5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b748493 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Configuration menu
    Copy the full SHA
    e3fb067 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Feature/support actix web (shuttle-hq#491)

    * Support actix-web: impl Service
    
    * Support actix-web: cli + boilerplate code
    
    * Support actix-web: add framework to doc comment
    
    * Support actix-web: add e2e test
    
    * Support actix-web: fmt
    
    * Support actix-web: sorting toml deps
    
    * Support actix-web: add actix-web to ci
    
    * Support actix-web: formatted boilerplate code for actix-web hello world example
    
    * Support actix-web: formatted boilerplate code for actix-web hello world example
    Support actix-web: update cargo lock zstd dep
    
    * Support actix-web: simplify example
    
    * Support actix-web: add test, change example dependency
    
    * fix: e2e test assert, reset example module
    
    Co-authored-by: maksim <maksim@blockchaincmdt.io>
    Co-authored-by: oddgrd <29732646+oddgrd@users.noreply.github.com>
    3 people authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    57ec829 View commit details
    Browse the repository at this point in the history
  2. Doc: Fix command to prime database with docker-compose (shuttle-hq#502)

    Signed-off-by: Federico Guerinoni <guerinoni.federico@gmail.com>
    
    Signed-off-by: Federico Guerinoni <guerinoni.federico@gmail.com>
    guerinoni authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    80f8e12 View commit details
    Browse the repository at this point in the history
  3. Doc: Improve contributing documentation (shuttle-hq#499)

    In the doc it mentions to go to subfolder of examples but it was not
    there :).
    
    Signed-off-by: Federico Guerinoni <guerinoni.federico@gmail.com>
    
    Signed-off-by: Federico Guerinoni <guerinoni.federico@gmail.com>
    guerinoni authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    c2fa52c View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. feat: static file support for a single folder (shuttle-hq#501)

    * feat: static-folder resource
    
    * refactor: make local client work
    
    * refactor: make local deployer work
    
    * feat: storage_manager
    
    * refactor: comments
    
    * refactor: remove unwraps and expects
    
    * refactor: update tests
    
    * refactor: clippy suggestion
    
    * refactor: update version
    
    * refactor: update readme
    
    * refactor: update comment
    
    * refactor: change public to static
    
    * ci: add static-folder
    
    * refactor: code fixes
    
    * refactor: update tests
    
    * refactor: update description
    
    Co-authored-by: Damien <damienbroka@mailbox.org>
    
    Co-authored-by: Damien <damienbroka@mailbox.org>
    chesedo and brokad authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    6c3025b View commit details
    Browse the repository at this point in the history
  2. ci: build binary (shuttle-hq#483)

    * ci: build binary
    
    * ci: make tar archive
    
    * ci: make GH draft release with artifacts
    
    * ci: add aarch64
    
    * ci: get version from tag
    
    * ci: rename to linux builds
    
    * ci: add windows
    
    * ci: add macos
    
    * ci: test all
    
    * ci: put all the artifacts under a command
    
    * ci: only on tagged
    
    * ci: restore old
    
    * ci: fix windows
    
    * ci: put archive in separate folder
    
    * ci: switch to tar
    
    * ci: restore old
    
    * refactor: better `cargo-binstall` support
    
    Co-authored-by: Isaiah Gamble <77396670+tsar-boomba@users.noreply.github.com>
    
    * refactor: binary name
    
    Co-authored-by: Isaiah Gamble <77396670+tsar-boomba@users.noreply.github.com>
    
    Co-authored-by: Isaiah Gamble <77396670+tsar-boomba@users.noreply.github.com>
    chesedo and tsar-boomba authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    6a551d1 View commit details
    Browse the repository at this point in the history
  3. feat: bump rust to 1.64, bump dependencies (shuttle-hq#495)

    * feat: bump rust to 1.64, correct contributing.md bug
    
    * feat: bump service deps, change example branch
    
    * fix: pin chrono to 4.22
    
    * chore: upgrade workspace dependencies
    
    * feat: remove aws-smithy-types
    
    ref: smithy-lang/smithy-rs#1760
    
    * feat: upgrade axum to 0.6 in common
    
    * feat: upgrade to axum 0.6.0 in deployer
    
    * feat: upgrade gateway to axum 0.6.0
    
    * feat: upgrde sqlx to 0.6.2 in gateway
    
    * feat: bump chrono to 0.4.23
    
    * feat: replace deprecated chrono functions in deployer
    
    * feat: bump chrono in common
    
    * feat: ignore actix integration test
    
    * feat: implement new state extractor in gateway
    oddgrd authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    961964a View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Configuration menu
    Copy the full SHA
    887dce4 View commit details
    Browse the repository at this point in the history
  2. feat: bump pinned rust version to 1.65 (shuttle-hq#504)

    * feat: bump pinned rust version to 1.65
    
     lockfile update is from binary dist PR shuttle-hq#483
    
    * ci: install newer protoc
    
    * fix: special module name warning
    
    * fix: clippy
    
    * feat: install newer protoc in dockerfile as well
    oddgrd authored Dec 2, 2022
    Configuration menu
    Copy the full SHA
    ca97f03 View commit details
    Browse the repository at this point in the history
  3. misc: env updates (shuttle-hq#509)

    * ci: update toolchain for binaries
    
    * misc: update dev environment
    
    * misc: remove patches from Cargo.lock
    chesedo authored Dec 2, 2022
    Configuration menu
    Copy the full SHA
    650e3f5 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. feat: make the folder configurable (shuttle-hq#508)

    * feat: make the folder configurable
    
    * Update resources/static-folder/README.md
    
    Co-authored-by: Damien <damienbroka@mailbox.org>
    
    Co-authored-by: Damien <damienbroka@mailbox.org>
    chesedo and brokad authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    3d5c55b View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Configuration menu
    Copy the full SHA
    8052e87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9d6d3e View commit details
    Browse the repository at this point in the history
  3. feat: add spinner wait for project new and project status --follow (

    shuttle-hq#503)
    
    Signed-off-by: Federico Guerinoni <guerinoni.federico@gmail.com>
    Co-authored-by: oddgrd <29732646+oddgrd@users.noreply.github.com>
    guerinoni and oddgrd authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    b597eef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c4eb94 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6bbda80 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. feat: find (soon to be) invalid project names (shuttle-hq#479)

    * feat: find (soon to be) invalid project names
    
    * refactor: move logic to admin client
    chesedo authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    2e6ac41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7525c7a View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. feat: build tests in release profile, limit build workers (shuttle-hq…

    …#514)
    
    * feat: build tests in release profile, limit build workers
    
    * fix: typo in manifests
    oddgrd authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    a37903a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    519ac04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a957063 View commit details
    Browse the repository at this point in the history
  4. Feat/set examples submodule to main (shuttle-hq#520)

    * feat: revert examples submodule back to main
    
    * feat: un-ignore actix tests
    oddgrd authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    bc7b339 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c19ea3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b9769e View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Configuration menu
    Copy the full SHA
    84250da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    489b925 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. feat(gateway,deployer): add more tracing events (shuttle-hq#500)

    * feat(deployer): add more tracing events
    
    * feat(gateway): add more tracing events
    akrantz01 authored Dec 13, 2022
    Configuration menu
    Copy the full SHA
    8387138 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18767f0 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. feat: 'clean' subcommand (shuttle-hq#530)

    * feat: 'clean' subcommand
    
    * refactor: output cleaning is done
    chesedo authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    8e93e87 View commit details
    Browse the repository at this point in the history
  2. Feat/set cpu limit (shuttle-hq#529)

    * feat: remove redundant actix worker limit
    
    * feat: remove redundant build job limit
    
    * feat: set cpu limit for deployer container
    
    * fix: limit actix worker and build jobs to 4
    oddgrd authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    5c9487d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d60f642 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e604b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae8ee01 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a7e7ed6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    24657bc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    027b50d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5ed12ad View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5d638dc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    84dd5fa View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0afa129 View commit details
    Browse the repository at this point in the history
  13. chore: bump cargo-shuttle to 0.8.1 (shuttle-hq#540)

    * chore: bump cargo-shuttle to 0.8.1
    
    * chore: cargo.lock
    oddgrd authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    998fff7 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Configuration menu
    Copy the full SHA
    b977c97 View commit details
    Browse the repository at this point in the history
  2. refactor: update manifests and lockfile

    implement workspace inheritance for runtime, and remove default-features from shuttle-service
    oddgrd committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    37d8908 View commit details
    Browse the repository at this point in the history
  3. refactor: fmt

    oddgrd committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    301933a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f19f872 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2022

  1. Configuration menu
    Copy the full SHA
    07ee34d View commit details
    Browse the repository at this point in the history
  2. fix: storage manager imports

    oddgrd committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    934ae62 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Configuration menu
    Copy the full SHA
    a971695 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fc5e27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    087911f View commit details
    Browse the repository at this point in the history
  4. fix: typo

    oddgrd committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    dca8a5f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    336fdea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b0ef7b9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    abf756a View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Configuration menu
    Copy the full SHA
    de8cf35 View commit details
    Browse the repository at this point in the history