Commit graph

8697 commits

Author SHA1 Message Date
Pierre de La Morinerie
dc1f3b4220 champs: add a "plus" icon to the "Add row" button 2019-10-24 16:52:29 +02:00
Pierre de La Morinerie
906f0fc468 champs: fix margin of "Add row" button in the Preview 2019-10-24 16:52:29 +02:00
Pierre de La Morinerie
35e97ac617 patron: add content to the repetition champ 2019-10-24 16:52:29 +02:00
Pierre de La Morinerie
8f4ead96b0 patron: make the labels more readable 2019-10-24 16:52:29 +02:00
LeSim
0b9650db78
Merge pull request #4441 from betagouv/fix/impossible-to-dl-stale
#4434 - Rend possible le fait de télécharger 2x un export
2019-10-24 16:38:01 +02:00
clemkeirua
d9e993571c add a warning during export generation 2019-10-24 16:27:10 +02:00
clemkeirua
cb5f922bb6 cleanup the queue flag during cleanup job 2019-10-24 16:27:10 +02:00
clemkeirua
da590cc73a sequence async file generation so that the queue flag is cleared 2019-10-24 16:27:10 +02:00
Pierre de La Morinerie
669773fa47
Log upload errors into Sentry (#4444)
Les erreurs d'envoi de pièces jointes sont signalées à Sentry
2019-10-24 16:24:17 +02:00
Pierre de La Morinerie
bb024d1850 javascript: display a localized message on upload errors 2019-10-24 16:12:56 +02:00
Pierre de La Morinerie
a3057afc22 javascript: report upload errors to Sentry 2019-10-24 16:12:56 +02:00
Paul Chavard
a6d6d72af5
Merge pull request #4439 from betagouv/allow_long_migration_in_deploy
Modifie le déploiement pour autoriser des longues migrations (5min)
2019-10-24 16:05:26 +02:00
simon lehericey
54d6d21c27 Add Pg statement timeout variable to allow long migration 2019-10-24 15:54:25 +02:00
LeSim
96b5817cbf
Merge pull request #4442 from tchak/downgrade-capybara
Downgrade Capybara
2019-10-24 15:53:41 +02:00
Paul Chavard
7d20e6e9e6 Downgrade Capybara 2019-10-24 15:48:08 +02:00
LeSim
3afcdcd9f3
Merge pull request #4436 from tchak/component-rendering-fix
Fix infinit rerendering of TypeDeChamp component
2019-10-24 14:19:36 +02:00
Paul Chavard
a192924ee5 Fix infinit rerendering of TypeDeChamp component
fix #4428
2019-10-24 13:31:54 +02:00
Pierre de La Morinerie
a1088599d1
4288 - Gérer les groupes d'instructeurs (#4317)
Gestion des groupes d'instructeurs
2019-10-24 10:46:37 +02:00
simon lehericey
7a922f46b2 Migration: add defaut value to routing critéria 2019-10-23 21:48:08 +02:00
simon lehericey
e97c705628 Add end to end spec 2019-10-23 21:47:20 +02:00
simon lehericey
90ae4181bf fix dossier_linked_path in routed procedure 2019-10-23 21:47:20 +02:00
simon lehericey
fbe93e0fce Fix pluralization in search page 2019-10-23 21:47:20 +02:00
simon lehericey
38ace037f3 Update Capybara 2019-10-23 21:47:20 +02:00
simon lehericey
35bba62297 Update routing critéria name 2019-10-23 21:47:20 +02:00
simon lehericey
d136d023cd Add feature flipped link in admin nav bar 2019-10-23 21:47:20 +02:00
simon lehericey
a5ffe9f54b Remove instructeur from the group 2019-10-23 21:47:20 +02:00
simon lehericey
a6deafd885 Add instructeurs to groupe 2019-10-23 21:47:20 +02:00
simon lehericey
3dd3af8482 Groupe instructeur update 2019-10-23 21:47:20 +02:00
simon lehericey
9a6336f508 Groupe instructeur create 2019-10-23 21:47:20 +02:00
simon lehericey
733e83cc54 Groupe instructeur show 2019-10-23 21:47:20 +02:00
simon lehericey
2749c00ce3 Groupe instructeur index 2019-10-23 21:47:20 +02:00
simon lehericey
6a974663b0 An instructeur owns procedure with groupe instructeur mechanisme 2019-10-23 21:47:20 +02:00
simon lehericey
1fa149575c Add constraints to GroupeInstructeur 2019-10-23 21:47:20 +02:00
simon lehericey
4b058001aa Fix active link in left panel 2019-10-23 21:47:20 +02:00
Paul Chavard
c36b2ce6da
Merge pull request #4429 from tchak/remove-proxy-as-service
Decommission ActiveStorage proxy service and use openstack service
2019-10-23 18:44:49 +02:00
Paul Chavard
0ff6c793ae Decommission ActiveStorage proxy service and use openstack service
We are making these changes in order to always use DS_Proxy. Before this change DS_Proxy was not used to write files when ActiveStorage was used directly and not through “direct upload”.
2019-10-23 17:58:00 +02:00
Paul Chavard
9e37074909
Merge pull request #4225 from tchak/invite-experts-to-linked-dossier
Invite experts to linked dossiers
2019-10-23 13:20:29 +02:00
Paul Chavard
86b271997b Invite experts to linked dossiers
closes #3669
2019-10-23 13:10:09 +02:00
Paul Chavard
ed8bece0fa
Merge pull request #4427 from tchak/bump-activestorage-openstack
Update activestorage-openstack
2019-10-23 12:51:54 +02:00
Paul Chavard
9088495272 Update activestorage-openstack 2019-10-22 17:40:15 +02:00
Pierre de La Morinerie
b1a02aec64
admin: relabel the number champ (#4415)
Admin : clarifie le nom des différents types de champs "Nombre"
2019-10-22 16:06:46 +02:00
Pierre de La Morinerie
d542bca8de admin: relabel the number champ
Avoid two type de champs having the same label.

Soon this champ will even be deprecated and disappear.

Ref #4414
2019-10-22 15:59:43 +02:00
Keirua
b95e864461
Merge pull request #4424 from Keirua/feat/delete-old-export
Ajout d'un job de suppression des vieux exports
2019-10-22 15:50:49 +02:00
clemkeirua
ec78c99a2a ajout d'un job de suppression des vieux exports 2019-10-22 15:23:49 +02:00
clemkeirua
7290214624 uniformize export wording in UI 2019-10-22 12:15:49 +02:00
Keirua
2198f0c585
Merge pull request #4380 from betagouv/feat/sendinblue-api-v3
Migrate Sendinblue API to v3
2019-10-22 10:27:44 +02:00
clemkeirua
4a6893d88b migrate sendinblue API to v3 2019-10-22 10:06:53 +02:00
Keirua
73cf4359a2
Merge pull request #4371 from Keirua/feat/export-asynchrone
Export asynchrone d'une procédure
2019-10-22 10:04:34 +02:00
clemkeirua
ad785278af add mailer test 2019-10-22 09:51:14 +02:00
clemkeirua
87741f4b49 introduce constant for exports 2019-10-22 09:51:14 +02:00