Ubayed Bin Sufian ubayed
  • Joined on 2026-03-07
ubayed pushed to main at ubayed/autogits 2026-04-03 22:45:33 +02:00
893267f342 clean data in integration testing ci
ubayed pushed to skip-non-package-build at ubayed/autogits 2026-04-03 22:44:32 +02:00
1bdcbcd171 test: add unit test for excluding non-package directories in GenerateObsPrjMeta
6a7268bc47 test: add unit test for non-package file changes in ProcessPullRequest
ec63782871 test: add edge case coverage for IsNonPackagePath
61f48908b7 feat: skip build for non-package changes
893267f342 clean data in integration testing ci
Compare 5 commits »
ubayed commented on pull request git-workflow/autogits#208 2026-04-03 22:38:20 +02:00
feat (obs-staging-bot): skip build for non-package changes

I ran the targeted tests:

go test -v -run "TestIsNonPackagePath
ubayed pushed to skip-non-package-build at ubayed/autogits 2026-04-03 16:17:25 +02:00
81ae09381d test: add unit test for excluding non-package directories in GenerateObsPrjMeta
ubayed pushed to skip-non-package-build at ubayed/autogits 2026-04-03 02:20:22 +02:00
5fb0ade3a9 test: add unit test for non-package file changes in ProcessPullRequest
ubayed pushed to skip-non-package-build at ubayed/autogits 2026-04-01 19:45:37 +02:00
428bf49e74 test: add edge case coverage for IsNonPackagePath
ubayed commented on pull request git-workflow/autogits#208 2026-03-31 15:37:26 +02:00
feat (obs-staging-bot): skip build for non-package changes

If this is not desired, I can update to a regular PR comment so that it does not interfere in regular approval/review process.

ubayed pushed to skip-non-package-build at ubayed/autogits 2026-03-31 15:21:07 +02:00
576db19378 feat: skip build for non-package changes
597d5d713e pr: add recover() to PRProcessor::Process
ba2eb0937a t: remove obsolete branch from workflow-pr.json
acc681ed91 pr: fix missing fetch in submodule rev-list
dd3a1623f2 t: remove xfail from the label and merge tests
Compare 9 commits »
ubayed pushed to main at ubayed/autogits 2026-03-31 15:16:04 +02:00
597d5d713e pr: add recover() to PRProcessor::Process
ba2eb0937a t: remove obsolete branch from workflow-pr.json
acc681ed91 pr: fix missing fetch in submodule rev-list
dd3a1623f2 t: remove xfail from the label and merge tests
5c57c51264 t: config files only in the project repo
Compare 8 commits »
ubayed pushed to add-landing-page at ubayed/autogits 2026-03-31 15:14:52 +02:00
1b76f80909 add loading indicator
f0e8ff333d add unit tests
37910d535d web: add interactive link builder and documentation as default page
0fed1a0ced feat: add default landing page with link builder
597d5d713e pr: add recover() to PRProcessor::Process
Compare 12 commits »
ubayed commented on pull request git-workflow/autogits#192 2026-03-30 16:07:23 +02:00
feat (obs-status-service): add default landing page with link builder

Screenshots of loading indicator and failure of update preview

Screenshot from 2026-03-30 20-02-51.png![Screenshot from 2026-03-30…

ubayed pushed to add-landing-page at ubayed/autogits 2026-03-30 16:00:51 +02:00
ee8c863690 add loading indicator
ubayed created pull request git-workflow/autogits#208 2026-03-29 19:34:16 +02:00
WIP: feat: skip build for non-package changes
ubayed created branch skip-non-package-build in ubayed/autogits 2026-03-29 19:31:59 +02:00
ubayed pushed to skip-non-package-build at ubayed/autogits 2026-03-29 19:31:59 +02:00
00116e9a36 feat: skip build for non-package changes
ubayed commented on pull request git-workflow/autogits#192 2026-03-28 14:53:00 +01:00
feat (obs-status-service): add default landing page with link builder

I ran the unit tests using go test -v and it passed.

Screenshot

Screenshot from 2026-03-28 19-48-18.png

ubayed pushed to add-landing-page at ubayed/autogits 2026-03-28 14:33:27 +01:00
4dde9c7b12 add unit tests
ubayed commented on pull request git-workflow/autogits#192 2026-03-27 15:41:00 +01:00
feat (obs-status-service): add default landing page with link builder

@dgarcia Please review

ubayed pushed to main at ubayed/autogits 2026-03-27 15:38:15 +01:00
b89b3d722a t: implement TC-MERGE-006
ubayed commented on pull request git-workflow/autogits#192 2026-03-27 15:37:09 +01:00
feat (obs-status-service): add default landing page with link builder

Key Changes:

  • Interactive UI: Added a form that generates badge links, Markdown code, and a live preview as you type.
  • Documentation: Included a usage guide directly on the page…