Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Workspace] Add duplicate saved objects API #6288

Merged
merged 26 commits into from
Apr 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
d047607
Add copy saved objects API
gaobinlong Mar 28, 2024
317c565
Modify change log
gaobinlong Mar 28, 2024
bf4b53f
Add documents for all saved objects APIs
gaobinlong Mar 29, 2024
b38d1cf
merge main
gaobinlong Mar 29, 2024
d018404
Revert the yml file change
gaobinlong Apr 1, 2024
3423606
Move the duplicate api to workspace plugin
gaobinlong Apr 1, 2024
6df94c9
Modify change log
gaobinlong Apr 1, 2024
366565b
Modify api doc
gaobinlong Apr 1, 2024
0ecfe14
Check target workspace exists or not
gaobinlong Apr 2, 2024
d25ec21
Remove unused import
gaobinlong Apr 2, 2024
263a7d4
Fix test failure
gaobinlong Apr 2, 2024
4db87bb
merge main
gaobinlong Apr 3, 2024
70723bb
Merge remote-tracking branch 'upstream/main' into copy
gaobinlong Apr 7, 2024
62fcdef
Modify change log
gaobinlong Apr 7, 2024
3c64421
Modify workspace doc
gaobinlong Apr 7, 2024
7326a5f
Add more unit tests
gaobinlong Apr 8, 2024
23d5515
Some minor change
gaobinlong Apr 9, 2024
ac7afb8
Merge remote-tracking branch 'upstream/main' into copy
gaobinlong Apr 9, 2024
6e57d03
Fix test failure
gaobinlong Apr 9, 2024
55b902d
Modify test description
gaobinlong Apr 11, 2024
42242bb
Merge remote-tracking branch 'upstream/main' into copy
gaobinlong Apr 11, 2024
f172517
Optimize test description
gaobinlong Apr 11, 2024
8c9a08d
Modify test case
gaobinlong Apr 11, 2024
1df3d95
Merge remote-tracking branch 'upstream/main' into copy
gaobinlong Apr 11, 2024
5fda5a1
Merge remote-tracking branch 'upstream/main' into copy
gaobinlong Apr 11, 2024
7172f55
Minor change
gaobinlong Apr 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- [Workspace] Add update workspace page ([#6270](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6270))
- [Multiple Datasource] Make sure customer always have a default datasource ([#6237](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6237))
- [Workspace] Add workspace list page ([#6182](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6182))
- [Workspace] Add API to duplicate saved objects among workspaces ([#6288](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6288))
- [Workspace] Add workspaces column to saved objects page ([#6225](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6225))
- [Multiple Datasource] Enhanced data source selector with default datasource shows as first choice ([#6293](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6293))
- [Multiple Datasource] Add multi data source support to sample vega visualizations ([#6218](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6218))
Expand Down