aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tasks
AgeCommit message (Collapse)Author
2018-05-06Update ci task to enable simple chouette-core build. Refs #6957Alban Peignier
2018-04-19Refs #6573; Fix task6573-fix-checksums-update-taskZog
Force-load all models beforehand
2018-04-16Add a task to check stop points positionsZog
2018-04-10Keep ci database.yml in ci:docker:clean. Refs #6047Alban Peignier
2018-04-08Restore project config/database.yml in ci:docker:clean task. Refs #6047Alban Peignier
2018-04-08Update ci task to avoid problem with CHOUETTE_DEPLOY_DISABLED variable is ↵Alban Peignier
used. Refs #6047
2018-03-23Add erd diagram for export and mergeLuc Donnet
2018-03-19Fix typo for Import class Refs #6243Luc Donnet
2018-03-12Merge pull request #361 from af83/6068-simple-exporterLuc Donnet
6068 simple exporter
2018-03-09Create ci:build, ci:docker and ci:docker:clean. Rename ↵Alban Peignier
config/database/jenkins.yml in ci.yml. Refs #6047
2018-03-06Refs #6068; Add aggregated output for multiple interfacesZog
2018-03-06Fixes logs_output_dir in imports tasks and into ↵Alban Peignier
SimpleImporter#dump_csv_from_context. Refs #5924
2018-03-05Create output_dir if needed. Refs #6068Alban Peignier
2018-03-05Refs #6068; Fully functional JSON exporterZog
2018-03-05Refs #6068; Add some helpers in the modelsZog
2018-03-05Refs #6068; Export VehicleJourneysZog
Add a mechanism to allow for several rows in the csv per single object in the collection.
2018-03-02Refs #6068; Refactor import/export tasksZog
2018-02-27Refs #6026; Fix duplicated seeds tasks6026-dedicated-env-for-seedsZog
2018-02-26Refs #6026; Use SEED_ENV in seedbank, fallback on Rails.envZog
2018-02-21Move importers outputs in logsZog
2018-02-20Regs #5924; Rename imports tasksZog
2018-02-20Refs #5924; Fix some bugs revealed during importsZog
- The checksum computing for VehicleJourneyAtStops - Offsets calculation in VehicleJourneys
2018-02-20Refs #5924 @14h; Extend importersZog
Mostly add a way to override the default behaviour and process each row its own way
2018-02-20Refs #5924 @2h; Update specsZog
2018-02-20Refs #5924; Update rake tasksZog
2018-02-20Refs #5765; Add new task to import in a given referentialZog
2018-02-20Refs #5765 @6h; Add a customizable importer mechanismZog
2018-02-19Merge branch 'master' into 0000-dockerLuc Donnet
2018-02-16compile et embarque les traductions pour le javascriptdockerFlorent Peyraud
2018-02-13Merge pull request #287 from af83/4963-import-cron-should-abort-old-importsJohan Van Ryseghem
4963 import cron should abort old imports
2018-02-13Merge pull request #291 from ↵Johan Van Ryseghem
af83/4758-cron-job-to-finalise-compliance_check_set-validations-- 4758 cron job to finalise compliance check set validations
2018-02-12Add CHOUETTE_DEPLOY_DISABLED to disable deploy in ci taskAlban Peignier
2018-02-09Fix ci build chain for i18n:js:export to use rails environment test Refs ↵Luc Donnet
#4126 @1
2018-02-09Fix ci build chain Refs #4126 @1Luc Donnet
2018-02-09Refs #4126 @6h; Add i18n to JSZog
2018-02-08schedule.rb: Add cron job to finalise `ComplianceCheckSet`sTeddy Wing
A new recurring job that does exactly the same thing as the import job. This finalises `ComplianceCheckSet`s. First we need to abort all unfinished `ComplianceCheckSet`s older than four hours. Then we finalise the imports by doing the same work in `Api::V1::Internals::ComplianceCheckSetsController#notify_parent`, namely calling `#notify_parent` on `ComplianceCheckSet`s (here, only on the ones that are finished). Add a couple new Rake tasks for compliance check sets that mirror those for imports, and do the work required by the cron job. Refs #4758
2018-02-08imports.rake(notify_parent): Use `ParentNotifier`Teddy Wing
Replace `ParentImportNotifier` with the new generalised `ParentNotifier`. This will allow us to use the same service for parent notification of both imports and compliance check sets. Delete the `ParentImportNotifier` class and spec as these are now superseded by `ParentNotifier`. Refs #4758
2018-02-07Add workgroup to erd diagramsLuc Donnet
2018-02-06imports.rake: Change `abort_old` to `netex_abort_old`Teddy Wing
After re-reading the ticket, I see now that the aborting of old imports should only apply to `NetexImport`s. Update the code to make this happen. Refs #4963
2018-02-06schedule.rb: Abort old imports before import notificationTeddy Wing
As a result of a new requirement, before doing the existing work we were doing in the imports cron job (notifying parent imports), we first need to clear out old imports and mark them as 'aborted'. Refs #4963
2018-02-01Fix yarn installation with no production for ci and force yarn install ↵Luc Donnet
before jest launch du to webpacker bug
2018-02-01Add env variable to disable ci:jest if needed. Refs #5802Alban Peignier
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
2018-01-07embed packs dir into release packageFlorent Peyraud
2018-01-07disable sqlite and tune install taskFlorent Peyraud
2018-01-07docker first commitFlorent Peyraud
2018-01-05embed packs dir into release packageFlorent Peyraud
2017-12-19disable sqlite and tune install taskFlorent Peyraud