Nxtgauge Backend Services
Find a file
Ashwin Kumar Sivakumar 4f1f4f733d
All checks were successful
build-and-release / build (developers) (push) Successful in 6m23s
build-and-release / build (employees) (push) Successful in 6m28s
build-and-release / build (catering-services) (push) Successful in 6m55s
build-and-release / build (cron) (push) Successful in 7m5s
build-and-release / build (companies) (push) Successful in 7m29s
build-and-release / build (customers) (push) Successful in 7m59s
build-and-release / build (gateway) (push) Successful in 1m41s
build-and-release / build (fitness-trainers) (push) Successful in 2m1s
build-and-release / build (jobs) (push) Successful in 1m17s
build-and-release / build (graphic-designers) (push) Successful in 2m33s
build-and-release / build (makeup-artists) (push) Successful in 2m50s
build-and-release / build (payments) (push) Successful in 3m49s
build-and-release / build (tutors) (push) Successful in 2m49s
build-and-release / build (social-media-managers) (push) Successful in 4m40s
build-and-release / build (ugc-content-creators) (push) Successful in 2m50s
build-and-release / build (job-seekers) (push) Successful in 7m36s
backend-integration-tests / ai-credits (push) Successful in 4s
build-and-release / build (video-editors) (push) Successful in 2m55s
build-and-release / build (photographers) (push) Successful in 7m45s
build-and-release / build-db-migrate (push) Successful in 3m10s
build-and-release / build (users) (push) Successful in 8m30s
chore: rebuild all — force build all services
Registry retention (keep-last-3, every 10min) pruned the SHA-tagged
images that several nxtgauge-gitops image-automation commits had
already bumped deployments to, before those images were ever
successfully pulled by the cluster. Result: 14 services stuck in
ImagePullBackOff on 'manifest unknown' (catering-services, companies,
cron, developers, employees, fitness-trainers, gateway,
graphic-designers, job-seekers, jobs, makeup-artists,
social-media-managers, tutors, ugc-content-creators) - old replicas
kept serving traffic so nothing was actually down, but rollouts were
stuck.

