Ubayed Bin Sufian ubayed
  • Joined on 2026-03-07
ubayed commented on issue git-workflow/autogits#225 2026-04-16 12:09:04 +02:00
Test Failure in obs-staging-bot due to Mock Mismatches

git-workflow/autogits#234

This PR would solve this issue.

ubayed commented on issue git-workflow/autogits#225 2026-04-13 19:45:26 +02:00
Test Failure in obs-staging-bot due to Mock Mismatches

Hi!

I ran git bisect command and identified d0ffe0027a9e as the first commit where the test actually started to fail.

I ran the following specific tests for investigating the failure.…

ubayed commented on issue git-workflow/autogits#225 2026-04-13 16:26:36 +02:00
Test Failure in obs-staging-bot due to Mock Mismatches

Thanks for pointing out.

I am currently looking through the commits using git bisect.

If there is any specific area or recent change you think i should prioritize while investigating, I…

ubayed created pull request git-workflow/autogits#228 2026-04-12 07:35:38 +02:00
fix(test): resolve mock mismatches in QAUpdate and MissingPackages tests
ubayed created branch fix/sync-tests-to-markdown-output in ubayed/autogits 2026-04-12 07:23:34 +02:00
ubayed pushed to fix/sync-tests-to-markdown-output at ubayed/autogits 2026-04-12 07:23:34 +02:00
ac2d120714 test: sync test assertions to obs-staging-bot output format
ubayed pushed to main at ubayed/autogits 2026-04-12 02:24:36 +02:00
d3295cbe4d t: Adjust logic of reviewers cannot merge with comment
ubayed opened issue git-workflow/autogits#225 2026-04-09 03:07:01 +02:00
Test Failure in obs-staging-bot due to Mock Mismatches
ubayed commented on pull request git-workflow/autogits#192 2026-04-08 19:32:27 +02:00
feat (obs-status-service): add default landing page with link builder

Hi!

  • I have refactored the tests and moved the handlers outside of main() to make them testable.
  • Now the tests call the functions in main.go. and validates actual files in /static
ubayed commented on pull request git-workflow/autogits#192 2026-04-08 19:22:48 +02:00
feat (obs-status-service): add default landing page with link builder

Yes, the previous test didn't call the handler from main.go. I have refactored it.

ubayed commented on pull request git-workflow/autogits#192 2026-04-08 19:20:40 +02:00
feat (obs-status-service): add default landing page with link builder

Thank you for reviewing. I have refactored the tests to use the real /static files.

ubayed pushed to add-landing-page at ubayed/autogits 2026-04-08 19:17:26 +02:00
cf130602cd refactor: move HTTP handlers to registerHandlers and add dedicated tests
ubayed pushed to add-landing-page at ubayed/autogits 2026-04-08 17:23:41 +02:00
88af1efee0 css: use picocss defaults for input-group
2e93d36fd2 add loading indicator
9a91eda53c add unit tests
8ff7c633d3 web: add interactive link builder and documentation as default page
8f8c6adbd0 feat: add default landing page with link builder
Compare 23 commits »
ubayed pushed to main at ubayed/autogits 2026-04-08 17:21:51 +02:00
5fb265cf6f Add doc for merge override
a9d562f21b Increase timeouts due to increased amount of tests
9fe8d3b5c2 Refactoring: Factory pattern to handle legacy vs versioned formatter
ca20d60a83 Missing config for the groups test
b4fe19f59a Validate groupName before retrieving remote file
Compare 18 commits »
ubayed commented on pull request git-workflow/autogits#208 2026-04-07 00:16:45 +02:00
feat (obs-staging-bot): skip build for non-package changes

Thank you for reviewing. I have removed the block and made necessary changes in the test file too. The test passes after the modification.

ubayed pushed to skip-non-package-build at ubayed/autogits 2026-04-07 00:15:17 +02:00
b3f9e1f7ad refactor: simplify non-package file change detection
ubayed pushed to add-landing-page at ubayed/autogits 2026-04-06 18:01:40 +02:00
5a07dfcca2 css: use picocss defaults for input-group
ubayed commented on pull request git-workflow/autogits#192 2026-04-06 17:57:48 +02:00
feat (obs-status-service): add default landing page with link builder

Thank you reviewing. You are absolutely right - the code was overriding Pico with !important on every property.

ubayed pushed to add-landing-page at ubayed/autogits 2026-04-04 13:14:27 +02:00
2eeebe63d1 add loading indicator
a8c8f8712b add unit tests
6f06c19e57 web: add interactive link builder and documentation as default page
fc227ef39e feat: add default landing page with link builder
893267f342 clean data in integration testing ci
Compare 5 commits »
ubayed pushed to skip-non-package-build at ubayed/autogits 2026-04-03 22:50:35 +02:00
addd294069 test: fix TestProcessPullRequest by mocking GitDirectoryList