lp://staging/~stub/charms/trusty/postgresql/built
Created by
Stuart Bishop
and last modified
- Get this branch:
- bzr branch lp://staging/~stub/charms/trusty/postgresql/built
Only
Stuart Bishop
can upload to this branch. If you are
Stuart Bishop
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Rejected
for merging
into
lp://staging/charms/trusty/postgresql
- Review Queue (community): Needs Fixing (automated testing)
- charmers: Pending requested
-
Diff: 21013 lines (+9084/-10450)120 files modified.build.manifest (+642/-0)
.bzrignore (+3/-0)
.gitignore (+7/-0)
Makefile (+94/-43)
actions.yaml (+5/-5)
charm-helpers.yaml (+4/-2)
config.yaml (+501/-604)
hooks/bootstrap.py (+0/-57)
hooks/charmhelpers/__init__.py (+0/-38)
hooks/charmhelpers/context.py (+0/-206)
hooks/charmhelpers/contrib/__init__.py (+0/-15)
hooks/charmhelpers/contrib/charmsupport/__init__.py (+0/-15)
hooks/charmhelpers/contrib/charmsupport/nrpe.py (+0/-360)
hooks/charmhelpers/coordinator.py (+0/-607)
hooks/charmhelpers/core/__init__.py (+0/-15)
hooks/charmhelpers/core/decorators.py (+0/-57)
hooks/charmhelpers/core/files.py (+0/-45)
hooks/charmhelpers/core/fstab.py (+0/-134)
hooks/charmhelpers/core/hookenv.py (+0/-816)
hooks/charmhelpers/core/host.py (+0/-510)
hooks/charmhelpers/core/services/__init__.py (+0/-18)
hooks/charmhelpers/core/services/base.py (+0/-353)
hooks/charmhelpers/core/services/helpers.py (+0/-267)
hooks/charmhelpers/core/strutils.py (+0/-42)
hooks/charmhelpers/core/sysctl.py (+0/-56)
hooks/charmhelpers/core/templating.py (+0/-72)
hooks/charmhelpers/core/unitdata.py (+0/-477)
hooks/charmhelpers/fetch/__init__.py (+0/-448)
hooks/charmhelpers/fetch/archiveurl.py (+0/-167)
hooks/charmhelpers/fetch/bzrurl.py (+0/-78)
hooks/charmhelpers/fetch/giturl.py (+0/-73)
hooks/charmhelpers/payload/__init__.py (+0/-17)
hooks/charmhelpers/payload/archive.py (+0/-73)
hooks/charmhelpers/payload/execd.py (+0/-66)
hooks/client.py (+0/-182)
hooks/config-changed (+0/-23)
hooks/coordinator-relation-changed (+18/-0)
hooks/coordinator-relation-departed (+18/-0)
hooks/coordinator.py (+0/-19)
hooks/data-relation-changed (+0/-23)
hooks/data-relation-departed (+0/-23)
hooks/db-admin-relation-changed (+0/-23)
hooks/db-admin-relation-departed (+0/-23)
hooks/db-relation-changed (+0/-23)
hooks/db-relation-departed (+0/-23)
hooks/decorators.py (+0/-124)
hooks/defaulthook.py (+18/-0)
hooks/definitions.py (+0/-87)
hooks/helpers.py (+0/-151)
hooks/hook.template (+19/-0)
hooks/install (+0/-23)
hooks/leader-elected (+0/-23)
hooks/leader-settings-changed (+0/-23)
hooks/local-monitors-relation-changed (+0/-23)
hooks/local-monitors-relation-departed (+18/-0)
hooks/master-relation-changed (+0/-23)
hooks/master-relation-departed (+0/-23)
hooks/metrics.py (+0/-64)
hooks/nagios.py (+0/-84)
hooks/nrpe-external-master-relation-changed (+0/-23)
hooks/nrpe-external-master-relation-departed (+18/-0)
hooks/postgresql.py (+0/-693)
hooks/relations/block-storage/provides.py (+25/-0)
hooks/relations/syslog/provides.py (+73/-0)
hooks/replication-relation-changed (+0/-23)
hooks/replication-relation-departed (+0/-23)
hooks/replication.py (+0/-324)
hooks/service.py (+0/-948)
hooks/start (+0/-23)
hooks/stop (+0/-23)
hooks/storage.py (+0/-109)
hooks/syslog-relation-changed (+0/-23)
hooks/syslog-relation-departed (+0/-23)
hooks/syslogrel.py (+0/-72)
hooks/update-status (+19/-0)
hooks/upgrade-charm (+0/-24)
hooks/upgrade.py (+0/-121)
hooks/wal_e.py (+0/-129)
layer.yaml (+19/-0)
lib/charms/__init__.py (+2/-0)
lib/charms/apt.py (+180/-0)
lib/charms/coordinator.py (+135/-0)
lib/charms/layer/__init__.py (+21/-0)
lib/charms/layer/basic.py (+122/-0)
lib/charms/leadership.py (+58/-0)
lib/everyhook.py (+44/-0)
lib/pg_settings_9.5.json (+3145/-0)
lib/pgclient/hooks/hooks.py (+5/-6)
lib/pgdg.key (+39/-15)
lib/preflight.py (+39/-0)
lib/reactive/__init__.py (+30/-0)
lib/relations/__init__.py (+28/-0)
metadata.yaml (+35/-71)
reactive/__init__.py (+2/-0)
reactive/apt.py (+98/-0)
reactive/coordinator.py (+71/-0)
reactive/leadership.py (+68/-0)
reactive/postgresql/client.py (+235/-0)
reactive/postgresql/helpers.py (+120/-0)
reactive/postgresql/metrics.py (+74/-0)
reactive/postgresql/nagios.py (+103/-0)
reactive/postgresql/postgresql.py (+701/-0)
reactive/postgresql/preflight.py (+112/-0)
reactive/postgresql/replication.py (+485/-0)
reactive/postgresql/service.py (+900/-0)
reactive/postgresql/storage.py (+122/-0)
reactive/postgresql/syslog.py (+38/-0)
reactive/postgresql/upgrade.py (+118/-0)
reactive/postgresql/wal_e.py (+152/-0)
reactive/workloadstatus.py (+63/-0)
requirements.txt (+11/-0)
scripts/pgkillidle.py (+114/-0)
templates/postgres.cron.tmpl (+5/-0)
templates/rsyslog_forward.conf (+3/-3)
testing/amuletfixture.py (+1/-1)
tests/obsolete.py (+0/-963)
tests/test_integration.py (+40/-24)
tests/test_pg_hba_conf.py (+6/-3)
tests/test_postgresql.py (+45/-37)
tox.ini (+13/-0)
Branch information
- Owner:
- Stuart Bishop
- Status:
- Development
Recent revisions
- 166. By Stuart Bishop
-
charm build of git+ssh://<email address hidden>
/~stub/ charms/ +source/ postgresql: master - 163. By Stuart Bishop
-
charm build of git+ssh://<email address hidden>
/~stub/ charms/ +source/ postgresql: layered - 162. By Stuart Bishop
-
charm build of git+ssh://<email address hidden>
/~stub/ charms/ +source/ postgresql: layered - 161. By Stuart Bishop
-
charm build of git+ssh://<email address hidden>
/~stub/ charms/ +source/ postgresql: layered - 160. By Stuart Bishop
-
charm build of git+ssh://<email address hidden>
/~stub/ charms/ +source/ postgresql: layered - 159. By Stuart Bishop
-
charm build of git+ssh://<email address hidden>
/~stub/ charms/ +source/ postgresql: layered - 158. By Stuart Bishop
-
charm build of git+ssh://<email address hidden>
/~stub/ charms/ +source/ postgresql: layered
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/charms/postgresql