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: add settings models for bootstrap commands #46

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

piyush-jena
Copy link
Contributor

@piyush-jena piyush-jena commented Jul 31, 2024

Issue #, if available:

Description of changes:
This PR contains the following changes:

  1. settings sdk changes for supporting settings.bootstrap-commands in bottlerocket.
  2. Modified deny.toml to get a successful build. BSD-2 license and multiple versions of crates were allowed. Currently the repository doesn't have a Cargo.lock file which means there is no control over the dependency tree.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

The change in deny.toml will be done in a separate commit after the code review and before merging.

Copy link
Contributor

@cbgbt cbgbt left a comment

Choose a reason for hiding this comment

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

As a tip, you can run make build locally to emulate what the CI will do in this repo. Seems like there are a few changes it wants you to make (cargo fmt).

Copy link
Contributor

@cbgbt cbgbt left a comment

Choose a reason for hiding this comment

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

Nice work!

bottlerocket-settings-models/modeled-types/src/shared.rs Outdated Show resolved Hide resolved
bottlerocket-settings-models/modeled-types/src/shared.rs Outdated Show resolved Hide resolved
deny.toml Outdated Show resolved Hide resolved
@piyush-jena piyush-jena force-pushed the develop branch 2 times, most recently from f52f12e to 3fcb025 Compare August 8, 2024 01:01
deny.toml Outdated Show resolved Hide resolved
deny.toml Outdated Show resolved Hide resolved
bottlerocket-settings-models/modeled-types/src/shared.rs Outdated Show resolved Hide resolved
bottlerocket-settings-models/modeled-types/src/shared.rs Outdated Show resolved Hide resolved
bottlerocket-settings-models/modeled-types/src/shared.rs Outdated Show resolved Hide resolved
bottlerocket-settings-models/modeled-types/src/shared.rs Outdated Show resolved Hide resolved
@piyush-jena piyush-jena force-pushed the develop branch 5 times, most recently from 25fc51d to a91bd13 Compare August 12, 2024 10:02
Copy link
Contributor

@bcressey bcressey left a comment

Choose a reason for hiding this comment

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

Looks pretty close. If you rebase on develop, will that fix the build error?

@piyush-jena piyush-jena force-pushed the develop branch 7 times, most recently from 329e1e7 to b2e00ad Compare August 19, 2024 02:05
@piyush-jena piyush-jena force-pushed the develop branch 5 times, most recently from fba416f to c1409e9 Compare August 27, 2024 20:23
Copy link
Contributor

@cbgbt cbgbt left a comment

Choose a reason for hiding this comment

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

Nice work!

@piyush-jena piyush-jena force-pushed the develop branch 2 times, most recently from 27d1e78 to d5e6e6b Compare August 28, 2024 20:11
@piyush-jena piyush-jena changed the title Settings and Models for Bootstrap Commands feat: add settings models for bootstrap commands Aug 28, 2024
@piyush-jena piyush-jena merged commit d1eee00 into bottlerocket-os:develop Sep 4, 2024
2 checks passed
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.

6 participants