Skip to content

Commit

Permalink
Merge branch 'w/2.11/improvement/replace-the-volume-metrics-charts-by…
Browse files Browse the repository at this point in the history
…-the-new-chart-component' into tmp/octopus/q/2.11
  • Loading branch information
bert-e committed Sep 15, 2021
2 parents 0c86580 + f2d5c13 commit ed280a0
Show file tree
Hide file tree
Showing 29 changed files with 2,281 additions and 1,674 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,17 @@
- Bump Salt version to 3002.7
(PR [#3524](https://github.com/scality/metalk8s/pull/3524))

- Fix UI issues in multi nodes environment when a node
is unavailable (PR[#3521](https://github.com/scality/metalk8s/pull/3521))
- Improve UI metrics charts (cursor synchronisation when hovering a chart, better tooltip with coloured legend and unit, lot of bug fixes when data is missing, symmetrical charts to compare read/write in/out metrics) (PR[#3529](https://github.com/scality/metalk8s/pull/3529))

## Bug fixes

- Enforce a single subnet for control plane when using a
MetalLB-managed VIP for Ingress
(PR [#3533](https://github.com/scality/metalk8s/pull/3533))

- Fix UI issues in multi nodes environment when a node
is unavailable (PR[#3521](https://github.com/scality/metalk8s/pull/3521))

## Release 2.10.2
### Bug fixes
- Fix the link to documentation from the UI navigation bar
Expand Down
2 changes: 1 addition & 1 deletion shell-ui/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
transformIgnorePatterns: ['/node_modules/(?!react-to-webcomponent)'],
transformIgnorePatterns: ['/node_modules/(?!vega-lite|react-to-webcomponent)'],
setupFilesAfterEnv: ['./src/setupTests.js'],
clearMocks: true,
moduleNameMapper: {
Expand Down
Loading

0 comments on commit ed280a0

Please sign in to comment.