aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tasks/ci.rake
AgeCommit message (Expand)Author
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 #412...Luc Donnet
2018-02-09Fix ci build chain Refs #4126 @1Luc Donnet
2018-02-09Refs #4126 @6h; Add i18n to JSZog
2018-02-01Fix yarn installation with no production for ci and force yarn install before...Luc Donnet
2018-02-01Add env variable to disable ci:jest if needed. Refs #5802Alban Peignier
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-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-24Unify npm options in ci rake task and capistrano. Remove --silent option to d...Alban Peignier
2017-08-24Add --profile option to rspec during ci tasksAlban Peignier
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-11Disable seed execution in deploy. Refs #3017Alban Peignier
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
2016-08-23Refs #1482: adding cucumber for testsjpl
2016-08-23Refs #1482: adding cucumber for testsjpl
2016-05-04Run deploy:migrations in ci:deploy. Refs #828Alban Peignier
2016-05-04Run deploy:seed in ci:deploy. Refs #828Alban Peignier
2016-04-27Select deploy_dev in ci:deploy according git branch. Refs #802Alban Peignier
2016-04-26Add basic ci tasks. Refs #802Alban Peignier
2015-01-30Fix and update travis configLuc Donnet
2012-12-14Add ci task for travisLuc Donnet
2012-12-14Add travis and code climateLuc Donnet
2012-11-07separate spec from build task to set rails_env properlyMichel Etienne
2012-10-18fix for ci taskMarc Florisson
2012-10-18fix for jenkinsMarc Florisson
2012-05-23Run migrations after initialize when CHOUETTE_RUN_MIGRATIONS is defined. Defi...Alban Peignier
2012-04-17Fixes all specs. Refs #6Alban Peignier
2012-04-16Fixes nice typo in ci:deploy. Refs #8Alban Peignier
2012-04-16Deploy war after build. Refs #8Alban Peignier
2012-04-16Create war during ci build. Refs #8Alban Peignier
2012-04-13Change ci:build to invoke ci:prepare in a separate process. Refs #6Alban Peignier
2012-04-12Fixes typo in db:migrate. Refs #6Alban Peignier
2012-04-12Execute ci:prepare before environment. Migrate db before spec. Refs #6Alban Peignier
2012-04-11Add ci tasks for jenkinsAlban Peignier