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

Update list of collaborators #14086

Merged
merged 1 commit into from
Sep 26, 2024
Merged

Update list of collaborators #14086

merged 1 commit into from
Sep 26, 2024

Conversation

yashmayya
Copy link
Collaborator

@yashmayya yashmayya commented Sep 26, 2024

  • The collaborator list was initially added a few months ago in Add list of collaborators to asf.yaml #13346.
  • The list needs to be periodically updated (every release or so) to take into account changes in contribution activity as well as existing collaborators becoming committers.
  • The new list was generated with the same method used previously:
> git shortlog --numbered --summary --since="1 year ago"

   440  dependabot[bot]
   166  Xiaotian (Jackie) Jiang
   108  Xiang Fu
    74  sullis
    57  Gonzalo Ortiz Jaureguizar
    55  Pratik Tibrewal
    55  Yash Mayya
    48  Abhishek Sharma
    43  Xiaobing
    40  Rong Rong
    37  Shounak kulkarni
    27  Christopher Peck
    20  Haitao Zhang
    18  Saurabh Dubey
    18  soumitra-st
    17  Ankit Sultana
    17  Kartik Khare
    14  Vivek Iyer Vaidyanathan
    14  swaminathanmanish
    12  Prashant Pandey
    12  Seunghyun Lee
    11  Rajat Venkatesh

@codecov-commenter
Copy link

codecov-commenter commented Sep 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.99%. Comparing base (59551e4) to head (a7069e4).
Report is 1090 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master   #14086      +/-   ##
============================================
+ Coverage     61.75%   63.99%   +2.24%     
- Complexity      207     1536    +1329     
============================================
  Files          2436     2596     +160     
  Lines        133233   143295   +10062     
  Branches      20636    21948    +1312     
============================================
+ Hits          82274    91702    +9428     
+ Misses        44911    44846      -65     
- Partials       6048     6747     +699     
Flag Coverage Δ
custom-integration1 100.00% <ø> (+99.99%) ⬆️
integration 100.00% <ø> (+99.99%) ⬆️
integration1 100.00% <ø> (+99.99%) ⬆️
integration2 0.00% <ø> (ø)
java-11 63.95% <ø> (+2.24%) ⬆️
java-21 55.45% <ø> (-6.18%) ⬇️
skip-bytebuffers-false 63.98% <ø> (+2.24%) ⬆️
skip-bytebuffers-true 55.43% <ø> (+27.70%) ⬆️
temurin 63.99% <ø> (+2.24%) ⬆️
unittests 63.99% <ø> (+2.24%) ⬆️
unittests1 55.61% <ø> (+8.72%) ⬆️
unittests2 34.45% <ø> (+6.72%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -31,12 +31,12 @@ github:
rebase: false
collaborators:
- sullis
- shenyu0127
- tibrewalpratik17
- yashmayya
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess you used some kind of script to generate this list. Can you sort the list in alphabetical order? that would make it easier to actually understand who gets added and who gets removed.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's sorted in order of # of commits in the past year (from the output of git shortlog --numbered --summary --since="1 year ago").

@Jackie-Jiang Jackie-Jiang merged commit 852e4f3 into apache:master Sep 26, 2024
19 of 21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants