~adam-collard/maas:pod-hints-average

Last commit made on 2020-12-01
Get this branch:
git clone -b pod-hints-average https://git.launchpad.net/~adam-collard/maas
Only Adam Collard can upload to this branch. If you are Adam Collard please log in for upload directions.

Branch merges

Branch information

Name:
pod-hints-average
Repository:
lp:~adam-collard/maas

Recent commits

e65c76e... by Adam Collard

Change PodHints CPU speed to be mean-average of nodes'

Previous implementation seemed to be a naive implementation of an
average with "cpu_speed = (cpu_speed + node.cpu_speed) / 2" which
falls down with 3 or more nodes.

bd26183... by Adam Collard

Fix up test_rack_controller and test_listener to remove delays.

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)