summaryrefslogtreecommitdiffstats
path: root/lib/tasks/ci.rake
Commit message (Expand)AuthorAgeFilesLines
* travis: add PostgreSQL environmentsToshi MARUYAMA2015-08-301-1/+1
* add MariaDB 10.0 environment to travis (#17460, #19344)Toshi MARUYAMA2015-03-141-1/+1
* Add ci:about task to display ruby version in build output.Jean-Philippe Lang2014-10-261-0/+5
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-2/+2
* fix typo at lib/tasks/ci.rakeToshi MARUYAMA2014-04-161-1/+1
* add .travis.yml and switch database user/password by environmentsToshi MARUYAMA2014-01-181-3/+13
* use environment variable for running independent tests (units etc.) in ci.rakeToshi MARUYAMA2013-12-211-1/+5
* use environment variable for extacting SCM repositories in ci.rakeToshi MARUYAMA2013-12-211-1/+7
* ci.rake: code format cleanupToshi MARUYAMA2013-11-101-3/+3
* Fixed that rake db:create fails with JRuby (#15218).Jean-Philippe Lang2013-11-101-4/+1
* ci.rake: use 'jdbcsqlite3' for JRubyToshi MARUYAMA2013-11-101-2/+3
* ci.rake: code format cleanupToshi MARUYAMA2013-11-101-4/+12
* work around "rake db:create:all" error on JRuby SQLite3Toshi MARUYAMA2013-11-101-1/+4
* not run Capybara tests on the CI server (#12822)Toshi MARUYAMA2013-06-141-1/+1
* run test:ui on CI Server Ruby 1.9.3 or higher (#12822)Toshi MARUYAMA2013-06-101-1/+1
* run test:ui in CI Server on only Ruby 2.0 (#12822)Toshi MARUYAMA2013-05-131-1/+1
* run test:ui on CI Server Ruby 1.9.3 or higher (#12822)Toshi MARUYAMA2013-05-091-1/+1
* add "tmp:clear" to "ci:setup" rake task for new translationToshi MARUYAMA2013-02-151-0/+1
* Don't run Capybara tests on the CI server (#12822).Jean-Philippe Lang2013-02-101-1/+1
* Create all databases.Jean-Philippe Lang2013-02-031-1/+1
* Adds test:ui to ci:build.Jean-Philippe Lang2013-01-291-0/+1
* CI tasks cleanup.Jean-Philippe Lang2013-01-291-50/+30
* Adds sqlserver configuration for the CI server.Jean-Philippe Lang2013-01-191-0/+3
* remove trailing white-spaces from lib/tasks/ci.rakeToshi MARUYAMA2012-04-291-1/+1
* Typo in database rake task.Jean-Philippe Lang2012-04-061-2/+2
* Adds a quick and dirty task for creating databases on the CI server.Jean-Philippe Lang2012-04-061-0/+36
* Adds a rake task test:scm:update to update test repositories if needed.Jean-Philippe Lang2011-01-061-0/+1
* Add a rake task to run CI.Eric Davis2010-08-061-0/+41