summaryrefslogtreecommitdiff
path: root/.gitlab
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'qa-allow-review-jobs-to-fail' into 'master'Rémy Coutable2019-06-051-2/+2
|\ | | | | | | | | Allow the review-deploy and review-qa-* jobs to fail for now See merge request gitlab-org/gitlab-ce!29208
| * Allow the review-deploy and review-qa-* jobs to fail for nowRémy Coutable2019-06-051-2/+2
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge branch '10403-harden-against-gitlab-assets-compile-transient-failures' ↵Stan Hu2019-06-051-4/+4
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Harden gitlab:assets:compile against transient network failures Closes gitlab-ee#10403 See merge request gitlab-org/gitlab-ce!29211
| * | Harden gitlab:assets:compile against transient network failuresNick Thomas2019-06-051-4/+4
| | |
* | | Add yaml lintKamil Trzciński2019-06-057-17/+25
|/ / | | | | | | | | | | | | This commit adds CI job that validates all `*.yml` with `yamllint`. This commit fixes all offenses present in repository.
* | Add code owners for security templatesOlivier Gonzalez2019-06-051-0/+1
|/
* Adds issue template for feature flag roll outjej/add-feature-flag-roll-out-issue-templateJames Edwards-Jones2019-06-041-0/+43
|
* Generate knapsack report for review-qa-allMark Lapierre2019-06-031-0/+3
| | | | | | | | | | | | | | | | | | | | | | Add knapsack qa report and use it to run tests in parallel Use the RSpec runner with knapsack The way the Knapsack runner uses exec to start rspec seems incompatible with the way we expect it to work. Plus, it requires specifying KNAPSACK_TEST_DIR. Instead, we use knapsacks AllocatorBuilder to select the spec files to run, and then start rspec as normal, via RSpec::Core::Runner.run This also means we can incorporate tags. Let the job run automatically Include KNAPSACK_TEST_FILE_PATTERN in vars Check all defined knapsack env vars before requiring knapsack
* Merge branch 'tkuah-codeowners' into 'master'Mayra Cabrera2019-05-301-2/+2
|\ | | | | | | | | | | | | Add @tkuah to CODEOWNERS Closes gitlab-com/www-gitlab-com#3357 See merge request gitlab-org/gitlab-ce!28917
| * Add @tkuah to CODEOWNERStkuah-codeownersThong Kuah2019-05-301-2/+2
| | | | | | | | Re-sort alphabetically
* | Remove Google apt source from gitlab:assets:compile stepStan Hu2019-05-301-0/+1
|/ | | | | Chrome is already installed in this image, and the apt-get update is only used to install jq.
* Merge branch '62151-broken-master' into 'master'Kamil Trzciński2019-05-242-17/+73
|\ | | | | | | | | | | | | Fix MySQL CI jobs Closes #62156 and #62151 See merge request gitlab-org/gitlab-ce!28593
| * Fix MySQL CI jobsRémy Coutable2019-05-221-2/+24
| | | | | | | | | | | | [run mysql] Signed-off-by: Rémy Coutable <remy@rymai.me>
| * Revert "Merge branch 'revert-04c3c6dd' into 'master'"Rémy Coutable2019-05-222-15/+49
| | | | | | | | | | This reverts commit 744f1f2e7037f5c70c3168d9e2e89b1c327465d2, reversing changes made to c4d930e5f54e7da07c80cc028dfc0f5c08719146.
* | Merge branch 'bvl-reenable-code-owners' into 'master'Douwe Maan2019-05-231-2/+2
|\ \ | |/ |/| | | | | Re-enable codeowners See merge request gitlab-org/gitlab-ce!28585
| * Re-enable codeowners by moving the file backBob Van Landuyt2019-05-231-2/+2
| | | | | | | | And add myself as a ruby maintainer, since I forgot about that.
* | Move package-and-qa to review stage from qa stagemove-qa-and-package-to-reviewLin Jen-Shin2019-05-221-1/+1
|/ | | | This way even if review-deploy failed we can still run it.
* Fix typos in the whole gitlab-ce projectYoginth2019-05-201-2/+2
|
* Issue template grammar improvementsBrendan O'Leary 🐢2019-05-171-3/+3
|
* Disallow the review-deploy and review-qa-smoke jobs to faildisallow-review-deploy-to-failRémy Coutable2019-05-151-3/+2
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Upgrade Ruby version to 2.6.3sh-upgrade-ruby-2.6.3-ceStan Hu2019-05-087-10/+11
| | | | | | | Ruby 2.6 offers better performance and memory usage: https://www.rubyguides.com/2018/11/ruby-2-6-new-features/ Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/57323
* Merge branch 'winh-refactoring-issue-template-docs' into 'master'Stan Hu2019-05-061-0/+41
|\ | | | | | | | | Add issue template for refactorings See merge request gitlab-org/gitlab-ce!27889
| * Add issue template for refactoringswinh-refactoring-issue-template-docsWinnie Hellmann2019-04-301-0/+41
| |
* | Add Mayra Cabrera to codeownersMayra Cabrera2019-05-061-2/+2
| | | | | | | | | | Per the second step of: https://gitlab.com/gitlab-com/www-gitlab-com/issues/3351
* | Move the build-qa-image to the test stageRémy Coutable2019-05-061-1/+1
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Use PostgreSQL 10.7use-pg-10.7Balasankar "Balu" C2019-05-021-1/+1
| | | | | | | | Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
* | Update ENV vars syntax for reports.ci.ymlVictor Zagorodny2019-05-021-8/+46
| |
* | Escape the usernames to avoid mentionsToon Claes2019-05-021-3/+5
|/ | | | | Avoid people and groups getting mentioned unintentionally by surrounding the names with backticks.
* Upgrade CI images to use Chrome V73Stan Hu2019-04-282-2/+2
| | | | | Attempt to solve issues such as https://gitlab.com/gitlab-org/gitlab-ce/issues/60953.
* CI: Fix upload of screenshots in gitlab:ui:visualPeter Leitzen2019-04-261-1/+1
| | | | | | | | | | | | | | Before this commit uploading of screenshots failed with WARNING: tests/__image_snapshots__/: no matching files ERROR: No files to upload ERROR: Job failed: exit code 1 After this commit it works again Uploading artifacts... gitlab-ui/tests/__image_snapshots__/: found 90 matching files Uploading artifacts to coordinator... ok
* Improve Review Apps scheduled cleanupRémy Coutable2019-04-261-3/+2
| | | | | | By moving it to the `build` stage and adding `action: stop` to it. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Organize better Review Apps and QA jobsRémy Coutable2019-04-244-66/+68
| | | | | | | Also, play manual jobs once dependency jobs are done instead of polling for the dependent jobs to be finished. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'retry-review-deploy-twice' into 'master'Lin Jen-Shin2019-04-191-1/+2
|\ | | | | | | | | Retry the review-deploy job twice and make the Review App cleanup more efficient See merge request gitlab-org/gitlab-ce!27489
| * Make the Review App cleanup more efficientretry-review-deploy-twiceRémy Coutable2019-04-191-1/+1
| | | | | | | | | | | | Ensure that the cleanup starts right away. Signed-off-by: Rémy Coutable <remy@rymai.me>
| * Retry the review-deploy job twiceRémy Coutable2019-04-191-0/+1
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge branch ↵Grzegorz Bizon2019-04-191-1/+1
|\ \ | |/ |/| | | | | | | | | | | | | '58663-use-include-template-syntax-for-including-the-code-quality-job' into 'master' Resolve "Use include template syntax for including the Code Quality job" Closes #58663 See merge request gitlab-org/gitlab-ce!27448
| * Include CodeQuality with template syntaxMatija Čupić2019-04-171-1/+1
| |
* | Update review.gitlab-ci.yml to fix review-stopMarcel Amirault2019-04-181-1/+1
| |
* | Merge branch 'always-save-gitlab-ui-visual-artifacts' into 'master'Phil Hughes2019-04-181-0/+1
|\ \ | | | | | | | | | | | | Always save artifacts in the gitlab:ui:visual job See merge request gitlab-org/gitlab-ce!27469
| * | Always save artifacts in the gitlab:ui:visual jobalways-save-gitlab-ui-visual-artifactsRémy Coutable2019-04-171-0/+1
| | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | Merge branch 'retry-review-qa-smoke-job' into 'master'Lin Jen-Shin2019-04-181-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Retry twice the review-qa-smoke job See merge request gitlab-org/gitlab-ce!27470
| * | | Retry twice the review-qa-smoke jobretry-review-qa-smoke-jobRémy Coutable2019-04-171-1/+1
| |/ / | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | Retry twice the system, API and unknown failuresRémy Coutable2019-04-171-1/+1
|/ / | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Add docs exceptions to CIMarcel Amirault2019-04-171-3/+3
|/
* Test using Git 2.21Zeger-Jan van de Weg2019-04-162-3/+3
| | | | | Given Rails doesn't use the Git binary anymore, this shouldn't be a problem.
* Refactor .gitlab-ci.ymlKamil Trzciński2019-04-1511-0/+1147
|
* Add @ashmckenzie to backend CODEOWNERS3353-trainee-backend-maintainer-ash-mckenzie-update-codeownersAsh McKenzie2019-04-101-2/+2
|
* Add testing to feature proposal templateMark Lapierre2019-04-041-0/+4
|
* Add @mkozono to backend CODEOWNERSmk/add-mkozono-to-backend-codeownersMichael Kozono2019-04-031-2/+2
|
* Update the MR template for security MRsYorick Peterse2019-03-271-2/+6
| | | | | | | | | | | This makes two changes to the template: 1. EE MRs are now always required (see https://gitlab.com/gitlab-org/release/framework/issues/256 for a backstory). 2. We clarify that a release manager is not a suitable reviewer for security merge requests.