~canonical-sysadmins/wordpress/+git/openstack-objectstorage-k8s:master

Last commit made on 2021-04-27
Get this branch:
git clone -b master https://git.launchpad.net/~canonical-sysadmins/wordpress/+git/openstack-objectstorage-k8s
Members of The Canonical Sysadmins can upload to this branch. Log in for directions.

Branch merges

Branch information

Recent commits

b6f5f50... by Thomas Cuthbert

Vendor update for 2e1aac1: Replace legacy OpenStack dependency with php-opencloud, update PHPUnit

2e1aac1... by Thomas Cuthbert

Replace legacy OpenStack dependency with php-opencloud, update PHPUnit

Reviewed-on: https://code.launchpad.net/~tcuthbert/wordpress/+git/openstack-objectstorage-k8s/+merge/401709
Reviewed-by: Joel Sing <email address hidden>

fd41efd... by Thomas Cuthbert

Replace legacy OpenStack dependency with php-opencloud, update PHPUnit.

Reviewed-on: https://code.launchpad.net/~tcuthbert/wordpress/+git/openstack-objectstorage-k8s/+merge/401436
Reviewed-by: Joel Sing <email address hidden>

554d4aa... by Thomas Cuthbert

Replace legacy OpenStack dependency with php-opencloud, update PHPUnit

8c52c64... by Thomas Cuthbert

Updates based off review

    * Fix docstring typos.
    * Fold the create container response for readability.
    * Remove unnecessary else return statement in swift client initaliser.
    * Make it so swift client initaliser always logs on an empty client object.
    * Reformat the settings view post_vars vertically for readability.

3efe7f1... by Thomas Cuthbert

Turns out PHPUnit requires each class to be tested in discrete unit test files

2686de5... by Thomas Cuthbert

Remove another type hint that I missed

bb5ab29... by Thomas Cuthbert

Fix syntax error calling the wrong find all containers method

133b7bf... by Thomas Cuthbert

type hinting doesn't seem to work for properties with the container's php version

28533a1... by Thomas Cuthbert

Provide better local var names for swift object creation