summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sh-downgrade-mysql-ci' into 'master'Robert Speicher2018-04-201-1/+1
* Merge branch '44978-consider-removing-rubocop-and-eslint-from-codeclimate-yml...Robert Speicher2018-04-051-3/+0
|\
| * Don't run RuboCop nor ESLint checks in the codequality job as this is already...44978-consider-removing-rubocop-and-eslint-from-codeclimate-ymlRémy Coutable2018-04-041-3/+0
* | Fix the coverage job by making it download the artifacts from all the previou...44710-coverage-information-for-this-repo-is-wrongRémy Coutable2018-04-051-1/+7
* | [Rails5] Add rails5 jobs to gitlab-ci.ymlblackst0ne2018-04-051-0/+95
|/
* Use standard codequality jobOlivier Gonzalez2018-04-041-6/+8
* Merge branch '44254-codequality-jobs-are-failing-silently-with-an-empty-codec...Rémy Coutable2018-04-031-0/+3
|\
| * Don't set the tag for the job since it needs44254-codequality-jobs-are-failing-silently-with-an-empty-codeclimate-json-fileRémy Coutable2018-04-031-0/+3
* | Merge branch 'fix/qa/gb/use-project-path-in-package-and-qa-action' into 'master'Rémy Coutable2018-04-031-1/+1
|\ \ | |/ |/|
| * Use project path in package-and-qa to fetch scriptGrzegorz Bizon2018-04-031-1/+1
* | Do not retry package-and-qa manual action on failureqa/gb/do-not-auto-retry-package-and-qa-actionGrzegorz Bizon2018-04-021-0/+1
|/
* Don't let the Runner clone/fetch prior to the package-and-qa jobrc/checkout-false-in-package-and-qaRémy Coutable2018-03-301-1/+10
* Rollback to a set version instead of an arbitrary number of stepssh-improve-rollback-testStan Hu2018-03-221-1/+1
* Rename manual job to `package-and-qa`Toon Claes2018-03-161-1/+1
* New .dedicated-no-docs-pull-cache-job and .no-db-job definitionsRémy Coutable2018-03-061-136/+99
* Add date calls in .gitlab-ci.yml to see how long each step takeRémy Coutable2018-03-061-0/+19
* codequality: Install jq directly instead of pulling it via dockerNick Thomas2018-03-021-1/+2
* Bump GitLab CI test image to use git v2.16Stan Hu2018-02-281-1/+1
* Optimize and improve the inline documentation for the codequality jobRémy Coutable2018-02-211-1/+3
* Merge branch 'improve-codequality-job' into 'master'Grzegorz Bizon2018-02-211-10/+10
|\
| * Merge branch 'improve-codequality-job' into 'master'improve-codequality-jobGrzegorz Bizon2018-02-211-10/+10
* | Merge branch 'rebalance-test-job-nodes-28-2' into 'master'Rémy Coutable2018-02-211-63/+63
|\ \ | |/ |/|
| * Reduce Spinach parallelization to 2 nodes and increase RSpec's to 28 nodesTakuya Noguchi2018-02-011-63/+63
* | Merge branch 'dz-sast-confidence-level' into 'master'Rémy Coutable2018-02-051-0/+2
|\ \
| * | Change SAST confidence level in .gitlab-ci.ymldz-sast-confidence-levelDmitriy Zaporozhets2018-02-011-0/+2
| |/
* | Speed-up the gitlab_git_test jobRémy Coutable2018-02-011-1/+2
|/
* Generate secret first to avoid warnings laterLin Jen-Shin2018-01-261-0/+1
* Merge branch '34952-only-tags-is-not-taken-in-account-in-the-cache-gems-job' ...Robert Speicher2018-01-251-2/+1
|\
| * Ensure the job also run for tagsRémy Coutable2018-01-251-2/+1
* | Cache rubocop cache for CI42338-rubocop-cacheLin Jen-Shin2018-01-251-1/+6
|/
* Remove one Spinach job and add one RSpec jobrc/move-one-spinach-job-to-rspecRémy Coutable2018-01-241-63/+63
* Ensure Gitaly Ruby gems are installed using the correct Gemfile and at the co...rc/improve-setup-test-envRémy Coutable2018-01-231-1/+1
* Split the setup-test-env job in twoNick Thomas2018-01-191-3/+16
* Merge branch '41749-postgres-9.6-for-ci-tests' into 'master'Rémy Coutable2018-01-121-0/+3
|\
| * Add reason to keep postgresql 9.2 for CITakuya Noguchi2018-01-121-0/+3
* | Merge branch 'docs/exclude-sast' into 'master'Rémy Coutable2018-01-111-0/+1
|\ \
| * | Exclude sast job from being run in docs only changesdocs/exclude-sastJohn Doe2018-01-101-0/+1
| |/
* | Require qa:selectors sanity validation to passGrzegorz Bizon2018-01-101-1/+0
* | Allow failure of qa:selectors job for nowGrzegorz Bizon2018-01-091-1/+2
* | Add CI job that validates GitLab QA selectorsGrzegorz Bizon2018-01-091-0/+12
|/
* Merge branch '41396-ee_compat_check-and-security-fix-development' into 'master'Rémy Coutable2018-01-041-0/+1
|\
| * Do not run ee_compat_check on security branches41396-ee_compat_check-and-security-fix-developmentAlessio Caiazza2018-01-041-0/+1
* | Rename db:seed_fu-{pg,mysql} to gitlab:setup-{pg,mysql}Rémy Coutable2018-01-041-5/+5
|/
* Fix `rake db:seed_fu` not doing anything in CIsh-fix-seed-fu-ciStan Hu2018-01-021-1/+3
* Remove security checks from static analysis and add sast jobDmitriy Zaporozhets2017-12-231-0/+8
* Use gitlab-stylesRémy Coutable2017-12-221-1/+1
* Update Ruby version to 2.3.641268-bump-ruby-to-2-3-6Rémy Coutable2017-12-211-1/+1
* Make sure two except won't overwrite each otherLin Jen-Shin2017-12-191-26/+18
* Use dedicated runners for all the CI jobs41139-codequality-and-qa-internal-is-leaking-to-shared-runnersRémy Coutable2017-12-181-19/+23
* Optimize QA pipeline and don't run irrelevant jobsGrzegorz Bizon2017-12-181-0/+21