generated from canonical/template-operator
-
Notifications
You must be signed in to change notification settings - Fork 5
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
[DPE-3049] templated config #186
Merged
Merged
Changes from 55 commits
Commits
Show all changes
61 commits
Select commit
Hold shift + click to select a range
fcd5ba5
Generate templated cfg side by side
dragomirp fc39f5e
Merge branch 'main' into dpe-3049-templated-config
dragomirp 2841636
Templated config WIP
dragomirp ca23974
Disable unit tests
dragomirp c263581
Legacy templating WIP
dragomirp bf52697
Fix TLS
dragomirp a58f334
Legacy admins
dragomirp 496363b
Cleanup
dragomirp c658f3b
Remove update method
dragomirp 4591d3e
Cleanup
dragomirp 4fbbeea
Merge branch 'main' into dpe-3049-templated-config
dragomirp d501205
Linting
dragomirp 34fdbd7
Restart on peer change
dragomirp c3c8f13
Full restart on peer change
dragomirp f0f945b
Revert "Full restart on peer change"
dragomirp 8f0a651
Avoid early finalising of the new interface
dragomirp 2118cd8
Try to suppress non leader warnings
dragomirp ae3e9a1
Fix port change
dragomirp 6cb7a60
Redundant rerener
dragomirp d82626e
Merge branch 'main' into dpe-3049-templated-config
dragomirp a11417c
Merge branch 'main' into dpe-3049-templated-config
dragomirp 53951bb
Merge branch 'main' into dpe-3049-templated-config
dragomirp 9cff0f2
Unify check_backend
dragomirp 5e6e8a4
Disable constant defers
dragomirp 148e6af
Merge branch 'main' into dpe-3049-templated-config
dragomirp 1821b03
Defer instead of ignore
dragomirp 98e57bd
Don't wait for retries
dragomirp a974c09
Filter database
dragomirp f852a19
[charm] Update charm dependencies
renovate[bot] 66698e3
Remove flag
dragomirp 6427c8f
Reset flag
dragomirp 12cc43a
Defer _on_change
dragomirp 3fff3ba
Filter out new relation
dragomirp a397564
Put mapping in peer data
dragomirp 79606f9
Str rel ids
dragomirp 1cf18eb
Update read only endpoints on peer drift
dragomirp 0220e21
Merge branch 'main' into dpe-3049-templated-config
dragomirp 27b9698
Only one db per rel
dragomirp 8a6da31
Missed dynamic params
dragomirp d7b5107
Suppress log error
dragomirp 711aa52
Restore auth file on pebble ready
dragomirp ff8c7ea
Don't read auth file
dragomirp 3a369a5
Removing PgbConfig
dragomirp 500a33b
Reenable only working tests
dragomirp a2d7548
Add tests WIP
dragomirp 826c597
Merge remote-tracking branch 'origin/renovate/charm-dependencies' int…
dragomirp 3f33744
Don't render the dict
dragomirp 2a80cda
Upgrade tweaks
dragomirp 57c6d4c
Restoring unit tests
dragomirp 19b13e1
Try not to rerender on legacy rel change
dragomirp b40fcd1
Restore rerender on legacy rel change
dragomirp be16f35
Restoring tests
dragomirp 6928cf3
Container check in _on_config_change
dragomirp 6d05a31
Dead code
dragomirp dad32fd
Unit tests
dragomirp e28fd8c
Merge branch 'main' into dpe-3049-templated-config
dragomirp 3620aa4
Bump coveage
dragomirp 4426e8f
Don't raise on blocked
dragomirp b5f1623
Merge branch 'main' into dpe-3049-templated-config
dragomirp dac81ad
Switch status
dragomirp 3a2dbbc
Don't update libjuju
dragomirp 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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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.
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.
Do we want to salvage anything else from here?