~supu2/maas:master

Last commit made on 2021-12-09
Get this branch:
git clone -b master https://git.launchpad.net/~supu2/maas
Only Guner can upload to this branch. If you are Guner please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~supu2/maas

Recent commits

9fd1c9c... by Peter Makowski

Update maas-ui to c2090b91
refactor StatusBar with testing library (#3408)

6fb5cfe... by huwshimi <email address hidden>

Update maas-ui to 41f92ae4
feat(ui): display the device interfaces (#3405)

Add a table to display the interfaces for a device.

Fixes: canonical-web-and-design/app-tribe#574.

34395a6... by huwshimi <email address hidden>

Update maas-ui to 5b884224
refactor(ui): make interface table columns reusable (#3404)

* refactor(ui): make interface table columns reusable

Make some columns from the interface table reusable for all node types.

Fixes: canonical-web-and-design/app-tribe#570.

babd728... by huwshimi <email address hidden>

Update maas-ui to 511ac5c8
refactor(ui): update networking utils to work with devices (#3399)

Update the networking utils to work with all node types.

Fixes: canonical-web-and-design/app-tribe#538.

2e66b3d... by Bill Wear

Update maas-offline-docs to c911c2df
update src files to latest text versions in master

14c02b5... by Peter Makowski

Update maas-ui to 39a24345
refactor Footer.test.tsx using testing library (#3401)

* refactor Footer.test.tsx using testing library
- add testing library dependencies to shared/

* remove snapshot test

* remove Footer.test.tsx.snap

4f424ab... by Peter Makowski

Update maas-ui to dcaa8211
remove manual afterEach clearCookies (#3400)

dd53566... by Caleb Ellis

Update maas-ui to 769fea15
fix(ui): correctly handle device create/delete notify actions (#3398)

b31f189... by huwshimi <email address hidden>

Update maas-ui to b5ad87e7
feat(ui): add controller details type (#3397)

* feat(ui): add controller details type

Add the type of the controller details. Move shared types to the node file.

Fixes: canonical-web-and-design/app-tribe#586.

8a83e4c... by Caleb Ellis

Update maas-ui to 8afb4194
refactor(ui): make ActionFormWrapper reusable across node types (#3394)