Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-12Fix scripts/prune-old-flaky-specs requires Bundler to runRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-04-10Introduce scripts/prune-old-flaky-specs to prune outdated flaky specs from ↵Rémy Coutable
the report Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-04-10Update Security Products jobs definitionsOlivier Gonzalez
2018-04-09Bump ruby 2.3.6 cache key and source installation docsStan Hu
2018-04-08Bump Ruby to 2.3.7 and git to 2.17.0 in CI imageStan Hu
2018-04-05Merge branch ↵Robert Speicher
'44978-consider-removing-rubocop-and-eslint-from-codeclimate-yml' into 'master' Resolve "Consider removing RuboCop and ESLint from `.codeclimate.yml`" Closes #44978 See merge request gitlab-org/gitlab-ce!18178
2018-04-05Fix the coverage job by making it download the artifacts from all the ↵Rémy Coutable
previous jobs Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-04-05[Rails5] Add rails5 jobs to gitlab-ci.ymlblackst0ne
2018-04-04Don't run RuboCop nor ESLint checks in the codequality job as this is ↵Rémy Coutable
already done by the static-analysis job Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-04-04Use standard codequality jobOlivier Gonzalez
2018-04-03Merge branch ↵Rémy Coutable
'44254-codequality-jobs-are-failing-silently-with-an-empty-codeclimate-json-file' into 'master' Resolve "codequality jobs are failing silently with an empty codeclimate.json file" Closes #44254 See merge request gitlab-org/gitlab-ce!18152
2018-04-03Merge branch 'fix/qa/gb/use-project-path-in-package-and-qa-action' into 'master'Rémy Coutable
Use project path in package-and-qa to fetch script See merge request gitlab-org/gitlab-ce!18145
2018-04-03Don't set the tag for the job since it needsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-04-03Use project path in package-and-qa to fetch scriptGrzegorz Bizon
2018-04-02Do not retry package-and-qa manual action on failureGrzegorz Bizon
2018-03-30Don't let the Runner clone/fetch prior to the package-and-qa jobRémy Coutable
Do it by hand instead, that way we can still run this job even if the branch has been removed. Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-03-23Rollback to a set version instead of an arbitrary number of stepsStan Hu
The previously hard-coded value can fail when new migrations are introduced since multiple migrations may need to be rolled back atomically. Closes #40302
2018-03-16Rename manual job to `package-and-qa`Toon Claes
To make it more clear it's building the package **and** doing QA, rename the job.
2018-03-06New .dedicated-no-docs-pull-cache-job and .no-db-job definitionsRémy Coutable
This should speed up a bit some jobs. Also, use ruby:2.4-alpine image in the flaky-examples-check job Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-03-06Add date calls in .gitlab-ci.yml to see how long each step takeRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-03-02codequality: Install jq directly instead of pulling it via dockerNick Thomas
2018-03-01Bump GitLab CI test image to use git v2.16Stan Hu
git 2.15.0 has some significant performance improvements when running `git fetch` on a repository that has lots of references. See https://gitlab.com/gitlab-com/migration/issues/216#note_60672987 for more details.
2018-02-21Optimize and improve the inline documentation for the codequality jobRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-02-21Merge branch 'improve-codequality-job' into 'master'Grzegorz Bizon
Merge branch 'improve-codequality-job' into 'master' See merge request gitlab-org/gitlab-ce!17263
2018-02-21Merge branch 'rebalance-test-job-nodes-28-2' into 'master'Rémy Coutable
Reduce Spinach parallelization to 2 nodes and increase RSpec's to 28 nodes See merge request gitlab-org/gitlab-ce!16713
2018-02-21Merge branch 'improve-codequality-job' into 'master'Grzegorz Bizon
Simplify the codequality job See merge request gitlab-org/gitlab-ee!4602
2018-02-05Merge branch 'dz-sast-confidence-level' into 'master'Rémy Coutable
Change SAST confidence level in .gitlab-ci.yml See merge request gitlab-org/gitlab-ce!16831
2018-02-01Speed-up the gitlab_git_test jobRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-02-01Change SAST confidence level in .gitlab-ci.ymlDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-01-31Reduce Spinach parallelization to 2 nodes and increase RSpec's to 28 nodesTakuya Noguchi
2018-01-26Generate secret first to avoid warnings laterLin Jen-Shin
2018-01-25Merge branch '34952-only-tags-is-not-taken-in-account-in-the-cache-gems-job' ↵Robert Speicher
into 'master' Resolve "`only: - tags` is not taken in account in the `cache gems` job" Closes #34952 See merge request gitlab-org/gitlab-ce!16721
2018-01-25Ensure the job also run for tagsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-01-25Cache rubocop cache for CILin Jen-Shin
2018-01-24Remove one Spinach job and add one RSpec jobRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-01-23Ensure Gitaly Ruby gems are installed using the correct Gemfile and at the ↵Rémy Coutable
correct location Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-01-20Split the setup-test-env job in twoNick Thomas
2018-01-12Merge branch '41749-postgres-9.6-for-ci-tests' into 'master'Rémy Coutable
Add reason to keep postgresql 9.2 for CI See merge request gitlab-org/gitlab-ce!16277
2018-01-12Add reason to keep postgresql 9.2 for CITakuya Noguchi
2018-01-11Merge branch 'docs/exclude-sast' into 'master'Rémy Coutable
Exclude sast job from being run in docs only changes Closes #41818 See merge request gitlab-org/gitlab-ce!16344
2018-01-10Require qa:selectors sanity validation to passGrzegorz Bizon
2018-01-10Exclude sast job from being run in docs only changesJohn Doe
2018-01-09Allow failure of qa:selectors job for nowGrzegorz Bizon
2018-01-09Add CI job that validates GitLab QA selectorsGrzegorz Bizon
2018-01-04Merge branch '41396-ee_compat_check-and-security-fix-development' into 'master'Rémy Coutable
Do not run ee_compat_check on security branches Closes #41396 See merge request gitlab-org/gitlab-ce!16188
2018-01-04Rename db:seed_fu-{pg,mysql} to gitlab:setup-{pg,mysql}Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-01-04Do not run ee_compat_check on security branchesAlessio Caiazza
Branches started from `security-X-Y` will likely fail on `ee_compat_check`, the check tries to merge against EE `master` which may likely fail for MR that are not targetted on `master`, like security fixes. This commit disables `ee_compat_check` on branches starting with `security-`.
2018-01-02Fix `rake db:seed_fu` not doing anything in CIStan Hu
The default behavior of seed_fu is to load the fixtures using the RAILS_ENV environment. In CI, since we set RAILS_ENV=test, nothing is ever loaded. Instead of `rake db:seed_fu`, use `rake gitlab:setup`, which sets up MySQL properly with limits. Closes #41517
2017-12-23Remove security checks from static analysis and add sast jobDmitriy Zaporozhets
2017-12-22Use gitlab-stylesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>