• Joined on 2026-04-14
ZhenYi pushed to main at ZhenYi/gitdataai 2026-04-15 14:50:05 +00:00
a1ebe47564 fix(frontend): remove unused imports and fix workspace type in homepage
ZhenYi pushed to main at ZhenYi/gitdataai 2026-04-15 14:13:37 +00:00
c033cc3ff8 fix(k8s): add procps to worker images and fix probe commands
afbc58d9bf feat(frontend): landing pages with Command as Service concept
Compare 2 commits »
ZhenYi pushed to main at ZhenYi/gitdataai 2026-04-15 06:26:52 +00:00
0ce70eca7f fix(deploy): bind app to 0.0.0.0 for K8s Service connectivity
ZhenYi pushed to main at ZhenYi/gitdataai 2026-04-15 06:19:35 +00:00
d307c13878 fix(deploy): route /api and /ws to app, frontend as default on gitdata.ai
ZhenYi pushed to main at ZhenYi/gitdataai 2026-04-15 06:17:11 +00:00
6c3f5b49f8 feat(deploy): single unified Ingress with per-host routing
ZhenYi pushed to main at ZhenYi/gitdataai 2026-04-15 06:11:50 +00:00
b9a9acbc75 fix(deploy): correct ConfigMap name from -secrets to -config
ZhenYi pushed to main at ZhenYi/gitdataai 2026-04-15 06:10:07 +00:00
d4c9759a7e revert: use configMapRef instead of secretRef
ZhenYi pushed to main at ZhenYi/gitdataai 2026-04-15 06:07:20 +00:00
b7b56938aa fix(deploy): use secretRef instead of configMapRef in all deployments
ZhenYi pushed to main at ZhenYi/gitdataai 2026-04-15 05:48:40 +00:00
ad2cb7255f refactor(deploy): use envFrom with configMapRef for all deployments
ZhenYi pushed to main at ZhenYi/gitdataai 2026-04-15 05:25:32 +00:00
f1388a6ae2 fix: nginx resolver for dynamic upstream DNS resolution
ZhenYi pushed to main at ZhenYi/gitdataai 2026-04-15 05:24:55 +00:00
b37425d3c7 fix: add SMTP env vars to email-worker deployment
ZhenYi pushed to main at ZhenYi/gitdataai 2026-04-15 05:17:22 +00:00
603e14e53b fix: frontend built from repo root, dist/ copied into nginx image
ZhenYi pushed to main at ZhenYi/gitdataai 2026-04-15 05:01:08 +00:00
65a34a627f refactor: build frontend externally, copy dist into nginx image
3bc381da45 feat: add SMTP env vars to app deployment
b3b74a2396 fix: remove trigger function from message search migration
Compare 3 commits »
ZhenYi pushed to main at ZhenYi/gitdataai 2026-04-15 03:31:49 +00:00
8e7f3b211e fix: use dollar-quoting for PL/pgSQL trigger function
ZhenYi pushed to main at ZhenYi/gitdataai 2026-04-15 03:19:10 +00:00
b6697258ab fix(migrate): reorder migrations so workspace ALTER runs after project CREATE
ZhenYi pushed to main at ZhenYi/gitdataai 2026-04-15 03:03:26 +00:00
3a8b8c9cf8 remove all foreign key constraints from SQL migrations
ZhenYi pushed to main at ZhenYi/gitdataai 2026-04-15 02:59:25 +00:00
2f31e7268b feat: add imagePullSecrets support to all deployment templates
ZhenYi pushed to main at ZhenYi/gitdataai 2026-04-15 02:56:30 +00:00
33c5501fc9 fix: remove resources from deployment templates to fix K8s schema validation
ZhenYi pushed to main at ZhenYi/gitdataai 2026-04-15 02:47:35 +00:00
53c63dad19 fix: simplify static deployment template, fix YAML parse error
ZhenYi pushed to main at ZhenYi/gitdataai 2026-04-15 02:42:57 +00:00
9112cb2dff fix: use scratch variable for port binding in static template