Matthieu
f970c1928d
fix(api) : cap pagination to 200 items/page to prevent OOM in production
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-11 11:11:09 +01:00
Matthieu
2a1d966b87
chore(frontend) : update submodule — smart cache on composables
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-10 09:18:50 +01:00
Matthieu
a393b62e9f
chore(frontend) : update submodule — Malio brand colors
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-10 09:06:30 +01:00
Matthieu
1247f72af6
chore(frontend) : update submodule — activity log + clickable catalog types
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-10 08:54:26 +01:00
Matthieu
6735bf252c
feat(activity-log) : add paginated activity log endpoint and store constructeur names in audit
...
- New GET /api/activity-logs endpoint with pagination and filters
(entityType, action) for the global activity log page
- Add findAllPaginated() to AuditLogRepository
- normalizeCollection() now stores {id, name} objects instead of
bare IDs so constructeur changes display readable names
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-10 08:54:19 +01:00
Matthieu
508066d39f
fix(frontend) : update submodule with custom field display fix
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-09 16:48:12 +01:00
Matthieu
70956c204e
fix(audit) : inject Security for actor resolution + track custom field changes
...
- Inject Security service into all 3 audit subscribers to resolve
actor profile from authenticated user (fixes "Par Inconnu" issue)
- Add CustomFieldValue tracking: insertions, updates, and deletions
on custom field values now produce audit log entries on the parent
entity (composant, piece, product) with field name prefix
"customField:{name}"
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-09 16:48:07 +01:00
Matthieu
16a7eac0c6
chore(release) : v1.4.0
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
v1.4.0
2026-02-09 15:59:55 +01:00
Matthieu
37ac08b182
chore(frontend) : update submodule — edit pages optimization
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-09 15:58:50 +01:00
Matthieu
5ef80b362e
perf(api) : add serialization groups to CustomFieldValue and CustomField
...
Expose customField definitions (id, name, type, required, options, orderIndex)
inline in entity responses, eliminating separate API calls for custom field data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-09 15:58:43 +01:00
Matthieu
78f19daf76
chore(release) : v1.3.0
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
v1.3.0
2026-02-09 14:20:29 +01:00
Matthieu
6caa4a61df
chore(frontend) : update submodule — API optimizations, cache invalidation, tests
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-09 14:19:24 +01:00
Matthieu
bf55034b2e
chore(frontend) : complete frontend refactoring (F1-F7)
...
Update frontend submodule with 14 conventional commits covering:
- F1.1-F1.4: Decompose mega-components (machine detail/create, ComponentItem/PieceItem)
- F2.1-F2.3: Extract shared helpers (extractCollection, history, types)
- F3.2-F3.3: Migrate composables to TypeScript, eliminate explicit any
- F4.1-F4.2: Enable strict ESLint rules, remove debug console.logs
- F5.1: Split modelUtils into thematic modules
- F6.1-F6.2: Configure Vitest with 54 unit tests
- F7.2-F7.3: DaisyUI confirm modal, extract AppNavbar
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-09 11:20:55 +01:00
Matthieu
ba1114e78b
chore(frontend): update refactor plan and remove legacy frontend
2026-02-06 17:17:29 +01:00
Matthieu
5ccc3b30f0
docs : add comprehensive refactoring plan (backend + frontend)
...
14 phases, 39 tasks covering:
- Backend: security, code duplication, controllers, storage, tests
- Frontend: mega-component split, duplication, TypeScript migration, tests
Includes agent tracking system with status, journal, and rules.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-03 17:34:43 +01:00
8d83076be0
chore(release) : v1.2.0
v1.2.0
2026-01-29 19:55:29 +01:00
Matthieu
997a3ae822
chore(frontend): update submodule to history UI
v1.1.2
2026-01-25 21:22:24 +01:00
Matthieu
034c193e4b
feat(audit): add history tracking and bump version to 1.1.2
2026-01-25 21:19:42 +01:00
Matthieu
4acc8d1c01
chore(release) : v1.1.1
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
v1.1.1
2026-01-25 19:07:45 +01:00
Matthieu
49ff15f18d
fix : correct commit message format in release script
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-25 19:07:08 +01:00
Matthieu
7a02617d48
chore : add qpdf to Docker image for PDF compression
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-25 19:06:08 +01:00
Matthieu
e52eef0491
docs : add PDF compression documentation to README
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-25 19:03:36 +01:00
Matthieu
a5118305d3
feat : automatic PDF compression on upload
...
- Add PdfCompressorService for lossless compression with qpdf
- Add DocumentPdfCompressorListener for automatic compression on persist/update
- Add app:compress-pdf command for batch compression of existing PDFs
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-25 19:02:26 +01:00
Matthieu
b51671b1d4
chore(release) : v1.1.0
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
v1.1.0
2026-01-25 15:58:09 +01:00
Matthieu
1643dcf8c2
fix : case-insensitive search filters for all entities
2026-01-25 15:54:07 +01:00
Matthieu
17ab4cdd16
chore : update fixtures with current database data
2026-01-25 15:44:22 +01:00
Matthieu
d9182131d9
chore : reset migrations to single initial schema + add deployment guide
2026-01-25 15:41:06 +01:00
Matthieu
26a7fe64be
chore : update frontend submodule to master v1.0.0
v1.0.0
2026-01-25 12:07:15 +01:00
Matthieu
4669dec359
chore : add versioning system and release script
2026-01-25 12:02:20 +01:00
Matthieu
3f05fe753e
Update frontend submodule for piece requirements and component selections
2026-01-25 11:40:48 +01:00
Matthieu
a502acd234
Support multiple product requirements on pieces
2026-01-25 11:40:41 +01:00
Matthieu
69b199b6dc
Update frontend submodule: overview machines + lighter PDF previews
2026-01-25 09:46:23 +01:00
Matthieu
d5f6749f9e
wip: api filters and migration helpers
2026-01-23 23:30:05 +01:00
ad7918c993
chore(frontend) : met a jour le sous-module
2026-01-23 19:35:36 +01:00
86447000b1
feat(api) : ajoute pagination et filtres pour les catalogues
2026-01-23 19:35:26 +01:00
7da5eb917a
feat(fixtures): ajouter système de fixtures pour les données
...
- fixtures/data.sql: dump des données actuelles de la base
- fixtures/load.sh: script shell de chargement
- makefile: targets fixtures-dump, fixtures-load, fixtures-reset
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-23 13:34:07 +01:00
d65eb9ff0f
WIP: corrections sérialisation API et script normalisation SQL
...
Backend:
- Fix Groups sur TypeMachine*Requirement: exposer typePiece/typeComposant/typeProduct
- Fix Groups sur Document, Piece, Product, Composant pour sérialisation
- Add addConstructeur/removeConstructeur sur Piece et Product
Scripts:
- Fix normalize-dump.py: gérer les schémas quotés ("public"."table")
Frontend (sous-module):
- Corrections formulaires et sérialisation
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-23 12:34:00 +01:00
895df7415b
chore(frontend): maj sous-module
2026-01-15 13:43:33 +01:00
9abe9fea7f
chore(migrations): normaliser le schema
2026-01-15 13:42:36 +01:00
ea45ce9d0a
fix(schema): aligner mappings et sortie machine
2026-01-15 13:42:29 +01:00
2c3fbb093a
feat(modeles): exposer la structure selon la categorie
2026-01-15 13:42:18 +01:00
3c5fb83673
docs: maj migration et carnet de bord
2026-01-15 13:39:06 +01:00
e1dc8850c0
feat(make): nettoyer le cache Symfony
2026-01-15 13:38:55 +01:00
59622580a9
chore(frontend): maj sous-module
2026-01-15 12:51:38 +01:00
bdd1837247
chore(frontend): mettre a jour le sous-module
2026-01-14 23:11:05 +01:00
40b4b90ed8
wip(api) : machine skeleton + type links
2026-01-12 13:14:19 +01:00
d4bdb76fda
docs: ajouter la liaison INV-20260111-02 [INV-20260111-02]
2026-01-11 17:14:53 +01:00
f7fc1bdee2
chore(repo): maj du submodule frontend [INV-20260111-02]
2026-01-11 17:14:38 +01:00
1a751927fa
docs: tracer la liaison INV-20260111-01 [INV-20260111-01]
2026-01-11 17:12:46 +01:00
987aa5c15f
chore(repo): lier Inventory_frontend en submodule [INV-20260111-01]
2026-01-11 17:12:34 +01:00