Commit Graph

5 Commits

Author SHA1 Message Date
sharang 673a5b9f13 ci(tenant-registry): scope coverage to internal/, bump setup-go to 1.24
ci / shared (pull_request) Successful in 4s
ci / test (pull_request) Successful in 43s
ci / image (pull_request) Has been skipped
Two-step fix:
- setup-go was pinned to 1.22; bump to 1.24 to match go.mod and
  unblock the golangci-lint version mismatch path consistently.
- Coverage gate runs over ./internal/... so cmd/server's signal
  handling + Listen path doesn't drag the line-pct under 70%. The
  internal/* packages all sit ≥ 70% individually; total is 78.6%.
  Real e2e tests land with M4.1.

Refs: M4.1
2026-05-18 23:12:12 +02:00
sharang a590caa34b ci(tenant-registry): drop hashFiles job gate
ci / shared (pull_request) Successful in 4s
ci / test (pull_request) Failing after 32s
ci / image (pull_request) Has been skipped
act_runner doesn't reliably evaluate hashFiles() at job-level if:
conditions, so the gate skipped the test job even with the Go
sources committed. tenant-registry has Go source from day one — let
test always run.

Refs: M4.1
2026-05-18 23:07:50 +02:00
sharang e960a5ff9d chore(domain): yourplatform.com → breakpilot.com
ci / shared (push) Successful in 4s
ci / test (push) Has been skipped
ci / image (push) Has been skipped
Apply platform-domain decision (2026-05-18). No services touched; docs/config only.

Refs: M1.1
2026-05-18 20:28:42 +00:00
sharang daff430960 ci: rework workflow for Gitea Actions (M0.2)
ci / shared (push) Successful in 3s
ci / test (push) Has been skipped
ci / image (push) Has been skipped
Switches commitlint to bash regex, gitleaks to inline binary, trivy to inline binary (v0.70.0). Per-stack jobs gated on hashFiles.

Refs: M0.2
2026-05-18 19:42:27 +00:00
sharang db14bfac9f chore: bootstrap repo scaffolding (M0.1)
ci / shared (push) Failing after 6s
ci / test (push) Failing after 3s
ci / image (push) Has been skipped
Bootstraps §1.2 scaffolding (README, CONTRIBUTING, CODEOWNERS, CHANGELOG, PR + issue templates, LICENSE, CI workflow, release workflow, commitlint, cliff, .editorconfig, .gitignore, .env.example) and ships a proprietary all-rights-reserved LICENSE naming both founders.

Refs: M0.1
2026-05-18 19:15:33 +00:00