~tcuthbert/charm-k8s-wordpress:additional_hostnames

Last commit made on 2021-01-14
Get this branch:
git clone -b additional_hostnames https://git.launchpad.net/~tcuthbert/charm-k8s-wordpress
Only Thomas Cuthbert can upload to this branch. If you are Thomas Cuthbert please log in for upload directions.

Branch merges

Branch information

Name:
additional_hostnames
Repository:
lp:~tcuthbert/charm-k8s-wordpress

Recent commits

53bdaae... by Thomas Cuthbert

Updates based on review feedback

    * split_additional_hostnames wasn't named very well, made it more
      generalised and updated it with a naming convention that properly describes its job.
    * Removed superfluous inline comment for the is_valid_config method.
    * Be consistent with the additional_hostnames variable name.
    * The test for additional_hostnames was flawed due to charm config
      not being restored.
    * Added a test for when additional_hostnames is empty.

73e5665... by Thomas Cuthbert

Fix the TLS make resources tests so they support additional hostnames

e81f94e... by Thomas Cuthbert

Support sites with multiple hostnames ie fridge.u.c / ubuntu-news.org

8ed66e1... by Tom Haddon

Fix docker entrypoint to work for bionic or focal

Reviewed-on: https://code.launchpad.net/~mthaddon/charm-k8s-wordpress/+git/charm-k8s-wordpress/+merge/396179
Reviewed-by: Laurent Sesques <email address hidden>

2fa252d... by Tom Haddon

Fix docker entrypoint to work for bionic or focal

f71d95f... by Tom Haddon

Add an action to retrieve initial password

Reviewed-on: https://code.launchpad.net/~mthaddon/charm-k8s-wordpress/+git/charm-k8s-wordpress/+merge/395982
Reviewed-by: Stuart Bishop <email address hidden>

0b3c464... by Tom Haddon

Fix merge conflicts

a169343... by Tom Haddon

Implement a MySQL database relation

The database connection details from the relation will
override any provided in the charm configuration.

Reviewed-on: https://code.launchpad.net/~stub/charm-k8s-wordpress/+git/charm-k8s-wordpress/+merge/395826
Reviewed-by: Stuart Bishop <email address hidden>

4930598... by Stuart Bishop

Docstrings

c2a1301... by Stuart Bishop

Fix tests