Commit graph

922 commits

Author SHA1 Message Date
Tiago Yamamoto
02eb1ed92e
Merge pull request #72 from rede5/codex/fix-language-layout-and-background-color
Codex-generated pull request
2026-02-17 18:48:25 -03:00
Tiago Yamamoto
a6c5bae22d fix(frontend): ajustar idiomas e layout da página de publicar vaga 2026-02-17 18:48:04 -03:00
Tiago Yamamoto
14dbb897b5
Merge pull request #71 from rede5/codex/update-more-jobs-section-to-carousel
Codex-generated pull request
2026-02-17 18:38:32 -03:00
Tiago Yamamoto
c121132f1a feat(frontend): turn more jobs section into carousel 2026-02-17 18:37:24 -03:00
Tiago Yamamoto
df7f3b002d
Merge pull request #70 from rede5/codex/adjust-layout-and-fetch-real-api-data
Job details: load company data from API, robust i18n and layout fallbacks
2026-02-17 18:23:47 -03:00
Tiago Yamamoto
28869a358c Fix job details i18n and load company data from API 2026-02-17 18:23:30 -03:00
Tiago Yamamoto
e6d22b87c3
Merge pull request #69 from rede5/codex/implement-search-functionality
fix(frontend): sync /jobs filters to URL and fix search layout
2026-02-17 18:14:15 -03:00
Tiago Yamamoto
f39dc503d5 fix(frontend): apply jobs query filters and preserve search layout 2026-02-17 18:11:05 -03:00
Tiago Yamamoto
8b37b87398 fix: adiciona CORS_ORIGINS para permitir frontend HTTPS 2026-02-17 11:46:22 -06:00
Tiago Yamamoto
69a5d779c6 fix: corrige deadlock no pool.connect do seeder
Usa pool.on('connect') em vez de override de pool.connect
2026-02-17 10:50:10 -06:00
Tiago Yamamoto
11b40fe700 fix: corrige URLs do frontend para HTTPS e SSL do seeder
- Frontend: adiciona API_URL e BACKOFFICE_URL como variáveis runtime
- Seeder: corrige parsing de sslmode do DATABASE_URL
- Seeder: aumenta timeout do healthcheck para 30s
2026-02-17 10:14:57 -06:00
Tiago Yamamoto
cb4ca69a18
Merge pull request #68 from rede5/codex/find-job-posting-routes
Codex-generated pull request
2026-02-17 09:42:49 -03:00
Tiago Yamamoto
8fbb54c977 refactor job posting routes and add dashboard job creation page 2026-02-17 09:42:31 -03:00
Tiago Yamamoto
77c8a86a0b docs: add Coolify API reference and update DNS records 2026-02-16 20:42:45 -06:00
Tiago Yamamoto
2e632a630b docs: add Cloudflare zone info and DNS management agent 2026-02-16 20:33:20 -06:00
Tiago Yamamoto
6d84b0fa4b
Merge pull request #67 from rede5/codex/definir-cobertura-de-testes-no-backend
Codex-generated pull request
2026-02-16 23:25:44 -03:00
Tiago Yamamoto
15b462b143 test: increase backend use case coverage 2026-02-16 23:25:26 -03:00
Tiago Yamamoto
d9cdec5884 fix: corrige erros de tipagem no build do frontend 2026-02-16 16:07:09 -06:00
Tiago Yamamoto
31bac38f19 fix: improve seeder Dockerfile healthcheck
- Add wget installation for healthcheck
- Increase healthcheck timeout to 10s
- Increase start-period to 10s
- Simplify to Node.js only (remove Go builder stage)
2026-02-16 11:44:02 -06:00
Tiago Yamamoto
e2b2f303e7 fix: replace readAt with read in notifications-dropdown
Align with Notification interface that uses 'read' boolean field
2026-02-16 09:24:15 -06:00
Tiago Yamamoto
bf14357285 fix: align Notification interface between api.ts and types.ts
- Add 'read' field to Notification interface in api.ts
- Remove duplicate Notification interface in candidate-dashboard.tsx
- Import Notification type from api.ts to ensure consistency
2026-02-16 09:05:48 -06:00
Tiago Yamamoto
218dd48777 fix: remove duplicate /health route in backoffice
The health endpoint was defined both in main.ts and app.controller.ts
causing FastifyError: Method 'GET' already declared
2026-02-16 08:47:42 -06:00
Tiago Yamamoto
11e0deef2a fix: resolve build errors for Coolify deployment
- Frontend: Remove duplicate useState import in applications page
- Backoffice: Install devDependencies during build for nest CLI
- Seeder: Fix healthcheck port to match app port (8080)
- Add Coolify CI/CD workflow for automatic deployment on push to dev
- Update DEVOPS.md with Coolify environment documentation
2026-02-16 08:42:29 -06:00
Tiago Yamamoto
9d03fc7e47 chore: remove seeder-api/node_modules from git tracking
node_modules should be ignored and not committed to the repository.
Added to .gitignore in seeder-api folder.
2026-02-16 07:28:37 -06:00
Tiago Yamamoto
6ec54460f8 docs: unify documentation structure
- Create docs/AGENTS.md for AI assistants context
- Create docs/WORKFLOWS.md consolidating deployment workflows
- Remove redundant docs/root/ folder
- Remove .agent/ folder (consolidated into docs/)
- Update dates in all documentation files
- Simplify README.md documentation section
2026-02-16 05:57:02 -06:00
Tiago Yamamoto
6fbd1f5ffc feat: implement full auth system with HTTPOnly cookies + JWT, fix migrations to UUID v7, remove mock data from frontend
Backend:
- Fix migrations 037-041 to use UUID v7 (uuid_generate_v7)
- Fix CORS defaults to include localhost:8963
- Fix FRONTEND_URL default to localhost:8963
- Update superadmin password hash with pepper
- Add PASSWORD_PEPPER environment variable

