aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-03-23Add log messages in Import::Base#child_change process. Refs #6243Alban Peignier
2018-03-23Don't use Import::Base#status_changed? into #notify_parent (status can be cha...Alban Peignier
2018-03-23Fix typo for Import class Refs #6243Luc Donnet
2018-03-23Fix coordinates synchronization for reflex Refs #6245Luc Donnet
2018-03-23Refs #6210 Remove status value attribue from Chouette::VehicleJourney and sec...cedricnjanga
2018-03-23Refs #6240 Fix ComplianceCheckSet#index bug on filters labelcedricnjanga
2018-03-23Refs #6238; Update `t_action` method to handle the 'update' and 'create' actionsZog
2018-03-23Use new helper in page headerZog
2018-03-23Use I18n.locale ads default locale (refs #6035)Zog
2018-03-23Proposed i18n enhancementsZog
2018-03-23Fix reflex sync Refs #6141Luc Donnet
2018-03-23Fix stop_area state for filter and display. Update reflex sync to use confirm...Luc Donnet
2018-03-23Use current locale to pluralize Chouette::Network. Refs #6035Alban Peignier
2018-03-23Avoid error when distance or time cost is ignored. Refs #6203Alban Peignier
2018-03-23RouteWayCostUnitConverter: Round kilometres to 2 decimal placesTeddy Wing
2018-03-23Rename `RouteWayCostJSONSerializer` to `RouteWayCostUnitConverter`Teddy Wing
2018-03-23Add `RouteWayCostJSONSerializer`Teddy Wing
2018-03-23JourneyPatternsCollection#show: Fallback to route costsTeddy Wing
2018-03-23Routes: Add `/costs` routeTeddy Wing
2018-03-23Small fixes for i18n state Refs #6146 @1Luc Donnet
2018-03-23Rename export spec to use the right classes Refs #6133 @1Luc Donnet
2018-03-23Fixes VehicleJourneys javascript spec. Refs #6143Alban Peignier
2018-03-23Hide full_journey_time/commercial_journey_time labels when costs_in_journey_p...Alban Peignier
2018-03-23Route: Don't run `#calculate_costs!` on callback if TomTom disabledTeddy Wing
2018-03-23Route#duplicate: Use `#slice!` instead of `#slice`Teddy Wing
2018-03-23RouteWayCostWorker: Add comment about recursive workersTeddy Wing
2018-03-23RouteWayCostWorker: Fix recursive worker callTeddy Wing
2018-03-23RouteWayCostWorker: Switch to referential in order to find RouteTeddy Wing
2018-03-23Route: Run `#calculate_costs!` on `after_save`Teddy Wing
2018-03-23Route: Fix whitespaceTeddy Wing
2018-03-23Route: Add `#calculate_costs!` to populate `#costs` with `WayCost`sTeddy Wing
2018-03-23Route: Get rid of unnecessary whitespaceTeddy Wing
2018-03-23Add `costs` column to `Chouette::Route`Teddy Wing
2018-03-23Add `WayCostCollectionJSONSerializer`Teddy Wing
2018-03-23Add `StopAreasToWayCostsConverter`Teddy Wing
2018-03-23TomTom::Batch: Extract code to `#extract_costs_to_way_costs!`Teddy Wing
2018-03-23TomTom::Batch: Rename `#convert_way_costs_for_batch`Teddy Wing
2018-03-23TomTom: Provide `TomTom.batch(...)` methodTeddy Wing
2018-03-23tom_tom/batch: Use `module ...` syntaxTeddy Wing
2018-03-23Move `lib/tom_tom.rb` to `lib/tom_tom/batch.rb`Teddy Wing
2018-03-23TomTom#batch: Populate WayCosts with distance & time from APITeddy Wing
2018-03-23secrets.yml: Add `tomtom_api_key`Teddy Wing
2018-03-23Revert "TomTom: Add method for `calculateRoute` endpoint"Teddy Wing
2018-03-23TomTom: Add method for `calculateRoute` endpointTeddy Wing
2018-03-23TomTom#batch: Remove unwanted paramsTeddy Wing
2018-03-23TomTom: Use travelMode='bus'Teddy Wing
2018-03-23TomTom: Remove old commented codeTeddy Wing
2018-03-23Add `TomTom` class to communicate with their APITeddy Wing
2018-03-23WayCost.new: Make `distance` and `time` arguments optionalTeddy Wing
2018-03-23Create `WayCost`Teddy Wing