Christophe Robillard
|
357c07456c
|
generate export with export_template
|
2024-05-23 10:00:34 +02:00 |
|
Christophe Robillard
|
95c308dc51
|
add specific tags
|
2024-05-23 10:00:33 +02:00 |
|
Christophe Robillard
|
a248eba641
|
export template: set default values
|
2024-05-23 10:00:33 +02:00 |
|
Christophe Robillard
|
bbb6309b4f
|
procedure: add pieces_jointes_exportables_list
|
2024-05-23 10:00:32 +02:00 |
|
Christophe Robillard
|
25ab2420fe
|
validate export template
|
2024-05-23 10:00:32 +02:00 |
|
Christophe Robillard
|
24922605cd
|
add pj for export template
|
2024-05-23 10:00:32 +02:00 |
|
Christophe Robillard
|
d1c3b84ea2
|
add export template model
|
2024-05-23 10:00:32 +02:00 |
|
mfo
|
4ea601de79
|
fix(champs.pj.clone): stop cloning private piece_justificative_file when user clone his dossier
|
2024-05-21 09:50:27 +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 |
|
Colin Darie
|
3d52601155
|
fix(carte): gracefully ignore invalid year and kind params
Empêche d'envoyer une date invalide à PG et polluer les logs.
|
2024-05-16 16:58:42 +02:00 |
|
Paul Chavard
|
a1db089681
|
fix(champ): champ value formatters should check champ type
|
2024-05-13 17:00:46 +02:00 |
|
Colin Darie
|
e01f5b7993
|
refactor(search): index search terms only when necessary
|
2024-05-08 10:35:04 +02:00 |
|
Kara Diaby
|
3bebff1177
|
TEsts
|
2024-05-07 09:49:29 +00: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
|
4408824882
|
fix(dossier): update search terms when etablissement or individual changed
|
2024-05-06 18:57:03 +02:00 |
|
Colin Darie
|
ee465b38ff
|
feat(search): debounce update search terms
|
2024-05-06 18:57:00 +02:00 |
|
Colin Darie
|
5a2ddcb471
|
test: faster dossier clone spec by merging similar it
|
2024-05-06 17:16:34 +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
|
244dcfcc23
|
refactor(export): improuve specs
|
2024-04-24 13:27:20 +02:00 |
|
Paul Chavard
|
42336b235e
|
chore(spec): move spec in the correct folder
|
2024-04-23 21:57:00 +02:00 |
|
Paul Chavard
|
95bb09a1f8
|
refactor(champs): do not depend on attributes hash key in old code
|
2024-04-22 18:38:59 +02:00 |
|
Paul Chavard
|
f4f5416dd3
|
Merge pull request #10328 from tchak/refactor-dossier-champ-by-stable-id-controller
refactor(champs): update champs by public_id [controllers]
|
2024-04-22 12:23:16 +00:00 |
|
Paul Chavard
|
0c7bc6b555
|
feat(dossier): add methods to upsert champ values
|
2024-04-22 13:55:01 +02:00 |
|
simon lehericey
|
cd808864b6
|
chore(spec): fix missing s in path
|
2024-04-22 11:59:28 +02:00 |
|
simon lehericey
|
9e33b1ee6d
|
fix: allow unsigned expert when restricted list
|
2024-04-19 13:03:09 +02:00 |
|
mfo
|
6d84c38fca
|
tech(deadspec): no more brouillon context on dossier validation
|
2024-04-17 06:27:26 +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 |
|
simon lehericey
|
981003975c
|
refactor: use last_sign_in_at as confirmed_at is not reliable
|
2024-04-16 17:58:30 +02:00 |
|
simon lehericey
|
d95ce505a8
|
feat: suggest recently added user even if its not confirmed
|
2024-04-16 17:58:30 +02:00 |
|
simon lehericey
|
8d95df2250
|
feat: do not suggest unconfirmed experts
|
2024-04-16 17:58:30 +02:00 |
|
simon lehericey
|
5cd780251b
|
refactor: mutualize email_expert logic
|
2024-04-16 17:58:29 +02:00 |
|
Colin Darie
|
71b0592b0a
|
Merge pull request #10336 from colinux/fix-address-without-postcode
Usager: fix champ adresse dans un TOM sans code postal dans la BAN (ex. Nouvelle-Calédonie à Nouméa)
|
2024-04-16 13:45:04 +00:00 |
|
Colin Darie
|
db65c9178e
|
fix(address): BAN does not return postcode for some TOM like Nouvelle-Calédonie
But we have to fallback to an empty string because API graphql / serializer
expects a non-null attribute.
|
2024-04-16 15:37:56 +02:00 |
|
Paul Chavard
|
08e127c120
|
chore(spec): remove test for old unused behaviour
|
2024-04-16 12:10:08 +02:00 |
|
Paul Chavard
|
ee56a7da21
|
refactor(champ): remove stable_id delegate to type_de_champ
|
2024-04-16 12:10:07 +02:00 |
|
mfo
|
938f5043a4
|
feat(champs.validation): standardize champ error messages
|
2024-04-12 11:39:43 +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 |
|
Paul Chavard
|
80b3f0c0b3
|
fix(champ): no validate on hidden champs
|
2024-04-05 13:24:57 +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
|
282ce1322c
|
fix(stats): more accurat stats about deleted dossiers
|
2024-04-04 19:00:48 +02:00 |
|
Paul Chavard
|
38a703034e
|
feat(champ): expose paths
|
2024-04-04 16:13:23 +02:00 |
|
Colin Darie
|
863784a1a9
|
test: configure default host on APP_HOST everywhere
|
2024-04-02 18:47:40 +02:00 |
|
simon lehericey
|
8405c83c12
|
fix: do not retry rnf bad request
|
2024-04-02 10:00:07 +02:00 |
|
mfo
|
284a10e235
|
fix(Champs::EngagementJuridiqueChamp): validates Champs::EngagementJuridiqueChamp respecting it's validation context.
|
2024-04-01 07:18:14 +02:00 |
|
mfo
|
d7f152f4af
|
fix(Champs::PhoneChamp): validates Champs::PhoneChamp respecting it's validation context.
|
2024-04-01 07:18:14 +02:00 |
|
mfo
|
374d763084
|
fix(Champs::IntegerNumberChamp): validates Champs::IntegerNumberChamp respecting it's validation context.
|
2024-04-01 07:18:13 +02:00 |
|
mfo
|
04f3b6a844
|
fix(Champs::DecimalNumberChamp): validates Champs::DecimalNumberChamp respecting it's validation context
|
2024-04-01 07:07:11 +02:00 |
|
Lisa Durand
|
65b8f6881a
|
Merge pull request #10143 from demarches-simplifiees/float-too-many-decimal-ldu
ETQ admin, je veux que le champ nombre décimal ne prenne que 3 chiffres après la virgule
|
2024-03-27 10:05:35 +00:00 |
|
Lisa Durand
|
a3ab6dd257
|
add validation on decimal max 3 digits after coma
|
2024-03-27 10:55:10 +01:00 |
|
Paul Chavard
|
6ad0b901b6
|
fix(champ): use public_id in views
|
2024-03-26 11:23:23 +01:00 |
|
Martin
|
015e606f50
|
fix(dossier.has_many.france_connect_informations): wip
|
2024-03-22 07:47:02 +01:00 |
|
Eric Leroy-Terquem
|
9139bfbf48
|
clean(administrateur): remove dead code
|
2024-03-21 14:27:53 +01:00 |
|
simon lehericey
|
a42f85ef05
|
remove useless administration_id in invite_admin and invite_administrateur!
|
2024-03-21 11:54:02 +01:00 |
|
mfo
|
086cc1537b
|
Merge pull request #10068 from mfo/US/user-has-many-fcis
tech(User.FranceConnect): un usager peut avoir plusieurs profils FranceConnect, pas uniquement un
|
2024-03-20 16:30:39 +00:00 |
|
Lisa Durand
|
6c5c744411
|
Merge pull request #10119 from demarches-simplifiees/add-explanation-when-publish-with-same-url-ldu
ETQ admin j'ai un message d'explication si j'utilise une URL déja utilisée lors de la publication d'une démarche
|
2024-03-20 13:21:59 +00:00 |
|
Paul Chavard
|
eff03aaf23
|
refactor(dossier): label indexes based on type_de_champ not champ
|
2024-03-20 09:58:47 +01:00 |
|
Paul Chavard
|
f21192bb06
|
Merge pull request #10123 from tchak/fix-multiple-champ-copies-bug
fix(champ): fix multiple champ copies bug
|
2024-03-18 16:46:17 +00:00 |
|
Paul Chavard
|
1b2315cd45
|
fix(champ): fix multiple champ copies bug
|
2024-03-18 12:13:22 +01:00 |
|
Lisa Durand
|
6b916493cb
|
change wording on page stats
|
2024-03-18 10:39:11 +01:00 |
|
Paul Chavard
|
900db5624f
|
refactor(champs): if champ not found - build it
|
2024-03-17 23:51:45 +01:00 |
|
Lisa Durand
|
e757eefd37
|
add message when path is already taken when publishing a procedure
|
2024-03-14 17:17:47 +01:00 |
|
mfo
|
5dda05d710
|
Merge pull request #10100 from mfo/US/cleanup-champs-after-passer-en-construction
fix(email_validation): allow email with specific format
|
2024-03-12 17:09:39 +01:00 |
|
Colin Darie
|
fc1c6bb412
|
Merge pull request #10103 from tchak/dossier-vide-from-procedure
refactor(dossier_vide): use types_de_champ instead of empty dossier
|
2024-03-12 15:29:24 +00:00 |
|
Colin Darie
|
ee92668611
|
Merge pull request #9930 from demarches-simplifiees/add-external-link-to-procedure
ETQ admin lorsque je clos une démarche je peux alerter les usagers et je crée une page de fermeture si la démarche n'est pas redirigée dans DS
|
2024-03-12 15:03:30 +00:00 |
|
Paul Chavard
|
aa0aea1543
|
refactor(dossier_vide): use types_de_champ instead of empty dossier
|
2024-03-12 14:23:07 +01:00 |
|
Martin
|
2468d528fd
|
fix(email_validation): use truemail regexp
|
2024-03-12 11:29:31 +01:00 |
|
simon lehericey
|
2bec15b78f
|
fix multiple error message on regexp
|
2024-03-11 11:41:31 +01:00 |
|
Paul Chavard
|
6ec7a87bcb
|
Merge pull request #10080 from demarches-simplifiees/add-dependent-destroy-on-contact-information
Correctif : supprime l'information de contact à la suppression du groupe instructeur
|
2024-03-08 12:15:27 +00:00 |
|
mfo
|
0013528deb
|
Merge pull request #10065 from mfo/US/secu-email
fix(email.validation): some nasty tests
|
2024-03-08 09:05:03 +00:00 |
|
Martin
|
9425f2cc58
|
fix(user.france_connect_informations): has_many, not has_one
|
2024-03-08 09:44:21 +01:00 |
|
Eric Leroy-Terquem
|
6651b36fe4
|
db(migration): add closing_reason and closing_details to procedure
|
2024-03-07 19:00:46 +01:00 |
|
Eric Leroy-Terquem
|
877e1f79cc
|
fix(groupe instructeur): add a dependent destroy on contact information
|
2024-03-07 16:33:17 +01:00 |
|
Martin
|
0ea90e036e
|
fix(email.validation): some nasty tests
|
2024-03-05 16:27:07 +01:00 |
|
Martin
|
b468da9964
|
bug(user.fcis): users using more than one FranceConnect identity provider can not be destroyed
|
2024-03-05 14:03:02 +01:00 |
|
Paul Chavard
|
f3a97876bd
|
fix(champ): champs are not ordered anymore
|
2024-03-04 10:59:11 +01:00 |
|
Paul Chavard
|
8687d73a73
|
refactor(dossier): clone only current revision champs
|
2024-03-04 10:59:11 +01:00 |
|
Paul Chavard
|
deb19177f7
|
refactor(test): update tests
|
2024-03-04 10:59:11 +01:00 |
|
Colin Darie
|
dbf04c63a4
|
fix(flipper): don't clone features globally enabled
|
2024-03-03 00:13:01 +01:00 |
|
Paul Chavard
|
178f1a0c26
|
fix(test): fail on last month day
|
2024-02-29 15:44:42 +01:00 |
|
Colin Darie
|
f04420812b
|
fix(export): typo tier => tiers
|
2024-02-22 15:58:29 +01:00 |
|
Colin Darie
|
7143c7e8e2
|
Merge pull request #9995 from colinux/attestation-v2-improvements
ETQ admin, quelques améliorations sur l'éditeur v2
|
2024-02-22 11:30:41 +00:00 |
|
Colin Darie
|
3c22f4ea48
|
fix(attestation): always return v1 template when exists, otherwise it's a v2
|
2024-02-22 12:19:07 +01:00 |
|
Martin
|
31168f9602
|
perf(spec): build not create some variables, & fix specs
|
2024-02-21 14:44:49 +01:00 |
|
Martin
|
c2675dfb4d
|
feat(export.user): add when user passthru FranceConnect or not
|
2024-02-21 14:44:49 +01:00 |
|
Martin
|
c9235c8a3d
|
feat(export.for_tier): add to export
|
2024-02-21 14:44:49 +01:00 |
|
Paul Chavard
|
702b9dd8b3
|
fix(champ): do not reset data on champs without fetch_external_data
|
2024-02-21 08:54:08 +01:00 |
|
Colin Darie
|
560d50f52d
|
fix(dropdown-multiple): a valid option starting by [ may not be a JSON value
|
2024-02-20 17:41:53 +01:00 |
|
Martin
|
ba3fda1928
|
bug(monavisvalidator): what any domain could be used ?!
|
2024-02-20 11:51:00 +01:00 |
|
Martin
|
8dc3103ac1
|
fix(champs.email): allow nil
|
2024-02-19 15:13:20 +01:00 |
|
Martin
|
1a424beb6f
|
fix(tags): libelle with double dash, becomes double underscore. no worries it was already broken
|
2024-02-16 14:00:18 +01:00 |
|
Martin
|
0fbbe4d97c
|
bug(tags): libelle with double dash, double dash also known as tag delimiter
|
2024-02-16 14:00:18 +01:00 |
|
Martin
|
56ed901703
|
tech(clean): remove dead code
|
2024-02-16 11:23:39 +01:00 |
|
Martin
|
72a3f6e89c
|
refactor(export/archives): holds user profile asking for the archive or export
|
2024-02-16 11:23:38 +01:00 |
|
Martin
|
8488e74bbb
|
review(suggestion): better code with reviews, normalize Champs::EmailChamp.value, simplier default strict validation activation
Co-authored-by: Colin Darie <colin@darie.eu>
|
2024-02-15 16:41:00 +01:00 |
|
Martin
|
5f77c0cd06
|
feat(email.validation): expand email validation to Avis, ContactInformation, Invite, DossierTransfert
|
2024-02-15 16:41:00 +01:00 |
|
Martin
|
05193e1d1e
|
feat(User.validation): validates email when env var is present
|
2024-02-15 16:41:00 +01:00 |
|
Martin
|
25f92a7760
|
feat(email.validator): define a strict email validator, validates Champs::EmailChamp.value only on validation context
Co-authored-by: Paul Chavard <github@paul.chavard.net>
|
2024-02-15 16:41:00 +01:00 |
|