Adam Majer adamm
  • Joined on 2023-07-21
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…

adamm commented on pull request git-workflow/autogits#106 2026-01-27 13:04:53 +01:00
Fixing PR tests in workflow-pr bot

This looks like a smoke test that different message formats either do something or return an error. The last test here expects an error if the message format is unknown.

adamm commented on pull request git-workflow/autogits#106 2026-01-27 12:59:42 +01:00
Fixing PR tests in workflow-pr bot

This is LLM comment why prset is unused. It's not used because it's re-created internally from the PR body text. So this prset here is not returned by any of the mocks or used by them.

LLM…

adamm commented on pull request git-workflow/autogits#106 2026-01-27 12:53:51 +01:00
Fixing PR tests in workflow-pr bot

gitea.EXPECT().UpdatePullRequest(gomock.Any(), gomock.Any(), gomock.Any(), gomock.Any()).Return(nil, nil).AnyTimes()

The UpdatePullRequest() is not called, that's why it has "no action". It…

adamm commented on pull request git-workflow/autogits#106 2026-01-27 12:40:28 +01:00
Fixing PR tests in workflow-pr bot

I agree with you here. But the correct way of handling this would be to start the loop of,

  1. refactor the code into smaller chunks (smaller interfaces), not breaking the tests, then 2.…
adamm deleted branch fix-timeline-cache from git-workflow/autogits 2026-01-27 11:27:34 +01:00
adamm merged pull request git-workflow/autogits#121 2026-01-27 11:27:27 +01:00
pr: reset timeline cache when fetching PRSet
adamm pushed to main at git-workflow/autogits 2026-01-27 11:27:24 +01:00
a0c51657d4 pr: reset timeline cache when fetching PRSet
adamm pushed to factory at testing/spamassassin 2026-01-26 19:18:17 +01:00
b0804b572e Accepting request 578829 from devel:languages:perl
d0e5625bff Fix patch depth
233c576a47 - bsc#1069831 Running sa-update from spamassassin gives warning about deprecated regex
47b60b4c81 Accepting request 568406 from devel:languages:perl
35b93384ec Accepting request 556630 from home:jengelh:branches:devel:languages:perl
Compare 143 commits »
adamm created pull request git-workflow/autogits#121 2026-01-26 15:35:34 +01:00
pr: reset timeline cache when fetching PRSet
adamm created branch fix-timeline-cache in git-workflow/autogits 2026-01-26 15:35:02 +01:00
adamm pushed to fix-timeline-cache at git-workflow/autogits 2026-01-26 15:35:02 +01:00
a0c51657d4 pr: reset timeline cache when fetching PRSet
adamm pushed to new-packages at git-workflow/autogits 2026-01-26 11:57:32 +01:00
4c9c2a20f3 common: add test for directory listing
046c28aac2 pr: test updated issue ref
7ec6420e20 pr: move functions around
Compare 3 commits »