18 Commits

Author SHA1 Message Date
429fe9b060 implemented new way to extract stats from dataset 2025-06-10 20:42:58 +02:00
f1e8b896bb fixed slight bug 2025-05-21 09:18:51 +02:00
a8ccf081a2 formatted file 2025-05-21 09:18:33 +02:00
cc8cb7ef52 extracted function to utils 2025-03-14 14:04:41 +01:00
c035bfbe77 updated stats_pull_requests to use the new utils
interface
2025-03-14 09:49:50 +01:00
536e6e3e3f extracted some functions to a utils file, since
they will be usefull for the new pull_requests.py
2025-03-13 11:31:27 +01:00
e69e81e5b3 minor fixes 2025-03-12 11:54:11 +01:00
8c1de40a1f fixed the way to check whether a pr had only one comment 2025-03-11 14:27:18 +01:00
7c7b8801eb switched lines because it made more sense 2025-03-11 14:23:30 +01:00
a22776a96c fixed the stdout and file logging issue 2025-03-10 11:29:09 +01:00
5416b2ba15 saving the stats at each repo, so that we can see
the progress
2025-03-10 10:42:56 +01:00
8b5bae858e getting stats for repos that actually have tests 2025-03-10 10:38:56 +01:00
500531c8b0 apparently some dates are now parsed correctly
when the json is parsed, but others are still in string form, so i'm trying to account for that
2025-03-10 10:28:29 +01:00
aa5ed85717 made better post fix 2025-03-10 10:28:13 +01:00
527f9ea1af made logging better to avoid messing up the
progress bar
2025-03-10 10:27:43 +01:00
d34b3dbb20 made stats for PRs better, because i was not
considering all edge cases
2025-03-10 09:54:21 +01:00
9fa7dd53af now using the PyGithub library, so that it handles
for me the issue of too many requests in too little time
2025-03-06 16:36:53 +01:00
57b0f0c2cd first draft of getting the stats for pull requests 2025-03-06 16:26:33 +01:00