simon lehericey
|
47852bfafb
|
add amr column
|
2024-09-18 14:40:11 +02:00 |
|
Paul Chavard
|
f5fdef0600
|
fix(api-entreprise): save libelle_commune_etranger and libelle_pays_etranger in db
|
2024-09-16 12:55:59 +02:00 |
|
mfo
|
8a54650f93
|
Merge pull request #10727 from mfo/US/validate-fk-champs-dossiers
correctif, ETQ opérateur de DS, je souhaite garantir la consistence des données entre champs et dossiers (pas de champs sans dossier)
|
2024-09-11 13:06:27 +00:00 |
|
LeSim
|
9fd53b182a
|
Merge pull request #10570 from demarches-simplifiees/feat/10425
ETQ Usager se connectant par FC, je dois confirmer mon mail
|
2024-09-05 08:07:23 +00:00 |
|
Kara Diaby
|
c86ad15b8c
|
Ajoute hide_instructeurs_identity sur Procedures et dans l'interface admin
|
2024-09-04 15:00:03 +00:00 |
|
simon lehericey
|
94be599401
|
add requested_email column to france_connect_information table
|
2024-09-04 08:07:57 +00:00 |
|
mfo
|
b79860229e
|
tech(data): validate fk between champs.dossier_id and dossiers.id
|
2024-08-30 15:13:40 +02:00 |
|
simon lehericey
|
516205efd9
|
add path_rewrite model
|
2024-08-29 16:15:07 +02:00 |
|
mfo
|
ccddf885f6
|
fix(data): add missing foreign key on production between champs.dossier_id and dossier.id, use validate: false to delay validation
|
2024-08-26 15:56:05 +02:00 |
|
Lisa Durand
|
ab483a8959
|
simplifie tabs supprimes and reduce to one
|
2024-08-20 15:26:09 +02:00 |
|
Colin Darie
|
4bc0a04106
|
chore(schema): add contact_forms
|
2024-07-31 17:08:01 +02:00 |
|
simon lehericey
|
106698a242
|
add dedicated dossier_folder, export_pdf, pjs columns to export model
Destroy all previous incompatible ExportTemplate
|
2024-07-26 13:31:06 +02:00 |
|
Lisa Durand
|
0dcdcb5643
|
add column hidden_by_expired_at
|
2024-07-24 17:07:41 +02:00 |
|
Paul Chavard
|
7687b55dd1
|
chore(champs): replace unique index
|
2024-07-22 11:36:56 +02:00 |
|
Colin Darie
|
48e5a237e3
|
chore(schema): change default types_de_champ#mandatory from false to true
|
2024-06-25 17:17:21 +02:00 |
|
Colin Darie
|
ad3c5a7493
|
chore(schema): add attestation_templates#state
|
2024-06-20 11:08:15 +02:00 |
|
mfo
|
810d272be2
|
feat(procedure_revision): add ineligibilite columns
|
2024-06-11 09:32:53 +02:00 |
|
Paul Chavard
|
68c15ba99f
|
feat(champ): add updated_by column
|
2024-06-03 18:45:16 +02:00 |
|
simon lehericey
|
dbf6459b4b
|
feat(User): add email_verified_at column to individual (in case of mandant)
|
2024-05-27 17:24:56 +02:00 |
|
simon lehericey
|
bc8e3c35dd
|
Feat(User): add email_verified_at column
|
2024-05-27 17:24:55 +02:00 |
|
Christophe Robillard
|
7661b8b1b2
|
add export_template to exports
|
2024-05-23 10:00:34 +02:00 |
|
Christophe Robillard
|
474eb18016
|
add export template migration
|
2024-05-23 10:00:31 +02:00 |
|
mfo
|
84c1a485e5
|
feat(Procedure.for_tiers_enabled): allow super admin to disable for_tiers
|
2024-05-06 15:56:22 +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 |
|
Paul Chavard
|
eaa2e484b9
|
perf(champs): add stable_id index on champs
|
2024-04-16 10:21:30 +02:00 |
|
simon lehericey
|
b6a4f62184
|
chore: remove unused virus_scans table
|
2024-04-16 09:57:31 +02:00 |
|
Lisa Durand
|
8eda069bfc
|
add AR in user view - hide decision on first dossier tab
|
2024-04-15 11:15:13 +02:00 |
|
Lisa Durand
|
ee91f47c5a
|
add AR component and page on admin view
|
2024-04-15 10:46:29 +02:00 |
|
Paul Chavard
|
aa916533f8
|
fix(schema): drop bulk_messages_groupe_instructeurs
|
2024-04-11 18:48:16 +02:00 |
|
simon lehericey
|
bda9c4b455
|
fix: drop unused column and fk procedure_revisions.attestation_template_id which block procedure.destroy
|
2024-04-11 13:38:38 +02:00 |
|
simon lehericey
|
676112dd6f
|
fix: add index to speed up query in dol archiving job
|
2024-04-11 10:46:40 +02:00 |
|
Paul Chavard
|
282ce1322c
|
fix(stats): more accurat stats about deleted dossiers
|
2024-04-04 19:00:48 +02:00 |
|
LeSim
|
5fc751a691
|
Merge pull request #10173 from demarches-simplifiees/US/test-pg-extra
Tech: ajoute gem `rails-pg-extras`
|
2024-03-27 08:55:48 +00:00 |
|
simon lehericey
|
64abf6325c
|
remove index on dossiers/hidden_at
|
2024-03-26 17:17:10 +01:00 |
|
Martin
|
82d70912c8
|
fix(migration): use strong migration to add fk without validation first, then apply fk validation
|
2024-03-26 10:41:50 +01:00 |
|
simon lehericey
|
b7dcf05fea
|
remove index on champs/private
|
2024-03-25 17:14:03 +01:00 |
|
Martin
|
8972381e75
|
Revert "Merge pull request #10134 from mfo/revert-pg-extra"
This reverts commit 72077952e7 , reversing
changes made to cbdbbd9416 .
|
2024-03-21 17:40:12 +01:00 |
|
Colin Darie
|
a16f88f8af
|
chore(schema): add preferred_domain to users
|
2024-03-21 12:21:19 +01:00 |
|
simon lehericey
|
2a81ca3871
|
relax agent connect constraints
|
2024-03-18 14:48:32 +01:00 |
|
simon lehericey
|
c1171cfd8b
|
add id_token to instructeur
We use instructeur to store the id_token as the instructeur may have (in the migration and in the future) multiple agent connect information
|
2024-03-18 14:02:52 +01:00 |
|
Kara Diaby
|
09d479321b
|
corrections après retours
|
2024-03-18 11:50:29 +00:00 |
|
Kara Diaby
|
e9fab486fb
|
migration
|
2024-03-18 11:50:29 +00:00 |
|
Paul Chavard
|
8abe3fce79
|
add stable_id and stream
|
2024-03-18 11:34:55 +01:00 |
|
Martin
|
41eb906d86
|
Revert "Merge pull request #10121 from mfo/US/rails-pg-extra"
This reverts commit f0053af54f , reversing
changes made to ca413a1035 .
|
2024-03-18 11:20:14 +01:00 |
|
mfo
|
f0053af54f
|
Merge pull request #10121 from mfo/US/rails-pg-extra
tech(rails-pg-extras): add rails pg extra
|
2024-03-15 16:15:51 +00:00 |
|
simon lehericey
|
277ac1259a
|
feat(file retrieval): create agent connect information
|
2024-03-15 14:35:14 +01:00 |
|
Martin
|
dacbcdc8bc
|
tech(rails-pg-extras): add rails pg extra
|
2024-03-15 08:19:45 +01:00 |
|
Eric Leroy-Terquem
|
c147d9b36c
|
db(migration): add closing notifications to procedure
|
2024-03-11 15:48:28 +01:00 |
|
Eric Leroy-Terquem
|
1f0e2030be
|
db(migration): add procedure_id to bulk_messages
|
2024-02-28 16:07:27 +01:00 |
|
Colin Darie
|
28d414a19d
|
chore(schema): fix api_tokens#expires_at position
|
2024-02-19 09:29:41 +01:00 |
|