aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tasks
AgeCommit message (Collapse)Author
2018-02-16compile et embarque les traductions pour le javascriptdockerFlorent Peyraud
2018-01-05embed packs dir into release packageFlorent Peyraud
2017-12-19disable sqlite and tune install taskFlorent Peyraud
2017-12-17docker first commitFlorent Peyraud
2017-11-09Remove model route_sectionsXinhui
2017-10-24Make erd patch for multi relationships and add merge png in outputLuc Donnet
2017-10-17add ci jest task Refs #4737Guillaume
2017-10-17fix ci spec task Refs #4737Guillaume
2017-10-12Use yarn and not npm anymoreLuc Donnet
2017-10-11add dev and staging file for wepack config, modify spec taskGuillaume
2017-10-11delete bundle exec for spec taskGuillaume
2017-10-11remove tespoon test, prefer rspec for testingGuillaume
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-09-18Fix table name compliance_check_result to compliance_check_message Refs #4390 @2Luc Donnet
2017-09-13Disable deploy when not in master/staging or production. Refs #4468Alban Peignier
2017-09-13Fixes nice pre-commit typo o/. Refs #4468Alban Peignier
2017-09-13Drop, create and migrate database in ci. Refs #4468Alban Peignier
2017-08-30Update show data for import Refs #4258Luc Donnet
2017-08-24Unify npm options in ci rake task and capistrano. Remove --silent option to ↵Alban Peignier
display ... errors
2017-08-24Add --profile option to rspec during ci tasksAlban Peignier
2017-08-01schedule.rb: Add cron job to update parent imports from child importsTeddy Wing
This task will run every 5 minutes, synchronising parent imports with the status of their children. When all children have finished, if none of them have failed, the parent import should get a status of "successful": WorkbenchImport status: :successful NetexImport status: :successful NetexImport status: :successful When all children have finished, if any of them have failed, the parent import should get a status of "failed": WorkbenchImport status: :failed NetexImport status: :failed NetexImport status: :successful We need a Cron job for this instead of being able to do it via a Ruby method because the thing that's setting the status on the sub-imports when they're complete is the STIF Java IEV application. Thus there's no way for our Ruby code to know that a sub-import has finished. Because of that, we do this polling mechanism every five minutes to update the imports that need updating. Created a Rake task to use in the Whenever schedule because the `runner` method from Whenever expanded to `script/rails`, which is a bloody ancient file, and tries to run via JRuby lolwat. Didn't want to bother adding a configuration to Whenever to use something more modern, and didn't know whether the binstub in `bin/` for `rails` is available since we don't commit those to the repo apparently (although I knew that fact from before). Refs #3511
2017-08-01Update model diagram generationLuc Donnet
2017-07-18Update erd config generation to use in stif documentationLuc Donnet
2017-07-11update install scripts and tasksFlorent Peyraud
2017-07-06improve packagingFlorent Peyraud
2017-06-29Fix RoutingConstraintZone PolicyLuc Donnet
2017-06-02Merge branch 'master' of github.com:af83/stif-boivRobert
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-05-03Use test env for teaspoon (#mybad). Refs #3275Alban Peignier
2017-05-03Disable teaspoon (#mybad). Refs #3275Alban Peignier
2017-05-03Restore ci:check_security in ci task. Fixes last warnings in GemfileAlban Peignier
2017-05-03Add teaspoon in ci dependencies. Fixes #3275Alban Peignier
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-04-11Disable seed execution in deploy. Refs #3017Alban Peignier
2017-03-29Refs #2975 : Rake task to create a Referential and its dataVlatka Pavisic
2016-11-28Refs #2068: remove ci:check_security, in order to allow buildsjpl
2016-11-27Add ci:check_security in ci task. Refs #2068Alban Peignier
2016-11-27Integrate bundle-audit. Add ci:check_security. Refs #2068Alban Peignier
2016-11-08Add npm install for ci taskThomas Haddad
Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com>
2016-10-11Attempt to enable hstore using migrationXinhui
Ref #1789
2016-09-29Launch reflex:sync from interfaceXinhui
Refs #1712
2016-09-29Launch sync from interfaceXinhui
Refs #1708
2016-09-27Refactoring rake codifligne:syncXinhui
Refs #1707
2016-08-31Reflex:sync log processing timeXinhui
2016-08-31AccessPoint from reflex StopPlaceEntranceXinhui
2016-08-31Wip sync reflex - add gem - task reflex:sync + whenever cfgXinhui
2016-08-23Refs #1482: adding cucumber for testsjpl
2016-08-23Refs #1482: adding cucumber for testsjpl