Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'docs/use-ref-slug-for-docs-review' into 'master' | Rémy Coutable | 2018-07-05 | 1 | -3/+3 |
|\ | | | | | | | | | Refactor the review-docs workflow See merge request gitlab-org/gitlab-ce!20365 | ||||
| * | Simplify downstream branch name | Achilleas Pipinellis | 2018-07-05 | 1 | -1/+1 |
| | | |||||
| * | Use CI_COMMIT_REF_SLUG for the env URL in review-docs jobs | Achilleas Pipinellis | 2018-07-04 | 1 | -2/+2 |
| | | |||||
* | | Update the cloud-native trigger call in the UI | DJ Mountney | 2018-07-05 | 1 | -4/+2 |
| | | |||||
* | | Fix 'only' regex for the review-docs job | Achilleas Pipinellis | 2018-07-04 | 1 | -3/+2 |
| | | |||||
* | | Run the review-docs jobs for gitlab-org repos only | Achilleas Pipinellis | 2018-07-03 | 1 | -1/+4 |
|/ | |||||
* | Document how the new automatic review apps for docs work | Achilleas Pipinellis | 2018-06-25 | 1 | -1/+1 |
| | | | | | This was missed from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20130 | ||||
* | Always run review app for docs-only branches | Achilleas Pipinellis | 2018-06-25 | 1 | -18/+31 |
| | |||||
* | use eslint config parameter instead of sedleipert-proper-eslint-report | Lukas Eipert | 2018-06-16 | 1 | -2/+0 |
| | | | | eslint has the possibility to ignore inline config `no-inline-config`, so we should use that | ||||
* | Move the trigger-build script into one location to serve both omnibus and ↵refactor-trigger-build-script | Marin Jankovski | 2018-06-14 | 1 | -2/+2 |
| | | | | cloud-native triggers. | ||||
* | Add CI job to check Gemfile.rails5.lock | blackst0ne | 2018-06-12 | 1 | -0/+7 |
| | |||||
* | set max_old_space_size to 3.5 GB for compile-assets job | Lukas Eipert | 2018-06-11 | 1 | -0/+7 |
| | |||||
* | Bump Google Chrome to V67 | Stan Hu | 2018-06-08 | 1 | -1/+1 |
| | |||||
* | use build image with picturemagick | Alexis Reigel | 2018-06-06 | 1 | -1/+1 |
| | |||||
* | Merge branch 'sh-bump-ruby-2.4' into 'master' | Stan Hu | 2018-06-01 | 1 | -3/+3 |
|\ | | | | | | | | | Upgrade to Ruby 2.4.4 See merge request gitlab-org/gitlab-ce!19055 | ||||
| * | Upgrade to Ruby 2.4.4sh-bump-ruby-2.4 | Stan Hu | 2018-05-29 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes that make this work: * A change in Ruby (https://github.com/ruby/ruby/commit/ce635262f53b760284d56bb1027baebaaec175d1) requires passing in the exact required length for OpenSSL keys and IVs. * Ensure the secrets.yml is generated before any prepended modules are loaded. This is done by renaming the `secret_token.rb` initializer to `01_secret_token.rb`, which is a bit ugly but involves the least impact on other files. | ||||
* | | Consider we might have prefix for stable branches | Lin Jen-Shin | 2018-05-30 | 1 | -1/+1 |
|/ | |||||
* | Upgrade cache key to be clear that Debian Stretch is being used | Stan Hu | 2018-05-29 | 1 | -2/+2 |
| | | | | | | This fixes build errors caused by a stale cache since the new Docker image upgraded from Debian Jessie to Stretch, which shipped an updated version of OpenSSL. | ||||
* | Set GIT_DEPTH to 1 to speed up cloning for the cloud images triggeruse-git-depth-1-on-cng-trigger | DJ Mountney | 2018-05-22 | 1 | -0/+2 |
| | |||||
* | Merge branch 'dz-no-ee-check' into 'master' | Rémy Coutable | 2018-05-22 | 1 | -0/+12 |
|\ | | | | | | | | | | | | | Add check for top-level ee directory in CE repo Closes #46239 See merge request gitlab-org/gitlab-ce!19062 | ||||
| * | Add check for top-level ee directory in CE repo | Dmitriy Zaporozhets | 2018-05-21 | 1 | -0/+12 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Merge branch 'rc/improve-single-script-jobs-ci-config' into 'master' | Grzegorz Bizon | 2018-05-21 | 1 | -29/+30 |
|\ \ | | | | | | | | | | | | | Improve the single-script jobs CI config See merge request gitlab-org/gitlab-ce!19040 | ||||
| * | | Improve the single-script jobs CI configrc/improve-single-script-jobs-ci-config | Rémy Coutable | 2018-05-21 | 1 | -29/+30 |
| |/ | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Use defaults for retrytrigger-cng-image | DJ Mountney | 2018-05-18 | 1 | -2/+1 |
| | | | | | | | | And use a supported syntax for ignoring docs during gem install | ||||
* | | Build cloud native images on tags | DJ Mountney | 2018-05-17 | 1 | -0/+19 |
|/ | | | | | | | | | | | | | | | | When on a tag, trigger a multi-project pipeline in the CNG repostiory. Opting for a trigger rather than an addition to our release-tools project for a few reasons: - The Dockerfiles in the CNG image repo change infrequently, and as a result I don't feel the need/overhead for stable branches in that repo at this time - My intent with the CNG repo, is that once stable, the Dockerfiles would actualy move to their component projects, to be versioned with the code they are building - It is likely that we will want to followup with a manually triggered package for branches for devs, and possibly review apps, so it made sense to build the CNG ci jobs to accept this sort of pipeline. | ||||
* | Grant privileges after database is createdce-5980-add-ce-upgrade-ee-test | Lin Jen-Shin | 2018-05-16 | 1 | -2/+1 |
| | | | | Never drop the database when granting privileges | ||||
* | Only setup db in the first checkout! | Lin Jen-Shin | 2018-05-16 | 1 | -1/+2 |
| | |||||
* | Merge branch 'blackst0ne-remove-spinach' into 'master' | Rémy Coutable | 2018-05-15 | 1 | -172/+124 |
|\ | | | | | | | | | | | | | Remove Spinach Closes #23036 See merge request gitlab-org/gitlab-ce!18869 | ||||
| * | Increase rspec jobs up to 30 | blackst0ne | 2018-05-14 | 1 | -115/+123 |
| | | |||||
| * | Clean up gitlab-ci.yml | blackst0ne | 2018-05-14 | 1 | -57/+1 |
| | | |||||
* | | Fix gitaly-ruby bundle poisoning in CI | Jacob Vosmaer (out of office May 10-14) | 2018-05-14 | 1 | -0/+2 |
|/ | |||||
* | Don't run JS lint for QA either | Lin Jen-Shin | 2018-04-27 | 1 | -1/+1 |
| | |||||
* | Introduce dedicated-no-docs-and-no-qa-pull-cache-job | Lin Jen-Shin | 2018-04-27 | 1 | -6/+10 |
| | | | | and skip db related jobs for QA branches | ||||
* | Fix rubocop offense and enable jobs for qa | Lin Jen-Shin | 2018-04-27 | 1 | -1/+1 |
| | | | | We could revisit which we don't want to run in qa. | ||||
* | Fix timeouts of end-to-end tests with GitLab QA | Grzegorz Bizon | 2018-04-25 | 1 | -1/+0 |
| | |||||
* | Downgrade MySQL CI service from 8.0 to 5.7 | Stan Hu | 2018-04-20 | 1 | -1/+1 |
| | | | | | | | | MySQL 8.0 made the default authentication mode `caching_sha2_password`, and this breaks our CI builds at the moment. Downgrade until we can figure out how to support this. Closes #45606 | ||||
* | Bump CI to use Chrome V65 and ChromeDriver 2.36 | Stan Hu | 2018-04-18 | 1 | -1/+1 |
| | |||||
* | Use stable docker image instead of latest | Philippe Lafoucrière | 2018-04-13 | 1 | -1/+1 |
| | |||||
* | Fix scripts/prune-old-flaky-specs requires Bundler to run | Rémy Coutable | 2018-04-11 | 1 | -2/+2 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Introduce scripts/prune-old-flaky-specs to prune outdated flaky specs from ↵ | Rémy Coutable | 2018-04-10 | 1 | -0/+1 |
| | | | | | | the report Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Update Security Products jobs definitions | Olivier Gonzalez | 2018-04-10 | 1 | -4/+38 |
| | |||||
* | Bump ruby 2.3.6 cache key and source installation docssh-bump-ruby-and-git-image-ci | Stan Hu | 2018-04-09 | 1 | -2/+2 |
| | |||||
* | Bump Ruby to 2.3.7 and git to 2.17.0 in CI image | Stan Hu | 2018-04-07 | 1 | -1/+1 |
| | |||||
* | Merge branch ↵ | Robert Speicher | 2018-04-05 | 1 | -3/+0 |
|\ | | | | | | | | | | | | | | | | | '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 | ||||
| * | Don't run RuboCop nor ESLint checks in the codequality job as this is ↵44978-consider-removing-rubocop-and-eslint-from-codeclimate-yml | Rémy Coutable | 2018-04-04 | 1 | -3/+0 |
| | | | | | | | | | | | | already done by the static-analysis job Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Fix the coverage job by making it download the artifacts from all the ↵44710-coverage-information-for-this-repo-is-wrong | Rémy Coutable | 2018-04-05 | 1 | -1/+7 |
| | | | | | | | | | | | | previous jobs Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | [Rails5] Add rails5 jobs to gitlab-ci.yml | blackst0ne | 2018-04-05 | 1 | -0/+95 |
|/ | |||||
* | Use standard codequality job | Olivier Gonzalez | 2018-04-04 | 1 | -6/+8 |
| | |||||
* | Merge branch ↵ | Rémy Coutable | 2018-04-03 | 1 | -0/+3 |
|\ | | | | | | | | | | | | | | | | | '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 | ||||
| * | Don't set the tag for the job since it needs44254-codequality-jobs-are-failing-silently-with-an-empty-codeclimate-json-file | Rémy Coutable | 2018-04-03 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> |