Adam Majer adamm
  • Joined on 2023-07-21
adamm pushed to new-packages at git-workflow/autogits 2026-01-28 11:20:38 +01:00
98ac879aa6 common: test fixes after rebase
fe24431649 pr: no need to create PR if already exists.
dd9dcd169c pr: Only update issues if they are actually open
df4f903b44 pr: fix tests
367fef0fb1 pr: use top 20 commits as base, if available
Compare 33 commits »
adamm deleted branch group-bot-tests from git-workflow/autogits 2026-01-28 10:53:23 +01:00
adamm deleted branch always-review from git-workflow/autogits 2026-01-28 10:53:06 +01:00
adamm deleted branch pr-tests from git-workflow/autogits 2026-01-28 10:52:39 +01:00
adamm pushed to main at git-workflow/autogits 2026-01-28 10:50:58 +01:00
c2709e1894 fix unit tests and mocks
adamm pushed to new-packages at git-workflow/autogits 2026-01-28 09:16:26 +01:00
9922b05942 pr: no need to create PR if already exists.
6b4be8e8e5 pr: Only update issues if they are actually open
Compare 2 commits »
adamm created repository adamm/empty 2026-01-27 18:38:29 +01:00
adamm commented on pull request git-workflow/autogits#106 2026-01-27 17:42:48 +01:00
Fixing PR tests in workflow-pr bot

UpdatePullRequest() (Gitea mock) is never called here. This is not mocked in this instance and the other mocked function calls are all reading only, not updating anything (except for the…

adamm created repository adamm/test123 2026-01-27 16:27:28 +01:00
adamm deleted branch always-review-nt from git-workflow/autogits 2026-01-27 15:46:48 +01:00
adamm merged pull request git-workflow/autogits#112 2026-01-27 15:46:38 +01:00
pr: always require review, if configured
adamm pushed to main at git-workflow/autogits 2026-01-27 15:46:37 +01:00
7790e5f301 Merge branch 'main' into always-review-nt
877e93c9bf pr: always require review, if configured
Compare 2 commits »
adamm pushed to always-review-nt at git-workflow/autogits 2026-01-27 15:45:14 +01:00
7790e5f301 Merge branch 'main' into always-review-nt
2620aa3ddd Merge branch 'always-review'
59a47cd542 Merge branch 'pr-tests'
a0c51657d4 pr: reset timeline cache when fetching PRSet
edd8c67fc9 obs-staging-bot: allow build-disabling repositories in the QA projects
Compare 21 commits »
adamm pushed to main at git-workflow/autogits 2026-01-27 15:44:49 +01:00
2620aa3ddd Merge branch 'always-review'
51403713be pr: always require review, if configured
Compare 2 commits »
adamm commented on pull request git-workflow/autogits#123 2026-01-27 15:41:57 +01:00
obs-status-service: add --test-run using interface-based Redis mock (fixes #113)

Why no more panic()?

adamm pushed to new-packages at git-workflow/autogits 2026-01-27 14:07:55 +01:00
80d4e83f30 pr: fix tests
d00f49ae0b pr: use top 20 commits as base, if available
17a266121b common: add test for cloning hashes
Compare 3 commits »
adamm commented on pull request git-workflow/autogits#120 2026-01-27 13:43:25 +01:00
maintainer-update

This one should probably be reviewed as one chunk instead of per-commit. If there are issues, I'll add new commits that fix these issues in review on top and I will not be rewriting history.

adamm merged pull request git-workflow/autogits#106 2026-01-27 13:41:48 +01:00
Fixing PR tests in workflow-pr bot
adamm pushed to main at git-workflow/autogits 2026-01-27 13:41:46 +01:00
59a47cd542 Merge branch 'pr-tests'
f959684540 pr: interfaces moved to main package
18f7ed658a pr: move interfaces and mocks to parent package
c05fa236d1 pr: Add additional unit tests
c866303696 pr: fix PR lists to check packages not just project PRs
Compare 16 commits »
adamm commented on pull request git-workflow/autogits#106 2026-01-27 13:10:37 +01:00
Fixing PR tests in workflow-pr bot

Thanks for the review. Quite a bit of functionality for PR processing happens in the /common code which have actual tests there. In the code here we have either a lot of git operations or it's…