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

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

74ad5b1... by Paul Collins

our dicts all have str keys

16c3b86... by Paul Collins

add type annotations

860d9a2... by Paul Collins

_set_state: dict values can be None

6358bf6... by Paul Collins

prep for typing

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