Colin Darie
|
a540f8dccb
|
feat(attestation): can render & attach attestations v2
|
2024-06-20 14:15:05 +02:00 |
|
mfo
|
5644692448
|
feat(Logic.computable?): add computable? to know if a ineligibilite_rules set is computable
|
2024-06-11 09:32:53 +02:00 |
|
mfo
|
5de4ce889f
|
feat(ProcedureRevision.ineligibilites_rules): keep track of changes and show it to admin for republication
|
2024-06-11 09:32:53 +02:00 |
|
krichtof
|
45814fdbfb
|
Merge pull request #10454 from demarches-simplifiees/9827-add-specs
corrige quelques bugs de la feature export template (renommage dans le zip)
|
2024-06-04 13:18:12 +00:00 |
|
Christophe Robillard
|
ac23d5fb41
|
convert date with dash for export renaming
|
2024-06-04 10:32:14 +02:00 |
|
Paul Chavard
|
68c15ba99f
|
feat(champ): add updated_by column
|
2024-06-03 18:45:16 +02:00 |
|
Paul Chavard
|
eb9aad27c3
|
fix(dossier): handle missing siret information when dossier passe en instruction
|
2024-05-29 13:09:04 +02:00 |
|
Paul Chavard
|
1bca3c123b
|
chore(dossier): remove legacy update attributes
|
2024-05-27 10:33:37 +02:00 |
|
Colin Darie
|
3617368a35
|
fix(search): increase debounce delay because of too frequent brouillon updates
|
2024-05-27 09:57:05 +02:00 |
|
simon lehericey
|
e8a175d310
|
refactor: be explicite with memoization
|
2024-05-23 10:00:41 +02:00 |
|
simon lehericey
|
420520489d
|
refactor(tags_substitution): simplify
|
2024-05-23 10:00:41 +02:00 |
|
simon lehericey
|
d60e7906e0
|
refactor: memoize flat_tags
|
2024-05-23 10:00:41 +02:00 |
|
simon lehericey
|
e0c867f222
|
refactor: rename
|
2024-05-23 10:00:40 +02:00 |
|
simon lehericey
|
3af1cee240
|
refactor: simplify
|
2024-05-23 10:00:40 +02:00 |
|
simon lehericey
|
1c0bd3e0e5
|
refactor: remove unused data
|
2024-05-23 10:00:40 +02:00 |
|
simon lehericey
|
43fb1ddeb5
|
refactor: remove target in tags
|
2024-05-23 10:00:40 +02:00 |
|
simon lehericey
|
c8b3b4b45a
|
refactor: renaming
|
2024-05-23 10:00:38 +02:00 |
|
simon lehericey
|
6445337be7
|
refactor(pj_list): extract pj list in a concern and simplify
|
2024-05-23 10:00:38 +02:00 |
|
Christophe Robillard
|
dbf46b1f02
|
extract DOSSIER_ID_TAG
|
2024-05-23 10:00:32 +02:00 |
|
Colin Darie
|
c2b1d7aaaf
|
Merge pull request #10261 from colinux/ignore-search-terms-2
Tech (perf): ignore les `search_terms` colonnes pour ne plus les select à chaque query et debounce l'indexation
|
2024-05-21 07:07:10 +00:00 |
|
Lisa Durand
|
7cfd9becc8
|
avoid performing job if attachment is created on existed blob
|
2024-05-17 11:03:40 +02:00 |
|
Lisa Durand
|
affb1820d8
|
add PDF preview in view for gallery
|
2024-05-17 11:03:39 +02:00 |
|
Lisa Durand
|
93c3761107
|
add specs
|
2024-05-17 11:03:39 +02:00 |
|
Lisa Durand
|
b4a7b4bfbd
|
create a job for all image treatments
|
2024-05-17 11:03:38 +02:00 |
|
Lisa Durand
|
96238da249
|
add service to rotate jpg attachment automatically
|
2024-05-17 11:03:37 +02:00 |
|
Colin Darie
|
e01f5b7993
|
refactor(search): index search terms only when necessary
|
2024-05-08 10:35:04 +02:00 |
|
Colin Darie
|
6733b2884f
|
feat(search): index mandataire name
|
2024-05-06 18:58:52 +02:00 |
|
Colin Darie
|
39b0327237
|
refactor(search): rename update search terms => index search terms
|
2024-05-06 18:57:39 +02:00 |
|
Colin Darie
|
797bd6b94b
|
fix(search): preload before updating search terms because we access all champs
|
2024-05-06 18:57:04 +02:00 |
|
Colin Darie
|
ee465b38ff
|
feat(search): debounce update search terms
|
2024-05-06 18:57:00 +02:00 |
|
Colin Darie
|
2e763d5e92
|
perf(search): ignore search_terms columns, use raw sql instead
|
2024-05-06 17:16:34 +02:00 |
|
Paul Chavard
|
39364961ab
|
refactor(export): expose new interface on type de champ and use it in champs
|
2024-04-24 13:27:20 +02:00 |
|
Paul Chavard
|
0c7bc6b555
|
feat(dossier): add methods to upsert champ values
|
2024-04-22 13:55:01 +02:00 |
|
Paul Chavard
|
c479d46b47
|
refactor(champs): extract dossier champ related methods in to a concern
|
2024-04-22 13:55:01 +02:00 |
|
mfo
|
aca67a2274
|
tech(refactor.champs.validation): all champs validation use :validate_champ_value_or_prefill?
|
2024-04-17 06:27:26 +02:00 |
|
mfo
|
c6e21fb7bd
|
feat(champs.contextual_validation): extract contextual methods validation in module
|
2024-04-17 06:27:25 +02:00 |
|
Lisa Durand
|
7a80574afc
|
Merge pull request #10190 from demarches-simplifiees/add-AR-feature-ldu
ETQ Admin je peux configurer une démarche avec accusé de lecture
|
2024-04-16 09:58:13 +00:00 |
|
simon lehericey
|
6982b2d5e8
|
refactor: do not enqueue antivirus job for safe blob
|
2024-04-16 09:57:31 +02:00 |
|
Lisa Durand
|
71268c7f3b
|
hide decision from email for tiers if procedure has accuse de lecture
|
2024-04-15 11:15:13 +02:00 |
|
Lisa Durand
|
ae08044ff2
|
create AR email and send it at the right time
|
2024-04-15 11:15:05 +02:00 |
|
Colin Darie
|
3c7018fd31
|
fix: don't set preferred domain on signup/signin unless feature is enabled
|
2024-04-09 10:04:18 +02:00 |
|
LeSim
|
22830fd7f6
|
Merge pull request #10275 from demarches-simplifiees/fix_api_entreprise_status
Tech: corrige le mécanisme de surveillance des fournisseurs d entreprise.api.gouv.fr
|
2024-04-08 08:08:38 +00:00 |
|
Paul Chavard
|
c5c671f391
|
Merge pull request #10234 from tchak/type-de-champ-paths
feat(champ): add paths to type_de_champ
|
2024-04-08 08:07:30 +00:00 |
|
simon lehericey
|
e82a8787d5
|
dirty fix: avoid changing preferred domain
|
2024-04-05 15:26:12 +02:00 |
|
simon lehericey
|
7b33963a67
|
add and use api_djepva_up?
|
2024-04-05 12:27:26 +02:00 |
|
simon lehericey
|
e994738a2e
|
add and use api_insee_up?
|
2024-04-05 12:26:44 +02:00 |
|
Paul Chavard
|
38a703034e
|
feat(champ): expose paths
|
2024-04-04 16:13:23 +02:00 |
|
Paul Chavard
|
13005b0a4a
|
fix(dossier): enqueue jobs after commit
|
2024-04-01 19:00:25 +02:00 |
|
Paul Chavard
|
5d302fb6ac
|
refactor(dossier): extract aasm callbacks in to a concern
|
2024-04-01 18:55:08 +02:00 |
|
Paul Chavard
|
6ad0b901b6
|
fix(champ): use public_id in views
|
2024-03-26 11:23:23 +01:00 |
|