Commit graph

782 commits

Author SHA1 Message Date
mfo
a71e83dabe
clean(db): remove ignored column 2024-09-24 10:04:04 +02:00
mfo
7adbdaa4de
tech(clean): unused index and column 2024-09-23 14:53:37 +02:00
Lisa Durand
0272f79c6a
migration to remove hidden_at from dossiers 2024-09-23 10:58:36 +02:00
mfo
ca26143ce3
tech(db): drop unused index 2024-09-19 17:05:32 +02:00
mfo
2714480e0a
perf(idx): add missing indexes 2024-09-19 15:18:45 +02:00
simon lehericey
47852bfafb
add amr column 2024-09-18 14:40:11 +02:00
Eric Leroy-Terquem
8e2c5bfd56
fix(seeds): fix typo 2024-09-18 10:30:05 +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
mfo
915779c9b0
Merge pull request #10749 from mfo/US/commune-without-insee
correctif: ETQ administrateur/instructeur, je souhaite que les champs de type commune aient tjr un code insee afin de router de maniere fiable
2024-09-06 11:44:00 +00:00
mfo
99b31b0cc8
db(seed): create user_fixer when seeding db, owner of instance will have to reset password 2024-09-06 08:37:08 +02: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
Kara Diaby
ff88a0a2a6
Fix add requested_email column to france_connect_information table Lint error 2024-09-04 08:08:01 +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
6677f31652
use path_rewrite in commencer controller 2024-08-29 17:01: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
Colin Darie
659d35e11f
test: fix for mutable string 2024-08-22 09:26:49 +02:00
Colin Darie
77fb0553fc
chore: enable freeze string literals by comment 2024-08-22 09:26:48 +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
Colin Darie
96489e5802
fix(schema): execute must explicitly ensure safety 2024-07-26 14:12:45 +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
fa06d17169
Feat(user): set email_verified_at when setting confirmed_at 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