| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-05-10 | Move per-page-select group in the second line in ↵6923-consolidated-offer | Alban Peignier | |
| referential_vehicle_journeys/_filters. Refs #6923 | |||
| 2018-05-10 | Merge pull request #558 from af83/6960-workgroup-edition | Alban Peignier | |
| Workgroup edition. Fixes #6960 | |||
| 2018-05-10 | Fix specs. Refs #6960 | Alban Peignier | |
| 2018-05-09 | Refs #6863 Display import & export actions on conditions6863-workbench-show | cedricnjanga | |
| 2018-05-09 | Don't change IEV operation status before pinging java API. Refs #6960 | Alban Peignier | |
| 2018-05-09 | Use Workbench#compliance_control_set_ids virtual attribute to merge with ↵ | Alban Peignier | |
| existing owner_compliance_control_set_ids. Refs #6960 | |||
| 2018-05-09 | Associate ComplianceControlSet with parent operation when created. Refs #6960 | Alban Peignier | |
| 2018-05-09 | Rewrite compliance_control_sets associated to workbench or workgroup edits ↵ | Alban Peignier | |
| and imports. Refs #6960 | |||
| 2018-05-09 | Fix show on model not defining the `has_metadata?` method | Zog | |
| 2018-05-09 | Fix development toolbar | Zog | |
| 2018-05-09 | Refs #6961; Update Workbench#edit | Zog | |
| - Update the form - Use policies and update the seeds accordingly - Add a link in the navbar(s) | |||
| 2018-05-09 | Refs #6960; Update imports to use nesw implementation | Zog | |
| 2018-05-07 | Refs #6960; Add a view to set the controls associated to each workbench | Zog | |
| 2018-05-07 | Refs #Adapt CCSet CSV export filename to app language | cedricnjanga | |
| 2018-05-07 | Refs #6950 Adapt import CSV export filename to app language | cedricnjanga | |
| 2018-05-07 | Refs #6960; Add owners to workgroups | Zog | |
| And define policies | |||
| 2018-05-07 | Add GTFS views | Zog | |
| 2018-05-07 | Add import_compliance_control_sets to Workgroups | Zog | |
| And rename resource methods for better consistency | |||
| 2018-05-07 | Better views | Zog | |
| 2018-05-07 | Ignore failed Referentials when looking for duplicates | Zog | |
| 2018-05-07 | Trigger compliance checks after imports | Zog | |
| 2018-05-07 | Fix NETEX imports | Zog | |
| 2018-05-07 | Rework imports to use Resources and make the a little more verbose | Zog | |
| 2018-05-07 | Refs #6321; :fire: comments | Zog | |
| 2018-05-07 | Refs #6923; More :lipstick: | Zog | |
| 2018-05-07 | Refs #6923; :lipstick: | Zog | |
| 2018-05-07 | Refs #6923; Use a feature: `consolidated_offers` | Zog | |
| 2018-05-07 | refs #6923; small improvements | Zog | |
| 2018-05-06 | Refs #6550; Fix CustomFields edition for JourneyPatterns | Zog | |
| 2018-05-04 | Refs #6923; Some css sugar | Zog | |
| 2018-05-04 | Refs #6923; Implement a consolidated view | Zog | |
| 2018-05-04 | Move `TomTom::Matrix::RemoteError` to`TomTom::Errors::MatrixRemoteError`6884-tomtom-matrix--handle-error-when-response-doesn,t-inclu | Teddy Wing | |
| I previously tried to correct a circular dependency problem in a057276129b1f62b811743db3b8f867a05241ed3, but that didn't fix it (it was intermittent, and came back). After some wrangling, I've now deduced with some confidence that the problem comes from `RouteWayCostCalculator`, which used `TomTom::Matrix::RemoteError`. From the way it looks, this seems to mess up the Rails autoloader since `tom_tom.rb` will try to load the `Matrix` class from the `TomTom.matrix` call above. Or something. In an attempt to fix the circular dependency error for real this time, move the error class to a completely separate module from `Matrix`, and refer to this when we need to use the error class. Refs #6884 | |||
| 2018-05-04 | Merge pull request #549 from af83/6920-activate-newly-created-referentials | Luc Donnet | |
| 6920 activate newly created referentials | |||
| 2018-05-04 | Merge pull request #543 from af83/6864-fix-schedules-editor | Alban Peignier | |
| Fix schedules editor. Refs #6864 | |||
| 2018-05-03 | Refs #6346; Fix other companies form | Zog | |
| 2018-05-03 | Refs #6867; Add A LOT of TZs | Zog | |
| 2018-05-03 | Refs #6867; Remove duplicated entries in TZ select | Zog | |
| 2018-05-03 | Refs #6884; Allow for overnight stops6864-fix-schedules-editor | Zog | |
| As long as one arrives after 11pm and leaves before 1am | |||
| 2018-05-03 | Refs #6920; Fix typo | Zog | |
| 2018-05-03 | Refs #6921; Show "Unarchive" action in referentials list | Zog | |
| 2018-05-03 | Refs #6920; Activate Referentils created from scratch | Zog | |
| 2018-05-02 | RouteWayCostCalculator: Don't update `costs` if response errors | Teddy Wing | |
| If there's an API error, we shouldn't update the route's `costs` field. Let's say we've already calculated some costs for a route A. We then edit and re-save A, which triggers a recalculation of the costs. Now the TomTom API responds with an error. We don't want to overwrite our existing costs with an empty array because they could still be useful. In this case, we should instead keep the existing costs we already had. To achieve this, move the `RemoteError` rescue into `RouteWayCostCalculator`, leaving the error unhandled in `TomTom.matrix`. Refs #6884 | |||
| 2018-05-02 | Merge pull request #542 from af83/6627-add-chouette-favicon | Luc Donnet | |
| 6627: Add Chouette favicon | |||
| 2018-05-02 | Merge pull request #546 from af83/6572-make-new-referentials-pending | Luc Donnet | |
| 6572 Create Referentials in a pending state | |||
| 2018-05-02 | Refs #6572; Crete Referentials in a pending state | Zog | |
| And fix a bug preventing the deletion of referentials without a schema | |||
| 2018-04-30 | Workbenches#show: Don't allow pending referentials to be selected6858-workbenches-show--disallow-deletion-of-pending-referent | Teddy Wing | |
| Disable the checkboxes next to pending referentials. This prevents them from being deleted by the batch deletion operation. In general it seems like we shouldn't be operating on pending referentials, so if any new batch actions are added, it would make sense to me for the checkboxes to stay disabled. We want to disallow deletion of pending referentials because this can put the data in an inconsistent state that requires manual intervention to clean (I think). Refs #6858 | |||
| 2018-04-30 | Refs #6860 Change StopPoint show link to stop_area_referential_stop_area_path | cedricnjanga | |
| 2018-04-30 | Fix VehicleJourney#fill_passing_times! | Zog | |
| 2018-04-29 | Fix specs | Zog | |
| 2018-04-29 | Add quote to PG password. Refs #6833 | Alban Peignier | |
