Commit graph

2437 commits

Author SHA1 Message Date
Mathieu Magnin
324628835d Merge pull request #640 from sgmap/clean_assign_to_duplicates
Clean assign_to duplicates
2017-08-28 11:00:19 +02:00
Mathieu Magnin
7fdcc91e0c Clean assign_to duplicates with a rake task 2017-08-28 10:42:29 +02:00
Mathieu Magnin
b377d8b538 Add id column on AssignTo 2017-08-28 10:42:29 +02:00
Mathieu Magnin
47bb6250a3 Merge pull request #659 from sgmap/fix_658
[Fix #658] when dossier linked to avis is hidden, do not crash applic…
2017-08-28 10:23:59 +02:00
Mathieu Magnin
dd1fea78ac [Fix #658] when dossier linked to avis is hidden, do not crash application 2017-08-28 10:11:50 +02:00
Mathieu Magnin
116398d9d8 Merge pull request #655 from sgmap/remove-seeds
[Ref #288] Remove the seeds.rb file which required an uncommitted file
2017-08-25 15:41:27 +02:00
gregoirenovel
f9e0812f92 [Ref #288] Remove the seeds.rb file which required an uncommitted file
This caused an error while setting up the app
2017-08-25 15:34:30 +02:00
Mathieu Magnin
348d6210a8 Merge pull request #641 from sgmap/395_export_user_email
395 export user email
2017-08-25 12:06:51 +02:00
Mathieu Magnin
dd581082ca [Fix #395] Export user email in API 2017-08-25 12:01:53 +02:00
Mathieu Magnin
931e547afa [Fix #395] Export user email in csv 2017-08-25 12:01:52 +02:00
Mathieu Magnin
9fbe72a885 Merge pull request #654 from sgmap/readme-fix
Readme fix
2017-08-25 10:41:17 +02:00
gregoirenovel
ab8edc99ce Add a deployment part to the README 2017-08-25 10:36:28 +02:00
gregoirenovel
f3616cb71f Improve some setup code in the README 2017-08-25 10:36:28 +02:00
Mathieu Magnin
d05e73181d Merge pull request #656 from sgmap/fix-warnings
Fix warnings
2017-08-25 10:34:09 +02:00
gregoirenovel
af91751e1e Refactor a test to avoid logging a Sentry error message 2017-08-21 16:34:52 +02:00
gregoirenovel
2908a81a1b Remove a warning
We used to have `warning: removing `initialize'
may cause serious problems` when running this test
2017-08-21 15:23:01 +02:00
gregoirenovel
0f0c9772f3 Merge pull request #644 from sgmap/more_includes
More includes
2017-08-07 09:30:14 +02:00
Simon Lehericey
d40eef284d Dossier: fixup n+1 champ query 2017-08-03 13:02:13 +02:00
Simon Lehericey
1363999621 Dossier: fixup n+1 private champ query 2017-08-03 13:01:55 +02:00
Mathieu Magnin
57112e6272 Merge pull request #632 from sgmap/fix_589
Force birthdate format on identification page
2017-08-01 16:56:55 +02:00
Mathieu Magnin
539fc682a0 Format date to iso with dedicated method 2017-08-01 16:47:44 +02:00
Mathieu Magnin
39293a7be6 [Fix #589] Add task to clean birthdate formats 2017-08-01 16:47:44 +02:00
Mathieu Magnin
a3b069e501 [Fix #589] When getting birthdate from France Connect format it to ISO 2017-08-01 16:47:44 +02:00
Mathieu Magnin
3804ab5911 [Fix #589] When displaying individual form, fill birthdate input 2017-08-01 16:47:44 +02:00
Mathieu Magnin
03fde0a502 [FIX #589] Force birthdate format when saving 2017-08-01 16:47:43 +02:00
Mathieu Magnin
1aabc6c82b [FIX #589] Validate birthdate from user input 2017-08-01 16:47:43 +02:00
Mathieu Magnin
dae700788f Fix test that fail when is run on the 1st day of the month following a 31 days month 2017-08-01 16:42:39 +02:00
LeSim
0ba5ad6b16 Merge pull request #633 from sgmap/accessibility_improvement
Accessibility: reenable :focus pseudo class
2017-07-26 14:40:07 +02:00
Simon Lehericey
09ed947890 Accessibility: reenable :focus pseudo class
usefull when navigating using keyboard to highlight form send button
2017-07-26 11:17:40 +02:00
LeSim
56a9376a60 Merge pull request #622 from sgmap/rack_mini_profiler
Add rack_mini_profiler
2017-07-25 14:40:44 +02:00
Mathieu Magnin
d097860b04 Enable rack mini profiler when super admin is connected 2017-07-25 14:35:54 +02:00
Simon Lehericey
0a1edce5e0 Add rack_mini_profiler 2017-07-25 14:35:54 +02:00
LeSim
2b53023e5f Merge pull request #621 from sgmap/circleci_3_workers
CircleCi: increase to 3 parallel workers
2017-07-24 10:09:07 +02:00
Simon Lehericey
6b9df21a78 CircleCi: increase to 3 parallel workers 2017-07-21 14:24:34 +02:00
LeSim
0fef38201c Merge pull request #620 from sgmap/rearrange_avis_logic
Rearrange avis logic
2017-07-21 11:32:43 +02:00
Simon Lehericey
7016bdc49a Avis: move assign_gestionnaire logic to avis model 2017-07-21 11:22:16 +02:00
Simon Lehericey
fe1b97b738 Avis: move notify_gestionnaire to private method 2017-07-21 11:19:18 +02:00
LeSim
afae7478f5 Merge pull request #619 from sgmap/brakeman
Brakeman
2017-07-21 09:39:32 +02:00
gregoirenovel
ccbf27a16a Update rubocop part in the README
We now need to run it with the -R flag so that
Rails cops are run
2017-07-20 18:28:21 +02:00
gregoirenovel
4d3bf972d8 Add brakeman to the README 2017-07-20 18:28:21 +02:00
gregoirenovel
67d596c360 Add brakeman to the CI config 2017-07-20 18:28:20 +02:00
gregoirenovel
a11e2a7180 Add brakeman to the gemfile 2017-07-20 18:28:20 +02:00
gregoirenovel
825c8ff575 Merge pull request #617 from sgmap/fix_sql_injections
Fix SQL injections
2017-07-20 18:28:06 +02:00
Mathieu Magnin
ed11ee4fb4 Fix SQL injections 2017-07-20 18:22:14 +02:00
Mathieu Magnin
e19410ed75 Merge pull request #618 from sgmap/check_admin_ownership_on_procedure
Check admin ownership on procedure
2017-07-20 18:21:30 +02:00
Mathieu Magnin
1d0734dda2 Admin should be owner of procedure to hide it 2017-07-20 16:40:11 +02:00
Mathieu Magnin
e468612d95 Admin should be owner of procedure to destroy it 2017-07-20 14:30:36 +02:00
LeSim
409bed4080 Merge pull request #616 from sgmap/dossier_remove_unused_ordered_commentaires
Dossier: remove unused ordered_commentaires
2017-07-20 11:16:46 +02:00
Simon Lehericey
5ec0e2ed18 Dossier: remove unused ordered_commentaires
as commentaires are sorted on the view _messagerie.haml.html
dossier_facade.commentaires.object.sort
2017-07-20 11:03:10 +02:00
Mathieu Magnin
7414190d2a Merge pull request #613 from sgmap/fix_315_export_csv_with_champs_ordered
Fix 315 export csv with champs ordered
2017-07-19 16:58:34 +02:00