| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-11-17 | Refs: #4823@1.7h; CodeReview #show -> #executed | Robert | |
| 2017-11-17 | Merge branch '4516_cleanup_rule_parameter_set' | Xinhui | |
| 2017-11-14 | Remove rule parameter set route | Xinhui | |
| Refs #4516 Removel rule parameter set from migration | |||
| 2017-11-13 | config/routes.rb: Remove "validated" from compliance check set API URL | Teddy Wing | |
| After a discussion with Luc yesterday, the URL we settled on was: /api/v1/compliance_check_sets/:id This matches the format of the import API route a little better. 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 | Remove route_sections & route_sections related routes | Xinhui | |
| 2017-11-06 | add validate method in referentials_controller for call ↵ | Guillaume | |
| ComplianceControlSetCopyWorker, and change routes/views for select compliance_control_set | |||
| 2017-11-03 | Merge branch 'master' into 4755-page_for_validate_referential | Guillaume | |
| 2017-10-31 | Refs: #4774@3h; | Robert | |
| Ransack filter view implemented | |||
| 2017-10-31 | Refs: #4774@1.5h; | Robert | |
| Table Builder Helper table_builder2 with explicit model: parameter integrated into the view TODO: - Feature specs - Add Ransack Filters | |||
| 2017-10-31 | Refs: #4774; | Robert | |
| DB Setup for specs | |||
| 2017-10-23 | page select compliance_control_set for validate referential Refs #4755 | Guillaume | |
| 2017-10-18 | add clone method in compliance_control_sets_controller, add duplicate button ↵ | Guillaume | |
| to IHM and flash message Refs #4741 | |||
| 2017-09-30 | Create DashboardController with STIF implementation. Refs #4655 | Alban Peignier | |
| 2017-09-28 | Refs #4634 Create ComplianceControlBlocksController and adapt models | cedricnjanga | |
| 2017-09-28 | ComplianceControls#select_type action | Xinhui | |
| 2017-09-28 | Merge branch 'master' into 4466-compliance_check_sets | Guillaume | |
| 2017-09-28 | fix review for pull request | Guillaume | |
| 2017-09-27 | Move ComplianceControl#index into ComplianceControlSet#show | Xinhui | |
| Refs #4579 | |||
| 2017-09-25 | add compliance_check_sets structure Refs #3564 | Guillaume | |
| 2017-09-20 | add ransack filter for compliance_control_sets collection | 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 | Routes for resources compliance_control_sets & compliance_controls | Xinhui | |
| 2017-09-13 | Merge branch 'master' of github.com:AF83/stif-boiv | Luc Donnet | |
| 2017-09-11 | merged with master | Robert | |
| 2017-09-11 | Fix views and access for api keys generation Refs #4276 @8 | Luc Donnet | |
| 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-09-04 | Fix import status table views and first version for import_messages Refs #4527 | Luc Donnet | |
| 2017-09-04 | Update workbench_import, netex_import and import_resources views Refs #4256 ↵ | Luc Donnet | |
| #4257 #4258 | |||
| 2017-08-23 | Limite actions on api imports route | Xinhui | |
| 2017-08-22 | API - workbench imports controller | Xinhui | |
| 2017-08-22 | API - new end point for workbenches | Xinhui | |
| 2017-08-18 | Refactoring api_keys views with table_builder | 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 routes to Routes#duplicate | Teddy Wing | |
| A couple of new routes for a form that will allow us to duplicate an itinéraire/route inside a line. Refs #4189 | |||
| 2017-07-20 | Merge remote-tracking branch 'origin/master' into ↵ | Teddy Wing | |
| 1726-WorkbenchImport-for-multi-Netex-import | |||
| 2017-07-19 | Refs: #3506@16h Request Spec for NetexImport API and implementation | Robert | |
| - Carrier Wave Upload with `fixture_file_upload` - Request specs to .json - Implementation - API token setup - Refuted experiments with controller specs | |||
| 2017-07-17 | Refs #4108: adding workbenches#index | jpl | |
| 2017-07-17 | Refs: #3506@1.5h sketching out specs [amend me] | Robert | |
| 2017-07-12 | Remove ReferentialLines#index | Teddy Wing | |
| Delete this route and associated template files. Wasn't sure if using `exclude:` in the routes file was the best way to do this, as I'm not sure if there are other routes we want to exclude from here also. I visited the page because I'm migrating templates to the new table builder helper and this one uses table builder. Upon visiting the page, it looked pretty wonky, and after consulting with Jean-Paul and Luc, it turns out this page isn't used any more because the table of `Chouette::Line`s rendered there is now instead displayed on the Referentials#show page, obviating the need for this page. Refs #3479 | |||
| 2017-05-22 | TimeTables#actualize retrieve dates & periods from calendar | Xinhui | |
| Refs #3445 | |||
| 2017-05-19 | Templating select2 time_table_combination + refactoring | Xinhui | |
| Refs #3406 | |||
| 2017-05-17 | Refs #3399: adding objectid filter on vj | jpl | |
| 2017-04-25 | Refs #3033 : Redirect to 403 page if not authorised | Vlatka Pavisic | |
| 2017-04-25 | Refs #3033 : 403 page and ErrorsController tests | Vlatka Pavisic | |
| 2017-04-20 | Refs #3033 : Attempt #2 to display 403 page | Vlatka Pavisic | |
| 2017-04-11 | Refs #3047 : Merge | Vlatka Pavisic | |
| 2017-04-11 | Refs #3047: Associate RoutingConstraintZone with StopPoints | Vlatka Pavisic | |
