| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-03-28 | Update simple_exporter6340-exporter-flatten-services | Zog | |
| Enable access to the context in the `map_item_to_rows` block | |||
| 2018-03-28 | Merge pull request #398 from af83/6259-calendar-mailer | Luc Donnet | |
| Refs #6259 Only send mails to users from same workgroup after create/… | |||
| 2018-03-27 | Fix CustomFields with nil options | Zog | |
| 2018-03-27 | Refs #5871; Add a dedicated permission "sidekiq.monitor" | Zog | |
| 2018-03-27 | Refs #6201; Remove short_name from calendars | Zog | |
| 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-21 | Refs #6259 Only send mails to users from same workgroup after create/update ↵6259-calendar-mailer | cedricnjanga | |
| of shared calendars | |||
| 2018-03-20 | Add log messages in Import::Base#child_change process. Refs #6243 | Alban Peignier | |
| 2018-03-20 | Don't use Import::Base#status_changed? into #notify_parent (status can be ↵ | Alban Peignier | |
| changed by java side). Refs #6243 | |||
| 2018-03-18 | Refs #6210 Remove status value attribue from Chouette::VehicleJourney and ↵6210-remove-attributes-from-models | cedricnjanga | |
| section status fron Chouette::JourneyPattern | |||
| 2018-03-18 | Refs #6139 Add format validation on min max values for compliance controls | cedricnjanga | |
| 2018-03-16 | Fix stop_area state for filter and display. Update reflex sync to use ↵ | Luc Donnet | |
| confirmed_at. Refs #6141 | |||
| 2018-03-16 | Refs #6218; UI for exports | Zog | |
| 2018-03-15 | Merge pull request #379 from ↵ | Alban Peignier | |
| af83/6095-route--calculate-distance-and-time-cost-between-stops Calculate distance and time cost between Route stops. Refs #6095 | |||
| 2018-03-15 | Refs #6139 Change Min max values validation concern to allowed float values | cedricnjanga | |
| 2018-03-15 | 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-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 | 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-14 | 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-14 | 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-14 | Route: Fix whitespace | Teddy Wing | |
| This method wasn't indented to the same level as the rest of the file. Refs #6095 | |||
| 2018-03-14 | 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-14 | Route: Get rid of unnecessary whitespace | Teddy Wing | |
| Refs #6095 | |||
| 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 | |||
