Commit Graph

13 Commits

Author SHA1 Message Date
WDI-Ideas
b8f645b726 refactor(secrets): use SONARQUBE_HOST and SONARQUBE_TOKEN for SonarQube
Made-with: Cursor
2026-04-08 00:15:37 +05:30
WDI-Ideas
51037bec0a docs: update pinned ci.yml SHA
Made-with: Cursor
2026-04-08 00:03:42 +05:30
WDI-Ideas
08e779fe57 fix(ci): meta job snapshots ci_steps to outputs (WDIPL clears inputs after build)
Sonar/deploy if used inputs.ci_steps false after build finished; capture once in meta.

Made-with: Cursor
2026-04-08 00:03:26 +05:30
WDI-Ideas
653028c113 docs: update pinned ci.yml SHA example
Made-with: Cursor
2026-04-07 23:59:53 +05:30
WDI-Ideas
fb201190cc fix(ci): drop replace() in ci_steps if — not implemented in WDIPL-Runner
Made-with: Cursor
2026-04-07 23:59:29 +05:30
WDI-Ideas
45b39eebc5 docs: WDIPL-Runner act cache + pin uses to SHA
Made-with: Cursor
2026-04-07 23:57:49 +05:30
WDI-Ideas
6b9982def7 fix(ci): single ci_steps string for WDIPL-Runner workflow_call input bug
Runner only propagated the first flag input to nested jobs; use comma-separated
ci_steps (build,sonar,deploy) and contains() on padded tokens.

Made-with: Cursor
2026-04-07 23:55:48 +05:30
WDI-Ideas
de68aa64bc fix(ci): rename run_* inputs to enable_* for Gitea Act forwarding
WDIPL-Runner passed run_build but dropped run_sonar/run_deploy to nested jobs.
Use enable_build/enable_sonar/enable_deploy in workflow_call inputs and docs.

Made-with: Cursor
2026-04-07 23:52:20 +05:30
WDI-Ideas
d5fd823dd9 fix(ci): Act runner string compare for run_*; use string inputs and quoted flags in docs
WDIPL-Runner evaluates workflow_call flags as == 'true'. YAML booleans broke
job if conditions. Accept true or 'true' in expressions; document quoted strings.

Made-with: Cursor
2026-04-07 23:47:30 +05:30
WDI-Ideas
45fa192924 docs: Gitea MCP needs 1.25+ actions/runs API or nginx proxy to tasks
Made-with: Cursor
2026-04-07 23:42:42 +05:30
WDI-Ideas
2cd019171f fix(ci): use boolean workflow_call inputs for run_build/sonar/deploy
Gitea/Act can mis-coerce string-typed inputs when callers pass YAML booleans,
which skipped Sonar and Deploy while Build ran. Use type boolean and simplify
job if conditions. Document caller pitfalls in readme.

Made-with: Cursor
2026-04-07 23:31:16 +05:30
WDI-Ideas
1f8640a264 fix(ci): align workflow_call flags, Sonar project_key, and deploy wiring
Made-with: Cursor
2026-04-07 22:45:18 +05:30
bf47b5b156 Add readme.md 2026-04-07 10:20:05 +00:00