-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump dashboards reporting to version 3.0.0.0-alpha1
Signed-off-by: Shenoy Pratik <[email protected]>
- Loading branch information
Showing
6 changed files
with
37 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,9 +5,8 @@ on: [pull_request, push] | |
env: | ||
PLUGIN_NAME: reportsDashboards | ||
ARTIFACT_NAME: reports-dashboards | ||
OPENSEARCH_VERSION: 'main' | ||
OPENSEARCH_PLUGIN_VERSION: 3.0.0.0 | ||
|
||
OPENSEARCH_DASHBOARDS_VERSION: 'main' | ||
OPENSEARCH_PLUGIN_VERSION: '3.0.0.0-alpha1' | ||
|
||
jobs: | ||
Get-CI-Image-Tag: | ||
|
@@ -30,12 +29,12 @@ jobs: | |
uses: actions/checkout@v2 | ||
with: | ||
repository: opensearch-project/Opensearch-Dashboards | ||
ref: ${{ env.OPENSEARCH_VERSION }} | ||
ref: ${{ env.OPENSEARCH_DASHBOARDS_VERSION }} | ||
path: OpenSearch-Dashboards | ||
|
||
- name: Checkout Plugin | ||
- name: Checkout Plugin | ||
uses: actions/checkout@v2 | ||
with: | ||
with: | ||
path: OpenSearch-Dashboards/plugins/${{ env.PLUGIN_NAME }} | ||
|
||
- name: OpenSearch Dashboards Plugin Bootstrap and test | ||
|
@@ -74,7 +73,6 @@ jobs: | |
windows-build: | ||
runs-on: windows-latest | ||
steps: | ||
|
||
# Enable longer filenames for windows | ||
- name: Enable longer filenames | ||
run: git config --system core.longpaths true | ||
|
@@ -83,7 +81,7 @@ jobs: | |
uses: actions/checkout@v1 | ||
with: | ||
repository: opensearch-project/Opensearch-Dashboards | ||
ref: ${{ env.OPENSEARCH_VERSION }} | ||
ref: ${{ env.OPENSEARCH_DASHBOARDS_VERSION }} | ||
path: OpenSearch-Dashboards | ||
|
||
- name: Setup Node | ||
|
@@ -103,9 +101,9 @@ jobs: | |
- run: node -v | ||
- run: yarn -v | ||
|
||
- name: Checkout Plugin | ||
- name: Checkout Plugin | ||
uses: actions/checkout@v1 | ||
with: | ||
with: | ||
path: OpenSearch-Dashboards/plugins/${{ env.PLUGIN_NAME }} | ||
|
||
- name: OpenSearch Dashboards Plugin Bootstrap | ||
|
@@ -127,7 +125,6 @@ jobs: | |
yarn build | ||
mv ./build/*.zip ./build/${{ env.ARTIFACT_NAME }}-${{ env.OPENSEARCH_PLUGIN_VERSION }}.zip | ||
- name: Upload Artifact For Windows | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -141,7 +138,7 @@ jobs: | |
uses: actions/checkout@v1 | ||
with: | ||
repository: opensearch-project/Opensearch-Dashboards | ||
ref: ${{ env.OPENSEARCH_VERSION }} | ||
ref: ${{ env.OPENSEARCH_DASHBOARDS_VERSION }} | ||
path: OpenSearch-Dashboards | ||
|
||
- name: Setup Node | ||
|
@@ -161,9 +158,9 @@ jobs: | |
- run: node -v | ||
- run: yarn -v | ||
|
||
- name: Checkout Plugin | ||
- name: Checkout Plugin | ||
uses: actions/checkout@v1 | ||
with: | ||
with: | ||
path: OpenSearch-Dashboards/plugins/${{ env.PLUGIN_NAME }} | ||
|
||
- name: OpenSearch Dashboards Plugin Bootstrap | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,10 @@ | ||
{ | ||
"id": "reportsDashboards", | ||
"version": "3.0.0.0", | ||
"version": "3.0.0.0-alpha1", | ||
"opensearchDashboardsVersion": "3.0.0", | ||
"requiredPlugins": [ | ||
"navigation", | ||
"data", | ||
"opensearchDashboardsUtils" | ||
], | ||
"optionalPlugins": [ | ||
"share", | ||
"dataSource", | ||
"dataSourceManagement" | ||
], | ||
"requiredPlugins": ["navigation", "data", "opensearchDashboardsUtils"], | ||
"optionalPlugins": ["share", "dataSource", "dataSourceManagement"], | ||
"server": true, | ||
"ui": true, | ||
"configPath": [ | ||
"opensearch_reporting" | ||
] | ||
} | ||
"configPath": ["opensearch_reporting"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters