OpenSearch-Dashboards
OpenSearch-Dashboards copied to clipboard
📊 Open source visualization dashboards for OpenSearch.
Renaming "Wizard" to "Visualization Builder" Tasks: - [ ] Rename create visualization option to `Visualization Builder` - [ ] Rename instances of `wizard` in code to `visBuilder` - [ ]...
Add the ability to save and restore a visualization using the drag and drop editor ## Tasks ### Saving - [x] #1878 - [x] #1879 - [ ] #1880 ###...
Write function tests for these scenarios: 1. select a dashboard, and create a new wizard 2. make sure `Add To Dashboard after saving` toggle is on 3. type a title...
Write function tests for these scenarios: 1. select a dashboard, and create a new wizard 2. make sure `Add To Dashboard after saving` toggle is off 3. type a title...
Parent task to fill in the gaps from the low initial coverage that the VisBuilder has. ## Sub tasks: - [ ] Add unit tests to functional code where it...
Not planned for 2.4 releases Since we have support both legacy clients new clients, that paved the road to onboard both other plugins and external plugins For example dev tools,...
* Convert to typescript * Fix types * Add tests ### Description Typescript cleanup is a prerequisite to #950 ### Issues Resolved N/A ### Check List - [x] New functionality...
**Is your feature request related to a problem? Please describe.** It is problematic that OpenSearch Dashboards ("the client") **must** have OpenSearch ("the backend") up and ready to function. 1. An...
**Is your feature request related to a problem? Please describe.** Coming from https://github.com/opensearch-project/opensearch-build/issues/33, no tests run on Windows. **Describe the solution you'd like** Add GHA CI that runs on Windows.