This empty commit forces build.yaml to rebuild+push every service in
one batch so gitops automation bumps them all to freshly-pushed,
currently-retained digests together.
2026-08-15 22:39:45 +05:30
.cargo chore(deps): document rkyv CVE exemption, restore + expand audit.toml comments 2026-08-12 23:30:30 +05:30
.forgejo ci: build and push nxtgauge-db-migrate image on every push 2026-08-15 20:20:26 +05:30
.gitea/workflows chore: remove the dead apps/leads microservice 2026-07-21 04:19:56 +05:30
.github/workflows ci: remove GitHub Actions workflow - using Forgejo CI exclusively 2026-07-06 04:19:40 +05:30
.mavis/plans feat: add LiteLLM support and auto-apply cron job 2026-06-14 18:00:38 +02:00
.sqlx chore: checkpoint workspace updates 2026-04-26 23:58:43 +02:00
apps feat(ai-guard): add semantic moderation layer + guard violations DB logging 2026-08-15 14:20:44 +02:00
crates ci: build and push nxtgauge-db-migrate image on every push 2026-08-15 20:20:26 +05:30
docs fix(db): 4 fresh-bootstrap migration chain bugs found + verified today 2026-08-14 18:30:42 +05:30
load-tests feat(emails): complete email system with 35 branded templates and full wiring 2026-04-10 04:49:39 +02:00
scripts Add runtime-config foundation for verification wizard + field locking 2026-07-28 20:10:15 +05:30
tests fix: resolve all compilation warnings and errors across services 2026-04-07 12:52:55 +02:00
.env.example feat(emails): complete email system with 35 branded templates and full wiring 2026-04-10 04:49:39 +02:00
.gitignore feat(db,ci): fix missing ai_credits tables, wire integration tests to CI 2026-08-13 17:31:22 +05:30
cargo-deny.toml feat: extend admin/user flows with settings, verification, and approval updates 2026-04-08 22:40:54 +02:00
Cargo.lock fix: security, wallet holds, printpdf upgrade 2026-08-12 13:38:17 +02:00
Cargo.toml chore: remove the dead apps/leads microservice 2026-07-21 04:19:56 +05:30
companies.pid feat: update DB schema - split users.first_name, users.last_name, roles split 2026-04-15 06:23:27 +02:00
customers.pid feat: update DB schema - split users.first_name, users.last_name, roles split 2026-04-15 06:23:27 +02:00
deny.toml chore(deps): document rkyv CVE exemption, restore + expand audit.toml comments 2026-08-12 23:30:30 +05:30
DEPLOYMENT_OPTIMIZATION.md feat(deployment): add optimized build system for faster deployments 2026-04-10 05:14:27 +02:00
docker-compose.yml chore(compose): pin service images to build SHA, add MOCK_STORAGE, drop exposed db/redis ports 2026-08-15 22:32:06 +05:30
Dockerfile.base fix: Update Dockerfiles to use ci.nxtgauge.com registry 2026-07-08 03:37:18 +05:30
Dockerfile.fast fix: Update Dockerfiles to use ci.nxtgauge.com registry 2026-07-08 03:37:18 +05:30
Dockerfile.from-binary feat(woodpecker): use internal registry docker-registry.registry.svc.cluster.local:5000 2026-04-10 17:39:26 +02:00
Dockerfile.migrate fix(migrate): fix db-migrate build and job manifest, both broken 2026-07-19 03:07:26 +05:30
Dockerfile.optimized fix: Update Dockerfiles to use ci.nxtgauge.com registry 2026-07-08 03:37:18 +05:30
Dockerfile.simple perf(ci): cache cargo registry and target dir across image builds 2026-07-16 21:07:33 +05:30
Dockerfile.superfast fix: Update Dockerfiles to use ci.nxtgauge.com registry 2026-07-08 03:37:18 +05:30
Dockerfile.template fix: Update Dockerfiles to use ci.nxtgauge.com registry 2026-07-08 03:37:18 +05:30
Dockerfile.test fix(db): convert ai_credits timestamp columns to TIMESTAMPTZ 2026-08-13 21:44:30 +05:30
Dockerfile.ultrafast fix: Update Dockerfiles to use ci.nxtgauge.com registry 2026-07-08 03:37:18 +05:30
Dockerfile.working fix: Update Dockerfiles to use ci.nxtgauge.com registry 2026-07-08 03:37:18 +05:30
gateway.pid feat: update DB schema - split users.first_name, users.last_name, roles split 2026-04-15 06:23:27 +02:00
job_seekers.pid feat(ai-guard): add semantic moderation layer + guard violations DB logging 2026-08-15 14:20:44 +02:00
k8s-migration-job.yaml fix(migrate): fix db-migrate build and job manifest, both broken 2026-07-19 03:07:26 +05:30
README.md trigger: force build all services with high-performance-latest tag 2026-06-12 03:45:06 +05:30
start-services.pid chore: checkpoint workspace updates 2026-04-26 23:58:43 +02:00
start-services.sh Update backend services: catering_services, companies, developers, gateway, job_seekers, photographers, social_media_managers, tutors, ugc_content_creators, users; update cache (otp, token), contracts (profession_shared, profession_state), db (job_seeker, verification), email; add revision-requested email template; update init-db.sql and start-services.sh 2026-05-08 15:34:29 +02:00
TESTING_STRATEGY.md fix: resolve all compilation warnings and errors across services 2026-04-07 12:52:55 +02:00
users.pid feat: update DB schema - split users.first_name, users.last_name, roles split 2026-04-15 06:23:27 +02:00
wir.md docs: add work implementation roadmap (wir.md) 2026-04-06 22:26:45 +02:00

NXTGAUGE Backend Rust

Rust migration target for nxtgauge-nov-2025-backend, preserving the same microservices and request flow.

Target Service Topology

  • gateway (HTTP API)
  • users (identity, runtime roles, onboarding, approvals)
  • companies
  • customers
  • professionals
  • jobseekers

Migration Policy

  • Keep contracts stable (REST + proto semantics).
  • Keep runtime-config and onboarding schema behavior unchanged during parity phases.
  • Replace service implementations one by one.

See docs/MIGRATION_MASTER_PLAN.md for full staged plan.

CI (Woodpecker)

Required secrets:

  • REGISTRY_USERNAME
  • REGISTRY_PASSWORD

See .forgejo/workflows/README.md for details.

Trigger build Fri Jun 12 03:45:06 AM IST 2026