~pjdc/charm-k8s-mattermost/+git/charm-k8s-mattermost:email

Last commit made on 2020-06-09
Get this branch:
git clone -b email https://git.launchpad.net/~pjdc/charm-k8s-mattermost/+git/charm-k8s-mattermost
Only Paul Collins can upload to this branch. If you are Paul Collins please log in for upload directions.

Branch merges

Branch information

Recent commits

b3cc0a3... by Paul Collins

add smtp_host setting

7146400... by Paul Collins

add push notification settings, disabled by default

36dfcba... by Paul Collins

ensure pods are recycled when the licence changes

Reviewed-on: https://code.launchpad.net/~pjdc/charm-k8s-mattermost/+git/charm-k8s-mattermost/+merge/385324
Reviewed-by: Stephen Muss <email address hidden>

d5bceda... by Paul Collins

ensure pods are recycled when the licence changes

We do this by adding a crc32 of the licence contents to the name of the secret.
Since this is referred to by the pod spec, changing the secret will change the
pod spec, which will cause new pods to be spawned, which will cause Mattermost
to read and update the licence.

46dd8ad... by Paul Collins

disable non-SSO login methods when SSO is enabled

Reviewed-on: https://code.launchpad.net/~pjdc/charm-k8s-mattermost/+git/charm-k8s-mattermost/+merge/385323
Reviewed-by: Haw Loeung <email address hidden>

ce66b1a... by Paul Collins

disable non-SSO login methods when SSO is enabled

2744bd0... by Paul Collins

add sso setting

Reviewed-on: https://code.launchpad.net/~pjdc/charm-k8s-mattermost/+git/charm-k8s-mattermost/+merge/385164

c9a699e... by Paul Collins

compose consumer URL based on site_url

fd9ac09... by Paul Collins

README.md: typo

2c04909... by Paul Collins

add readiness probe

Reviewed-on: https://code.launchpad.net/~pjdc/charm-k8s-mattermost/+git/charm-k8s-mattermost/+merge/385157
Reviewed-by: Tom Haddon <email address hidden>