| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-03-26 | Refs #6217; Add a method to fill blanks in journeys passing times | Zog | |
| When a passing time at a border can be extrapolated from other values. | |||
| 2018-03-26 | Refs #6218; Limit accessible exports for workgroups | Zog | |
| 2018-03-26 | Refs #6218; Link exports to referentials | Zog | |
| 2018-03-23 | Refs #6218; UI for exports | Zog | |
| 2018-03-23 | Fix i18n enhancements on titles @3 | Luc Donnet | |
| 2018-03-23 | Fixe features/vehicle_journey_imports spec. Refs #6296 | Alban Peignier | |
| 2018-03-23 | Only notify parent when Import is finished. Refs #6243 | Alban Peignier | |
| 2018-03-23 | Add log messages in Import::Base#child_change process. Refs #6243 | Alban Peignier | |
| 2018-03-23 | Don't use Import::Base#status_changed? into #notify_parent (status can be ↵ | Alban Peignier | |
| changed by java side). Refs #6243 | |||
| 2018-03-23 | Refs #6210 Remove status value attribue from Chouette::VehicleJourney and ↵ | cedricnjanga | |
| section status fron Chouette::JourneyPattern | |||
| 2018-03-23 | Fix stop_area state for filter and display. Update reflex sync to use ↵ | Luc Donnet | |
| confirmed_at. Refs #6141 | |||
| 2018-03-23 | Route: Don't run `#calculate_costs!` on callback if TomTom disabled | Teddy Wing | |
| We say `TomTom` is disabled when no API key is present. If this is the case, the `after_save` callback that uses it shouldn't be executed. I had to change my `API_KEY` constant to an instance variable to be able to change it for testing. Refs #6095 | |||
| 2018-03-23 | Route#duplicate: Use `#slice!` instead of `#slice` | Teddy Wing | |
| Johan suggested simplifying this method by changing the `slice` call: http://api.rubyonrails.org/classes/Hash.html#method-i-slice-21 I had modified this to fix the whitespace while working on the `WayCost` calculation function for `Chouette::Route`s, so don't really have a brain cache hit on this code, but the change makes sense and seems to work. Refs #6095 | |||
| 2018-03-23 | RouteWayCostWorker: Switch to referential in order to find Route | Teddy Wing | |
| Just running `Chouette::Route.find(id)` doesn't give us anything if we don't have a `Referential` selected. In order to properly get the correct route, pass the referential ID to the worker and switch to that referential before trying to select the route. Refs #6095 | |||
| 2018-03-23 | Route: Run `#calculate_costs!` on `after_save` | Teddy Wing | |
| Not efficient to send a request to the TomTom API every time we save a Route, but I'm banking on developing a cache system soon to avoid having to make the requests, so hopefully that will stop this from making expensive remote calls all the time. Refs #6095 | |||
| 2018-03-23 | Route: Fix whitespace | Teddy Wing | |
| This method wasn't indented to the same level as the rest of the file. Refs #6095 | |||
| 2018-03-23 | Route: Add `#calculate_costs!` to populate `#costs` with `WayCost`s | Teddy Wing | |
| This new method will launch a worker that takes the route's `StopArea`s, converts them to `WayCost`s, sends them to the TomTom API to calculate distance and time costs, and saves those costs to the route's `costs` field. Refs #6095 | |||
| 2018-03-23 | Route: Get rid of unnecessary whitespace | Teddy Wing | |
| Refs #6095 | |||
| 2018-03-16 | Refs #6218; UI for exports | Zog | |
| 2018-03-15 | Merge pull request #377 from af83/6107-bind-stop_area_referential-and-workgroups | Alban Peignier | |
| Refs 6106 & 6107. Binds LineReferentials and StopAreaReferentials to Workgroups | |||
| 2018-03-15 | Merge pull request #376 from af83/6006-fix-stops-filter | Alban Peignier | |
| Fix VehicleJourney#with_ordered_stop_area_ids scope. Refs #6006 | |||
| 2018-03-15 | Merge pull request #375 from af83/6040-fix-stop-points-poitions-in-merged-routes | Alban Peignier | |
| Enforce stop points positions in merged Referential. Refs #6040 | |||
| 2018-03-15 | Add StopArea#status in stop_areas#_form. Refs #60336033-stop-area-states | Alban Peignier | |
| 2018-03-15 | Refs #6033 Update activate and deactivate methods | cedricnjanga | |
| 2018-03-15 | Fix netex import key message in csv export Refs #5873 @1 | Luc Donnet | |
| 2018-03-14 | Fix access for import ressources Refs #6133 @3 | Luc Donnet | |
| 2018-03-14 | Merge pull request #367 from af83/6042-detailed_purchase_windows | Alban Peignier | |
| Add detailed view for purchase windows. Refs #6042 | |||
| 2018-03-14 | Refs #6021: Make DAY_OFFSET_MAX configurable | Zog | |
| 2018-03-14 | Refs #6021 @1h; Allow journeys to span over 3 days | Zog | |
| And fix the way offsets are computed to use the timezones | |||
| 2018-03-14 | Replace hardcoded AAA by expression sized by registration_number_format. ↵ | Alban Peignier | |
| Refs #5972 | |||
| 2018-03-14 | Refs #5972 @1h; Automatic registration_number generation | Zog | |
| 2018-03-14 | Small fixes/improvements in SimpleInterfaces | Zog | |
| 2018-03-14 | Refs #61066107-bind-stop_area_referential-and-workgroups | Zog | |
| Refs #6107 Binds LineReferentials and StopAreaReferentials to Workgroups, and enforce uniqueness | |||
| 2018-03-13 | Refs #6006; Fix VehicleJourney#with_ordered_stop_area_ids scope6006-fix-stops-filter | Zog | |
| 2018-03-13 | Refs #6040; Enforce stop points positions in merged Referential6040-fix-stop-points-poitions-in-merged-routes | Zog | |
| 2018-03-12 | Merge pull request #361 from af83/6068-simple-exporter | Luc Donnet | |
| 6068 simple exporter | |||
| 2018-03-12 | Regs #6133; Define file's extensions whitelist on a per-class basis6133-new-exports | Zog | |
| 2018-03-12 | Refs #6133; Fix specs | Zog | |
| 2018-03-12 | Refs #6133; Full UX for exports | Zog | |
| Also added a *dumb* `WorkgroupExport` for testing purposes. | |||
| 2018-03-12 | Refs #6133: Async exports | Zog | |
| 2018-03-12 | Refs #6133; Sample SimpeImporter Implementation | Zog | |
| Still needs to be made asynchronous | |||
| 2018-03-12 | Refs #6133; Add options on the Exports, and forward them tu the UX | Zog | |
| 2018-03-12 | refs #6133; Add some basic specs | Zog | |
| 2018-03-12 | Refs #6133; First Crud for exports | Zog | |
| 2018-03-12 | Refs #6133; Exports naive implementation | Zog | |
| 2018-03-12 | Refs #6133; Remove NeptuneImport | Zog | |
| 2018-03-12 | Refs #6133; Fix specs | Zog | |
| 2018-03-12 | Refs #6133; Remove former implementation | Zog | |
| 2018-03-09 | Refs #6042; Add detailed view for purchazse windows6042-detailed_purchase_windows | Zog | |
| 2018-03-09 | Merge pull request #366 from af83/5989-fix_compliance_check_resource_status | Luc Donnet | |
| Fix compliance_check_resource and compliance_check_set status Refs #5… | |||
