-
Notifications
You must be signed in to change notification settings - Fork 26
[MISC] Hold database created hook for pg_hba changes #1002
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 16/edge #1002 +/- ##
===========================================
+ Coverage 72.16% 72.33% +0.17%
===========================================
Files 14 14
Lines 3693 3680 -13
Branches 525 524 -1
===========================================
- Hits 2665 2662 -3
+ Misses 829 821 -8
+ Partials 199 197 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
# Increment this PATCH version before using `charmcraft publish-lib` or reset | ||
# to 0 if you are raising the major API version | ||
LIBPATCH = 55 | ||
LIBPATCH = 52 |
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.
Setting to stale version, so we don't release this on the v0 track.
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.
Bump linting and dependency python to noble (3.12).
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.
Linting changes.
def _update_unit_status_on_blocking_endpoint_simultaneously(self): | ||
"""Clean up Blocked status if this is due related of multiple endpoints.""" | ||
if ( | ||
self.charm._has_blocked_status | ||
and self.charm.unit.status.message == ENDPOINT_SIMULTANEOUSLY_BLOCKING_MESSAGE | ||
and not self._check_multiple_endpoints() | ||
): | ||
self.charm.unit.status = ActiveStatus() |
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.
We no longer have multiple endpoints.
Port of canonical/postgresql-operator#959 from VM
Checklist