Skip to content

Commit

Permalink
Add reporting to 2.5.0 manifest and fix sql plugin links
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Li <[email protected]>
  • Loading branch information
joshuali925 committed Jan 9, 2023
1 parent af1be01 commit 5278714
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
9 changes: 8 additions & 1 deletion manifests/2.5.0/opensearch-2.5.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,14 @@ components:
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: opensearch-sql-plugin
- name: reporting
repository: https://github.com/opensearch-project/reporting.git
ref: 2.x
platforms:
- linux
- windows
checks:
- gradle:properties:version
- name: notifications-core
repository: https://github.com/opensearch-project/notifications.git
ref: 2.x
Expand Down Expand Up @@ -108,7 +116,6 @@ components:
platforms:
- linux
- windows
working_directory: opensearch-observability
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
Expand Down
9 changes: 5 additions & 4 deletions manifests/2.5.0/opensearch-dashboards-2.5.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,17 @@ components:
repository: https://github.com/opensearch-project/dashboards-search-relevance.git
ref: 2.x
- name: queryWorkbenchDashboards
repository: https://github.com/opensearch-project/sql.git
working_directory: workbench
repository: https://github.com/opensearch-project/dashboards-query-workbench.git
ref: 2.x
- name: reportsDashboards
repository: https://github.com/opensearch-project/dashboards-reporting.git
ref: 2.x
- name: notificationsDashboards
repository: https://github.com/opensearch-project/notifications.git
working_directory: dashboards-notifications
ref: 2.x
- name: observabilityDashboards
repository: https://github.com/opensearch-project/observability.git
working_directory: dashboards-observability
repository: https://github.com/opensearch-project/dashboards-observability.git
ref: 2.x
- name: anomalyDetectionDashboards
repository: https://github.com/opensearch-project/anomaly-detection-dashboards-plugin
Expand Down

0 comments on commit 5278714

Please sign in to comment.