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-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>
2017-12-21Update Ruby version to 2.3.6Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-12-19Make sure two except won't overwrite each otherLin Jen-Shin
This is a pretty boring solution, but I can't think of a good idea right now and this might be good enough for now...
2017-12-18Use dedicated runners for all the CI jobsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-12-18Optimize QA pipeline and don't run irrelevant jobsGrzegorz Bizon
2017-12-15Change CI config to use new base imageBalasankar C
2017-12-05Do not run qa:internal for docs only changesAchilleas Pipinellis
2017-11-28Upgrade codeclimate image to latestWinnie Hellmann
2017-11-24Add a feedback mechanism to `package-qa` manual actionGrzegorz Bizon
2017-11-22Try to find the merge-base against the canonical masterRémy Coutable
Also, name the remotes in Gitlab::EeCompatCheck Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-11-20Remove a useless `allow_failure: no` and use `true` instead of `yes`Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-11-20Merge branch 'docs/use-slug-as-prefix-in-ci-docs-job' into 'master'Rémy Coutable
Use slug as the prefix for the docs CI job preview URL See merge request gitlab-org/gitlab-ce!15450
2017-11-18Rollback to a safer place to stopMichael Kozono
2017-11-17Use slug as the prefix for the docs CI job preview URLAchilleas Pipinellis
2017-11-17Set 0.69.0 instead of latest for codeclimate imageShinya Maeda
2017-11-10Remove the custom cache definition for the ee_compat_check job and disallow ↵Rémy Coutable
it to fail Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-11-10Use a non-superuser user to access GitLab to ensure permissions are properStan Hu
We have run into permission issues with MySQL triggers in #36633 that would have been caught earlier either if our migration tests or GitLab QA tests had been testing against non-superuser users. This change creates a non-superuser that has access to the GitLab test database and uses that. Closes #39932
2017-11-08Add Internal QA specs to the pipelineGrzegorz Bizon
2017-11-04Merge branch 'sh-headless-chrome-support' into 'master'Stan Hu
Replace PhantomJS with Headless Chrome for GitLab Integration Tests Closes #30876 See merge request gitlab-org/gitlab-ce!12244
2017-11-01Pull tags from true originZeger-Jan van de Weg
2017-11-01remove PhantomJS specific hacksMike Greiling
2017-11-01update to Chrome 62 build imageMike Greiling
2017-11-01Merge branch 'master' into sh-headless-chrome-supportMike Greiling
* master: (84 commits) Migrate Gitlab::Git::Wiki#page to Gitaly Load participants async Normalize LDAP DN when looking up identity Improve the maintenance policy page add changelog fix spec failure Allow promoting project milestones to group milestones fix specs Be able to bundle gems with newer rubies Upgrade Ruby to 2.3.5 fixed up upload feature after master merge fix missing issue assignees Migrate Gitlab::Git::Wiki#delete_page to Gitaly Enable eslint Make `#hashed_storage?` require feature argument Adds callback function to inital cluster request Fix example typo. Upload files through the multi-file editor get branch name from the DOM Resolve "Convert autosize.js library to be a Yarn managed library" ...