Commit graph

15293 commits

Author SHA1 Message Date
LeSim
12770f1308
Merge pull request #7517 from betagouv/fix_stable_id_var
fix: renommage de var id en stable_id
2022-07-05 12:02:49 +02:00
simon lehericey
a475515f3e use params[:stable_id] 2022-07-05 11:53:18 +02:00
simon lehericey
7b02fa9353 typeDeChampIdValue -> typeDeChampStableIdValue 2022-07-05 11:53:18 +02:00
simon lehericey
5ebaf59fdb parent_id -> parent_stable_id 2022-07-05 11:53:18 +02:00
simon lehericey
1342356651 after_id -> after_stable_id 2022-07-05 11:53:18 +02:00
LeSim
5dd5bd90ce
Merge pull request #7527 from tchak/doc-vite-helper
chore(vite): add a coment with link to original legacy plugin code
2022-07-04 20:45:27 +02:00
Paul Chavard
3c46447851 chore(vite): add a coment with link to original legacy plugin code 2022-07-04 19:32:18 +02:00
Paul Chavard
2c8bdbf549
Merge pull request #7525 from tchak/feat-add-departement-info-to-commune-champ-export
feat(export): add déparctement info to commune champ export
2022-07-04 16:36:18 +02:00
Paul Chavard
9a6a8411d3 feat(export): add déparctement info to commune champ export 2022-07-04 16:30:16 +02:00
Paul Chavard
3e7174f485
Merge pull request #7524 from tchak/chore-update-strscan
chore(bundle): update strscan to prevent rspec error
2022-07-04 16:29:27 +02:00
Paul Chavard
e1851cc3d1 chore(bundle): update strscan to prevent rspec error 2022-07-04 15:07:23 +02:00
mfo
6cf397fda4
Merge pull request #7500 from mfo/US/admin_zip
ETQ admin, je souhaite pouvoir télécharger une archive.zip (mensuelle) des dossiers terminés
2022-07-04 14:28:43 +02:00
Martin
7fb85c97cb feat(Administrateur::ArchivesControllers): add archives #index and #create for admin 2022-07-04 14:18:46 +02:00
Paul Chavard
f1f55c3e81
Merge pull request #7519 from tchak/chore-graphql-doc
chore(graphql): build doc
2022-07-04 13:49:38 +02:00
Paul Chavard
e0f91c1077 chore(graphql): build doc 2022-07-04 13:44:58 +02:00
Paul Chavard
a31856a101
Merge pull request #7520 from betagouv/css_remove_outline
fix: css, couleur au focus des inputs box
2022-07-04 13:44:13 +02:00
simon lehericey
b4732053ea fix weird outline in focus 2022-07-04 10:02:54 +02:00
LeSim
dbb45d3d0e
Merge pull request #7518 from betagouv/small_spec_improvements
Small spec improvements
2022-07-04 09:50:00 +02:00
simon lehericey
3474adadbc update vcr to silent verbose test log 2022-07-02 16:42:50 +02:00
simon lehericey
73d5d5c919 fix spec by removing weird include 2022-07-02 16:42:32 +02:00
LeSim
196ad3081f
Merge pull request #7515 from betagouv/fix_other_choice
Corrige l'affichage du choix autre sur les listes des choix
2022-07-01 16:39:18 +02:00
simon lehericey
f8c7003192 fix drop down other 2022-07-01 16:05:31 +02:00
mfo
50ef8432a8
Merge pull request #7513 from tchak/new-vite-fix
fix(vite): porte vite fallback logic from vite legacy plugin
2022-07-01 13:01:54 +02:00
Paul Chavard
53cf40c88f fix(vite): disable manual chunks for now 2022-07-01 10:27:09 +02:00
Paul Chavard
72636f3332 fix(vite): porte vite fallback logic from vite legacy plugin 2022-07-01 10:25:24 +02:00
Paul Chavard
23fe07bfbd Revert "Merge pull request #7511 from betagouv/US/fix-dynamic-imports-on-ff-60-69"
This reverts commit d2fd5b83a9, reversing
changes made to 183dc4eb2b.
2022-07-01 10:07:39 +02:00
LeSim
d2fd5b83a9
Merge pull request #7511 from betagouv/US/fix-dynamic-imports-on-ff-60-69
fix(ffx60-66): patch vite-legacy and cleanup of dynamic import
2022-07-01 10:05:23 +02:00
Martin
fd36b27193 fix(manualchunk): drop manual check, not able to get polyfill flapMap [from map/styles/base.ts] ; [ffx 60-66] 2022-07-01 09:54:46 +02:00
Martin
252222e6a3 fix(vite.manualChunk): re-apply as mentionned in prior commit 2022-07-01 09:54:46 +02:00
Martin
9b03e6ecf4 fix(vite-legacy): https://github.com/vitejs/vite/pull/4767 ; do not know why but get out of my sight 2022-07-01 09:54:46 +02:00
Martin
3c8a78dc7f polyfills: fails ont custom relative path to polyfills/dataset 2022-07-01 09:54:46 +02:00
Martin
f85c97f96e fix(js): dynamic import with import keyword does not work on ffx[60,68] 2022-07-01 09:54:46 +02:00
Paul Chavard
183dc4eb2b
Merge pull request #7504 from tchak/dev-axe-core
chore(axe-core): add a11y reports in dev environement
2022-06-30 11:13:33 +02:00
Paul Chavard
45472f2fe7 chore(axe-core): add a11y reports in dev environement 2022-06-30 10:54:32 +02:00
Paul Chavard
8a729ae5ee
Merge pull request #7510 from tchak/fix-dynamic-import
fix(vite): temporary use legacy build in all browsers
2022-06-30 10:53:15 +02:00
Paul Chavard
0e803b1f81 fix(vite): temporary use legacy build in all browsers 2022-06-30 10:34:06 +02:00
Paul Chavard
4844f27404 Revert "Merge pull request #7509 from betagouv/US/fix-dynamic-imports-on-ff-60-69"
This reverts commit 8e13015e85, reversing
changes made to 3a16905d79.
2022-06-30 09:34:08 +02:00
mfo
8e13015e85
Merge pull request #7509 from betagouv/US/fix-dynamic-imports-on-ff-60-69
fix(js): dynamic import with import keyword does not work on ffx[60,68] - brutalify v2
2022-06-30 07:33:11 +02:00
Martin
a736c8300a fix(js): dynamic import with import keyword does not work on ffx[60,68] 2022-06-30 07:27:24 +02:00
LeSim
3a16905d79
Merge pull request #7508 from betagouv/revert_brutally_fix
Revert "pull request #7506 from  brutally_fix_dynamic_import"
2022-06-29 19:23:45 +02:00
simon lehericey
683cb54cca Revert "Merge pull request #7506 from betagouv/brutally_fix_dynamic_import"
Bad idea, new browser do not get js anymore because of the nomodule attribute
2022-06-29 17:30:15 +02:00
mfo
a9a198aad8
Merge pull request #7507 from betagouv/US/new-dubious-keywords
feat(dubious): add RIB & IBAN and fix NRIPP istead of NIRPP
2022-06-29 17:07:24 +02:00
Martin
54cc9de51e feat(dubious): add RIB & IBAN and fix NRIPP istead of NIRPP 2022-06-29 17:07:00 +02:00
LeSim
6e5a445b98
Merge pull request #7506 from betagouv/brutally_fix_dynamic_import
use vite_legacy_javascript to fix dynamic import for 60 <= ff < 67
2022-06-29 17:05:35 +02:00
simon lehericey
ff592989c6 use vite_legacy_javascript to fix dynamic import for 60 <= ff < 66 2022-06-29 16:27:41 +02:00
mfo
e89d1d6ef2
Merge pull request #7471 from betagouv/US/edit_component_max_file_size
feat(EditComponent): for uploaded files, display and validate max_file_size and content_type for attached files on the front
2022-06-28 17:50:00 +02:00
Martin
4ec61e58ac feat(EditComponent): add max_file_size and content_types to upload buttons inspired by dsfr 2022-06-28 17:44:35 +02:00
LeSim
3891b57473
Merge pull request #7494 from betagouv/update_pratique_de_dev_for_new_deployment
update Pratique-de-dev for new_deployment
2022-06-28 14:02:01 +02:00
simon lehericey
bfa3317b9f update Pratique-de-dev for new_deployment 2022-06-28 13:57:43 +02:00
mfo
305dfdad11
Merge pull request #7501 from betagouv/US/fix-missing-drop_down_other
fix(ChampEditor): add missing drop_down_other for  type_de_champ.drop_down_list_with_other?
2022-06-27 17:27:18 +02:00