Commit Graph
17 Commits
Author SHA1 Message Date
rock a08fe65027 fix: replace GITHUB_SERVER_URL/GITHUB_REPOSITORY/GITHUB_SHA with forgejo.riotpiao.com hardcoded URL
ci / buf (push) Successful in 10s
ci / codegen-check (push) Failing after 2m46s
2026-08-30 20:27:04 -07:00
rock f28b793cec test: final CI validation
ci / buf (push) Successful in 44s
ci / codegen-check (push) Failing after 3m3s
2026-08-30 09:37:03 -07:00
rock 93b0188826 fix: use REGISTRY_PAT secret for git auth (exists on all repos)
ci / buf (push) Successful in 13s
ci / codegen-check (push) Failing after 55s
2026-08-29 22:53:26 -07:00
rock 9b643d9a48 fix: update CI workflow golang image from 1.25 to 1.26
ci / buf (push) Successful in 5s
ci / codegen-check (push) Failing after 1m30s
2026-08-28 15:52:30 -07:00
rock 3a165d6633 upgrade: Go from 1.25.0 to 1.26.0
ci / buf (push) Successful in 9s
ci / codegen-check (push) Failing after 1m43s
2026-08-28 15:52:17 -07:00
rock 6cde453e04 fix: use golang runner label instead of deprecated docker label
ci / buf (push) Canceled after 0s
ci / codegen-check (push) Canceled after 0s
2026-08-28 15:36:26 -07:00
Story Crater Bot c790721f47 test(ci): verify main-branch CI trigger
ci / buf (push) Canceled after 0s
ci / codegen-check (push) Canceled after 0s
2026-08-21 21:07:38 -07:00
Story Crater Bot e0ad32ea0f ci(main): trigger on main branch only
ci / buf (push) Canceled after 0s
ci / codegen-check (push) Canceled after 0s
2026-08-21 21:07:06 -07:00
Story Crater Bot c6131bc111 fix(ci): move to .gitea/workflows, fix malformed clone URL, drop unused CA-trust step
ci / buf (push) Canceled after 0s
ci / codegen-check (push) Canceled after 0s
2026-08-21 18:11:40 -07:00
Story Crater BotandClaude Sonnet 5 9c4813e9b8 fix: rename module path to forgejo.riotpiao.com/rock/kmsvc-proto
Closed-source project -- kmsvc-proto and its consumers move to the private
Forgejo instance instead of GitHub.

Co-Authored-By: Claude Sonnet 5 <[email protected]>
v1.4.0
2026-08-17 13:36:41 -07:00
Story Crater Bot 79bb934acd fix: use github.com/Riotpiaole/kmsvc-proto as module path for public consumption v1.3.0 2026-07-13 10:07:39 -07:00
Story Crater Bot 21ae6e9f44 fix: use correct module path riotpiao.com/kmsvc-proto v1.2.0 2026-07-12 22:23:07 -07:00
riotpiaole f4cc3e90d1 fix: consolidate all modules under homelab org for cross-repo resolution 2026-07-04 08:28:00 -07:00
riotpiaole 1dc0657270 ci: add homelab CA trust for HTTPS checkout 2026-07-04 07:44:46 -07:00
riotpiaole a6e978e6a2 fix: replace actions/checkout with plain git clone in CI
actions/checkout@v4 is a JS action that needs node in the job
container to run, but the buf and golang job containers don't ship
Node.js — caused "exec: node: executable file not found" failures.
2026-06-21 20:14:40 -07:00
riotpiaole 61555adc74 feat: commit generated Go code, consume via go get instead of submodule
Add go.mod, buf.gen.yaml, and generated gen/kafkamgmt/v1 so consumers
fetch this module directly via go get against the self-hosted Forgejo
host, with no local buf/protoc plugin installation required. Add a
codegen-check CI job to keep gen/ in sync with proto/.
v1.1.0
2026-06-21 19:40:12 -07:00
riotpiaole c42a5df536 feat: extract kafkamgmt.v1 proto contract from kafaka_management_service
Single source of truth for the wire contract shared by the server,
kmsvc-sdk, and kmsvc-cli. Ships proto source + buf lint/breaking-change
config only; consumers submodule this repo and codegen independently
with their own go_package override (see README.md).
v1.0.0
2026-06-21 19:05:13 -07:00