Frontend:
- Replace mockJobs with real API calls in home page
- Replace mockNotifications with notificationsApi in context
- Replace mockApplications with applicationsApi in dashboard
- Fix register/user page to call real registerCandidate API
- Fix hardcoded values in backoffice and messages pages

Auth:
- Support both HTTPOnly cookie and Bearer token authentication
- Login returns token + sets HTTPOnly cookie
- Logout clears HTTPOnly cookie
- Token valid for 24h
2026-02-16 05:20:46 -06:00
Tiago Yamamoto
9051430d7f
Merge pull request #66 from rede5/codex/verify-backend-routes-and-migrations
Codex-generated pull request
2026-02-15 13:36:49 -03:00
Tiago Yamamoto
fb5aba4ed7 backend: suportar workMode em vagas e reforçar schema 2026-02-15 13:36:32 -03:00
Tiago Yamamoto
bdbc6f6b5b
Merge pull request #65 from rede5/codex/verificar-rotas-e-campos-faltantes-aqvrgs
Align backend company registration payloads and add PATCH notification routes
2026-02-15 13:16:55 -03:00
Tiago Yamamoto
4544a1d5b2 Align backend company registration and notification routes with frontend 2026-02-15 13:16:37 -03:00
GoHorse Deploy
694f6c3313 chore: commit pending changes 2026-02-15 16:03:40 +00:00
GoHorse Deploy
2168f96bf6 docs: remove forgejo SSH remote, keep only HTTPS (pipe) 2026-02-15 14:23:59 +00:00
GoHorse Deploy
f7c9ac5a0b docs: add git workflow - GitHub as origin, Forgejo as mirror 2026-02-15 14:22:58 +00:00
GoHorse Deploy
a3c2a18e61 Merge branch 'dev' of github.com:rede5/gohorsejobs into dev 2026-02-15 14:20:28 +00:00
Tiago Yamamoto
aa544426a5
Merge pull request #64 from rede5/codex/verificar-rotas-e-campos-faltantes
feat(backend): add storage endpoints and job datePosted support
2026-02-14 21:16:28 -03:00
Tiago Yamamoto
d7be83f1f0 feat(backend): add missing storage routes and job datePosted support 2026-02-14 21:16:12 -03:00
Tiago Yamamoto
ff9b6e3ae7
Merge pull request #63 from rede5/codex/fix-resolution-without-breaking-others
Fix homepage card density on medium-large resolutions
2026-02-14 21:03:01 -03:00
Tiago Yamamoto
bbb7ecb462 Fix homepage card layout at medium-large breakpoints 2026-02-14 21:02:40 -03:00
Tiago Yamamoto
91e75f0c8d
Merge pull request #62 from rede5/codex/add-job-posting-form-fields
Restaura fluxo de 4 etapas da Careerjet no layout em duas colunas
2026-02-14 20:56:49 -03:00
Tiago Yamamoto
325a6efd71 Restaura fluxo Careerjet em 4 etapas no layout solicitado 2026-02-14 20:56:32 -03:00
Tiago Yamamoto
4a621bf9e9
Merge pull request #61 from rede5/codex/show-all-job-posting-routes
feat: unificar campos de `/register/job` em `/publicar-vaga` e redirecionar `/dashboard/jobs/new`
2026-02-14 20:34:06 -03:00
Tiago Yamamoto
49d761cad8 feat: unificar campos de register job em publicar vaga 2026-02-14 20:33:54 -03:00
Tiago Yamamoto
5f608bda83
Merge pull request #60 from rede5/codex/move-documentation-files-to-doc-folder
chore: keep agent and scoped docs out of docs folder
2026-02-14 20:22:49 -03:00
Tiago Yamamoto
b56c601796 chore: keep agent and module docs in original locations 2026-02-14 20:22:27 -03:00
GoHorse Deploy
2a66e2888a Merge branch 'main' of github.com:rede5/gohorsejobs into dev 2026-02-14 21:58:08 +00:00
Tiago Yamamoto
a2dece5ec9
Merge pull request #59 from rede5/codex/review-codex-capabilities-for-task-completion
Codex-generated pull request
2026-02-14 17:38:07 -03:00
Tiago Yamamoto
38cb598e43 docs: add codex fast-track execution plan for careerjet gaps 2026-02-14 17:37:54 -03:00
Tiago Yamamoto
fbefcfdd00
Merge pull request #58 from rede5/codex/implementar-25%-adicional-no-sistema
Codex-generated pull request
2026-02-14 17:35:32 -03:00
Tiago Yamamoto
83ed28a1fe feat(post-job): avançar checklist com status pós-pagamento e comprovante 2026-02-14 17:35:18 -03:00
Tiago Yamamoto
7a628f17dd
Merge pull request #57 from rede5/codex/implement-additional-12-percent
feat(post-job): add billing/payment (country pricing, validation) and set job status to review
2026-02-14 17:30:54 -03:00