Dario Leidi dleidi
  • Joined on 2025-03-10
dleidi pushed to deinit-submodules at dleidi/autogits 2026-04-21 09:31:17 +02:00
d67118a10e Add tests for deinitialize initialized submodules only
0a9e56b404 Regenerate mock
010623b567 Deinitialize only initialized submodules
dad54afcfd Refactoring: centralize submodule deinit implementation
c0ac466adb Document new maintainership format with groups
Compare 9 commits »
dleidi pushed to deinit-submodules at dleidi/autogits 2026-04-20 17:54:03 +02:00
bab85d9086 Add tests for deinitialize initialized submodules only
f68751e9e2 Regenerate mock
Compare 2 commits »
dleidi created pull request git-workflow/autogits#241 2026-04-20 17:49:09 +02:00
WIP: deinitialize initialized submodules only
dleidi created branch deinit-submodules in dleidi/autogits 2026-04-20 17:47:30 +02:00
dleidi pushed to deinit-submodules at dleidi/autogits 2026-04-20 17:47:30 +02:00
0130dbde82 Deinitialize only initialized submodules
d227b37e97 Refactoring: centralize submodule deinit implementation
aa4613b2b5 Merge branch 'main' of src.opensuse.org:git-workflow/autogits
1d1019006b Merge branch 'issue338'
b0bbf4e1be workflow-pr: enable unit tests during spec build
Compare 10 commits »
dleidi commented on pull request git-workflow/autogits#237 2026-04-20 15:52:24 +02:00
feat/strict-package-maintainer-reviews

I wouldn't mind just a comment about this lock-defer-unlock pattern here and the reason for it just to make it clear conditions why it is required

dleidi commented on pull request git-workflow/autogits#237 2026-04-20 15:52:24 +02:00
feat/strict-package-maintainer-reviews

Why not translating this comment into a double test check assert "autobuild-review" not in reviewers_requested?

dleidi commented on pull request git-workflow/autogits#237 2026-04-20 15:52:24 +02:00
feat/strict-package-maintainer-reviews

I would really appreciate a refactoring on top here:

dleidi commented on pull request git-workflow/autogits#237 2026-04-20 15:52:24 +02:00
feat/strict-package-maintainer-reviews

Left a couple of comments more like suggestions rather than request for changes. Overall the feature LGTM 👍

dleidi deleted branch groups-documentation from dleidi/autogits 2026-04-17 16:54:14 +02:00
dleidi pushed to main at git-workflow/autogits 2026-04-17 16:54:13 +02:00
c0ac466adb Document new maintainership format with groups
dleidi merged pull request git-workflow/autogits#236 2026-04-17 16:54:12 +02:00
Document new maintainership format with groups
dleidi commented on pull request git-workflow/autogits#236 2026-04-17 16:51:15 +02:00
Document new maintainership format with groups

I should be possible to detect:


def update_maintainership(data, package, maintainers):
    if isinstance(data, dict) and 'header' in data and isinstance(data['header'],…
dleidi pushed to groups-documentation at dleidi/autogits 2026-04-17 16:05:28 +02:00
c0ac466adb Document new maintainership format with groups
7720c662f7 Merge PR!233'
9638b61355 Merge PR#235
aa4613b2b5 Merge branch 'main' of src.opensuse.org:git-workflow/autogits
1d1019006b Merge branch 'issue338'
Compare 15 commits »
dleidi commented on pull request git-workflow/autogits#236 2026-04-17 16:03:33 +02:00
Document new maintainership format with groups

Luckily JSON format doesn't care about indentation, but better to have an in-shape example. Thanks for catching it. Fixing

dleidi pushed to groups-documentation at dleidi/autogits 2026-04-16 15:36:17 +02:00
fecd69a4f5 Document new maintainership format with groups
b0bbf4e1be workflow-pr: enable unit tests during spec build
c01c21a942 Get rid of the 'cache' term: it's about loading not caching
c6e01f12f3 Document current design limitation
dbf5e70317 Bugfix: user and group names can overlap
Compare 6 commits »
dleidi pushed to groups-documentation at dleidi/autogits 2026-04-16 09:45:22 +02:00
daee075e7b Document new maintainership format with groups
dleidi pushed to groups-documentation at dleidi/autogits 2026-04-15 18:58:36 +02:00
0aad230e43 Document new maintainership format with groups
dleidi pushed to groups-documentation at dleidi/autogits 2026-04-15 12:19:42 +02:00
c2a808ddfc Document new maintainership format with groups
dleidi created pull request git-workflow/autogits#236 2026-04-15 12:18:30 +02:00
WIP: Document new maintainership format with groups