-
Notifications
You must be signed in to change notification settings - Fork 7
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
CSS-4744 - Merge main forward into feature-rebac #984
Merged
Merged
Changes from all commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
543c5bd
Minor fix for the jimmctl model-status command.
alesstimec 263d447
Local dev env (#867)
ale8k bc3d053
Merge branch 'main' into cmd-model-status-fix-01
alesstimec 0b819ad
Merge pull request #862 from alesstimec/cmd-model-status-fix-01
alesstimec b545d24
Refactor the add model method.
alesstimec 95a6add
Merge branch 'main' into refactor-jimm-add-model
alesstimec 714ba39
Merge pull request #903 from alesstimec/refactor-jimm-add-model
alesstimec 8888bab
Removed push from ci workflow.
alesstimec a7e48c6
Merge pull request #908 from alesstimec/workflows-ci-remove-push
alesstimec df9f601
check and remove jimm snap during upgrades
32097b1
Merge pull request #910 from tcuthbert/fix_snap_upgrade
alesstimec b2111b5
Update to Juju 2.9.42 and some compatibility changes.
alesstimec 65473ed
Merge pull request #914 from alesstimec/update-to-juju-2.9.42
alesstimec bccb20b
Fix add-controller (#923)
ale8k 53fb047
Adds Sphinx documentation according to the Diataxis framework.
alesstimec 0e03b29
Merge branch 'main' into sphinx-documentation
alesstimec 445db94
Merge pull request #927 from alesstimec/sphinx-documentation
alesstimec 735537b
Tutorial on group and access management.
alesstimec 805eee4
Merge pull request #929 from alesstimec/docs-group-management
alesstimec 9efc548
Fix for compose and updated instructions (#943)
kian99 7fc363a
Updated to juju 3.1.4
alesstimec f60f4a5
Merge pull request #959 from alesstimec/update-juju-3.1.4
alesstimec 4c544b6
Switches machine charm to data platform libs.
alesstimec df43a22
Merge pull request #962 from alesstimec/machine-charm-data-platform-l…
alesstimec 65d37d4
backport ci/cd and supporting files (#963)
kian99 5a2af0d
Css 4587 backport generic fixes (#965)
kian99 46c42ea
Css 4116/backport crossmodel queries (#964)
ale8k 3677f62
Fix for vault image (#967)
kian99 093b9ff
Removed documentation folder (#966)
kian99 cec35fe
Backport working workflows from feature-rebac (#975)
kian99 ba68eaa
Backported workflow fixes from feature-rebac (#980)
kian99 6deb07a
Backports charm changes from feature-rebac into main.
alesstimec ffb8099
Minor tweaks
kian99 027864c
Fix for the dashboard relation.
alesstimec ba3065d
Merge pull request #4 from kian99/ales-backport-2
alesstimec a34498c
Fix for the dashboard relation.
alesstimec b8373d8
Merge pull request #982 from alesstimec/backport-charm-changes-from-f…
alesstimec ea0af4f
Merged main and removed conflicts
kian99 1700cee
Added build tag to include version info in Docker build (#983)
kian99 0346934
k8s charm: Fix for the vault relation.
alesstimec 36c3016
Merge pull request #985 from alesstimec/k8s-charm-vault-relation-fix
alesstimec cbd413a
Merge branch 'main' into merge-main-forward
kian99 c4791fb
Updated pydantic requirement
kian99 304ff29
Pin pydantic version (#987)
kian99 afd1613
General fixes after QA
alesstimec 73c3379
Merge pull request #988 from alesstimec/general-fixes-after-qa-01
alesstimec 87f6d69
JIMM k8s charm fixes (#989)
kian99 842c07a
Fix for dashboard file (#993)
kian99 0883ba6
Merged main and fixed conflicts
kian99 2374232
Merged feature-rebac
kian99 3395a75
Merge branch 'feature-rebac' into merge-main-forward
kian99 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 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 |
---|---|---|
|
@@ -29,6 +29,7 @@ tmp_dir = "tmp" | |
|
||
[log] | ||
time = false | ||
main_only = true | ||
|
||
[misc] | ||
clean_on_exit = false | ||
|
This file contains 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 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 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 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 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 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 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 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 |
---|---|---|
|
@@ -3,5 +3,5 @@ Jinja2 >= 2.11.3 | |
ops >= 2.0.0 | ||
charmhelpers >= 0.20.22 | ||
hvac >= 0.11.0 | ||
pydantic == 1.10 | ||
pydantic == 1.10.* | ||
cosl |
This file contains 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 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 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 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 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 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 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.
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.
Not sure I should be editing this file manually? But we're waiting on this PR to fix it canonical/grafana-agent-k8s-operator#215
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.
I think manual is fine for now, I suspect if you fetch lib again it'll overwrite it