-
Notifications
You must be signed in to change notification settings - Fork 885
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 OpenAPI specification for bulk create and bulk update saved object APIs #6859
Conversation
Signed-off-by: Lu Yu <nluyu@amazon.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6859 +/- ##
=======================================
Coverage 67.38% 67.38%
=======================================
Files 3443 3443
Lines 67797 67797
Branches 11033 11033
=======================================
+ Hits 45683 45688 +5
+ Misses 19443 19440 -3
+ Partials 2671 2669 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
The backport to
To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch-Dashboards/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch-Dashboards/backport-2.x
# Create a new branch
git switch --create backport/backport-6859-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 cf4e496aa03d12b18244f271185863f5fbf1ff6d
# Push it to GitHub
git push --set-upstream origin backport/backport-6859-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch-Dashboards/backport-2.x Then, create a pull request where the |
…t APIs (#6859) * ad doc for bulk create and bulk update Signed-off-by: Lu Yu <nluyu@amazon.com> * Changeset file for PR #6859 created/updated --------- Signed-off-by: Lu Yu <nluyu@amazon.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit cf4e496) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…t APIs (#6859) (#6863) * ad doc for bulk create and bulk update * Changeset file for PR #6859 created/updated --------- (cherry picked from commit cf4e496) Signed-off-by: Lu Yu <nluyu@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
…t APIs (opensearch-project#6859) * ad doc for bulk create and bulk update Signed-off-by: Lu Yu <nluyu@amazon.com> * Changeset file for PR opensearch-project#6859 created/updated --------- Signed-off-by: Lu Yu <nluyu@amazon.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
Description
This change adds OpenAPI specification for bulk create and bulk update saved object APIs.
Issues Resolved
Related to #6719
Screenshot
bulk create
bulk update
Testing the changes
run npx serve and verify the api via swagger UI
Changelog
Check List
yarn test:jest
yarn test:jest_integration