Commit graph

11444 commits

Author SHA1 Message Date
clemkeirua
560e1fc4fe tag.span instead of content_tag 2020-09-25 12:53:11 +00:00
clemkeirua
2cb3b1c68e more idiomatic count 2020-09-25 12:53:11 +00:00
clemkeirua
f7ebbdc7c2 use match if possible 2020-09-25 12:53:11 +00:00
clemkeirua
9b324614b8 transform_values instead of map+to_h 2020-09-25 12:53:11 +00:00
clemkeirua
f3e487bd9e replace filter+first with find 2020-09-25 12:53:11 +00:00
clemkeirua
dfd2c1ee79 reorder gems 2020-09-25 12:53:11 +00:00
clemkeirua
19294a93e4 replace deprecate rubocop rules as suggested 2020-09-25 12:53:10 +00:00
clemkeirua
a10e692d35 bump rubocop & dependencies
Error: The `Layout/Tab` cop has been renamed to `Layout/IndentationStyle`.
(obsolete configuration found in .rubocop.yml, please update it)
The `Style/MethodMissingSuper` cop has been removed since it has been superseded by `Lint/MissingSuper`. Please use `Lint/MissingSuper` instead.
(obsolete configuration found in .rubocop.yml, please update it)
The `Lint/UselessComparison` cop has been removed since it has been superseded by `Lint/BinaryOperatorWithIdenticalOperands`. Please use `Lint/BinaryOperatorWithIdenticalOperands` instead.
(obsolete configuration found in .rubocop.yml, please update it)
2020-09-25 12:53:10 +00:00
Keirua
5fb2dbfdb4
Merge pull request #5357 from Keirua/reenable-validator-on-pj
#4926 Reenable validator on piece_justificative
2020-09-25 12:02:35 +02:00
clemkeirua
eb46cc6425 piecejusticative file validation focus on size 2020-09-25 09:35:16 +00:00
clemkeirua
c155de1d7e ajout de la liste des extensions 2020-09-25 09:35:16 +00:00
clemkeirua
a465bad405 fix broken test in champ_serializer_spec 2020-09-25 09:35:16 +00:00
clemkeirua
31d48c2879 validation is enableed only for 'new' procedures 2020-09-25 09:35:16 +00:00
clemkeirua
0d88674cea better translations 2020-09-25 09:35:16 +00:00
clemkeirua
8711e8f911 reenable validator on piece_justificative 2020-09-25 09:35:16 +00:00
Keirua
c5af4110a4
Merge pull request #5623 from Keirua/use-after_save_commit-for-async-tasks
create export after commiting the export object
2020-09-24 23:21:21 +02:00
clemkeirua
d617a4b252 create export after commiting the export object 2020-09-24 18:56:22 +00:00
Paul Chavard
a266b22399
Merge pull request #5621 from betagouv/dependabot/bundler/graphql-batch-0.4.3
Bump graphql-batch from 0.4.2 to 0.4.3
2020-09-24 18:22:33 +02:00
dependabot[bot]
11f3cd96f2
Bump graphql-batch from 0.4.2 to 0.4.3
Bumps [graphql-batch](https://github.com/Shopify/graphql-batch) from 0.4.2 to 0.4.3.
- [Release notes](https://github.com/Shopify/graphql-batch/releases)
- [Commits](https://github.com/Shopify/graphql-batch/compare/v0.4.2...v0.4.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-24 15:17:01 +00:00
Keirua
c394ad030c
Merge pull request #5617 from betagouv/introduce-dependabot
Create dependabot.yml
2020-09-24 17:15:02 +02:00
Keirua
f44ebf4cbc Create dependabot.yml 2020-09-24 15:02:15 +00:00
Paul Chavard
77fd783fa9
Merge pull request #5614 from Keirua/fix-length-error-worksheet-names
Length sanitization for worksheet exports
2020-09-24 16:53:45 +02:00
clemkeirua
c19b653581 higher level length sanitization for worksheet length 2020-09-24 14:59:46 +02:00
Paul Chavard
fb9b44fb39
Merge pull request #5613 from tchak/fix-new-demade-url
Redirect demandes to DEMANDE_INSCRIPTION_ADMIN_PAGE_URL
2020-09-24 11:34:40 +02:00
Paul Chavard
a49c962ab3 Redirect demandes to DEMANDE_INSCRIPTION_ADMIN_PAGE_URL 2020-09-24 09:57:43 +02:00
Paul Chavard
eeb1aa1f78
Merge pull request #5609 from tchak/fix-geo-area-point-display
Fix more geometry problems
2020-09-23 17:25:41 +02:00
Paul Chavard
26a6e18cb9 Do not crash when rgeo can’t calculate polygon area
example are “hourglass” shaped polygons
2020-09-23 16:52:08 +02:00
Paul Chavard
61c315b276 Fix geo area point coordinates display 2020-09-23 16:52:08 +02:00
Paul Chavard
44d7750e7d
Merge pull request #5611 from tchak/remove-new-admin
remove demandes/new page
2020-09-23 16:51:55 +02:00
Paul Chavard
ea4bcf59ad remove demandes/new page 2020-09-23 16:27:17 +02:00
Kara Diaby
2dc745b459
Merge pull request #5604 from betagouv/feat/5595
feat/5595 - Add iban type de champ
2020-09-23 16:14:01 +02:00
kara Diaby
cb4e91c405 Add iban type de champ 2020-09-23 15:56:26 +02:00
Paul Chavard
a7e4720d0d
Merge pull request #5606 from tchak/more-queues
Run jobs in named queues
2020-09-23 09:43:46 +02:00
Paul Chavard
dea78c49f6 Run jobs in named queues 2020-09-23 08:22:17 +02:00
Paul Chavard
e0e635d65b
Merge pull request #5605 from tchak/fix-web-hook-jobs
Do not enqueue web hooks for empty urls
2020-09-22 17:20:57 +02:00
Paul Chavard
973973ab6a Do not enqueue web hooks for empty urls 2020-09-22 17:03:19 +02:00
krichtof
9566e37e9e
Merge pull request #5567 from betagouv/5566-disclosure-contact
add aria disclosure for contact page
2020-09-22 16:23:40 +02:00
Christophe Robillard
6fd0134b6d convert to es6 classes 2020-09-22 16:09:15 +02:00
Christophe Robillard
8baaee8810 load expanded buttons only for contact form 2020-09-22 16:09:15 +02:00
Christophe Robillard
5bd4644c2c fix js lint errors 2020-09-22 16:09:15 +02:00
Christophe Robillard
9be015752a set input value for question type of contact page 2020-09-22 16:09:15 +02:00
Christophe Robillard
df9a15a224 expand buttons for contact page 2020-09-22 16:09:15 +02:00
Christophe Robillard
61ea73580f use buttons instead of select for contact page 2020-09-22 16:09:15 +02:00
Paul Chavard
766981e7b7
Merge pull request #5526 from tchak/add-revisions-step-4
Remove TypeDeChamp.to_stable_id
2020-09-22 12:24:18 +02:00
Paul Chavard
c9f2224991 Remove ignored_columns from type_de_champ 2020-09-22 11:28:48 +02:00
Paul Chavard
3d3d0259a0 Remove TypeDeChamp.to_stable_id 2020-09-22 11:28:48 +02:00
Paul Chavard
4d6e25a8f1
Merge pull request #5578 from tchak/procedure-dossiers-revisions
procedure.dossiers through revisions
2020-09-22 11:05:56 +02:00
Paul Chavard
a3f3b8a8e0 procedure.dossiers through revisions 2020-09-22 10:55:17 +02:00
Paul Chavard
f30a8b154e
Merge pull request #5548 from tchak/graphql-dossier-archive
[GraphQL] Add archiver mutation
2020-09-22 10:54:43 +02:00
Paul Chavard
061a743759 [GraphQL] Add archiver mutation 2020-09-22 08:34:38 +00:00