Skip to content

Commit

Permalink
More renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuali925 committed Apr 9, 2021
1 parent 47c123a commit f906dca
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 [email protected]:opendistro-for-elasticsearch/kibana-visualizations.git plugins --no-checkout
git clone [email protected]:opensearch-project/opensearch-dashboards-visualizations.git plugins --no-checkout
cd plugins
echo 'gantt-chart/*' >> .git/info/sparse-checkout
git config core.sparseCheckout true
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit f906dca

Please sign in to comment.