Skip to content

Commit

Permalink
Sync code from 2.x to mds-2.17 (#900)
Browse files Browse the repository at this point in the history
* Add suggest anomaly detector action to discover page (#849) (#872)

* Add generate anomaly detector action to discover page

Signed-off-by: gaobinlong <gbinlong@amazon.com>

* Add more test code and rename the file

Signed-off-by: gaobinlong <gbinlong@amazon.com>

* Modify flyout header

Signed-off-by: gaobinlong <gbinlong@amazon.com>

* Make the detectorName follow the convention

Signed-off-by: gaobinlong <gbinlong@amazon.com>

* Truncate the index pattern name if it's too long

Signed-off-by: gaobinlong <gbinlong@amazon.com>

* Move entry point to query editor

Signed-off-by: gaobinlong <gbinlong@amazon.com>

* Call the node API in dashboard-assistant plugin to generate parameters

Refactor unit test code

Signed-off-by: gaobinlong <gbinlong@amazon.com>

* Fix test failure

Signed-off-by: gaobinlong <gbinlong@amazon.com>

* Revert the code format

Signed-off-by: gaobinlong <gbinlong@amazon.com>

* Remove some empty lines

Signed-off-by: gaobinlong <gbinlong@amazon.com>

---------

Signed-off-by: gaobinlong <gbinlong@amazon.com>
(cherry picked from commit ec02b63)

Co-authored-by: gaobinlong <gbinlong@amazon.com>

* Report metrics for suggest anomaly detector (#876) (#878)

* Add feedback button to the flyout of suggest anomaly detector

Signed-off-by: gaobinlong <gbinlong@amazon.com>

* Check feature flag before registering action to Discover page

Signed-off-by: gaobinlong <gbinlong@amazon.com>

* Fix url bug

Signed-off-by: gaobinlong <gbinlong@amazon.com>

* Remove unused dependency

Signed-off-by: gaobinlong <gbinlong@amazon.com>

* Fix e2e test failure

Signed-off-by: gaobinlong <gbinlong@amazon.com>

---------

Signed-off-by: gaobinlong <gbinlong@amazon.com>
(cherry picked from commit 26b12d1)

Co-authored-by: gaobinlong <gbinlong@amazon.com>

* feat: update category (#883) (#884)

(cherry picked from commit 9402888)

Co-authored-by: SuZhou-Joe <suzhou@amazon.com>

* Revert "Increment version to 2.17.1.0 (#881)"

This reverts commit 33dfe2f.

Signed-off-by: SuZhou-Joe <suzhou@amazon.com>

---------

Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>
Co-authored-by: gaobinlong <gbinlong@amazon.com>
Co-authored-by: Zhou Su <>
  • Loading branch information
3 people authored Oct 18, 2024
1 parent d069a37 commit da490ed
Show file tree
Hide file tree
Showing 15 changed files with 1,689 additions and 54 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/remote-integ-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,14 +153,14 @@ jobs:
working-directory: opensearch-dashboards-functional-test

- name: Capture failure screenshots
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: failure()
with:
name: cypress-screenshots-${{ matrix.os }}
path: opensearch-dashboards-functional-test/cypress/screenshots

- name: Capture failure test video
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: failure()
with:
name: cypress-videos-${{ matrix.os }}
Expand Down
8 changes: 5 additions & 3 deletions opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"id": "anomalyDetectionDashboards",
"version": "2.17.1.0",
"opensearchDashboardsVersion": "2.17.1",
"version": "2.17.0.0",
"opensearchDashboardsVersion": "2.17.0",
"configPath": [
"anomaly_detection_dashboards"
],
"optionalPlugins": [
"dataSource",
"dataSourceManagement"
"dataSourceManagement",
"assistantDashboards",
"usageCollection"
],
"requiredPlugins": [
"opensearchDashboardsUtils",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "anomaly-detection-dashboards",
"version": "2.17.1.0",
"version": "2.17.0.0",
"description": "OpenSearch Anomaly Detection Dashboards Plugin",
"main": "index.js",
"config": {
Expand Down
Loading

0 comments on commit da490ed

Please sign in to comment.