Antigravity
0e61055bc0
fix(ci): disable node npm caching and remove invalid next webpack flag to prevent hangs
CI / Lint, Test & Build (push) Successful in 1m42s
CI / Deploy production (on server) (push) Failing after 8s
2026-05-21 20:20:10 +00:00
Antigravity
87ec01fdd5
fix(ci): add needs clause to deploy job and force recreate prometheus on deploy
CI / Deploy production (on server) (push) Has been cancelled
CI / Lint, Test & Build (push) Has been cancelled
2026-05-21 20:11:04 +00:00
Antigravity
d7e72008ec
fix(ci): install node in runner for download-artifact and connect prometheus to memento-net
CI / Deploy production (on server) (push) Successful in 3m28s
CI / Lint, Test & Build (push) Has been cancelled
2026-05-21 20:07:06 +00:00
Antigravity
f38e08e289
fix(ci): make sudo invocation conditional in postgresql-client installation
CI / Deploy production (on server) (push) Failing after 4m0s
CI / Lint, Test & Build (push) Has been cancelled
2026-05-21 18:48:25 +00:00
Antigravity
d31ab190eb
fix(ci): remove postgres service port mapping to prevent docker-host port conflicts
CI / Deploy production (on server) (push) Has been cancelled
CI / Lint, Test & Build (push) Has been cancelled
2026-05-21 18:42:10 +00:00
Antigravity
3dadf1e8b3
fix(ci): install docker-cli and dependencies inside runner for deploy step
CI / Lint, Test & Build (push) Failing after 12s
CI / Deploy production (on server) (push) Failing after 4m1s
2026-05-20 19:38:44 +00:00
Antigravity
b4aedbcc38
fix(ci): add safe.directory for runner to avoid dubious ownership
CI / Deploy production (on server) (push) Failing after 1s
CI / Lint, Test & Build (push) Has been cancelled
2026-05-20 19:38:25 +00:00
Antigravity
fe231add99
chore(ci): upsert telegram secrets into .env.docker on deploy
CI / Lint, Test & Build (push) Successful in 12m45s
CI / Deploy production (on server) (push) Failing after 11s
2026-05-20 19:22:36 +00:00
Antigravity
495f9a631b
fix: force deployment, support REDIS_URL/REDIS_HOST, and fix vector deserialization
CI / Lint, Test & Build (push) Successful in 12m40s
CI / Deploy production (on server) (push) Has been cancelled
2026-05-19 22:00:19 +00:00
Antigravity
37d9bea7bb
fix: change socket port to 3005 (conflict with grafana) and make CI artifacts non-blocking
CI / Lint, Test & Build (push) Successful in 12m43s
CI / Deploy production (on server) (push) Has been cancelled
2026-05-19 21:06:34 +00:00
Antigravity
450bcc763a
fix(ci): downgrade upload/download-artifact to v3 for compatibility and add check
CI / Lint, Test & Build (push) Successful in 12m51s
CI / Deploy production (on server) (push) Has been cancelled
2026-05-19 20:24:19 +00:00
Antigravity
fdb148144e
fix: restore brainstorming feature with missing socket server and real-time events
CI / Lint, Test & Build (push) Failing after 7m48s
CI / Deploy production (on server) (push) Has been cancelled
2026-05-19 20:07:56 +00:00
Antigravity
5b794d6449
feat(auth): restore Google sign-in and AI admin test routes
...
CI / Lint, Test & Build (push) Failing after 7m46s
CI / Deploy production (on server) (push) Has been cancelled
Google OAuth was implemented locally but never deployed; the login button
only renders when AUTH_GOOGLE_ID and AUTH_GOOGLE_SECRET are set. Also
restores /api/ai/test-* endpoints removed by mistake and wires Google
credentials into deploy workflows.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-17 17:17:42 +00:00
Antigravity
759487cb36
fix(deploy): exécuter sur le serveur + build CI réutilisé (~2 min)
...
CI / Lint, Test & Build (push) Failing after 7m52s
CI / Deploy production (on server) (push) Has been cancelled
Le deploy SSH depuis ubuntu-24.04 ne rebuildait pas sur 190 (image d'hier).
Déploiement sur runner docker-host, artifact Next.js de la CI, Dockerfile.prebuilt,
script deploy-prod.sh. workflow_run supprimé au profit de needs:[ci] même fichier.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-17 10:19:16 +00:00
Antigravity
b5fb439592
fix(ci): migrations idempotentes et deploy prod sans toucher Postgres
...
CI / Lint, Test & Build (push) Failing after 5m48s
Deploy to Production / Build and Deploy (push) Has been cancelled
Les migrations échouaient sur une base vide (contraintes/index déjà créés par init).
Le workflow deploy ne recrée plus Postgres ni ne force les entrées _prisma_migrations.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-17 08:53:29 +00:00
Antigravity
bd214f010e
ci: fix postgres hostname for docker service networking
CI / Lint, Test & Build (push) Failing after 5m28s
Deploy to Production / Build and Deploy (push) Has been cancelled
2026-05-17 08:14:57 +00:00
Antigravity
f3009b9ee2
ci: real PostgreSQL test DB with pgvector, all tests enabled
CI / Lint, Test & Build (push) Failing after 5m31s
Deploy to Production / Build and Deploy (push) Has been cancelled
2026-05-17 07:59:39 +00:00
Antigravity
247730aefe
fix: provide dummy DATABASE_URL for CI build
Deploy to Production / Build and Deploy (push) Has been cancelled
CI / Lint, Test & Build (push) Has been cancelled
2026-05-17 07:56:02 +00:00
Antigravity
93c6bbca85
feat: add CI pipeline with ESLint, refactor deploy with rollback + Telegram
...
CI / Lint, Test & Build (push) Failing after 5m28s
Deploy to Production / Build and Deploy (push) Has been cancelled
- Add eslint.config.mjs (flat config, eslint-config-next@16 + TypeScript)
- Add .gitea/workflows/ci.yaml (lint, test:unit, build on all branches)
- Refactor deploy.yaml: needs: [ci] gate, Docker rollback tag, Telegram notifications
- Fix 3 pre-existing lint errors (empty interfaces, ts-ignore, require imports)
2026-05-16 21:56:25 +00:00