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

Moves @cliu123 to emeritus status #4667

Merged

Conversation

DarshitChanpura
Copy link
Member

Description

Moves @cliu123 to emeritus status.

Check List

- [ ] New functionality includes testing
- [ ] New functionality has been documented
- [ ] New Roles/Permissions have a corresponding security dashboards plugin PR
- [ ] API changes companion pull request created

  • Commits are signed per the DCO using --signoff

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.

Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
@DarshitChanpura DarshitChanpura changed the title Moves @cliu to emeritus status Moves @cliu123 to emeritus status Aug 21, 2024
Copy link

codecov bot commented Aug 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.22%. Comparing base (e2cd610) to head (b18fbbe).
Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4667      +/-   ##
==========================================
- Coverage   65.25%   65.22%   -0.04%     
==========================================
  Files         317      317              
  Lines       22320    22320              
  Branches     3591     3591              
==========================================
- Hits        14565    14558       -7     
- Misses       5957     5964       +7     
  Partials     1798     1798              

see 1 file with indirect coverage changes

@cwperks cwperks merged commit 8d48838 into opensearch-project:main Aug 21, 2024
41 of 42 checks passed
@DarshitChanpura DarshitChanpura added backport 1.x backport to 1.x branch backport 1.3 backport to 1.3 branch backport 2.x backport to 2.x branch labels Aug 23, 2024
@opensearch-trigger-bot
Copy link
Contributor

The backport to 1.x failed:

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

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/security/backport-1.x 1.x
# Navigate to the new working tree
pushd ../.worktrees/security/backport-1.x
# Create a new branch
git switch --create backport/backport-4667-to-1.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 8d48838e3bc245e065ae5994a26d7d51c012bed0
# Push it to GitHub
git push --set-upstream origin backport/backport-4667-to-1.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/security/backport-1.x

Then, create a pull request where the base branch is 1.x and the compare/head branch is backport/backport-4667-to-1.x.

@opensearch-trigger-bot
Copy link
Contributor

The backport to 2.x failed:

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

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/security/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/security/backport-2.x
# Create a new branch
git switch --create backport/backport-4667-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 8d48838e3bc245e065ae5994a26d7d51c012bed0
# Push it to GitHub
git push --set-upstream origin backport/backport-4667-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/security/backport-2.x

Then, create a pull request where the base branch is 2.x and the compare/head branch is backport/backport-4667-to-2.x.

@opensearch-trigger-bot
Copy link
Contributor

The backport to 1.3 failed:

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

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/security/backport-1.3 1.3
# Navigate to the new working tree
pushd ../.worktrees/security/backport-1.3
# Create a new branch
git switch --create backport/backport-4667-to-1.3
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 8d48838e3bc245e065ae5994a26d7d51c012bed0
# Push it to GitHub
git push --set-upstream origin backport/backport-4667-to-1.3
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/security/backport-1.3

Then, create a pull request where the base branch is 1.3 and the compare/head branch is backport/backport-4667-to-1.3.

DarshitChanpura added a commit to DarshitChanpura/security that referenced this pull request Aug 23, 2024
Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
(cherry picked from commit 8d48838)
DarshitChanpura added a commit to DarshitChanpura/security that referenced this pull request Aug 23, 2024
Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
(cherry picked from commit 8d48838)
DarshitChanpura added a commit to DarshitChanpura/security that referenced this pull request Aug 23, 2024
Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
(cherry picked from commit 8d48838)
cwperks pushed a commit that referenced this pull request Oct 3, 2024
Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
cwperks pushed a commit that referenced this pull request Oct 3, 2024
Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 1.x backport to 1.x branch backport 1.3 backport to 1.3 branch backport 2.x backport to 2.x branch backport-failed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants