Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge main into featureAnywhere #525

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
fd180ed
Add branch constants in CI workflow (#345)
ohltyler Dec 1, 2022
0ee7503
Bump decode-uri-component (#359)
ohltyler Dec 16, 2022
6eace81
removed duplicate popout icon and ran prettier (#382)
amitgalitz Dec 22, 2022
ecd0814
Change detector out of time range modal warning into a callout warnin…
jackiehanyang Jan 4, 2023
ae5efd8
Fix undefined entity list when heatmap is empty (#383)
ohltyler Jan 4, 2023
69378e7
Updated MAINTAINERS.md to match recommended opensearch-project format…
dblock Jan 5, 2023
e5038e5
Add windows env to integration test workflow (#390)
ohltyler Jan 6, 2023
11c97ee
Bump json5 to 2.2.3 (#393)
ohltyler Jan 6, 2023
6c7514e
Add 2.5 release notes (#395)
ohltyler Jan 10, 2023
4ea29db
Update cold start message (#398)
kaituo Jan 19, 2023
5caf608
upgrade filter bug (#402)
kaituo Jan 30, 2023
e7ac417
Changed required minimum intervals in cold start message (#411)
kaituo Feb 9, 2023
015fde0
Bump @sideway/formula to 3.0.1 (#418)
ohltyler Feb 14, 2023
24cec7a
Remove auto_expand_replicas override in sample data indices (#423)
ohltyler Feb 15, 2023
0b0bc37
Created untriaged issue workflow. (#422)
dblock Feb 20, 2023
75832b6
Add 2.6 release notes (#429)
ohltyler Feb 20, 2023
bb3f185
Fix Node.js and Yarn installation in CI (#433)
AMoo-Miki Feb 22, 2023
95fd0fd
run prettier command against all files (#444)
jackiehanyang Mar 27, 2023
f0e3016
Add 2.7 release notes (#456)
jackiehanyang Apr 17, 2023
710e3c4
updating maintainers and code owners (#476)
amitgalitz May 9, 2023
93ba127
fixing test to pass with node 18 (#491)
amitgalitz May 24, 2023
3cd6b2e
add 2.8.0 release notes (#500)
kaituo May 31, 2023
6d2c2d3
Remove invalid link (#470)
peternied Jun 12, 2023
71bf78b
Remove global OUI style override (#511)
BSFishy Jun 22, 2023
8a4c19b
Merge branch 'main' into sync-main-update
amitgalitz Jul 7, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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))