~hemanth-n/maas:lp1906212

Last commit made on 2020-12-16
Get this branch:
git clone -b lp1906212 https://git.launchpad.net/~hemanth-n/maas
Only Hemanth Nakkina can upload to this branch. If you are Hemanth Nakkina please log in for upload directions.

Branch merges

Branch information

Name:
lp1906212
Repository:
lp:~hemanth-n/maas

Recent commits

229679b... by Hemanth Nakkina

improper conversion of timeout to seconds

In commissiong/testing scripts, timeout_seconds is derived from
the timeout datetime object. The conversion gathered just the seconds
and ignored the days.

Using the function timeout_seconds() of the datetime object resolves
the problem.

Fixes: #1906212

1a12f46... by Caleb Ellis

Update maas-ui to 2f5e441
refactor(ui): refactor storage utils to be more composable (#1944)

85026c2... by "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>

Update maas-ui to 25e939d
chore(deps): update dependency cypress to v6 (#1940)

Co-authored-by: Renovate Bot <email address hidden>

e2f7985... by "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>

Update maas-ui to b95c7ba
fix(deps): update dependency react-scripts to v4 (#1931)

* Upgrade to @wojtekmaj/enzyme-adapter-react-17
* Add react-app-rewired to nohoist
* Upgrade to react-jsx
* Add .eslintcache to gitignore
* Fix use of deprecated jest api
* Use 'modern' jest faketimers
* Rewrite KVMListHeader and RSDListHeader action button tests.
* Fix http tests
* Fix window.location mock
* Convert CopyButton to ts and drop focus assertion that has become rather complicated to fix due to jsdom changes.

Co-authored-by: Renovate Bot <email address hidden>
Co-authored-by: Kit Randel <email address hidden>

ebc11ac... by huwshimi <email address hidden>

Update maas-ui to 931e62f
feat(ui): add the machine details network tab component (#1936)

Add the component to hold the machine details network tab.

Fixes: #1935.

Co-authored-by: Kit Randel <email address hidden>

db97692... by "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>

Update maas-ui to b76a226
fix(deps): update dependency @types/react-dom to v17 (#1942)

Co-authored-by: Renovate Bot <email address hidden>

8a2c865... by "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>

Update maas-ui to 442101c
fix(deps): update dependency @types/react to v17 (#1941)

Co-authored-by: Renovate Bot <email address hidden>

77e6b85... by Kit Randel

Update maas-ui to 6ba63eb
fix(ui): revert machine list links (#1937)

Machine listing links on master were pointing to the new dev version of machine details, which made for a bit of a broken experience for users on the edge snap.

0050185... by Kit Randel

Update maas-ui to 9aa79c7
fix: prevent labeller from removing code and qa needed labels (#1938)

6f4d50d... by Alberto Donato

a few cleanups in rack-controller code around interfaces details

- don't parse and pass interface index around. it's only used in the rack to
  join multicast groups, and can be obtained from the interface name

- don't pass all interfaces to has_ipv4_address, it only needs the current one