-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Template creation using context #14811
Template creation using context #14811
Conversation
❌ Gradle check result for 8036645: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
8036645
to
7233318
Compare
Signed-off-by: Mohit Godwani <mgodwan@amazon.com>
❌ Gradle check result for 7233318: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
7233318
to
95138bf
Compare
c76bfeb
into
opensearch-project:main
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/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch/backport-2.x
# Create a new branch
git switch --create backport/backport-14811-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 c76bfebd49c8129b564edc68ce59f01853dc6722
# Push it to GitHub
git push --set-upstream origin backport/backport-14811-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch/backport-2.x Then, create a pull request where the |
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/backport-2.16 2.16
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch/backport-2.16
# Create a new branch
git switch --create backport/backport-14811-to-2.16
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 c76bfebd49c8129b564edc68ce59f01853dc6722
# Push it to GitHub
git push --set-upstream origin backport/backport-14811-to-2.16
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch/backport-2.16 Then, create a pull request where the |
* Template creation using context Signed-off-by: Mohit Godwani <mgodwan@amazon.com>
* Template creation using context Signed-off-by: Mohit Godwani <mgodwan@amazon.com>
* Template creation using context Signed-off-by: Mohit Godwani <mgodwan@amazon.com>
* Template creation using context Signed-off-by: Mohit Godwani <mgodwan@amazon.com>
@mgodwan Please open a PR that exercises these changes in that repo, see https://github.com/opensearch-project/opensearch-api-specification/blob/main/DEVELOPER_GUIDE.md for details. |
* Template creation using context Signed-off-by: Mohit Godwani <mgodwan@amazon.com>
* Template creation using context Signed-off-by: Mohit Godwani <mgodwan@amazon.com>
Description
Status 7/18: Modify and add new tests for the feature.
Related Issues
Resolves #12683
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.