~pjdc/charm-k8s-mattermost/+git/charm-k8s-mattermost:body-size

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

06bc2e9... by Paul Collins

update ingress to handle uploads up to max_file_size

b75eae4... by Paul Collins

add minimal get_container and get_env_config helpers

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

d735446... by Paul Collins

use get_container only once

483e5e4... by Paul Collins

comment test rationale

13b606e... by Paul Collins

separate charm tests from helper tests

58b569d... by Paul Collins

tests

7f40c1a... by Tom Haddon

Bionic doesn't like spaces in version strings in tox lp#1883884

Reviewed-on: https://code.launchpad.net/~mthaddon/charm-k8s-mattermost/+git/charm-k8s-mattermost/+merge/385909
Reviewed-by: Paul Collins <email address hidden>

79454cf... by Tom Haddon

Remove unused and incorrect shebang from src/utils.py lp#1883881

Reviewed-on: https://code.launchpad.net/~mthaddon/charm-k8s-mattermost/+git/charm-k8s-mattermost/+merge/385910
Reviewed-by: Paul Collins <email address hidden>

2f00deb... by Paul Collins

use get_container when dealing with volumeConfig

49b4147... by Paul Collins

add minimal get_env_config helper

This removes the assumption that our container is always at index 0,
and opens the way to cleaner handling of multiple containers.