summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
Commit message (Expand)AuthorAgeFilesLines
* Fix Knapsack report names for RSpec and Spinachfix-update-knapsack-jobRémy Coutable2017-05-181-4/+4
* Reorganize static analysis and DB-related jobs31693-move-db-name-to-last-part-of-job-nameRémy Coutable2017-05-171-29/+27
* Factorize common :only definition in .gitlab-ci.ymlRémy Coutable2017-05-171-5/+8
* Move the DB name at the end of the first jobs' name word and prepend it with ...Rémy Coutable2017-05-171-72/+71
* Revert "Merge branch 'revert-f2fc716c' into 'master' "Rémy Coutable2017-05-171-12/+12
* Add more choices to name the branch for docs only testsAchilleas Pipinellis2017-05-161-2/+2
* alter cache key to prevent other pipeline configs from overwriting32219-speed-up-yarn-install-in-ci-by-utilizing-inter-pipeline-cacheMike Greiling2017-05-161-1/+1
* add trailing slash to .yarn-cache to clearly identify it as a directoryMike Greiling2017-05-161-1/+1
* instruct yarn to utilize the persistant .yarn-cache directoryMike Greiling2017-05-161-2/+4
* Remove unnecessary cache definition in rake karma testStan Hu2017-05-111-3/+0
* Move triggering build logic to separate scriptBalasankar C2017-05-091-12/+1
* Print triggered pipeline id in a better formatBalasankar C2017-05-091-1/+3
* Add a manual job to trigger package build in omnibusBalasankar C2017-05-051-0/+23
* Include the bundler:audit job into the static-analysis job31824-move-bundler-audit-job-to-static-analysis-jobRémy Coutable2017-05-041-12/+0
* Move api lint out of static analysis jobAchilleas Pipinellis2017-05-031-1/+6
* Merge branch 'docs-mrs-should-run-static-analysis' into 'master' Achilleas Pipinellis2017-05-021-22/+18
|\
| * DRY the `<<: *except-docs` a bit in `.gitlab-ci.yml`docs-mrs-should-run-static-analysisRémy Coutable2017-05-021-21/+18
| * Make the static-analysis job be run for docs branches tooRémy Coutable2017-05-021-1/+0
* | Revert "Shorten and improve some job names"Douwe Maan2017-05-021-12/+12
|/
* Merge branch '29036-use-slack-service-to-notify-of-failed-pipelines' into 'ma...Robert Speicher2017-05-021-16/+0
|\
| * Remove notify slack job29036-use-slack-service-to-notify-of-failed-pipelinesZeger-Jan van de Weg2017-05-011-16/+0
* | Add scripts/static-analysis to run all the static analysers in one go31463-group-all-lintersRémy Coutable2017-05-011-9/+1
* | Shorten and improve some job namesRémy Coutable2017-05-011-12/+12
* | Group static-analysis jobs into a single jobRémy Coutable2017-05-011-31/+15
* | Resolve "rspec_profiling is enabled for MySQL"Rémy Coutable2017-04-281-2/+2
* | Document the process of docs only changesdocs/make-ci-run-only-for-doc-changesAchilleas Pipinellis2017-04-281-3/+4
* | Skip irrelevant jobs for documentation only changesAchilleas Pipinellis2017-04-281-0/+26
* | Merge branch '31464-move-bundle-check-to-before_script' into 'master' Robert Speicher2017-04-271-7/+0
|\ \
| * | Run `bundle check` after `bundle install` instead of having a dedicated job f...31464-move-bundle-check-to-before_scriptRémy Coutable2017-04-261-7/+0
* | | Submodule Dockerfile templatesZeger-Jan van de Weg2017-04-261-0/+1
|/ /
* | Remove outdated ci_setup.md doc page and document MySQL and RSpec profiling f...30692-document-rspec-profile-and-mysql-branch-testing-and-remove-ci_setup-doc-pageRémy Coutable2017-04-251-1/+1
* | Merge branch 'test-pg' into 'master' Rémy Coutable2017-04-241-64/+150
|\ \
| * | Properly use $BUNDLE_INSTALL_FLAGStest-pg-mysqltest-pgLin Jen-Shin2017-04-131-2/+2
| * | Always use . and add more comments to prepare_build.shLin Jen-Shin2017-04-131-1/+1
| * | Merge remote-tracking branch 'upstream/master' into test-pg-mysqlLin Jen-Shin2017-04-121-1/+1
| |\ \
| * | | Remove duplicated lineLin Jen-Shin2017-04-121-1/+0
| * | | Merge remote-tracking branch 'upstream/master' into test-pg-mysqlLin Jen-Shin2017-04-121-2/+1
| |\ \ \
| * | | | Move variables back to where they areLin Jen-Shin2017-04-111-6/+6
| * | | | Just set GITLAB_DATABASE in the scriptLin Jen-Shin2017-04-111-2/+0
| * | | | We cannot use array in yaml variablesLin Jen-Shin2017-04-111-1/+0
| * | | | Use GITLAB_DATABASE: $CI_JOB_NAME[1] so that weLin Jen-Shin2017-04-101-29/+17
| * | | | Merge remote-tracking branch 'upstream/master' into test-pg-mysqlLin Jen-Shin2017-04-101-1/+1
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'upstream/master' into test-pg-mysqlLin Jen-Shin2017-04-071-4/+20
| |\ \ \ \ \
| * | | | | | Only upload/download knapsack reports from pgLin Jen-Shin2017-03-291-4/+4
| * | | | | | Switch back to original repositoryLin Jen-Shin2017-03-291-1/+1
| * | | | | | Merge remote-tracking branch 'upstream/master' into test-pg-mysqlLin Jen-Shin2017-03-291-4/+4
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into test-pg-mysqlLin Jen-Shin2017-03-271-34/+40
| |\ \ \ \ \ \ \
| * | | | | | | | Test all on EE, only master on CE, and -mysql branchesLin Jen-Shin2017-03-241-0/+12
| * | | | | | | | Test both PostgreSQL and MySQL for the win.Lin Jen-Shin2017-03-241-65/+154
* | | | | | | | | Don't run the downtime check on stable branches, or tags/masterno-downtime-check-stableDJ Mountney2017-04-191-1/+7