Skip to content

Commit

Permalink
Merge main into featureAnywhere (#525)
Browse files Browse the repository at this point in the history
* Add branch constants in CI workflow (#345)

Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>

* Bump decode-uri-component (#359)

Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>

* removed duplicate popout icon and ran prettier (#382)

Signed-off-by: Amit Galitzky <amgalitz@amazon.com>

* Change detector out of time range modal warning into a callout warning (#384)

Signed-off-by: Jackie Han <jkhanjob@gmail.com>

Signed-off-by: Jackie Han <jkhanjob@gmail.com>

* Fix undefined entity list when heatmap is empty (#383)

Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>

* Updated MAINTAINERS.md to match recommended opensearch-project format. (#388)

Signed-off-by: dblock <dblock@amazon.com>

* Add windows env to integration test workflow (#390)

Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>

* Bump json5 to 2.2.3 (#393)

Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>

* Add 2.5 release notes (#395)

Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>

* Update cold start message (#398)

Signed-off-by: Kaituo Li <kaituo@amazon.com>

* upgrade filter bug (#402)

Previously, we didn't actually add filter type when loading old detector. This PR fixed that.

Testing done:
1. added a unit tes
2. verified e2et

Signed-off-by: Kaituo Li <kaituo@amazon.com>

* Changed required minimum intervals in cold start message (#411)

Required minimum intervals to finish cold start is related to shingle size. This PR adds the shingle size in the computation and puts the result in the cold start message.

Testing done:
1. verified changing shingle size will change the message.

Signed-off-by: Kaituo Li <kaituo@amazon.com>

* Bump @sideway/formula to 3.0.1 (#418)

Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>

* Remove auto_expand_replicas override in sample data indices (#423)

Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>

* Created untriaged issue workflow. (#422)

Signed-off-by: dblock <dblock@amazon.com>

* Add 2.6 release notes (#429)

Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>

* Fix Node.js and Yarn installation in CI (#433)

Signed-off-by: Miki <miki@amazon.com>

* run prettier command against all files (#444)

Signed-off-by: Jackie Han <jkhanjob@gmail.com>

* Add 2.7 release notes (#456)

Signed-off-by: Jackie Han <jkhanjob@gmail.com>

* updating maintainers and code owners (#476)

Signed-off-by: Amit Galitzky <amgalitz@amazon.com>

* fixing test to pass with node 18 (#491)

Signed-off-by: Amit Galitzky <amgalitz@amazon.com>

* add 2.8.0 release notes (#500)

Signed-off-by: Kaituo Li <kaituo@amazon.com>

* Remove invalid link (#470)

Signed-off-by: Peter Nied <petern@amazon.com>
Signed-off-by: Peter Nied <peternied@hotmail.com>

* Remove global OUI style override (#511)

Signed-off-by: Matt Provost <provomat@amazon.com>

---------

Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
Signed-off-by: Amit Galitzky <amgalitz@amazon.com>
Signed-off-by: Jackie Han <jkhanjob@gmail.com>
Signed-off-by: dblock <dblock@amazon.com>
Signed-off-by: Kaituo Li <kaituo@amazon.com>
Signed-off-by: Miki <miki@amazon.com>
Signed-off-by: Peter Nied <petern@amazon.com>
Signed-off-by: Peter Nied <peternied@hotmail.com>
Signed-off-by: Matt Provost <provomat@amazon.com>
Co-authored-by: Tyler Ohlsen <ohltyler@amazon.com>
Co-authored-by: Jackie Han <hnyng@amazon.com>
Co-authored-by: Daniel (dB.) Doubrovkine <dblock@amazon.com>
Co-authored-by: Kaituo Li <kaituo@amazon.com>
Co-authored-by: Miki <amoo_miki@yahoo.com>
Co-authored-by: Peter Nied <peternied@hotmail.com>
Co-authored-by: Matt Provost <mattprovost6@gmail.com>
  • Loading branch information
8 people authored Jul 7, 2023
1 parent 334e163 commit 3d78992
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
3 changes: 3 additions & 0 deletions public/pages/AnomalyCharts/containers/AnomaliesChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ export const AnomaliesChart = React.memo((props: AnomaliesChartProps) => {
}}
isPaused={true}
commonlyUsedRanges={DATE_PICKER_QUICK_OPTIONS}
updateButtonProps={{
fill: false,
}}
/>
);

Expand Down
5 changes: 0 additions & 5 deletions public/pages/AnomalyCharts/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,3 @@
*/

@import 'components/AlertsFlyout/alertsFlyout.scss';

.euiSuperUpdateButton {
background-color: transparent !important;
color: #006bb4 !important;
}
1 change: 0 additions & 1 deletion public/pages/Dashboard/utils/utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ export const buildColors = palleteBuilder(
rgbColors.map(([r, g, b]) => [r, g, b, 0.8])
);

// referred to here: https://tiny.amazon.com/337xpvcq/githelaselasblobv1822stor
export const fillOutColors = (d: any, i: number, a: any[]) => {
return buildColors(i / (a.length + 1));
};
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Version 2.8.0.0 Release Notes

Compatible with OpenSearch Dashboards 2.8.0

### Bug Fixes

* fixing test to pass with node 18 ([#491](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/491))

### Documentation

* Updating maintainers and code owners ([#476](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/476))

0 comments on commit 3d78992

Please sign in to comment.