summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-231-81/+69
|\
| * Merge branch '39308-fix-broken-master' into 'master'Sean McGivern2017-10-231-1/+2
| |\
| | * Fix the broken .tests-metadata-state definitionRémy Coutable2017-10-201-1/+2
| * | Merge branch 'rc/cleanup-some-jobs' into 'master'Robert Speicher2017-10-201-9/+1
| |\ \ | | |/ | |/|
| | * Improve the build-package and .review-docs jobsrc/cleanup-some-jobsRémy Coutable2017-10-181-9/+1
| * | Merge branch 'rc/balance-test-job-nodes' into 'master'Robert Speicher2017-10-191-63/+63
| |\ \
| | * | Reduce Spinach parallelization to 4 nodes and increase RSpec's to 26 nodesrc/balance-test-job-nodesRémy Coutable2017-10-181-63/+63
| | |/
| * | Improve the .tests-metadata-state definition a bitrc/reduce-duplication-in-tests-metadata-state-job-definitionRémy Coutable2017-10-181-9/+4
| |/
* | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-091-1/+3
|\ \ | |/
| * Rename the `codeclimate` job to `codequality`rc/rename-codeclimate-to-codequalityRémy Coutable2017-10-091-1/+1
| * Merge branch 'rc/do-not-retry-ee_compat_check' into 'master'Sean McGivern2017-10-091-0/+2
| |\
| | * Do not retry jobs that are allowed to failrc/do-not-retry-ee_compat_checkRémy Coutable2017-10-041-0/+2
* | | Merge branch 'master' into sh-headless-chrome-supportJose Ivan Vargas2017-10-061-10/+10
|\ \ \ | |/ /
| * | Improve the flaky examples detection jobsRémy Coutable2017-10-041-10/+10
| |/
* | Merge branch 'master' into sh-headless-chrome-supportJose Ivan Vargas2017-10-031-0/+1
|\ \ | |/
| * Add changelog lint script to docs lint CI jobAchilleas Pipinellis2017-10-021-0/+1
* | Merge branch 'master' into sh-headless-chrome-supportJose Ivan Vargas2017-09-261-3/+12
|\ \ | |/
| * Do not clone the repo when running the review-docs jobsdocs/fix-review-docs-cleanup-jobAchilleas Pipinellis2017-09-211-3/+12
* | Merge branch 'master' into sh-headless-chrome-supportJose Ivan Vargas2017-09-211-7/+12
|\ \ | |/
| * Merge branch '37713-enable-ee_compat_check-for-forks' into 'master'Rémy Coutable2017-09-201-2/+2
| |\
| | * Enable ee_compat_check for forks, but not EELin Jen-Shin2017-09-151-2/+2
| * | Merge branch 'dz-check-schema' into 'master'Rémy Coutable2017-09-191-0/+6
| |\ \
| | * | Add rake task to check db schema is validdz-check-schemaDmitriy Zaporozhets2017-09-191-0/+6
| | |/
| * | Refine docs trigger script and use a really long branch name to test itAchilleas Pipinellis2017-09-191-4/+3
| * | Detect n+1 issues involving GitalyAndrew Newdigate2017-09-191-1/+1
* | | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-09-181-1/+4
|\ \ \ | |/ /
| * | update build image to latest with node 8.x, yarn 1.0.2, and chrome 61Mike Greiling2017-09-161-2/+2
| |/
| * Use a secret variable to define the repo suffixdocs/environment-urlAchilleas Pipinellis2017-09-141-2/+3
| * Expose URL under environments when triggering a docs review appAchilleas Pipinellis2017-09-121-0/+2
* | Merge branch 'master' into sh-headless-chrome-supportJose Ivan Vargas2017-09-131-6/+41
|\ \ | |/
| * Exclude migration-paths job when executing docs-only jobsdocs/exclude-migration-path-jobsAchilleas Pipinellis2017-09-081-0/+1
| * Add script and job to trigger a docs buildAchilleas Pipinellis2017-09-071-3/+39
| * Remove duplicate task gettext:po_to_jsonmk-remove-duplicate-taskMichael Kozono2017-09-061-2/+0
| * reset namespace columns in migrationjk-fix-migrateJarka Kadlecova2017-09-061-1/+0
| * Enable auto-retry in GitLab CI/CD pipelineGrzegorz Bizon2017-09-061-0/+1
* | Merge branch 'master' into sh-headless-chrome-supportStan Hu2017-09-051-2/+3
|\ \ | |/
| * Merge branch 'cleanup-rspec_flaky-report-files' into 'master'Robert Speicher2017-09-051-1/+1
| |\
| | * Cleanup rspec_flaky report files in the update-tests-metadata jobcleanup-rspec_flaky-report-filesRémy Coutable2017-09-051-1/+1
| * | Fix flaky-examples-test job to not run for docsdocs/no-flakyAchilleas Pipinellis2017-09-041-1/+1
| |/
| * Remove YAGNI Gitaly logs from CI artifactsJacob Vosmaer2017-09-011-2/+0
| * Gitaly CI improvementsJacob Vosmaer2017-08-311-0/+3
* | Merge branch 'master' into sh-headless-chrome-supportStan Hu2017-08-311-15/+0
|\ \ | |/
| * Reenable MySQL tests on all branchesmk-reenable-mysql-tests-on-all-branchesMichael Kozono2017-08-251-15/+0
| * Revert "Merge branch 'mk-reenable-mysql-tests-on-all-branches' into 'master'"Douwe Maan2017-08-251-0/+15
| * Reenable MySQL tests on all branchesMichael Kozono2017-08-241-15/+0
* | Bump .gitlab-ci image to use git 2.13Stan Hu2017-08-211-1/+1
* | Merge branch 'master' into sh-headless-chrome-supportStan Hu2017-08-211-2/+2
|\ \ | |/
| * switch from --pure-lockfile to --frozen-lockfile to ensure failure if we have...fix-broken-yarn-depsMike Greiling2017-08-181-2/+2
| * update karma CI build image to Chrome 6036517-failing-karma-tests-for-chrome-60Mike Greiling2017-08-181-1/+1
* | Merge branch 'master' into sh-headless-chrome-supportStan Hu2017-08-171-1/+0
|\ \ | |/