aboutsummaryrefslogtreecommitdiffstats
path: root/spec
AgeCommit message (Expand)Author
2018-03-29Refs #6258 Add speac feature for calendars and fix begin_of_association_chain...6258-calendar-workgroupcedricnjanga
2018-03-29Refs #4658; Remove `current_functional_scope`Zog
2018-03-29Refs #6075 Replace after_commit callback to after_create for the set_defaults...cedricnjanga
2018-03-29Refs #6075 Change default attributes for stop areascedricnjanga
2018-03-29Refs #6075 Set defaults attributes for stop point depending on stop area kindcedricnjanga
2018-03-29Fix MinMax ValidationZog
2018-03-28Merge pull request #398 from af83/6259-calendar-mailerLuc Donnet
2018-03-27TomTom::Matrix: Serialize `BigDecimal` as floatTeddy Wing
2018-03-27RouteWayCostCalculator: Use `TomTom.matrix` instead of batchTeddy 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: Include stop IDs with pointsTeddy Wing
2018-03-27Add `TomTom::Matrix`Teddy Wing
2018-03-27Refs #6201; Remove short_name from calendarsZog
2018-03-26Fix exports_controller_spec.rb when add referential_id to NetexExport creationLuc Donnet
2018-03-26Refs #6217; Add a method to fill blanks in journeys passing timesZog
2018-03-26Use utc time to make expectation with strftime (when timezone are not standar...Alban Peignier
2018-03-22Remove maps code. Refs #6296Alban Peignier
2018-03-21Only notify parent when Import is finished. Refs #6243Alban Peignier
2018-03-21Refs #6259 Only send mails to users from same workgroup after create/update o...6259-calendar-mailercedricnjanga
2018-03-20Don't use Import::Base#status_changed? into #notify_parent (status can be cha...Alban Peignier
2018-03-18Refs #6210 Remove status value attribue from Chouette::VehicleJourney and sec...6210-remove-attributes-from-modelscedricnjanga
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-15JourneyPatternsCollection#show: Fallback to route costsTeddy Wing
2018-03-15Merge pull request #379 from af83/6095-route--calculate-distance-and-time-cos...Alban Peignier
2018-03-15Merge pull request #372 from af83/6146-line-statesLuc Donnet
2018-03-15Rename export spec to use the right classes Refs #6133 @1Luc Donnet
2018-03-15Fixes VehicleJourneys javascript spec. Refs #6143Alban Peignier
2018-03-15Fix javascript specsZog
2018-03-15Route: Don't run `#calculate_costs!` on callback if TomTom disabledTeddy Wing
2018-03-15Merge pull request #377 from af83/6107-bind-stop_area_referential-and-workgroupsAlban Peignier
2018-03-15Use confirmed StopAreas in SimpleImporter spec. Refs #6033Alban Peignier
2018-03-15Merge pull request #376 from af83/6006-fix-stops-filterAlban Peignier
2018-03-15Merge pull request #375 from af83/6040-fix-stop-points-poitions-in-merged-routesAlban Peignier
2018-03-15Refs #6033 Fix stop areas spec featurecedricnjanga
2018-03-15Refs #6033 add specscedricnjanga
2018-03-15Merge pull request #364 from af83/6028-compliance-controls-model-attributesLuc Donnet
2018-03-14Route: Add `#calculate_costs!` to populate `#costs` with `WayCost`sTeddy Wing
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-14Move `lib/tom_tom.rb` to `lib/tom_tom/batch.rb`Teddy Wing