Skip to content

Commit da490ed

Browse files
SuZhou-Joeopensearch-trigger-bot[bot]gaobinlong
authored
Sync code from 2.x to mds-2.17 (#900)
* 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 <>
1 parent d069a37 commit da490ed

File tree

15 files changed

+1689
-54
lines changed

15 files changed

+1689
-54
lines changed

.github/workflows/remote-integ-tests-workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -153,14 +153,14 @@ jobs:
153153
working-directory: opensearch-dashboards-functional-test
154154

155155
- name: Capture failure screenshots
156-
uses: actions/upload-artifact@v2
156+
uses: actions/upload-artifact@v4
157157
if: failure()
158158
with:
159159
name: cypress-screenshots-${{ matrix.os }}
160160
path: opensearch-dashboards-functional-test/cypress/screenshots
161161

162162
- name: Capture failure test video
163-
uses: actions/upload-artifact@v2
163+
uses: actions/upload-artifact@v4
164164
if: failure()
165165
with:
166166
name: cypress-videos-${{ matrix.os }}

opensearch_dashboards.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
22
"id": "anomalyDetectionDashboards",
3-
"version": "2.17.1.0",
4-
"opensearchDashboardsVersion": "2.17.1",
3+
"version": "2.17.0.0",
4+
"opensearchDashboardsVersion": "2.17.0",
55
"configPath": [
66
"anomaly_detection_dashboards"
77
],
88
"optionalPlugins": [
99
"dataSource",
10-
"dataSourceManagement"
10+
"dataSourceManagement",
11+
"assistantDashboards",
12+
"usageCollection"
1113
],
1214
"requiredPlugins": [
1315
"opensearchDashboardsUtils",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "anomaly-detection-dashboards",
3-
"version": "2.17.1.0",
3+
"version": "2.17.0.0",
44
"description": "OpenSearch Anomaly Detection Dashboards Plugin",
55
"main": "index.js",
66
"config": {

0 commit comments

Comments
 (0)