Commit Graph

11 Commits

Author SHA1 Message Date
lukaszraczylo 3bd9807e50 Fixes calculations (#2)
Git Level (per commit):
    - Track unique file paths in FilesModified slice
    - FilesChanged = count of unique files in THIS commit

  Aggregator Level (per contributor):
    - Collect all file paths from all commits into a SET
    - FilesChanged = size of the unique file set

  Result:
    - Contributor.FilesChanged = count of UNIQUE files they touched
    - Repository contributor = unique files in THAT repo only
2025-12-19 10:44:00 +00:00
lukaszraczylo 8423b6ada1 Update + signing of the binaries 2025-12-15 00:46:20 +00:00
lukaszraczylo c34f82e548 Calculations fixes. 2025-12-12 01:29:46 +00:00
lukaszraczylo 53b1301404 Additional checks on issues. 2025-12-11 19:43:40 +00:00
lukaszraczylo f338e23caf Fixup user profiles display. 2025-12-11 12:27:54 +00:00
lukaszraczylo 8073711f4b Add additional sections. 2025-12-11 11:03:20 +00:00
lukaszraczylo 9ded096839 Create meaningful lines calculations. 2025-12-11 10:11:15 +00:00
lukaszraczylo 73ca73f9fc Update tests. 2025-12-11 09:45:49 +00:00
lukaszraczylo 319143132b Improve achievements calculation 2025-12-11 09:18:24 +00:00
lukaszraczylo f0a72ae4fc Fix tests. 2025-12-10 21:38:05 +00:00
lukaszraczylo 9d4de0e6b6 Initial commit. 2025-12-10 21:09:25 +00:00