SuZhou-Joe
SuZhou-Joe
### Description Recent items storage is using `basePath` as the partition of its storage. Before workspace feature is introduced, it works well because the only factor of basePath is `serverBasePath`,...
### Description ### Issues Resolved ## Screenshot ## Testing the changes ## Changelog ### Check List - [ ] All tests pass - [ ] `yarn test:jest` - [ ]...
> More context is still WIP New version of left navigation can help users better focus on the `use case` or features. ## 2.16 - [ ] https://github.com/opensearch-project/OpenSearch-Dashboards/issues/7029 - [...
**Is your feature request related to a problem? Please describe.** As we are introducing new left navigation, the existing applications need to be updated / registered to comply with new...
OpenSearch Dashboards has used a concept of `category` to group related applications in left navigation: But as the number of plugins and applications grow larger and larger, a single level...
**Is your feature request related to a problem? Please describe.** Recent items storage is using `basePath` as the partition of its storage. Before workspace feature is introduced, it works well...
**Is your feature request related to a problem? Please describe.** `navGroup` is introduced to group similar functionality for new navigation, but there is not a component to display the grouped...
Task-able long running index operation enhancement and admin UI panel for composite index template.
**Describe the blog post your would like to write** - A trackable index operation mechanism applied to Split / Shrink / Force merge / Close operations. - A centralized notification...
**Is your feature request related to a problem?** Since 2.14 we introduced workspace, and when user enter a workspace, the deep link will become like `http://localhost:5601${basePath}/w/${workspaceId}/app/workspace_detail`. And if user's authentication...
### Description This PR is to adopt the util function `getRedirectUrl` from OSD core to get a unified url after login. ### Category Bug fix ### Why these changes are...