~mthaddon/postgresql-charm/+git/postgresql-charm:charmcraft

Last commit made on 2022-06-21
Get this branch:
git clone -b charmcraft https://git.launchpad.net/~mthaddon/postgresql-charm/+git/postgresql-charm
Only Tom Haddon can upload to this branch. If you are Tom Haddon please log in for upload directions.

Branch merges

Branch information

Recent commits

ac36ef3... by Tom Haddon

Clarify wheelhouse comment

679941e... by Tom Haddon

Add a charmcraft.yaml and pin dependencies so this can be built for xenial, bionic, focal

4bf4b9a... by Robert Gildein

Add compression-level option to charm config

Adding compression-level option to charm config.yaml. This will allow user
to configure the backup compression level.

Fixes: https://bugs.launchpad.net/postgresql-charm/+bug/1966097

Reviewed-on: https://code.launchpad.net/~rgildein/postgresql-charm/+git/postgresql-charm/+merge/419213
Reviewed-by: Tom Haddon <email address hidden>

eb952a4... by Robert Gildein

Add compression-level option to charm config

Adding compression-level option to charm config.yaml. This will allow user
to configure the backup compression level.

Fixes: https://bugs.launchpad.net/postgresql-charm/+bug/1966097

6cb9374... by Robert Gildein

Fix lint,unittest and path.py version in functest

Reviewed-on: https://code.launchpad.net/~rgildein/postgresql-charm/+git/postgresql-charm/+merge/419289
Reviewed-by: Tom Haddon <email address hidden>
Reviewed-by: Alvaro Uria <email address hidden>

ea6e227... by Robert Gildein

Fix lint,unittest and path.py version in functest

6f67536... by Hemanth Nakkina

Add pgaudit configs to pg_settings_x for postgresql 10,11,12

Reviewed-on: https://code.launchpad.net/~hemanth-n/postgresql-charm/+git/postgresql-charm/+merge/413940
Reviewed-by: Tom Haddon <email address hidden>

11dd47f... by Hemanth Nakkina

Fix regex to read extra_pg_config with dot in configuration parameters

Reviewed-on: https://code.launchpad.net/~hemanth-n/postgresql-charm/+git/postgresql-charm/+merge/413942
Reviewed-by: Tom Haddon <email address hidden>

66d9111... by Hemanth Nakkina

Fix regex to read extra_pg_config with dot

Fix regex to include parsing of dot in extra_pg_config
option.

Closes-Bug: #1956266

70d2b97... by Hemanth Nakkina

Add pgaudit configs to pg_settings_<ver>.json

Currently pgaudit settings are not added to cached pg_settings_<ver>
json files which are used for validation of schema. This patch
adds the pgaudit settings to the cached settings file.

Add pgaudit related settings by running postgres with pgaudit
locally and run lib/cache_settings.py. This should sync/update
the pg_settings_<ver>.json file with pgaudit settings and any
new updates.
Ensure to add only pgaudit configs and remove any new changes
since some of the settings have been modified manually.

Partial-Bug: #1956266