aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tasks/referential.rake
AgeCommit message (Collapse)Author
2018-01-19Refs #5593; Fix typo5593-task-to-update-checksumZog
2018-01-17Refs #5593; Add same task for all referentials in given organisationZog
2018-01-17Refs #5593 @1h;Zog
- Register all models that implement checksums - Add a simple rake task that updates all checksums within a given referential
2017-09-19referential.rake: Update `Route#wayback` valuesTeddy Wing
The possible values for this field changed in 2fa3be1518da4f471d614832f80526e074983195 to `outbound` and `inbound`. Update them accordingly in this Rake task, otherwise it fails. Refs #4555
2017-06-29Fix RoutingConstraintZone PolicyLuc Donnet
2017-05-31hotfix to adapt referential:create task to newly required attribute ↵Robert
'public_name'
2017-05-03Improve referential:create task. Refs #3291Alban Peignier
* use a single transaction * use by default workbench 1 * use a random line found in workbench lines
2017-04-27more information into output of rake referential:createjpl
2017-04-26Fixes referential:create task. Refs #2975Alban Peignier
* define default start_date and end_date * associate VehicleJourneyAtStops to VehicleJourney * associate VehicleJourney to TimeTables * add a message to display which Referential is created * mark created Referential as ready
2017-03-29Refs #2975 : Rake task to create a Referential and its dataVlatka Pavisic