~bjornt/maas:refresh-credendtials-fix

Last commit made on 2021-06-24
Get this branch:
git clone -b refresh-credendtials-fix https://git.launchpad.net/~bjornt/maas
Only Björn Tillenius can upload to this branch. If you are Björn Tillenius please log in for upload directions.

Branch merges

Branch information

Name:
refresh-credendtials-fix
Repository:
lp:~bjornt/maas

Recent commits

eeec4f9... by Björn Tillenius

Fix test failures.

556a605... by Björn Tillenius

Pass Credentials() rather than a dict in refresh().

maas_api_helpers was refactored not to use plain dicts anymore, but
refresh() wasn't updated to reflect the change.

No tests were failing, since they all mocked at a very high level. I
changed one test to mock at the urlopen level instead, which should
catch issues like this in the future.

I also removed some tests that now are redundant, and changed other
tests to check only what the test is focused on.

d54460b... by Caleb Ellis

Update maas-ui to 0b55819
feat(ui): add saga for updating a DNS resource then updating the record (#2826)

* feat(ui): add saga for updating a DNS resource then updating the record

* Add additional types for next actions.

Co-authored-by: Huw Wilkins <email address hidden>

f62c6a8... by Bill Wear

Update maas-offline-docs to 8a80b78
Fix navigation link to call out 3.0 (links already changed to point to 3.0, but 'Whats new in 2.9' was missed)

4c02c80... by Bill Wear

Update maas-offline-docs to 4ef2f95
Additional changes to IBM Z language at request of Frank Heimes

5c3be79... by Bill Wear

Update maas-offline-docs to 0bb5248
Revert MAAS index file URL table to include references to 2.7 and 2.8 URLs.

fe6e9d8... by Alberto Donato

rework maas_api_helper to pass less generic dicts around

f2c3205... by Huw Wilkins

Update maas-ui to 5cd2ac2
feat(ui): disabled discovery warning

Show a notification when discovery is disabled.

Fixes: canonical-web-and-design/app-squad#128.

3740b70... by Huw Wilkins

Update maas-ui to 04980e0
feat(ui): delete discovery

Add the action to delete a discovery

Fixes: canonical-web-and-design/app-squad#70.

efad0f0... by Huw Wilkins

Update maas-ui to 66478f8
feat(ui): show discovery count

Add the discovery count to the dashboard tab

Fixes: canonical-web-and-design/app-squad#131.