| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-05-07 | Rework imports to use Resources and make the a little more verbose | Zog | |
| 2018-03-27 | Refs #5871; Add a dedicated permission "sidekiq.monitor" | Zog | |
| 2018-03-27 | Refs #5871; Limit access to Sidekiq dashboard to authenticated users | Zog | |
| 2018-03-15 | Routes: Add `/costs` route | Teddy Wing | |
| Render the `costs` field of a `Chouette::Route` as JSON. This lives at: http://stif-boiv.dev:3000/referentials/4/lines/1857/routes/7/costs.json I want this in order to get the distance & time costs of a route so that I can merge them with `JourneyPattern#costs` on the frontend on `JourneyPatternsCollection#show`. Refs #6203 | |||
| 2018-03-12 | Refs #6133; First Crud for exports | Zog | |
| 2018-03-07 | Change route to AutocompleteLinesController | Teddy Wing | |
| Johan recommended not putting it in a separate `/autocomplete...` route, but instead to use `/referentials/4/lines/autocomplete` to be more RESTful. Makes perfect sense. Refs #5889 | |||
| 2018-03-07 | ReferentialVehicleJourneys#index: Make lines filter asynchronous | Teddy Wing | |
| Instead of doing a complex query to get the lines available to filter on, just get all the lines in the current referential. We then filter those by what was typed into the select2 box and asynchronously respond with line options in a new JSON autocomplete controller. Here we're only providing the option to filter by `number` and `name` field on the line. I'd like to filter by everything in the `#display_name`. I don't think the objectid is going to be easy to integrate into the SQL query but I'd like to add the company part. It's possible we could do the objectid filter in Ruby instead of the database query. Refs #5889 | |||
| 2018-03-02 | Refs Refs #3562 Add workbench CCSET affectation | cedricnjanga | |
| 2018-03-02 | Refs #3562 add workbench edit button on workbench#show | cedricnjanga | |
| 2018-02-20 | Refs #5863 @6h; Remove workbench id from the querystring | Zog | |
| Infer it when possible, and use a nested otherwise | |||
| 2018-02-13 | Refs #5707 Add status to the application to track 'blocked objects' | cedricnjanga | |
| 2018-02-09 | Refs #5669; Add a preview for snapshots for easier debugging | Zog | |
| 2018-02-06 | Refs #5682 @3h; Use same UI as for timetables | Zog | |
| 2018-01-31 | Add a toolbar for devs to easily manage permissions and features | Zog | |
| 2018-01-23 | First draft for including calendars into workgroup for having appropriate ↵ | cedricnjanga | |
| scoping | |||
| 2018-01-12 | First draft for ComplianceCheckMessage & ImportMessage CSV exports | cedricnjanga | |
| 2018-01-05 | Create first merge interface. Refs #5299 | Alban Peignier | |
| 2018-01-05 | Create WorkbenchOutputsController. Refs #5299 | Alban Peignier | |
| 2017-12-28 | Merge pull request #184 from af83/5313_stop_areas_parent | Alban Peignier | |
| Manage stop area parent in form and show. Refs #5313 | |||
| 2017-12-28 | New route autocomplete_stop_area_referential_stop_areas | Xinhui | |
| Refs #5313 | |||
| 2017-12-27 | Refs #5407 @2h; Model implementation | Zog | |
| - Link PurchaseWindows to VehicleJourneys in the model - Add an autocompletion endpoint | |||
| 2017-12-21 | Refs #5349 @1h; Deactivate StopAreas instead of destroying them5349-deactivate-stop-areas | Zog | |
| - Update decorators (had to split `action_links` because of `StopPointDecorator` inheriting from `StopAreaDecorator`) - Add methods on model - Add routes - Add actions on controller (`Activatable` concern, shared with `LinesController`) - Add I18n keys | |||
| 2017-12-21 | Refs #5430 @2h; Deactivate lines instead of destroying them | Zog | |
| - Add `activate` and `deactivate` actions in `LinesController`, as well as corresponding routes - Add `activate!` and `deactivate!` methods in `Chouette::Line`, as well as `activated?` - Add `activate?` and `deactivate?` permissions in `LinePolicy` - Add corresponding `action_links`in the Decorator - Create helper for these actions - Add an optional `'extra_class` to the Links - Update styles for ".delete-action" to handle the case where there are several - Add I18n keys accordingly | |||
| 2017-12-21 | Merge pull request #150 from af83/5301-add_business_calendars | Luc Donnet | |
| Refs #5301 First draft for Business Calendars | |||
| 2017-12-21 | BusinessCalendar => PurchaseWindow | cedricnjanga | |
| belongs_to referential | |||
| 2017-12-21 | Refs #5301 First draft for Business Calendars | cedricnjanga | |
| 2017-12-20 | Restrict /referentials/../vehicle_journeys to index. Refs #5341 | Alban Peignier | |
| 2017-12-20 | Create ReferentialVehicleJourneysController and ↵ | Alban Peignier | |
| /referentials/:id/vehicle_journeys. Refs #5341 | |||
| 2017-12-05 | - Comment parent.child_change call in ComplianceCheckSet#notify_parent to ↵ | cedricnjanga | |
| avoid errors - Clean new routes (we dont need aliases) | |||
| 2017-12-05 | Small refacto to handle no_parent error for ComplianceCheckSet | cedricnjanga | |
| 2017-12-05 | Refs #5127 Add two new endpoints to the API | cedricnjanga | |
| ComplianceCheckSet#notify_parent NetexImport#notify_parent | |||
| 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 | |||
