Dario Leidi dleidi
  • Joined on 2025-03-10
dleidi pushed to handling-groups at dleidi/autogits 2026-04-01 16:25:39 +02:00
c9c70019c1 Refactoring: Factory pattern to handle legacy vs versioned formatter
dleidi pushed to handling-groups at dleidi/autogits 2026-04-01 13:15:35 +02:00
532fdaf90f Refactoring: Factory pattern to handle legacy vs versioned formatter
dleidi pushed to handling-groups at dleidi/autogits 2026-04-01 10:35:59 +02:00
e27bb203cb Missing config for the groups test
dleidi pushed to handling-groups at dleidi/autogits 2026-03-31 17:04:18 +02:00
d482efc489 Validate groupName before retrieving remote file
3a915b6b5a Log about expanding failure once per group
1a42f83405 Use environment variables instead
396cdc589a Add end-to-end tests for maintainers groups handling
44a5400c2a Add test coverage for maintainership.go groups handling
Compare 15 commits »
dleidi pushed to handling-groups at dleidi/autogits 2026-03-31 09:25:03 +02:00
72a9b5cb8f Add end-to-end tests for maintainers groups handling
d746bcb2a3 Add test coverage for maintainership.go groups handling
491233b7bc Fetch and expand groups into maintainers users
Compare 3 commits »
dleidi pushed to handling-groups at dleidi/autogits 2026-03-31 00:28:51 +02:00
e589b1fb3d Add end-to-end tests for maintainers groups handling
dleidi pushed to handling-groups at dleidi/autogits 2026-03-30 22:39:22 +02:00
15132a8fa6 Add test coverage for maintainership.go groups handling
60418922ea Fetch and expand groups into maintainers users
f685d872fb Support new _maintainership.json format too
b89b3d722a t: implement TC-MERGE-006
c2dba4ad3f t: implement T-MERGE-005
Compare 6 commits »
dleidi created pull request git-workflow/autogits#203 2026-03-26 16:26:47 +01:00
WIP: Support new _maintainership.json format too
dleidi created branch handling-groups in dleidi/autogits 2026-03-26 16:23:41 +01:00
dleidi pushed to handling-groups at dleidi/autogits 2026-03-26 16:23:41 +01:00
b4b022ad7c Support new _maintainership.json format too
de63b0d96b t: workflow-direct merge followup
8b2282bdcb Merge branch 'main' into t-workflow-direct-sync
b037e33f63 t: fix webhook URLs and test_007 race condition from bad merge
c11c2b9354 t: refactor review 007
Compare 5 commits »
dleidi pushed to obs-groups-bot at dleidi/autogits 2026-03-19 15:16:41 +01:00
38bbc83b80 Let obsHost and targetRepo be configured in .env too
fa8a4ba56d Add obs-groups-bot serivce and timer
115dc70ad5 Use an allow-list regex approach instead
6bd61ea237 Do not overuse fmt.Sprintf if not needed
25633769e9 Do not hardcode sleep time value, use const instead
Compare 22 commits »
dleidi pushed to obs-groups-bot at dleidi/autogits 2026-03-19 15:15:38 +01:00
526ae06357 Let obsHost and targetRepo be configured in .env too
dleidi pushed to obs-groups-bot at dleidi/autogits 2026-03-19 14:34:58 +01:00
40518b4671 Add obs-groups-bot serivce and timer
50175744ce Use an allow-list regex approach instead
1a5dae5e92 Do not overuse fmt.Sprintf if not needed
eb10273e79 Do not hardcode sleep time value, use const instead
256702744a Report groupID if not found
Compare 27 commits »
dleidi pushed to obs-groups-bot at dleidi/autogits 2026-03-19 09:33:08 +01:00
9a4a5dbba9 Add obs-groups-bot serivce and timer
0dc44bbbb2 Use an allow-list regex approach instead
7be3b325bc Do not overuse fmt.Sprintf if not needed
cae90622c0 Do not hardcode sleep time value, use const instead
4dad9b84bd Report groupID if not found
Compare 22 commits »
dleidi pushed to obs-groups-bot at dleidi/autogits 2026-03-18 16:32:32 +01:00
4bb8c3de4b Add obs-groups-bot serivce and timer
dleidi pushed to obs-groups-bot at dleidi/autogits 2026-03-18 16:26:48 +01:00
74495ac964 Add obs-groups-bot serivce and timer
dleidi pushed to obs-groups-bot at dleidi/autogits 2026-03-18 15:54:47 +01:00
d1f0fb00ac Use an allow-list regex approach instead
592fb23d3a Do not overuse fmt.Sprintf if not needed
9f6fb8b9ca Do not hardcode sleep time value, use const instead
d67f478155 Report groupID if not found
7d550c1c62 Do not hardcode max length value, use const instead
Compare 6 commits »
dleidi pushed to obs-groups-bot at dleidi/autogits 2026-03-17 16:46:25 +01:00
f26951deb6 Add obs-groups-bot package
dleidi pushed to obs-groups-bot at dleidi/autogits 2026-03-17 16:15:53 +01:00
d020dab081 If nothing changed for a group, do nothing here too
cabfc70f0b Fix authentication to push to targetRepo without input user and pw
c5505d887d Use env identity file for git auth
2c70968a5a Drop custom git parameters, use GitAuthor object instead
e2c7e20f8b Adapt tests
Compare 23 commits »
dleidi pushed to obs-groups-bot at dleidi/autogits 2026-03-17 11:22:51 +01:00
e84fbbf031 If nothing changed for a group, do nothing here too