Commit Graph

34 Commits

Author SHA1 Message Date
480dacea3e now using normal names 2025-03-31 15:32:18 +02:00
b482c35b90 cleaned up dataset 2025-03-31 15:31:36 +02:00
669049b7a4 now using only the new datset version 2025-03-31 14:25:17 +02:00
308f58b587 fixed final edgecase 2025-03-30 10:58:48 +02:00
d24c9d8461 removed progress bar that was instant 2025-03-29 10:25:31 +01:00
7e64ab6574 moved github logging to file 2025-03-29 09:44:00 +01:00
dd5a67561b commented out annoying code 2025-03-29 09:43:51 +01:00
e081560879 imported function from utils 2025-03-29 09:43:39 +01:00
aaafe21a3c added progress bar for each entry migration 2025-03-29 09:43:18 +01:00
d7cba34e3d made so that binary files content are ignored 2025-03-28 18:18:36 +01:00
69bf557a61 made migration better 2025-03-28 15:04:01 +01:00
649043d9f0 first draft of migration to augment the data 2025-03-28 11:15:21 +01:00
2e04ed49a3 fixed slight mistake 2025-03-26 14:50:36 +01:00
0d8b81054d formatted code 2025-03-26 13:05:05 +01:00
fa3b7f82a1 comverted code to have instead of one comment,
have a list of them
2025-03-26 12:41:46 +01:00
4c6522ae63 removed useless code 2025-03-26 12:41:01 +01:00
4c56a352e7 added default parameter to keep or not the "Was
still being processed" item from the backup (to delegate to the caller if he wants it)
2025-03-26 09:02:32 +01:00
d95e4ebdf8 fixed slight mistake 2025-03-23 13:55:24 +01:00
dc897ac375 first draft of using cache to resume progress 2025-03-23 09:52:43 +01:00
282f29520b since there are multiple jacoco.xml files
possible and it's too hard to understand which one
is the correct one for the class, I just log in
the coverages each one that have the fully
qualified class that is commented, it will then be
up to us to filter out what's needed
2025-03-21 13:44:58 +01:00
a0e17b62bb removed coverage from each file since now we have
the file pointed by the comment, moved the coverage to the metadata
2025-03-20 14:01:43 +01:00
cd24068d50 added comment path, to know what was the file in
the PR files that was commented
2025-03-20 10:52:16 +01:00
adaa1c7fd4 changed the structure of the entries 2025-03-17 15:45:19 +01:00
92c57b10b2 added the coverage to the file entries 2025-03-17 15:26:51 +01:00
3d9b386f22 changed the structure of the dataset 2025-03-17 15:26:45 +01:00
b2d7377d1f removed the from_json, because we don't use it 2025-03-17 15:26:27 +01:00
69295801ac entries in the dataset now store what build system
they use
2025-03-17 15:04:33 +01:00
42d734877e made better length of dataset 2025-03-14 15:21:42 +01:00
76b79105ef fixed typing of field 2025-03-14 15:21:36 +01:00
f5275b3c1b making assumption that the entry will be
successful, then setting it to false when something goes wrong
2025-03-14 15:20:59 +01:00
9982e2bcc9 added the diff class to dataset entries 2025-03-14 12:05:39 +01:00
468f793ded added the possibility of having the lenght of the
dataset
2025-03-14 11:59:37 +01:00
242d7f6a77 made some entries to the dataset default to "" 2025-03-14 11:59:21 +01:00
9f8884a1e9 created the dataclasses for the "triplets" 2025-03-14 09:27:51 +01:00