From f906dca06bcf5191ffc844483a0071688adac8b3 Mon Sep 17 00:00:00 2001 From: Joshua Li Date: Thu, 8 Apr 2021 13:51:13 -0700 Subject: [PATCH] More renaming --- .github/workflows/release-workflow.yml | 5 ++--- .github/workflows/test-and-build-workflow.yml | 5 ++--- README.md | 11 +++++------ 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/.github/workflows/release-workflow.yml b/.github/workflows/release-workflow.yml index 95fac1c..c2c80ee 100644 --- a/.github/workflows/release-workflow.yml +++ b/.github/workflows/release-workflow.yml @@ -28,14 +28,13 @@ jobs: - name: Checkout Plugin uses: actions/checkout@v1 - # TODO change to opensearch dashboards - - name: Checkout Kibana + - name: Checkout OpenSearch Dashboards uses: actions/checkout@v1 with: repository: opendistro-for-elasticsearch/kibana-oss ref: 7.10.2 token: ${{secrets.OD_ACCESS}} - path: kibana-visualizations/OpenSearch-Dashboards + path: opensearch-dashboards-visualizations/OpenSearch-Dashboards - name: Setup Node uses: actions/setup-node@v1 diff --git a/.github/workflows/test-and-build-workflow.yml b/.github/workflows/test-and-build-workflow.yml index 8e96ce2..1712929 100644 --- a/.github/workflows/test-and-build-workflow.yml +++ b/.github/workflows/test-and-build-workflow.yml @@ -16,13 +16,12 @@ jobs: steps: - name: Checkout Plugin uses: actions/checkout@v1 - # TODO change to opensearch dashboards - - name: Checkout Kibana + - name: Checkout OpenSearch Dashboards uses: actions/checkout@v1 with: repository: elastic/kibana ref: v7.10.2 - path: kibana-visualizations/OpenSearch-Dashboards + path: opensearch-dashboards-visualizations/OpenSearch-Dashboards - name: Setup Node uses: actions/setup-node@v1 with: diff --git a/README.md b/README.md index 7645ad7..fd89538 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Open Distro for Elasticsearch OpenSearch Dashboards Visualizations +# OpenSearch Dashboards Visualizations -The Open Distro for Elasticsearch OpenSearch Dashboards Visualizations enables you to use additional types of visualizations inside OpenSearch Dashboards Visualize and integrate them in Dashboard. +The OpenSearch Dashboards Visualizations enables you to use additional types of visualizations inside OpenSearch Dashboards Visualize and integrate them in Dashboard. ## Documentation @@ -18,8 +18,7 @@ Please see our technical [documentation](https://opendistro.github.io/for-elasti 1. Check out this package from version control into the `plugins` directory. ``` rm plugins -r -# TODO change repo url -git clone git@github.com:opendistro-for-elasticsearch/kibana-visualizations.git plugins --no-checkout +git clone git@github.com:opensearch-project/opensearch-dashboards-visualizations.git plugins --no-checkout cd plugins echo 'gantt-chart/*' >> .git/info/sparse-checkout git config core.sparseCheckout true @@ -55,13 +54,13 @@ Example output: `./build/opendistroGanttChart*.zip` Runs the plugin cypress tests. -## Contributing to Open Distro for Elasticsearch OpenSearch Dashboards Visualizations +## Contributing to OpenSearch Dashboards Visualizations We welcome you to get involved in development, documentation, testing the visualizations plugin. See our [CONTRIBUTING.md](./CONTRIBUTING.md) and join in. ## Bugs, Enhancements or Questions -Please file an issue to report any bugs you may find, enhancements you may need or questions you may have [here](https://github.com/opendistro-for-elasticsearch/kibana-visualizations/issues). +Please file an issue to report any bugs you may find, enhancements you may need or questions you may have [here](https://github.com/opensearch-project/opensearch-dashboards-visualizations/issues). ## License