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

Re-generated client code using latest OpenSearch API specification #728

Merged
merged 2 commits into from
Sep 17, 2024

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

@opensearch-trigger-bot opensearch-trigger-bot bot commented Jul 29, 2024

Re-generated client code using latest OpenSearch API specification.
Date: 2024-09-16

@dblock
Copy link
Member

dblock commented Jul 29, 2024

The generator brought it a new namespace for SQL, looks like something needs to be adjusted to add that namespace? @Xtansia

…24-09-16)

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: Thomas Farr <[email protected]>
@Xtansia Xtansia merged commit 3b8c0a6 into main Sep 17, 2024
70 of 77 checks passed
@Xtansia Xtansia deleted the code-gen/main/update branch September 17, 2024 04:41
@Xtansia Xtansia added the backport 1.x Backport to 1.x branch label Sep 17, 2024
@opensearch-trigger-bot
Copy link
Contributor Author

The backport to 1.x failed:

The process '/usr/bin/git' failed with exit code 1

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 base branch is 1.x and the compare/head branch is backport/backport-728-to-1.x.

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 <[email protected]>

---------

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: Thomas Farr <[email protected]>
Co-authored-by: Xtansia <[email protected]>
Co-authored-by: Thomas Farr <[email protected]>
(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 <[email protected]>

---------

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: Thomas Farr <[email protected]>
Co-authored-by: Xtansia <[email protected]>
Co-authored-by: Thomas Farr <[email protected]>
(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
Labels
autocut backport 1.x Backport to 1.x branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants