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

Update Namespaces/APIs/Documentation for OpenSearch #55

Merged
merged 24 commits into from
May 24, 2021
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
dc3799b
rename namespace and api paths, replace opendistro occurrences with o…
davidcui1225 May 18, 2021
689ac75
update jest snapshots with opensearch doc links
davidcui1225 May 18, 2021
4d4a610
rename API endpoints to _plugins
davidcui1225 May 19, 2021
f9b9ba4
Merge branch 'odfe-backward-compatibility' of https://github.com/open…
davidcui1225 May 19, 2021
3a3c4e5
update common utils dependency var
davidcui1225 May 20, 2021
9b9906d
update reports scheduler test distribution to INTEG_TEST and update j…
davidcui1225 May 20, 2021
ba03d5b
update common-utils and job-scheduler dependencies refs in reports-sc…
davidcui1225 May 20, 2021
344be31
remove beta version identifier from job scheduler
davidcui1225 May 20, 2021
e2b4e43
use 1.x OpenSearch
davidcui1225 May 20, 2021
f3aee16
update version to rc1
davidcui1225 May 21, 2021
ddb255a
add version qualifier for job scheduler build
davidcui1225 May 21, 2021
e913553
undo changes in reports scheduler flow
davidcui1225 May 21, 2021
98d8956
fix scheduler workflow
davidcui1225 May 21, 2021
e3db6ad
add version in job scheduler build
davidcui1225 May 21, 2021
4c8e38a
rename remaining instances of open distro to opensearch
davidcui1225 May 21, 2021
102927e
add backward compatibility for Settings
davidcui1225 May 21, 2021
d327485
remove extra Open Search from dashboards reports plugin name
davidcui1225 May 21, 2021
885bfc1
revert opensearch name back to opendistro pending security plugin change
davidcui1225 May 21, 2021
2401dde
add backward compatibility for rest APIs and legacy api test cases
davidcui1225 May 24, 2021
f91549f
merge from origin/dev
davidcui1225 May 24, 2021
8a703b3
use 1.x version for OpenSearch Dashboards in workflows
davidcui1225 May 24, 2021
9a80b9b
update opensearch version in scheduler build to 1.0.0-rc1
davidcui1225 May 24, 2021
4300e81
update common-utils and job scheduler spi reference to rc1
davidcui1225 May 24, 2021
f31e02b
rename job scheduler test resource to rc1
davidcui1225 May 24, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
merge from origin/dev
Signed-off-by: David Cui <davidcui@amazon.com>
  • Loading branch information
davidcui1225 committed May 24, 2021
commit f91549ff99a30f1b4ea323978c84526725539a69
2 changes: 1 addition & 1 deletion dashboards-reports/opensearch_dashboards.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "reportsDashboards",
"version": "1.0.0.0-rc1",
"opensearchDashboardsVersion": "1.0.0-rc1",
"requiredPlugins": ["navigation", "data"],
"requiredPlugins": ["navigation", "data", "opensearchDashboardsUtils"],
"optionalPlugins": ["share"],
"server": true,
"ui": true
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.