Commit graph

14528 commits

Author SHA1 Message Date
Paul Chavard
d2ab8b5593 feat(message): replace message partial with MessageComponent 2022-04-26 14:54:58 +02:00
Paul Chavard
91879b89ce fix(commentaire): unified destroy commentaire 2022-04-26 14:54:58 +02:00
Paul Chavard
009c44cc20 refactor(avis): remove unused controller action 2022-04-26 14:54:58 +02:00
Paul Chavard
004c9f6e18 fix(i18n): disable i18n-tasks on view components for now 2022-04-26 14:54:58 +02:00
Paul Chavard
86df16ebda feat(view_components): add view_components 2022-04-26 14:54:58 +02:00
Paul Chavard
9b4bc7518a
Merge pull request #7148 from tchak/refactor-champs-ts
refactor(champs): refactor champs components to use typescript
2022-04-26 14:01:47 +02:00
Paul Chavard
02f977fd8d refactor(champs): refactor champs components to use typescript 2022-04-26 13:56:26 +02:00
Kara Diaby
76735819b4
Merge pull request #7196 from betagouv/feat/7132
Ajoute un avertissement sur les champs de type Titre Identité
2022-04-26 09:34:38 +02:00
Kara Diaby
b1ab0c6ed2 Ajoute un avertissement sur les champs de type Titre Identité 2022-04-26 08:33:30 +02:00
mfo
937b9c5b0e
Merge pull request #7188 from betagouv/7131/rgpd/print-empty-form
feat(adminstrateurs#dossier_vide): add button to /dossier_vide so administrateur can have a pdf version of their form to send it in regards to RGPD
2022-04-25 15:07:53 +02:00
Martin
418d4ede17 test(commencer): test dossier_vide_pdf and dossier_vide_pdf_test 2022-04-25 15:00:48 +02:00
Martin
89d192bcfe feat(adminstrateurs#dossier_vide): add button to /dossier_vide so administrateur can have a pdf version of their form to send it in regards to RGPD 2022-04-25 15:00:48 +02:00
mfo
6517cb6626
Merge pull request #7190 from betagouv/7108/add-data-collect-rules
feat(users/procedure/*): add link to texte_juridique or deliberation
2022-04-25 14:37:25 +02:00
Martin
be43696650 feat(users/procedure/*): add link to texte_juridique or deliberation 2022-04-25 14:31:33 +02:00
LeSim
f5fafbba24
Merge pull request #7191 from Remi-Frk/fix/7189/migrate_20220301160753
fix(migrate): lien administrateurs_procedures - administrateurs
2022-04-25 14:24:53 +02:00
Remi-Frk
17bf19e3f0 fix(migrate): lien administrateurs_procedures - administrateurs 2022-04-25 14:20:57 +02:00
LeSim
f35d8a2e96
Merge pull request #7193 from betagouv/ignore_instructeur_id_column_in_dol
ignore instructeur_id in dol
2022-04-25 14:13:00 +02:00
simon lehericey
fe6f211cc9 ignore instructeur_id in dol 2022-04-25 14:07:23 +02:00
Paul Chavard
c608e6b4e0
Merge pull request #7192 from tchak/fix-direct-upload-error
fix(upload): errorFromDirectUploadMessage should take Error or string
2022-04-25 13:17:59 +02:00
Paul Chavard
bca97268a8 fix(upload): errorFromDirectUploadMessage should take Error or string 2022-04-24 11:47:17 +02:00
Paul Chavard
f70344b89b
Merge pull request #7185 from tchak/fix-exclude-auto_archive_on-from-clone
fix(procedure): cloned procedure should not have auto_archive_on
2022-04-22 10:55:53 +02:00
Paul Chavard
23b60c87e9 fix(procedure): cloned procedure should not have auto_archive_on
fix #7149
2022-04-22 10:48:31 +02:00
Paul Chavard
3789e5d02b
Merge pull request #7186 from tchak/remove-ds-page-update
refactor(js): get rid of ds:page:update
2022-04-22 10:48:04 +02:00
Paul Chavard
62dca1c7b0 refactor(js): remove ds:page:update event 2022-04-22 10:24:39 +02:00
Paul Chavard
b585808924 refactor(js): add geo-area stimulus controller 2022-04-22 09:40:52 +02:00
Paul Chavard
22aefbaa4a refactor(js): remove geo-area event handlers 2022-04-22 09:40:17 +02:00
Paul Chavard
0dac59bffc refactor(js): use DOMContentLoaded instead of ds:page:update 2022-04-22 09:40:17 +02:00
mfo
38e152f755
Merge pull request #7183 from betagouv/fix-in-batch-for-zip-exports
fix(export.to_zip): crashes because we are trying to call ActiveRecord.in_batches with on an instance of Array
2022-04-22 05:21:09 +02:00
Martin
79c473ecf9 fix(ProcedureExportService.to_zip): prebatch dossiers only for to_csv,to_xlsx,to_ods. also add spec around to_zip 2022-04-22 05:13:51 +02:00
Martin
a3c5bf58ac bug(ProcedureExportService.to_zip): use in_batches on Array 2022-04-22 05:13:51 +02:00
mfo
196725346b
Merge pull request #7177 from betagouv/US/doc/ux
doc(ux): clarifie le process pour l'ux research
2022-04-22 05:13:35 +02:00
Martin
3e1bba7561 doc(ux): clarifie le process pour l'ux research 2022-04-22 05:13:23 +02:00
Paul Chavard
0fe4916288
Merge pull request #7174 from tchak/feat-add-turbo
Use turbo streams
2022-04-21 23:44:14 +02:00
Paul Chavard
cad63391db refactor(turbo): use turbo in procedure administrateurs controller 2022-04-21 19:41:27 +02:00
Paul Chavard
8d0383c6f8 refactor(turbo): use turbo in root controller 2022-04-21 19:41:27 +02:00
Paul Chavard
0bd71ad51a feat(turbo): add turbo event helpers 2022-04-21 19:41:27 +02:00
Paul Chavard
69d5713c19 fix(turbo): fix anonymous controller RSpec test
https://github.com/hotwired/hotwire-rails/issues/42
2022-04-21 19:41:27 +02:00
Paul Chavard
4624fa141f fix(turbo): use a safer render method 2022-04-21 19:41:27 +02:00
Paul Chavard
55d6b787c8 feat(js): add turbo 2022-04-21 19:41:27 +02:00
mfo
bbde926532
Merge pull request #7184 from betagouv/US/sentry#3144617191
fix(sentry#3144617191): in manager, rendering an archive#show was broken. fix and enhance ui to know how big our archives are
2022-04-21 17:55:36 +02:00
mfo
9e8da8dc06
Merge branch 'main' into US/sentry#3144617191 2022-04-21 17:52:08 +02:00
Martin
220db1f30e fix(sentry#3144617191): render filesize to follow archive nicely 2022-04-21 17:41:10 +02:00
Kara Diaby
2d830a96d2
Merge pull request #7179 from betagouv/feat/7173
ETQ Administrateur, je veux que l'interface Instructeur et Usager soit entièrement traduite en anglais
2022-04-21 12:10:49 +02:00
Kara Diaby
1ba8d24efc locales 2022-04-21 11:34:40 +02:00
Kara Diaby
95bdc4a22a layout 2022-04-21 11:34:40 +02:00
Kara Diaby
c24b24c3a5
Merge pull request #7180 from tchak/fix-html-lang
fix(a11y): html lang should reflect locale
2022-04-21 11:34:19 +02:00
Paul Chavard
572e1dca8e fix(a11y): html lang should reflect locale
fix #7150
2022-04-21 10:28:23 +02:00
Paul Chavard
4a9250f377
Merge pull request #7175 from tchak/add-stimulus
refactor(stimulus): initiate react components via stimulus
2022-04-20 14:15:14 +02:00
Paul Chavard
64c599e208 refactor(stimulus): initiate react components via stimulus 2022-04-20 14:08:47 +02:00
LeSim
f49e671d24
Merge pull request #7171 from betagouv/fix_sort_in_pp
Corrige le tri de dossier avec un filtre activé dans la vue instructeur
2022-04-15 12:28:30 +02:00