~tcuthbert/wordpress/+git/openstack-objectstorage-k8s:php-opencloud-vendor

Last commit made on 2021-04-23
Get this branch:
git clone -b php-opencloud-vendor https://git.launchpad.net/~tcuthbert/wordpress/+git/openstack-objectstorage-k8s
Only Thomas Cuthbert can upload to this branch. If you are Thomas Cuthbert please log in for upload directions.

Branch merges

Branch information

Name:
php-opencloud-vendor
Repository:
lp:~tcuthbert/wordpress/+git/openstack-objectstorage-k8s

Recent commits

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

6cd9a18... by Thomas Cuthbert

Add type hints and fix the leaky Container name gathering abstraction

f6da98a... by Thomas Cuthbert

Tests for SwiftService and Container adapter classes

26d69ef... by Thomas Cuthbert

initial implementation for php-opencloud rewrite of wp objectstorage plugin