-
Notifications
You must be signed in to change notification settings - Fork 103
add missing "revision" parameter to addModel step. #1043
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
Merged
jujubot
merged 18 commits into
juju:master
from
Thanhphan1147:add_missing_revision_params_in_bundle_add_charms
Apr 23, 2024
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
da3287e
add missing "revision" parameter to addModel step.
Thanhphan1147 84d487a
Merge branch 'master' into add_missing_revision_params_in_bundle_add_…
Thanhphan1147 f50d247
update unit tests for new param
Thanhphan1147 46c58b0
Merge branch 'add_missing_revision_params_in_bundle_add_charms' of gi…
Thanhphan1147 b450bc6
sort import and add integration test
Thanhphan1147 a649d1f
add bundle with pinned revision test file
Thanhphan1147 2c4b8cd
refactor imports
Thanhphan1147 7dfcfd0
more import refactoring
Thanhphan1147 73c216d
add missing newline
Thanhphan1147 8ae928d
remove type-hint
Thanhphan1147 7748838
remove extra new line
Thanhphan1147 fcfa17d
Update tests/integration/test_model.py
Thanhphan1147 94f03d7
Update tests/integration/test_model.py
Thanhphan1147 cd01ce3
correct typo
Thanhphan1147 3bee871
Merge branch 'add_missing_revision_params_in_bundle_add_charms' of gi…
Thanhphan1147 bc84a16
use an old revision to avoid false-positives
Thanhphan1147 c8648b1
remove series as focal is not supported for rev7
Thanhphan1147 04f0e53
Merge branch 'master' into add_missing_revision_params_in_bundle_add_…
cderici File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| applications: | ||
| hello-juju: | ||
| charm: "hello-juju" | ||
| channel: latest/stable | ||
| revision: 7 | ||
| num_units: 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.