Pratik Sinha pks2906
  • Joined on 2026-03-19
pks2906 commented on pull request git-workflow/autogits#231 2026-04-20 18:17:03 +02:00
svg: extract hardcoded style values into constants

Extended CSS-based styling to additional statuses (blocked, broken, build). Continuing incremental refactor towards theme support.

pks2906 pushed to refactor/svg-style-constants at pks2906/autogits 2026-04-20 18:16:25 +02:00
336fb10ce5 svg: extend CSS-based styling to blocked, broken, and build statuses
pks2906 commented on pull request git-workflow/autogits#231 2026-04-18 20:41:49 +02:00
svg: extract hardcoded style values into constants

Started introducing CSS-based styling for SVG badges (initially for success and failed). This is a small step towards enabling theme support and improving maintainability. Will extend this…

pks2906 pushed to refactor/svg-style-constants at pks2906/autogits 2026-04-18 20:41:02 +02:00
d6509ad2c3 svg: introduce CSS-based styling for status badges (success, failed)
pks2906 commented on pull request git-workflow/autogits#231 2026-04-17 13:24:45 +02:00
svg: extract hardcoded style values into constants

Refactored all status blocks to replace hardcoded rect styling with constants for better maintainability and future theming support. Text styling is intentionally left unchanged to keep the scope…

pks2906 pushed to refactor/svg-style-constants at pks2906/autogits 2026-04-17 13:23:50 +02:00
e54392e269 svg: extract all rect style values into constants
pks2906 created pull request git-workflow/autogits#231 2026-04-14 10:16:26 +02:00
svg: extract hardcoded style values into constants
pks2906 created branch refactor/svg-style-constants in pks2906/autogits 2026-04-14 10:11:31 +02:00
pks2906 pushed to refactor/svg-style-constants at pks2906/autogits 2026-04-14 10:11:31 +02:00
95d331f086 svg: extract hardcoded style values into constants
pks2906 opened issue git-workflow/autogits#227 2026-04-10 11:42:24 +02:00
[Discussion] Improve SVG styling and theming support in svg.go
pks2906 commented on pull request git-workflow/autogits#217 2026-04-08 20:34:08 +02:00
[WIP] - obs-status-service: provide fallback link when build log is unavailable

I’ve updated the implementation so that the repository name always links to the project status page (/status/), independent of the build state, while keeping the badge behavior unchanged.

pks2906 pushed to fix/obs-status-fallback at pks2906/autogits 2026-04-08 20:31:41 +02:00
706e0c2984 obs-status-service: always link repository name to project status page
pks2906 commented on pull request git-workflow/autogits#217 2026-04-08 19:49:28 +02:00
[WIP] - obs-status-service: provide fallback link when build log is unavailable

Thanks for the clarification.

I understand that the repository link should always be available and not depend on the build state. I’ll update the implementation so the repository name…

pks2906 commented on pull request git-workflow/autogits#217 2026-04-08 19:14:18 +02:00
[WIP] - obs-status-service: provide fallback link when build log is unavailable

Hi,

Thanks for the feedback!

To clarify how to verify this change:

  • The fallback is triggered when no build log link is available (e.g., all builds are blocked or no build has occurred). …
pks2906 commented on issue git-workflow/autogits#95 2026-04-06 22:11:10 +02:00
Cannot link to BR in another format

Hi,

I’ve opened a PR implementing support for selecting the response format via query parameter (?format=json/xml/svg), while keeping the existing Accept header behavior unchanged.

The…

pks2906 created pull request git-workflow/autogits#218 2026-04-06 22:09:52 +02:00
WIP: Support query param format in ParseMimeHeader
pks2906 created branch fix/json-xml in pks2906/autogits 2026-04-06 19:24:17 +02:00
pks2906 pushed to fix/json-xml at pks2906/autogits 2026-04-06 19:24:17 +02:00
885ff88afc feat: support query param format in ParseMimeHeader with unit tests
pks2906 commented on issue git-workflow/autogits#95 2026-04-06 17:43:18 +02:00
Cannot link to BR in another format

Hi,

From my understanding, the goal is to allow selecting the response format via a query parameter (e.g.,?format=json/xml/svg) while keeping the existing Accept header behavior unchanged.

I…

pks2906 commented on pull request git-workflow/autogits#217 2026-04-04 14:42:41 +02:00
[WIP] - obs-status-service: provide fallback link when build log is unavailable

Hi,

I've updated the implementation to keep the badge link consistent and instead linkified the repository name to point to the project status page. This avoids changing the badge behavior…