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(cargo-shuttle): better compression & handling of config files after init #1257

Merged
merged 10 commits into from
Sep 25, 2023

Conversation

jonaro00
Copy link
Member

@jonaro00 jonaro00 commented Sep 20, 2023

Description of change

  • Use higher level of gzip compression, so that more files can squeeze into the deployment request.
  • Update code for modifying config files after a cargo shuttle init.
  • Bump deps.
  • make cargo-clean for deep cleaning target directories.

How has this been tested? (if applicable)

Tested all changed code paths locally.

@jonaro00 jonaro00 force-pushed the fix/cargo-shuttle-tweaks branch from b569f8c to 043dd44 Compare September 24, 2023 11:15
@jonaro00 jonaro00 marked this pull request as ready for review September 24, 2023 12:22
@jonaro00 jonaro00 changed the title WIP: various cargo-shuttle improvements feat(cargo-shuttle): better compression & handling of config files after init Sep 24, 2023
Copy link
Contributor

@oddgrd oddgrd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, looks good!

cargo-shuttle/src/lib.rs Show resolved Hide resolved
@jonaro00 jonaro00 merged commit ce5f234 into shuttle-hq:main Sep 25, 2023
@jonaro00 jonaro00 deleted the fix/cargo-shuttle-tweaks branch September 25, 2023 14:51
iulianbarbu pushed a commit to GugaGongadze/shuttle that referenced this pull request Sep 27, 2023
…ter init (shuttle-hq#1257)

* use higher level of gzip compression

* make cargo-clean

* ignore .shuttle-storage in new projects

* nit

* comment

* fix: only remove the name field in Shuttle.toml

* append to gitignore instead of overwrite

* bump deps

* clippy

* nitpicks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants