gregoirenovel
|
13b5caf61d
|
Merge pull request #1269 from betagouv/administrate-them-all
Administrate them all
|
2018-01-18 10:27:39 +01:00 |
|
Mathieu Magnin
|
11b055e07c
|
Rename reinvite action in controller
|
2018-01-18 10:04:34 +01:00 |
|
Mathieu Magnin
|
14b8ac614f
|
Redirect to sign_in if not logged in
|
2018-01-17 18:04:24 +01:00 |
|
Mathieu Magnin
|
ae1498d786
|
Add some attributes in Administrateur dashboard
|
2018-01-17 18:04:24 +01:00 |
|
Mathieu Magnin
|
98ae1bb95f
|
Manager root is Administrateurs#index
|
2018-01-17 18:04:24 +01:00 |
|
Mathieu Magnin
|
d9feb4be06
|
Move sign_in behind /manager (not in namespace due to Administrate resources autoloading)
|
2018-01-17 18:04:23 +01:00 |
|
Mathieu Magnin
|
d5c036362b
|
Remove old controller and templates
|
2018-01-17 18:04:23 +01:00 |
|
Mathieu Magnin
|
a5aeaf988a
|
Add delayed_job link in sidebar
|
2018-01-17 18:04:23 +01:00 |
|
Mathieu Magnin
|
300ca8d9b2
|
Move delayed_job in new namespace
|
2018-01-17 18:04:22 +01:00 |
|
Mathieu Magnin
|
3aa6357d66
|
Show 20 procedures in administrateur#show (default was 5)
|
2018-01-17 18:04:22 +01:00 |
|
Mathieu Magnin
|
ef0907db93
|
Add flash when resending invitation
|
2018-01-17 18:04:22 +01:00 |
|
Mathieu Magnin
|
4f756975c7
|
Move administrateur#update in Administrate
|
2018-01-17 18:04:21 +01:00 |
|
Mathieu Magnin
|
a6be13ac5e
|
Redirect if success, else render form with errors (https://github.com/thoughtbot/administrate/blob/master/app/controllers/administrate/application_controller.rb#L43)
|
2018-01-17 18:04:21 +01:00 |
|
Mathieu Magnin
|
67f89d5f86
|
Move administrateur creation in Administrate
|
2018-01-17 18:04:21 +01:00 |
|
Mathieu Magnin
|
0396db9e5f
|
Clean Administrate templates and controllers
|
2018-01-17 18:04:20 +01:00 |
|
LeSim
|
154181d793
|
Merge pull request #1264 from betagouv/partially_clean_fc_part2
Partially clean fc part2
|
2018-01-17 16:55:30 +01:00 |
|
Simon Lehericey
|
1b91641f9a
|
FC ParticulierController: remove exotic route
|
2018-01-17 16:37:26 +01:00 |
|
Simon Lehericey
|
d70b6f4af0
|
FC ParticulierController: cleaner update attribute
|
2018-01-17 16:37:26 +01:00 |
|
Simon Lehericey
|
2651c5e029
|
FC ParticulierControllerSpec: final clean
|
2018-01-17 16:37:26 +01:00 |
|
Simon Lehericey
|
69c121a879
|
FC ParticulierControllerSpec: simplify ... well you know
|
2018-01-17 16:37:26 +01:00 |
|
Simon Lehericey
|
570f779bb2
|
FC ParticulierControllerSpec: without an associate user, better test
|
2018-01-17 16:37:26 +01:00 |
|
Simon Lehericey
|
b2f59e2b14
|
FC ParticulierControllerSpec: simplify without an associate user
|
2018-01-17 16:37:26 +01:00 |
|
Simon Lehericey
|
e1ac33f420
|
FC ParticulierControllerSpec: simplifier with an associate user case
|
2018-01-17 16:37:26 +01:00 |
|
Simon Lehericey
|
49f5d570ed
|
FC ParticulierControllerSpec: mutualize subject
|
2018-01-17 16:37:26 +01:00 |
|
Simon Lehericey
|
ab02f796b3
|
FC ParticulierControllerSpec: one liner expectation
|
2018-01-17 16:37:26 +01:00 |
|
Simon Lehericey
|
4008d8e44d
|
FC ParticulierControllerSpec: remove unless context
|
2018-01-17 16:37:26 +01:00 |
|
Simon Lehericey
|
28bf45e536
|
FC ParticulierControllerSpec: use controller to store_location
|
2018-01-17 16:37:26 +01:00 |
|
Simon Lehericey
|
ab116895b7
|
FC ParticulierControllerSpec: remove one context
|
2018-01-17 16:37:26 +01:00 |
|
simon lehericey
|
4f86b6305b
|
FC ParticulierControllerSpec: callback handle empty string
|
2018-01-17 16:37:26 +01:00 |
|
simon lehericey
|
9b6b6bde97
|
FC ParticulierControllerSpec: simplier auth spec
|
2018-01-17 16:37:26 +01:00 |
|
simon lehericey
|
02dd1e209c
|
FC ParticulierController: implement auto reconciliation based on user email
|
2018-01-17 16:37:26 +01:00 |
|
simon lehericey
|
ecfb0f4ec2
|
FC ParticulierController: move defense logic to before_action
|
2018-01-17 16:37:26 +01:00 |
|
Simon Lehericey
|
4afc41bca2
|
FC ParticulierController: inline fci.user
|
2018-01-17 16:37:26 +01:00 |
|
simon lehericey
|
d348e5fde0
|
FC ParticulierController: smaller variable
|
2018-01-17 16:37:26 +01:00 |
|
simon lehericey
|
c6c4dd7c7e
|
FC ParticulierController: use find or tap
|
2018-01-17 16:37:26 +01:00 |
|
simon lehericey
|
7cbd6ed067
|
FC ParticulierController: create is private
yep, I know this is strange
|
2018-01-17 16:37:26 +01:00 |
|
LeSim
|
d2f93b3441
|
Merge pull request #1271 from betagouv/rubocop-options
Set the RunRailsCops option in the rubocop config
|
2018-01-17 10:31:25 +01:00 |
|
gregoirenovel
|
d5f55cb360
|
Set the RunRailsCops option in the rubocop config
Instead of relying on a flag
|
2018-01-16 20:04:54 +01:00 |
|
gregoirenovel
|
c76097ef55
|
Merge pull request #1268 from betagouv/fix-readme
Fix readme
|
2018-01-16 19:54:24 +01:00 |
|
gregoirenovel
|
1ac6b78e13
|
Remove trailing whitespace
|
2018-01-16 17:59:01 +01:00 |
|
gregoirenovel
|
55f41f3786
|
Add missing requirements to FIXME
|
2018-01-16 17:58:53 +01:00 |
|
gregoirenovel
|
f829ee3926
|
Merge pull request #1265 from betagouv/fix-redirect-route
Fix an incorrect legacy route
|
2018-01-16 16:34:07 +01:00 |
|
gregoirenovel
|
a6b60faf9b
|
[Fix #1266] Fix an incorrect legacy route redirection
|
2018-01-16 16:29:53 +01:00 |
|
Paul Chavard
|
23e0655a80
|
Merge pull request #1163 from tchak/use-headless-chrome
Use capybara-selenium with headless chrome
|
2018-01-16 14:24:34 +01:00 |
|
Paul Chavard
|
6a43248cb3
|
Fix CSS injection
|
2018-01-16 14:02:10 +01:00 |
|
Paul Chavard
|
a6cdf714a6
|
Use capybara-selenium with headless chrome
|
2018-01-16 14:02:10 +01:00 |
|
gregoirenovel
|
a709bd3fb3
|
Merge pull request #1258 from betagouv/better-methods
Better methods
|
2018-01-16 13:31:26 +01:00 |
|
gregoirenovel
|
7c93b2a0c2
|
.map -> .pluck when possible
|
2018-01-16 13:23:29 +01:00 |
|
gregoirenovel
|
80ed589a17
|
Use string interpolation
|
2018-01-16 11:08:57 +01:00 |
|
gregoirenovel
|
83be054884
|
.map.flatten -> .flat_map
|
2018-01-16 11:08:56 +01:00 |
|