gitea-actions
282e2d3381
chore: bump version to v0.1.16
Auto Tag Develop / tag (push) Successful in 5s
Build & Push Docker Image / build (push) Failing after 12s
v0.1.16
2026-04-07 10:06:06 +00:00
Matthieu
c471b7993f
fix : add missing UI components, maintenance page, fix useRoute warning
...
Auto Tag Develop / tag (push) Has been cancelled
- components/ui/SidebarLink.vue and AppTopNav.vue
- infra/prod/maintenance.html
- Remove useRoute() call in useApi onResponseError (fixes middleware warning)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-07 12:05:58 +02:00
gitea-actions
b1487c54d3
chore: bump version to v0.1.15
Auto Tag Develop / tag (push) Successful in 5s
Build & Push Docker Image / build (push) Failing after 11s
v0.1.15
2026-04-07 10:04:22 +00:00
Matthieu
778a0a16e8
fix(auth) : add login_check and logout routes
...
Auto Tag Develop / tag (push) Has been cancelled
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-07 12:04:15 +02:00
gitea-actions
8fce19e3d4
chore: bump version to v0.1.14
Auto Tag Develop / tag (push) Successful in 5s
Build & Push Docker Image / build (push) Failing after 11s
v0.1.14
2026-04-07 10:01:52 +00:00
Matthieu
74d87126ea
fix : add missing auth layout for login page
...
Auto Tag Develop / tag (push) Has been cancelled
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-07 12:01:17 +02:00
gitea-actions
4effafe3a1
chore: bump version to v0.1.13
Auto Tag Develop / tag (push) Successful in 6s
Build & Push Docker Image / build (push) Failing after 13s
v0.1.13
2026-04-07 10:00:31 +00:00
Matthieu
cbe6326284
feat(infra) : add nginx-proxy.conf with maintenance mode
...
Auto Tag Develop / tag (push) Has been cancelled
- infra/prod/nginx-proxy.conf: reverse proxy with maintenance file check
- Updated deployment doc with maintenance mode instructions
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-07 12:00:22 +02:00
gitea-actions
3a792c1a56
chore: bump version to v0.1.12
Auto Tag Develop / tag (push) Successful in 5s
Build & Push Docker Image / build (push) Failing after 12s
v0.1.12
2026-04-07 09:56:09 +00:00
Matthieu
a14da5113f
feat : add initial migration (User table)
...
Auto Tag Develop / tag (push) Has been cancelled
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-07 11:56:00 +02:00
gitea-actions
12e9326ccd
chore: bump version to v0.1.11
Auto Tag Develop / tag (push) Successful in 5s
Build & Push Docker Image / build (push) Failing after 12s
v0.1.11
2026-04-07 09:53:46 +00:00
Matthieu
39b462e274
docs : add deployment-docker guide and fix missing assets
...
Auto Tag Develop / tag (push) Has been cancelled
- doc/deployment-docker.md: full Docker deployment guide (same pattern as Lesstime)
- frontend/public/coltura.png: placeholder logo (fixes build error)
- frontend/public/favicon.ico, robots.txt
- frontend/package-lock.json
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-07 11:53:38 +02:00
gitea-actions
cd51f3f945
chore: bump version to v0.1.10
Auto Tag Develop / tag (push) Successful in 5s
Build & Push Docker Image / build (push) Failing after 12s
v0.1.10
2026-04-07 09:46:04 +00:00
Matthieu
2649e02f7b
chore : add .npmrc for @malio private registry
...
Auto Tag Develop / tag (push) Has been cancelled
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-07 11:45:57 +02:00
gitea-actions
d33928b5f0
chore: bump version to v0.1.9
Auto Tag Develop / tag (push) Successful in 5s
Build & Push Docker Image / build (push) Failing after 11s
v0.1.9
2026-04-07 09:43:02 +00:00
Matthieu
582339ca99
chore : add .nvmrc (node 24)
...
Auto Tag Develop / tag (push) Has been cancelled
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-07 11:42:56 +02:00
gitea-actions
20e8382ae0
chore: bump version to v0.1.8
Auto Tag Develop / tag (push) Successful in 5s
Build & Push Docker Image / build (push) Failing after 11s
v0.1.8
2026-04-07 09:42:14 +00:00
Matthieu
224df3a4b7
chore : add composer.lock and reference.php
...
Auto Tag Develop / tag (push) Has been cancelled
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-07 11:42:07 +02:00
gitea-actions
0282a21298
chore: bump version to v0.1.7
Auto Tag Develop / tag (push) Successful in 5s
Build & Push Docker Image / build (push) Failing after 16s
v0.1.7
2026-04-07 09:41:46 +00:00
Matthieu
adf007b379
fix : autowire persist processor in UserPasswordHasherProcessor
...
Auto Tag Develop / tag (push) Has been cancelled
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-07 11:41:38 +02:00
gitea-actions
65c680da5b
chore: bump version to v0.1.6
Auto Tag Develop / tag (push) Successful in 5s
Build & Push Docker Image / build (push) Failing after 17s
v0.1.6
2026-04-07 09:37:17 +00:00
Matthieu
85a6c0d795
refactor : reorganize codebase to DDD architecture
...
Auto Tag Develop / tag (push) Has been cancelled
Backend:
- src/Api/Auth/State/ — MeProvider, UserPasswordHasherProcessor
- src/Api/Shared/Resource/ — AppVersion
- src/Api/Shared/State/ — AppVersionProvider
- src/Domain/, src/Application/, src/Infrastructure/ — skeleton ready
- User entity stays in src/Entity/ (framework, outside DDD)
Frontend:
- frontend/domains/ — skeleton ready for bounded contexts
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-07 11:37:10 +02:00
gitea-actions
a119950806
chore: bump version to v0.1.5
Auto Tag Develop / tag (push) Successful in 4s
Build & Push Docker Image / build (push) Failing after 16s
v0.1.5
2026-04-07 09:32:49 +00:00
Matthieu
2fe1062106
docs : add DDD architecture guidelines to CLAUDE.md
...
Auto Tag Develop / tag (push) Has been cancelled
Backend: Domain/Application/Infrastructure/Api layers per bounded context.
Frontend: domains/{context}/ modules with isolated components/services/stores.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-07 11:32:42 +02:00
gitea-actions
bf6f98d83b
chore: bump version to v0.1.4
Auto Tag Develop / tag (push) Successful in 6s
Build & Push Docker Image / build (push) Failing after 2m36s
v0.1.4
2026-04-07 09:29:17 +00:00
Matthieu
5ef90c3676
fix(ci) : fix Dockerfile paths infra/deploy -> infra/prod
...
Auto Tag Develop / tag (push) Has been cancelled
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-07 11:29:11 +02:00
gitea-actions
dce22c0ced
chore: bump version to v0.1.3
Auto Tag Develop / tag (push) Successful in 5s
Build & Push Docker Image / build (push) Failing after 6s
v0.1.3
2026-04-07 09:27:57 +00:00
Matthieu
ce95ae33b6
fix(ci) : use REGISTRY_TOKEN for both workflows
...
Auto Tag Develop / tag (push) Has been cancelled
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-07 11:27:51 +02:00
gitea-actions
5e446df042
chore: bump version to v0.1.1
v0.1.1
2026-04-07 09:21:09 +00:00
Matthieu
826ee83ca5
docs : update README with full project documentation
...
Auto Tag Develop / tag (push) Successful in 6s
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-07 11:21:01 +02:00
Matthieu
fef8a941b3
fix(ci) : fallback to gitea.token when RELEASE_TOKEN secret is missing
...
Auto Tag Develop / tag (push) Successful in 5s
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
v0.1.0
2026-04-07 11:12:38 +02:00
Matthieu
8aeb70e1bf
chore : add Gitea CI workflows and .claude settings
...
Auto Tag Develop / tag (push) Failing after 4s
- auto-tag-develop: auto version bump + tag on push to develop
- build-docker: build & push Docker image to Gitea registry on tag
- PR template
- .claude/settings.json with project permissions
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-07 11:09:55 +02:00
Matthieu
4c9040c923
feat : init project Coltura (CRM/ERP)
...
Symfony 8 + API Platform 4 + Nuxt 4 monorepo.
Backend: User entity, JWT auth, fixtures.
Frontend: login, dashboard, auth middleware, i18n, @malio/layer-ui.
Docker: dev (ports 8083/3003/5436) + prod multi-stage.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-07 10:56:57 +02:00