-
Notifications
You must be signed in to change notification settings - Fork 88
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
Add reindex operation into indices page #513
Add reindex operation into indices page #513
Conversation
* enable fullwidth for JSON editor Signed-off-by: Hailong Cui <[email protected]> * update width of import settings & mappings Signed-off-by: Hailong Cui <[email protected]> * wording change Signed-off-by: Hailong Cui <[email protected]> Signed-off-by: Hailong Cui <[email protected]>
Signed-off-by: Hailong Cui <[email protected]>
Codecov Report
@@ Coverage Diff @@
## index-operation-common #513 +/- ##
==========================================================
+ Coverage 52.21% 56.15% +3.93%
==========================================================
Files 219 234 +15
Lines 6885 7845 +960
Branches 1160 1394 +234
==========================================================
+ Hits 3595 4405 +810
- Misses 3023 3108 +85
- Partials 267 332 +65
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: Hailong Cui <[email protected]>
Signed-off-by: Hailong Cui <[email protected]>
Signed-off-by: Hailong Cui <[email protected]>
Please add description for the changes in this PR and break it down to smaller PRs |
@Hailong-am @SuZhou-Joe The files in this PR and #509 seem to overlap, can we please consolidate the changes into 1 PR? |
Yes, there have some overlaps as reindex page have dependencies on create index page. To make UT and E2E test pass, i have include the dependency into this PR also. For review, you can focus on |
Description
support reindex operation on indexes page, https://opensearch.org/docs/latest/opensearch/reindex-data/
Issues Resolved
[List any issues this PR will resolve]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.