Commit graph

87 commits

Author SHA1 Message Date
Tracewebstudio Dev
fd99e8cea1 ci: fix kaniko builds and registry settings 2026-04-17 03:04:02 +02:00
Tracewebstudio Dev
737280db10 ci: build and push with kaniko 2026-04-17 03:00:37 +02:00
Tracewebstudio Dev
828113cc47 ci: stop treating registry host as secret 2026-04-17 02:39:52 +02:00
Tracewebstudio Dev
917d33c3a5 ci: wire woodpecker registry secrets 2026-04-17 02:05:51 +02:00
Tracewebstudio Dev
f1308aebec ci: fix woodpecker registry secrets and base images 2026-04-17 01:39:21 +02:00
Tracewebstudio Dev
dde727b2c7 ci: fix linter errors - remove concurrency root, remove unused service_name secret 2026-04-17 01:28:40 +02:00
Tracewebstudio Dev
ddd3d3d712 ci: explicitly wire secrets with from_secret in environment 2026-04-17 01:25:09 +02:00
Tracewebstudio Dev
54cc66bff0 ci: explicitly wire secrets with from_secret in environment 2026-04-17 01:10:52 +02:00
Tracewebstudio Dev
dd51b8ca80 ci: fix secrets injection using secrets: block 2026-04-17 01:01:45 +02:00
Tracewebstudio Dev
b7f86356db ci: use docker cli directly - images already in registry 2026-04-17 00:51:45 +02:00
Tracewebstudio Dev
192a90d128 ci: use registry.nxtgauge.com/kaniko:2.1.1 explicitly 2026-04-17 00:45:15 +02:00
Tracewebstudio Dev
b2c2e78963 ci: use kaniko:2.1.1 from registry (not woodpeckerci/plugin-kaniko) 2026-04-17 00:41:09 +02:00
Tracewebstudio Dev
b97cc789fa ci: use kaniko, registry host from secret, remove hardcoded values 2026-04-17 00:38:21 +02:00
Tracewebstudio Dev
4435025421 ci: pull docker cli from registry.nxtgauge.com instead of Docker Hub 2026-04-17 00:35:32 +02:00
Tracewebstudio Dev
4bfbfdd865 ci: restore matrix for all Rust services 2026-04-17 00:32:57 +02:00
Tracewebstudio Dev
5f6199290e ci: standardize woodpecker secret names 2026-04-17 00:31:45 +02:00
Tracewebstudio Dev
83cacb8c62 ci: use docker cli instead of kaniko - more reliable with registry configuration 2026-04-17 00:09:29 +02:00
Tracewebstudio Dev
9dae12df35 ci: fix kaniko image path - use registry.nxtgauge.com/kaniko:2.1.1 2026-04-17 00:05:35 +02:00
Tracewebstudio Dev
00b864787b ci: use kaniko from registry.nxtgauge.com instead of Docker Hub 2026-04-16 23:58:49 +02:00
Tracewebstudio Dev
d7ebbcb706 ci: use registry.nxtgauge.com without port (server fixed) 2026-04-16 23:21:22 +02:00
Tracewebstudio Dev
cc65771a77 ci: revert to registry.nxtgauge.com:5000 (from 4d6de95 - working config) 2026-04-16 23:08:06 +02:00
Tracewebstudio Dev
9c8cee50b3 ci: revert to woodpeckerci plugin-kaniko from Docker Hub 2026-04-16 22:38:36 +02:00
Tracewebstudio Dev
7f1ca0e387 ci: use kaniko from registry.nxtgauge.com 2026-04-16 22:28:29 +02:00
Tracewebstudio Dev
3fde2917cd ci: revert backend to direct kaniko build (no crane) 2026-04-16 22:16:33 +02:00
Tracewebstudio Dev
9444056297 ci: mirror base images first, then build services
- First step: crane copy rust:alpine, rust:1.87-alpine, alpine:3.20 to registry
- Second step: kaniko build each service with mirrored base images
- No DinD required
2026-04-16 21:32:40 +02:00
Tracewebstudio Dev
5ca90d111b fix(ci): use registry.nxtgauge.com for db-migrate image
- Remove :5000 from registry in db-migrate build step
- Ensure all images push to registry.nxtgauge.com
2026-04-16 12:06:46 +02:00
Tracewebstudio Dev
4fa5005559 fix: use registry.nxtgauge.com without port 2026-04-15 14:58:40 +02:00
Tracewebstudio Dev
3456829063 fix: hardcode registry with port 5000 2026-04-15 14:50:51 +02:00
Tracewebstudio Dev
2a65d79aea chore: remove gitops update step (handled server-side) 2026-04-14 18:52:19 +02:00
Tracewebstudio Dev
37b17b8b77 fix: use GITOPS_REPO_URL with GHCR auth 2026-04-14 18:44:09 +02:00
Tracewebstudio Dev
e133bd0f2d fix: use GHCR_TOKEN/GHCR_USERNAME for gitops push 2026-04-14 18:31:55 +02:00
Tracewebstudio Dev
a2c995992e fix: use GITOPS_REPO_URL secret for git clone 2026-04-14 18:30:50 +02:00
Tracewebstudio Dev
99b8dc929e fix: use GITHUB_TOKEN for git clone 2026-04-14 18:27:56 +02:00
Tracewebstudio Dev
747a4cb108 ci: add gitops update step while keeping original registry config 2026-04-14 14:34:00 +02:00
Tracewebstudio Dev
4d6de951bf fix: use explicit registry.nxtgauge.com:5000 with REGISTRY_* secrets 2026-04-14 14:32:28 +02:00
Tracewebstudio Dev
c5b097d20c ci: update gitops for all services (not just gateway/users) 2026-04-14 14:30:04 +02:00
Tracewebstudio Dev
d3cdd56ba4 ci: simplify GitOps update to use Woodpecker's Git access 2026-04-14 14:28:21 +02:00
Tracewebstudio Dev
0d01e70576 fix: use GHCR_USERNAME/GHCR_TOKEN instead of REGISTRY_* 2026-04-14 14:26:55 +02:00
Tracewebstudio Dev
d4c7fdcddd ci: add GitOps update step to Woodpecker pipeline
- After building gateway/users images, update GitOps with new SHA tag
- Update apps/nxtgauge-backend-rust/overlays/prod/kustomization.yaml
- Requires secrets: GITOPS_REPO_URL, GITOPS_BRANCH, GITOPS_TOKEN
2026-04-14 14:18:00 +02:00
Tracewebstudio Dev
23587cdc63 ci: add concurrency limit to Woodpecker pipeline
Limit concurrent pipeline runs to 4 to control resource usage
while maintaining parallel matrix builds for all 21 services
2026-04-13 20:21:41 +02:00
Tracewebstudio Dev
1e6abd9397 feat: add separate jobs and leads services
- Create jobs service (port 9103) for job postings management
- Create leads service (port 9118) for lead/requirement management
- Update gateway to route /api/jobs to jobs service
- Update gateway to route /api/leads to leads service
- Add jobs and leads to Woodpecker CI matrix
2026-04-12 22:03:06 +02:00
Tracewebstudio Dev
dade35b328 feat: add db-migrate tool for running SQL migrations
- Create db-migrate binary that runs all .up.sql migration files
- Add Dockerfile.migrate for building the migration image
- Add migration job to Woodpecker CI pipeline
- Image will be pushed to registry.nxtgauge.com:5000/nxtgauge-db-migrate
2026-04-12 21:57:28 +02:00
Ashwin Kumar
7ee2b21e74 fix(ci): use from_secret for REGISTRY_HOSTPORT in kaniko 2026-04-12 13:44:23 +02:00
Ashwin Kumar
8a25eab1b4 fix(ci): use REGISTRY_HOSTPORT secret for private registry 2026-04-12 12:17:08 +02:00
Ashwin Kumar
614357cfa7 fix(ci): align backend image push target with node-resolvable registry endpoint 2026-04-11 21:59:49 +02:00
Ashwin Kumar
f4515b22a2 fix(ci): standardize backend service/image naming to hyphen format 2026-04-11 15:04:15 +02:00
Ashwin Kumar
21b42adeba fix(ci): use repo path only for kaniko destination 2026-04-11 13:58:07 +02:00
Ashwin Kumar
6510e52d46 fix(ci): switch to kaniko for http local registry push 2026-04-11 13:49:48 +02:00
Ashwin Kumar
0135abb3f8 fix(ci): qualify repo target and restore explicit registry push auth 2026-04-11 13:43:33 +02:00
Ashwin Kumar
555ea8ad6d fix(ci): force http local registry endpoint for buildx push 2026-04-11 13:32:34 +02:00