-
Notifications
You must be signed in to change notification settings - Fork 976
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
Update MAINTAINERS.md and CODEOWNERS #3792
Conversation
Issue Resolve opensearch-project#3426 Signed-off-by: Anan Zhuang <ananzh@amazon.com>
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #3792 +/- ##
==========================================
- Coverage 66.43% 66.38% -0.05%
==========================================
Files 3209 3209
Lines 61673 61673
Branches 9521 9521
==========================================
- Hits 40971 40941 -30
- Misses 18421 18446 +25
- Partials 2281 2286 +5
Flags with carried forward coverage won't be shown. Click here to find out more. see 8 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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
pushd ../.worktrees/backport-1.x
# Create a new branch
git switch --create backport/backport-3792-to-1.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 ccac24e4c3e4cfeba514ff378842c58b9445c0c6
# Push it to GitHub
git push --set-upstream origin backport/backport-3792-to-1.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-1.x Then, create a pull request where the |
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.3 1.3
# Navigate to the new working tree
pushd ../.worktrees/backport-1.3
# Create a new branch
git switch --create backport/backport-3792-to-1.3
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 ccac24e4c3e4cfeba514ff378842c58b9445c0c6
# Push it to GitHub
git push --set-upstream origin backport/backport-3792-to-1.3
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-1.3 Then, create a pull request where the |
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-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/backport-2.x
# Create a new branch
git switch --create backport/backport-3792-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 ccac24e4c3e4cfeba514ff378842c58b9445c0c6
# Push it to GitHub
git push --set-upstream origin backport/backport-3792-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.x Then, create a pull request where the |
Issue Resolve #3426 (cherry picked from commit ccac24e) Signed-off-by: Anan Zhuang <ananzh@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> (cherry picked from commit 978bd7b) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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
pushd ../.worktrees/backport-1.x
# Create a new branch
git switch --create backport/backport-3792-to-1.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 ccac24e4c3e4cfeba514ff378842c58b9445c0c6
# Push it to GitHub
git push --set-upstream origin backport/backport-3792-to-1.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-1.x Then, create a pull request where the |
Issue Resolve #3426 (cherry picked from commit ccac24e) (cherry picked from commit 978bd7b) Signed-off-by: Anan Zhuang <ananzh@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>
Issue Resolve opensearch-project#3426 Signed-off-by: Anan Zhuang <ananzh@amazon.com> (cherry picked from commit ccac24e)
@gaiksaya could you help us to double check the permissions? If they are not correct, pls help to update them because we don't have admin permission. thx. |
Permissions are updated now. See snapshot here #3426 (comment) |
@gaiksaya thank you so much. |
Issue Resolve opensearch-project#3426 Signed-off-by: Anan Zhuang <ananzh@amazon.com> Signed-off-by: David Sinclair <david@sinclair.tech>
Issue Resolve #3426 (cherry picked from commit ccac24e) (cherry picked from commit 034e983) 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: Anan Zhuang <ananzh@amazon.com>
Issues Resolved
#3426
Check List
yarn test:jest
yarn test:jest_integration
yarn test:ftr