~pjdc/charm-k8s-mattermost/+git/charm-k8s-mattermost:canonical-defaults

Last commit made on 2020-06-11
Get this branch:
git clone -b canonical-defaults 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

Name:
canonical-defaults
Repository:
lp:~pjdc/charm-k8s-mattermost/+git/charm-k8s-mattermost

Recent commits

3b394f0... by Paul Collins

document enabling personal access tokens for all users by default

1abc0a3... by Paul Collins

add separate primary_team setting

676cf79... by Paul Collins

add use_canonical_defaults setting

44d3420... by Paul Collins

add smtp_host setting

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

3162fdc... by Paul Collins

add push notification settings, disabled by default

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

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>