generated from canonical/template-operator
-
Notifications
You must be signed in to change notification settings - Fork 5
Add refresh v3 implementation #241
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
Merged
Changes from all commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
faf70a4
Add refresh v3 draft implementation
carlcsaposs-canonical db9b897
Simplify reconcile
carlcsaposs-canonical 85b1a1b
Add `self._reconcile_allowed` instead of exiting
carlcsaposs-canonical 4461680
Sync with K8s
carlcsaposs-canonical 461d501
Remove workload version set
carlcsaposs-canonical 26868e2
Include logger name in logs
carlcsaposs-canonical 1ee0c39
Update charm-refresh
carlcsaposs-canonical 20c5b45
Update charm_refresh
carlcsaposs-canonical 4ea0037
Use JSON schema
carlcsaposs-canonical a605bd4
Use released charm-refresh
carlcsaposs-canonical 858aa81
Update comment
carlcsaposs-canonical bc6c590
Check workload version
carlcsaposs-canonical 4d1c20e
Update data-platform-workflows to v32.0.0
carlcsaposs-canonical 197452c
Set charm refresh compatibility version from git tag
carlcsaposs-canonical d4de70b
Format
carlcsaposs-canonical 18c5292
Revert (for testing) "Set charm refresh compatibility version from gi…
carlcsaposs-canonical 2d5630d
Fix unit test mocks
carlcsaposs-canonical 8a06355
Format
carlcsaposs-canonical ba3dc3d
Increase numprocesses to workaround memory leak
carlcsaposs-canonical 8b6e123
Increase numprocesses to workaround memory leak
carlcsaposs-canonical ede703a
Set charm refresh compatibility version from git tag
carlcsaposs-canonical b8182a2
Revert (for testing) "Set charm refresh compatibility version from gi…
carlcsaposs-canonical 0b5e374
Revert testing changes
sinclert-canonical 25eb1eb
Fix unit tests
sinclert-canonical b3b182c
Fix unit tests [alternative]
sinclert-canonical 68208fe
Fix integration tests
sinclert-canonical c9708ad
[Temp] Disable charmcraft version build
sinclert-canonical fbafe74
[Temp] Hard-code charm version
sinclert-canonical 855a7bc
[Temp] Point to a refresh v3 channel
sinclert-canonical 01eebb1
update snap.py
carlcsaposs-canonical 8d4ee79
python min version for 22.04
carlcsaposs-canonical 307c520
simplify mock to not use charm-refresh private api
carlcsaposs-canonical fe6f7c8
Revert "[Temp] Hard-code charm version"
carlcsaposs-canonical 96b2365
Revert "[Temp] Disable charmcraft version build"
carlcsaposs-canonical eebc14a
Revert "Revert testing changes"
carlcsaposs-canonical 3d0a8fb
fix integration test
carlcsaposs-canonical f4e09c5
re-enable arm
carlcsaposs-canonical 5b9ea38
format
carlcsaposs-canonical 92bc960
actions.yaml
carlcsaposs-canonical c684fc3
bump charm-refresh
carlcsaposs-canonical 683c4ee
try reverting unit test and snap.py changes
carlcsaposs-canonical 101570d
test 8.0.41 branch
carlcsaposs-canonical 8ed68c3
temp debug
carlcsaposs-canonical b1a475f
Revert "temp debug"
carlcsaposs-canonical c41c284
Revert "try reverting unit test and snap.py changes"
carlcsaposs-canonical 1b6185c
Add missing mock
carlcsaposs-canonical ff5604e
Fix test timeout
carlcsaposs-canonical 16a3cbb
Format
carlcsaposs-canonical ef71408
Revert "Revert (for testing) "Set charm refresh compatibility version…
carlcsaposs-canonical e329db6
update comment
carlcsaposs-canonical c041ae6
Replace "upgrade" with "refresh"
carlcsaposs-canonical 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
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
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
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 was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Finally! THANK YOU!