aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2018-04-04Add a small log message for each TomTom invocation. Refs #62226222-route-way-costs--use-TomTom-matrix-API-instead-of-batchAlban Peignier
2018-03-27TomTom::Matrix: Add comment about JSON serialisationTeddy Wing
2018-03-27TomTom::Matrix: Serialize `BigDecimal` as floatTeddy Wing
2018-03-27TomTom::Matrix: Remove completed TODOTeddy Wing
2018-03-27TomTom::Matrix#points_from_way_costs: Use array instead of setTeddy Wing
2018-03-27TomTom::Matrix#extract_costs_to_way_costs!: Try to include stop IDsTeddy Wing
2018-03-27TomTom::Matrix#points_as_params: Use `TomTom::Matrix::Point`sTeddy Wing
2018-03-27TomTom::Matrix#points_from_way_costs: Better names for IDsTeddy Wing
2018-03-27TomTom::Matrix#points_from_way_costs: Include stop IDs with pointsTeddy Wing
2018-03-27Add `TomTom::Matrix`Teddy Wing
2018-03-23Add erd diagram for export and mergeLuc Donnet
2018-03-19Fix typo for Import class Refs #6243Luc Donnet
2018-03-19Fix coordinates synchronization for reflex Refs #6245Luc Donnet
2018-03-16Fix reflex sync Refs #6141Luc Donnet
2018-03-16Fix stop_area state for filter and display. Update reflex sync to use confirm...Luc Donnet
2018-03-15Avoid error when distance or time cost is ignored. Refs #6203Alban Peignier
2018-03-15RouteWayCostUnitConverter: Round kilometres to 2 decimal placesTeddy Wing
2018-03-15Rename `RouteWayCostJSONSerializer` to `RouteWayCostUnitConverter`Teddy Wing
2018-03-15Add `RouteWayCostJSONSerializer`Teddy Wing
2018-03-15Merge pull request #379 from af83/6095-route--calculate-distance-and-time-cos...Alban Peignier
2018-03-15Route: Don't run `#calculate_costs!` on callback if TomTom disabledTeddy Wing
2018-03-15Delete number attributes for 3-Generic-2 compliance_controlLuc Donnet
2018-03-15Merge pull request #364 from af83/6028-compliance-controls-model-attributesLuc Donnet
2018-03-14Add `WayCostCollectionJSONSerializer`Teddy Wing
2018-03-14Add `StopAreasToWayCostsConverter`Teddy Wing
2018-03-14TomTom::Batch: Extract code to `#extract_costs_to_way_costs!`Teddy Wing
2018-03-14TomTom::Batch: Rename `#convert_way_costs_for_batch`Teddy Wing
2018-03-14TomTom: Provide `TomTom.batch(...)` methodTeddy Wing
2018-03-14tom_tom/batch: Use `module ...` syntaxTeddy Wing
2018-03-14Move `lib/tom_tom.rb` to `lib/tom_tom/batch.rb`Teddy Wing
2018-03-14TomTom#batch: Populate WayCosts with distance & time from APITeddy Wing
2018-03-14secrets.yml: Add `tomtom_api_key`Teddy Wing
2018-03-14Revert "TomTom: Add method for `calculateRoute` endpoint"Teddy Wing
2018-03-14TomTom: Add method for `calculateRoute` endpointTeddy Wing
2018-03-14TomTom#batch: Remove unwanted paramsTeddy Wing
2018-03-14TomTom: Use travelMode='bus'Teddy Wing
2018-03-14TomTom: Remove old commented codeTeddy Wing
2018-03-14Add `TomTom` class to communicate with their APITeddy Wing
2018-03-14WayCost.new: Make `distance` and `time` arguments optionalTeddy Wing
2018-03-14Create `WayCost`Teddy Wing
2018-03-12Merge pull request #361 from af83/6068-simple-exporterLuc Donnet
2018-03-12Refs #6133; First Crud for exportsZog
2018-03-09Create ci:build, ci:docker and ci:docker:clean. Rename config/database/jenkin...Alban Peignier
2018-03-08Refs #6028 small changes in model attribute for CC6028-compliance-controls-model-attributescedricnjanga
2018-03-06Refs #6068; Add aggregated output for multiple interfacesZog
2018-03-06Fixes logs_output_dir in imports tasks and into SimpleImporter#dump_csv_from_...Alban Peignier
2018-03-05Merge pull request #359 from af83/6068-simple-exporterAlban Peignier
2018-03-05Create output_dir if needed. Refs #6068Alban Peignier
2018-03-05Use Workbench#calendars in STIF::Dashboard. Refs #6064Alban Peignier
2018-03-05Refs #6068; Fully functional JSON exporterZog