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

Add reviewer_stats #204

Merged
merged 25 commits into from
Dec 13, 2023
Merged

Conversation

christophfroehlich
Copy link
Contributor

@christophfroehlich christophfroehlich commented Dec 11, 2023

I created a script parsing the reviewer stats of the past 12 months, render it as a jquery.datatables.js object into the acknowledgements page.
The script is scheduled to run once per day and saved to cache, all other workflows use this file from cache without fetching the stats.

image

@christophfroehlich christophfroehlich marked this pull request as ready for review December 12, 2023 12:42
@christophfroehlich
Copy link
Contributor Author

christophfroehlich commented Dec 12, 2023

It seems that I have to optimize the number of REST calls, they are limited to 50001000/hour and we are reaching this fetching all PRs + users twice.

Edit: Limit is 1000 for GITHUB_TOKEN.

@christophfroehlich christophfroehlich linked an issue Dec 12, 2023 that may be closed by this pull request
@destogl destogl merged commit 5e1f1d6 into ros-controls:master Dec 13, 2023
5 checks passed
@christophfroehlich christophfroehlich deleted the reviewer_stats branch December 13, 2023 15:45
@christophfroehlich
Copy link
Contributor Author

@Mergifyio backport iron humble

Copy link
Contributor

mergify bot commented Dec 13, 2023

backport iron humble

✅ Backports have been created

mergify bot pushed a commit that referenced this pull request Dec 13, 2023
(cherry picked from commit 5e1f1d6)

# Conflicts:
#	.github/workflows/sphinx-check-warnings-humble.yml
#	.github/workflows/sphinx-check-warnings-rolling.yml
#	.github/workflows/sphinx-make-page.yml
mergify bot pushed a commit that referenced this pull request Dec 13, 2023
(cherry picked from commit 5e1f1d6)

# Conflicts:
#	.github/workflows/sphinx-check-warnings-humble.yml
#	.github/workflows/sphinx-check-warnings-iron.yml
#	.github/workflows/sphinx-make-page.yml
saikishor added a commit that referenced this pull request Dec 13, 2023
* [Contributions] Add reviewers statistics (#204)

(cherry picked from commit 5e1f1d6)

# Conflicts:
#	.github/workflows/sphinx-check-warnings-humble.yml
#	.github/workflows/sphinx-check-warnings-rolling.yml
#	.github/workflows/sphinx-make-page.yml

* Delete unneeded jobs

* Delete unneeded jobs

* Update make_help_scripts/deploy_defines

Co-authored-by: Sai Kishor Kothakota <[email protected]>

---------

Co-authored-by: Christoph Fröhlich <[email protected]>
Co-authored-by: Christoph Froehlich <[email protected]>
Co-authored-by: Sai Kishor Kothakota <[email protected]>
saikishor added a commit that referenced this pull request Dec 13, 2023
* [Contributions] Add reviewers statistics (#204)

(cherry picked from commit 5e1f1d6)

# Conflicts:
#	.github/workflows/sphinx-check-warnings-humble.yml
#	.github/workflows/sphinx-check-warnings-iron.yml
#	.github/workflows/sphinx-make-page.yml

* Delete unneeded jobs

* Delete unneeded jobs

* Update make_help_scripts/deploy_defines

Co-authored-by: Sai Kishor Kothakota <[email protected]>

---------

Co-authored-by: Christoph Fröhlich <[email protected]>
Co-authored-by: Christoph Froehlich <[email protected]>
Co-authored-by: Sai Kishor Kothakota <[email protected]>
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.

List people in acknowledgements, not only companies
2 participants