-
Notifications
You must be signed in to change notification settings - Fork 49
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
Re-generated client code using latest OpenSearch API specification #728
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
opensearch-trigger-bot
bot
requested review from
anirudha,
dblock,
joshuali925,
Xtansia,
VachaShah,
MaxKsyunz and
Yury-Fridlyand
as code owners
July 29, 2024 00:25
The generator brought it a new namespace for SQL, looks like something needs to be adjusted to add that namespace? @Xtansia |
opensearch-trigger-bot
bot
force-pushed
the
code-gen/main/update
branch
from
August 5, 2024 00:24
076bbe3
to
fdc94a7
Compare
opensearch-trigger-bot
bot
force-pushed
the
code-gen/main/update
branch
2 times, most recently
from
August 19, 2024 00:24
fba4542
to
a1577f7
Compare
opensearch-trigger-bot
bot
force-pushed
the
code-gen/main/update
branch
from
August 26, 2024 00:24
a1577f7
to
6ed0a2a
Compare
opensearch-trigger-bot
bot
force-pushed
the
code-gen/main/update
branch
from
September 2, 2024 00:25
6ed0a2a
to
d856c39
Compare
opensearch-trigger-bot
bot
force-pushed
the
code-gen/main/update
branch
from
September 9, 2024 00:26
d856c39
to
12f0dea
Compare
…24-09-16) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
opensearch-trigger-bot
bot
force-pushed
the
code-gen/main/update
branch
from
September 16, 2024 00:26
12f0dea
to
6f0f452
Compare
Signed-off-by: Thomas Farr <tsfarr@amazon.com>
Xtansia
approved these changes
Sep 17, 2024
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-1.x 1.x
# Navigate to the new working tree
cd .worktrees/backport-1.x
# Create a new branch
git switch --create backport/backport-728-to-1.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 3b8c0a6c67b6704a345b34070a2bc5f736e8af15
# Push it to GitHub
git push --set-upstream origin backport/backport-728-to-1.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-1.x Then, create a pull request where the |
Xtansia
pushed a commit
to Xtansia/opensearch-net
that referenced
this pull request
Sep 17, 2024
…pensearch-project#728) * Re-generate client code using latest OpenSearch API specification (2024-09-16) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Add UPGRADING.md note Signed-off-by: Thomas Farr <tsfarr@amazon.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Thomas Farr <tsfarr@amazon.com> Co-authored-by: Xtansia <1222964+Xtansia@users.noreply.github.com> Co-authored-by: Thomas Farr <tsfarr@amazon.com> (cherry picked from commit 3b8c0a6)
Xtansia
added a commit
that referenced
this pull request
Sep 17, 2024
) (#801) * Re-generate client code using latest OpenSearch API specification (2024-09-16) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Add UPGRADING.md note Signed-off-by: Thomas Farr <tsfarr@amazon.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Thomas Farr <tsfarr@amazon.com> Co-authored-by: Xtansia <1222964+Xtansia@users.noreply.github.com> Co-authored-by: Thomas Farr <tsfarr@amazon.com> (cherry picked from commit 3b8c0a6) Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Re-generated client code using latest OpenSearch API specification.
Date: 2024-09-16