Pratik Sinha pks2906
  • Joined on 2026-03-19
pks2906 commented on pull request git-workflow/autogits#191 2026-03-26 09:02:25 +01:00
obs-status-service: add --test-run mode with Redis mock

@dgarcia Thanks for the feedback!

I have addressed all the review comments:

  • Applied go fmt for consistent indentation (tabs instead of spaces)
  • Removed fallback logic in redismock to…
pks2906 pushed to feature/test-run-mock at pks2906/autogits 2026-03-26 08:58:54 +01:00
ab2e6af283 fix: address review feedback (formatting, fallback removal)
pks2906 commented on pull request git-workflow/autogits#191 2026-03-25 19:14:28 +01:00
obs-status-service: add --test-run mode with Redis mock

Understood, removing the error fallback so the process crashes naturally if there's an issue parsing the test data bzip. Will fix this along with the indentation changes.

pks2906 commented on pull request git-workflow/autogits#191 2026-03-25 19:13:33 +01:00
obs-status-service: add --test-run mode with Redis mock

Hi @danigm, thank you for the feedback! I will fix the indentation to use tabs instead of spaces. Will push the changes shortly.

pks2906 pushed to feature/add-root-index-page at pks2906/autogits 2026-03-22 14:46:38 +01:00
e56a0511b2 Merge branch 'main' into feature/add-root-index-page
1fc2983331 Let obsHost and targetRepo be configured in .env too
710561b82d Add obs-groups-bot serivce and timer
4f170333c4 Use an allow-list regex approach instead
eb82064855 Do not overuse fmt.Sprintf if not needed
Compare 34 commits »
pks2906 pushed to feature/test-run-mock at pks2906/autogits 2026-03-22 09:24:31 +01:00
cb56278404 Merge branch 'main' into feature/test-run-mock
1fc2983331 Let obsHost and targetRepo be configured in .env too
710561b82d Add obs-groups-bot serivce and timer
4f170333c4 Use an allow-list regex approach instead
eb82064855 Do not overuse fmt.Sprintf if not needed
Compare 34 commits »
pks2906 commented on issue git-workflow/autogits#114 2026-03-21 11:02:14 +01:00
obs-status-service: Add a link builder as default page

Hi,

I’ve implemented a minimal root index page based on the previous discussion and feedback on keeping it simple.

PR: #193

It serves a static HTML page at / with basic usage…

pks2906 created pull request git-workflow/autogits#193 2026-03-21 11:01:28 +01:00
obs-status-service: add minimal root index page with usage info
pks2906 created branch feature/add-root-index-page in pks2906/autogits 2026-03-21 10:50:23 +01:00
pks2906 pushed to feature/add-root-index-page at pks2906/autogits 2026-03-21 10:50:23 +01:00
3b6985ed3a obs-status-service: add minimal root index page with usage info
pks2906 commented on issue git-workflow/autogits#113 2026-03-20 21:06:56 +01:00
obs-status-service: Add a command line option to run in test mode

Hi, I have implemented a solution for this issue by introducing a --test-run mode to allow running the service without a Redis instance.

This includes:

  • Adding a RedisClient interface -…
pks2906 created pull request git-workflow/autogits#191 2026-03-20 20:59:46 +01:00
obs-status-service: add --test-run mode with Redis mock
pks2906 pushed to feature/test-run-mock at pks2906/autogits 2026-03-20 19:26:59 +01:00
91b4b1b268 obs-status-service: add --test-run mode with Redis mock
pks2906 created branch feature/test-run-mock in pks2906/autogits 2026-03-20 18:49:36 +01:00
pks2906 pushed to feature/test-run-mock at pks2906/autogits 2026-03-20 18:49:36 +01:00
pks2906 commented on issue git-workflow/autogits#114 2026-03-20 16:07:47 +01:00
obs-status-service: Add a link builder as default page

Hi,

Initially I faced an issue while trying to fork the repository (it was showing no owner), but after trying again I was able to fork it successfully and will proceed with the task.

Thanks!

pks2906 commented on issue git-workflow/autogits#114 2026-03-19 09:43:54 +01:00
obs-status-service: Add a link builder as default page

Hi,

I tried to fork the repository, but it seems that forking is disabled, and I also don't have push access.

Could you please guide me on the preferred contribution workflow for external…

pks2906 created repository pks2906/autogits 2026-03-19 09:33:29 +01:00