aboutsummaryrefslogtreecommitdiffstats
path: root/config/routes.rb
AgeCommit message (Collapse)Author
2017-11-17Refs: #4823@1.7h; CodeReview #show -> #executedRobert
2017-11-17Merge branch '4516_cleanup_rule_parameter_set'Xinhui
2017-11-14Remove rule parameter set routeXinhui
Refs #4516 Removel rule parameter set from migration
2017-11-13config/routes.rb: Remove "validated" from compliance check set API URLTeddy 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-13Add route stub for validation finalisationTeddy 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-09Remove route_sections & route_sections related routesXinhui
2017-11-06add validate method in referentials_controller for call ↵Guillaume
ComplianceControlSetCopyWorker, and change routes/views for select compliance_control_set
2017-11-03Merge branch 'master' into 4755-page_for_validate_referentialGuillaume
2017-10-31Refs: #4774@3h;Robert
Ransack filter view implemented
2017-10-31Refs: #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-31Refs: #4774;Robert
DB Setup for specs
2017-10-23page select compliance_control_set for validate referential Refs #4755Guillaume
2017-10-18add clone method in compliance_control_sets_controller, add duplicate button ↵Guillaume
to IHM and flash message Refs #4741
2017-09-30Create DashboardController with STIF implementation. Refs #4655Alban Peignier
2017-09-28Refs #4634 Create ComplianceControlBlocksController and adapt modelscedricnjanga
2017-09-28ComplianceControls#select_type actionXinhui
2017-09-28Merge branch 'master' into 4466-compliance_check_setsGuillaume
2017-09-28fix review for pull requestGuillaume
2017-09-27Move ComplianceControl#index into ComplianceControlSet#showXinhui
Refs #4579
2017-09-25add compliance_check_sets structure Refs #3564Guillaume
2017-09-20add ransack filter for compliance_control_sets collectionGuillaume
2017-09-18Merge branch '4467_compliance_control_crud' into 4466-compliance_control_setsGuillaume
2017-09-14create base structure for compliance_control_setsGuillaume
2017-09-14Routes for resources compliance_control_sets & compliance_controlsXinhui
2017-09-13Merge branch 'master' of github.com:AF83/stif-boivLuc Donnet
2017-09-11merged with masterRobert
2017-09-11Fix views and access for api keys generation Refs #4276 @8Luc Donnet
2017-09-11Fixes #4189@4h Route DuplicationRobert
* 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-05Clean up compliance checks existing code Refs #4389 @1Luc Donnet
2017-09-04Fix import status table views and first version for import_messages Refs #4527Luc Donnet
2017-09-04Update workbench_import, netex_import and import_resources views Refs #4256 ↵Luc Donnet
#4257 #4258
2017-08-23Limite actions on api imports routeXinhui
2017-08-22API - workbench imports controllerXinhui
2017-08-22API - new end point for workbenchesXinhui
2017-08-18Refactoring api_keys views with table_builderXinhui
2017-08-11RoutesController: Add separate method for POST /duplicateTeddy 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-11Add routes to Routes#duplicateTeddy 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-20Merge remote-tracking branch 'origin/master' into ↵Teddy Wing
1726-WorkbenchImport-for-multi-Netex-import
2017-07-19Refs: #3506@16h Request Spec for NetexImport API and implementationRobert
- Carrier Wave Upload with `fixture_file_upload` - Request specs to .json - Implementation - API token setup - Refuted experiments with controller specs
2017-07-17Refs #4108: adding workbenches#indexjpl
2017-07-17Refs: #3506@1.5h sketching out specs [amend me]Robert
2017-07-12Remove ReferentialLines#indexTeddy 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-22TimeTables#actualize retrieve dates & periods from calendarXinhui
Refs #3445
2017-05-19Templating select2 time_table_combination + refactoringXinhui
Refs #3406
2017-05-17Refs #3399: adding objectid filter on vjjpl
2017-04-25Refs #3033 : Redirect to 403 page if not authorisedVlatka Pavisic
2017-04-25Refs #3033 : 403 page and ErrorsController testsVlatka Pavisic
2017-04-20Refs #3033 : Attempt #2 to display 403 pageVlatka Pavisic
2017-04-11Refs #3047 : MergeVlatka Pavisic
2017-04-11Refs #3047: Associate RoutingConstraintZone with StopPointsVlatka Pavisic