| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-11-13 | ComplianceCheckSets#validated: Add response body | Teddy Wing | |
| On successful status update, respond with the `ComplianceCheckSet` object attributes. Otherwise, respond with an error JSON. Refs #4757 | |||
| 2017-11-13 | ComplianceCheckSetsController: Get ComplianceCheckSet and update status | Teddy Wing | |
| Get the `ComplianceCheckSet` from the URL and call its `#update_status` method. This doesn't currently work all the way. We need to send a real response. Refs #4757 | |||
| 2017-11-13 | Add route stub for validation finalisation | Teddy Wing | |
| This route will be called by the Java application when ComplianceCheck validation is completed. It will perform post-validation work, primarily updating statuses. Refs #4757 | |||
| 2017-11-09 | Refs #4932 Change route duplication to redrect to routes#index | cedricnjanga | |
| 2017-11-08 | fix bad indentation | Guillaume | |
| 2017-11-08 | filter compliance_control_set by organisation on valisate referential and ↵ | Guillaume | |
| add specs | |||
| 2017-10-31 | Fix spec to add name for import factory Refs #4816 | Luc Donnet | |
| 2017-10-24 | Fix spec/controllers/compliance_controls_controller_spec.rb redirect route ↵ | Luc Donnet | |
| for POST UPDATE | |||
| 2017-10-16 | Fix spec compliance_controls and factories | Luc Donnet | |
| 2017-10-03 | Comment spec/controllers/compliance_control_sets_controller_spec.rb to get ↵ | Luc Donnet | |
| the build passed | |||
| 2017-10-02 | Refs: #4627@0.2h; Fixes regression for renamed compliance_control factory | Robert | |
| 2017-09-29 | Refs Adapt transport mode & submode translations | cedricnjanga | |
| 2017-09-29 | Fix ComplianceControls#create should redirect to complianceControlSet#show | Xinhui | |
| 2017-09-28 | Refs #4634 Add spec to ComplianceControlBlocksController | cedricnjanga | |
| 2017-09-28 | ComplianceControls#select_type action | Xinhui | |
| 2017-09-28 | Merge branch 'master' into 4466-compliance_check_sets | Guillaume | |
| 2017-09-27 | Refs #4615 Resolve rebase conflict | cedricnjanga | |
| 2017-09-27 | Refactoring controller spec - add compliance controle type support | Xinhui | |
| 2017-09-27 | Move ComplianceControl#index into ComplianceControlSet#show | Xinhui | |
| Refs #4579 | |||
| 2017-09-26 | Fixes: #4440@0.5h; | Robert | |
| Added Controller Spec Fixed Older Specs | |||
| 2017-09-26 | show compliance_control_set in compliance_check_set table, fix ↵ | Guillaume | |
| compliance_check_set spec | |||
| 2017-09-25 | add compliance_check_sets structure Refs #3564 | Guillaume | |
| 2017-09-19 | Merge pull request #69 from af83/4431-permission-renaming | Luc Donnet | |
| Fixes: #4431@0.16666666666666666h; | |||
| 2017-09-18 | add create/edit for compliance_control_set, add specs | Guillaume | |
| 2017-09-18 | Merge branch '4467_compliance_control_crud' into 4466-compliance_control_sets | Guillaume | |
| 2017-09-14 | create base structure for compliance_control_sets | Guillaume | |
| 2017-09-14 | ComplianceControl Controller4467_compliance_control_crud | Xinhui | |
| Refs #4467 | |||
| 2017-09-14 | Fixes: #4431@0.16666666666666666h;4431-permission-renaming | Robert | |
| 2017-09-11 | merged with master | Robert | |
| 2017-09-11 | Fixes #4189@4h Route Duplication | Robert | |
| * Duplication of Route is triggered by link and UI forwarded to edit of duplicatee - Changing route, only POST duplicate_referential_line_route --> RoutesController#duplicate - Removing route GET duplicate_referential_line_route --> RoutesController#duplicate - Removing controller action RoutesController#post_duplicate * Link in Route Decorator depends on new policy RoutePolicy#decorate? * Adapting specs | |||
| 2017-09-05 | Clean up compliance checks existing code Refs #4389 @1 | Luc Donnet | |
| 2017-08-23 | Refactoring spec api import#create | Xinhui | |
| 2017-08-23 | API - WorkbenchImport #create action | Xinhui | |
| Refs #4280 | |||
| 2017-08-22 | API - workbench imports controller | Xinhui | |
| 2017-08-22 | Rspec api iboo controller | Xinhui | |
| 2017-08-22 | API - Rspec basic auth api controller | Xinhui | |
| 2017-08-22 | API - new end point for workbenches | Xinhui | |
| 2017-08-22 | API - Iboo controller for basic auth end points | Xinhui | |
| 2017-08-11 | RoutesController: Add separate method for POST /duplicate | Teddy Wing | |
| Send POST requests for duplication to a new controller method so we can more easily handle them and separate setup and creation code. Note that the test doesn't work. The `to change` part succeeds even though it shouldn't. Still need to figure out what's going on there, but committing this to hand off the feature to Robert. Refs #4189 | |||
| 2017-08-11 | Add views/routes/duplicate.html.slim | Teddy Wing | |
| Duplicate of new.html.slim for now just to get the page working. Refs #4189 | |||
| 2017-08-11 | routes_controller_spec.rb: Convert to new Ruby hash syntax | Teddy Wing | |
| 2017-08-11 | routes_controller_spec.rb: Use lazy let | Teddy Wing | |
| Don't force creation of the `route`, create it lazily. Refs #4189 | |||
| 2017-08-11 | routes_controller_spec.rb: Remove old commented test | Teddy Wing | |
| This test was commented out in 2015. Safe to say we can remove it now. | |||
| 2017-08-11 | routes_controller_spec.rb: Clean up whitespace | Teddy Wing | |
| 2017-08-01 | Merge pull request #46 from af83/3507_1726_impl_workbench_import | teddywing | |
| 3507 1726 impl workbench import | |||
| 2017-07-24 | Refs: #4019@0.5h; Fixes devise/cas_controller spec | Robert | |
| 2017-07-20 | bup working on WorkbenchImportWorker's integration spec [amend me] | Robert | |
| 2017-07-11 | hotfix to open all non standard actions on ApplicationController | Robert | |
| 2017-07-07 | User Permissions Computation tested in controllers vehicle_journeys and ↵ | Robert | |
| journey_patterns | |||
| 2017-07-06 | Refs:#3478@10h; | Robert | |
| Policy Refactoring and Policy Test Completion - All policies (and all permissions) under test. - Common patterns and potential problems identified... - ... and documented in DEVNOTES.md - some simply refactorings | |||
