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 featureAnywhere branch into main #539

Merged
merged 43 commits into from
Jul 11, 2023
Merged
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
4c56d6d
Add branch constants in CI workflow (#345)
ohltyler Dec 1, 2022
4928c50
Bump decode-uri-component (#359)
ohltyler Dec 16, 2022
45b7e6f
removed duplicate popout icon and ran prettier (#382)
amitgalitz Dec 22, 2022
d57e09e
Change detector out of time range modal warning into a callout warnin…
jackiehanyang Jan 4, 2023
5487605
Fix undefined entity list when heatmap is empty (#383)
ohltyler Jan 4, 2023
00aaaba
Updated MAINTAINERS.md to match recommended opensearch-project format…
dblock Jan 5, 2023
6de242a
Add windows env to integration test workflow (#390)
ohltyler Jan 6, 2023
104ae4d
Bump json5 to 2.2.3 (#393)
ohltyler Jan 6, 2023
9e253ed
Add 2.5 release notes (#395)
ohltyler Jan 10, 2023
e797f2b
Update cold start message (#398)
kaituo Jan 19, 2023
aec5339
upgrade filter bug (#402)
kaituo Jan 30, 2023
4847d12
Changed required minimum intervals in cold start message (#411)
kaituo Feb 9, 2023
ed47e94
Bump @sideway/formula to 3.0.1 (#418)
ohltyler Feb 14, 2023
ec57b1d
Remove auto_expand_replicas override in sample data indices (#423)
ohltyler Feb 15, 2023
071f836
Created untriaged issue workflow. (#422)
dblock Feb 20, 2023
e2f1238
Add 2.6 release notes (#429)
ohltyler Feb 20, 2023
553cbdd
Fix Node.js and Yarn installation in CI (#433)
AMoo-Miki Feb 22, 2023
e9f8eac
run prettier command against all files
jackiehanyang Mar 27, 2023
23c8142
Adding expression function to retrieve anomalies (#448)
amitgalitz May 4, 2023
efef2e2
Register AD as dashboard context menu option (#482)
jackiehanyang May 19, 2023
172f947
Associated detectors flyout through UI actions (#449)
amitgalitz May 22, 2023
cb349ce
Feature anywhere create detector flyout page (#487)
jackiehanyang May 24, 2023
59c2a60
Adding functionality to associate existing detector with a visualizat…
amitgalitz May 26, 2023
5e76e44
switched argument order (#494)
amitgalitz May 26, 2023
9308a4c
add jest transform config (#497)
jackiehanyang May 30, 2023
db4e039
Merging main branch into featureAnywhere (#499)
amitgalitz May 31, 2023
7cd38cf
Unit tests for expression function and additional components (#503)
amitgalitz Jun 8, 2023
6567649
Fix various bugs (#504)
jackiehanyang Jun 8, 2023
b4de09a
Various bug fixes and unit tests for AssociatedDetectors (#505)
amitgalitz Jun 8, 2023
7d24544
make feature anywhere formatted detector name an assgiend value (#506)
jackiehanyang Jun 9, 2023
261df11
various bug fixes for anywhere features (#507)
amitgalitz Jun 12, 2023
c286b8c
add group category and order for context menu (#495)
sikhote Jun 19, 2023
c1a4846
Update Advanced configuration accordion title (#513)
jackiehanyang Jun 20, 2023
01883d2
update categorical field text on Feature Anywhere flyout (#516)
jackiehanyang Jun 27, 2023
bb80536
fixing vis eligibility (#519)
amitgalitz Jun 29, 2023
8e905d1
render embeddable by using vis embeddable (#521)
jackiehanyang Jul 3, 2023
39894dd
Change to anomaly start time; add test ids (#522)
ohltyler Jul 3, 2023
334e163
Adding a callout on flyout when association limit has been reached (#…
amitgalitz Jul 7, 2023
3d78992
Merge main into featureAnywhere (#525)
amitgalitz Jul 7, 2023
3dfda67
Merging main into featureAnywhere with conflicts resolved (#527)
amitgalitz Jul 10, 2023
9d20563
copy files from main to resolve conflicts (#533)
jackiehanyang Jul 10, 2023
8e1fe67
copy files to resolve conflicts (#538)
jackiehanyang Jul 11, 2023
d5c2def
Feature anywhere (#540)
jackiehanyang Jul 11, 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
Prev Previous commit
Next Next commit
Updated MAINTAINERS.md to match recommended opensearch-project format. (
#388)

Signed-off-by: dblock <[email protected]>
  • Loading branch information
dblock authored and ohltyler committed Mar 22, 2023
commit 00aaaba28d69ae83061037cf70fe99af7270d6ad
8 changes: 4 additions & 4 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# OpenSearch Anomaly Detection Dashboards Maintainers
## Overview

## Maintainers
This document contains a list of maintainers in this repo. See [opensearch-project/.github/RESPONSIBILITIES.md](https://github.com/opensearch-project/.github/blob/main/RESPONSIBILITIES.md#maintainer-responsibilities) that explains what the role of maintainer means, what maintainers do in this and other repos, and how they should be doing it. If you're interested in contributing, and becoming a maintainer, see [CONTRIBUTING](CONTRIBUTING.md).

## Current Maintainers

| Maintainer | GitHub ID | Affiliation |
| ----------------------- | ------------------------------------------------------- | ----------- |
@@ -9,5 +11,3 @@
| Yizhe Liu | [yizheliu-amazon](https://github.com/yizheliu-amazon) | Amazon |
| Vijayan Balasubramanian | [VijayanB](https://github.com/VijayanB) | Amazon |
| Sarat Vemulapalli | [saratvemulapalli](https://github.com/saratvemulapalli) | Amazon |

[This document](https://github.com/opensearch-project/.github/blob/main/MAINTAINERS.md) explains what maintainers do in this repo, and how they should be doing it. If you're interested in contributing, see [CONTRIBUTING](CONTRIBUTING.md).