~jjg1992/juju:registration_string

Last commit made on 2018-12-19
Get this branch:
git clone -b registration_string https://git.launchpad.net/~jjg1992/juju
Only John Joseph Gallacher can upload to this branch. If you are John Joseph Gallacher please log in for upload directions.

Branch merges

Branch information

Name:
registration_string
Repository:
lp:~jjg1992/juju

Recent commits

8c06a07... by Giuseppe Petralia

Add unit test and integration tests for registration string.

f1f2bc2... by Giuseppe Petralia

Decode the base64 string containing the secret-key

629f673... by Giuseppe Petralia

Add generation of registration string from RegistrationInfo data structure

45218af... by Giuseppe Petralia

Add registration string to add_user result.
Add to controller reset user password

2acbdc4... by Cory Johns

Add test case for redirect during connect (#275)

* Add test case for redirect during connect

This currently fails, as the websockets library doesn't handle redirects
as per https://tools.ietf.org/html/rfc6455.html#section-4.2.2

* Make tests use fork of websockets library to fix test for redirects

35fb43e... by Cory Johns

Implement App.get_resources and pinned resources in bundles (#278)

Fixes #273

b5ba51a... by Cory Johns

Bump version and changelog for release

7a73a0a... by Cory Johns

Fix bundles with subordinates for Juju <2.5 (#277)

* Fix bundles with subordinates for Juju <2.5

The support for 2.5 introduced a regression for subordinate applications
in bundles for older versions of Juju, due to the incorrect default
method arg value.

Fixes #276

* Fix dumb lint errors in test

a0f950f... by Cory Johns

Bump version and changelog for release

01125e2... by Cory Johns

Updates for new Juju version (#274)

Update schema and bundle handling to account for changes in latest (2.5-rc1) version of Juju, as well as fixing some lint errors caused by a new release of flake8.

Fixes #255
Fixes #272