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

Baseline MAINTAINERS, CODEOWNERS #302

Merged
merged 1 commit into from
Mar 8, 2023
Merged

Baseline MAINTAINERS, CODEOWNERS #302

merged 1 commit into from
Mar 8, 2023

Conversation

dzane17
Copy link
Contributor

@dzane17 dzane17 commented Mar 8, 2023

Is your feature request related to a problem? Please provide an existing Issue # , or describe.
Fixes #293

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • 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: David Zane <davizane@amazon.com>
@dzane17 dzane17 requested a review from a team March 8, 2023 01:45
@codecov-commenter
Copy link

codecov-commenter commented Mar 8, 2023

Codecov Report

Merging #302 (6b6d9b6) into main (b797a69) will decrease coverage by 2.10%.
The diff coverage is 8.91%.

❗ Current head 6b6d9b6 differs from pull request most recent head b5b841b. Consider uploading reports for the commit b5b841b to get more accurate results

📣 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     #302      +/-   ##
============================================
- Coverage     72.70%   70.60%   -2.10%     
+ Complexity     3027     2936      -91     
============================================
  Files           380      381       +1     
  Lines         18988    19009      +21     
  Branches       1465     1468       +3     
============================================
- Hits          13805    13422     -383     
- Misses         4587     5017     +430     
+ Partials        596      570      -26     
Impacted Files Coverage Δ
...analyzer/rca/configs/HotShardClusterRcaConfig.java 0.00% <0.00%> (-77.78%) ⬇️
...ormanceanalyzer/rca/configs/HotShardRcaConfig.java 0.00% <0.00%> (-77.78%) ⬇️
...ca/framework/api/aggregators/SummarizedWindow.java 0.00% <0.00%> (ø)
...r/rca/framework/api/summaries/HotShardSummary.java 0.00% <0.00%> (-86.71%) ⬇️
...ceanalyzer/rca/store/rca/hotshard/HotShardRca.java 8.95% <4.76%> (-77.19%) ⬇️
...zer/rca/store/rca/hotshard/HotShardClusterRca.java 13.04% <33.33%> (-75.85%) ⬇️
...yzer/rca/framework/api/summaries/ResourceUtil.java 99.00% <100.00%> (+0.04%) ⬆️
...nceanalyzer/rca/store/OpenSearchAnalysisGraph.java 100.00% <100.00%> (ø)
...eanalyzer/rca/store/rca/hotshard/NodeShardKey.java 0.00% <0.00%> (-58.34%) ⬇️
... and 16 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@dzane17 dzane17 merged commit 58ee0a0 into main Mar 8, 2023
@dzane17 dzane17 deleted the feature/maintainers branch March 8, 2023 23:36
@opensearch-trigger-bot
Copy link

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

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

opensearch-trigger-bot bot pushed a commit that referenced this pull request Apr 17, 2023
Signed-off-by: David Zane <davizane@amazon.com>
(cherry picked from commit 58ee0a0)
khushbr pushed a commit that referenced this pull request Apr 17, 2023
Signed-off-by: David Zane <davizane@amazon.com>
(cherry picked from commit 58ee0a0)

Co-authored-by: David Z <38449481+dzane17@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Baseline MAINTAINERS, CODEOWNERS, and external collaborator permissions
5 participants