summaryrefslogtreecommitdiff
path: root/.gitlab
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Remove redundant "Type of issue" headingVictor Zagorodny2019-03-261-1/+1
|
* Add issue template for database reviewerAndreas Brandl2019-03-201-0/+32
|
* Fix test-plan label in the templateSanad Liaquat2019-03-181-1/+1
|
* Update feature proposal template with "Intended users"Sarah Voegeli2019-03-121-25/+3
|
* Fixed placeholder text in feature proposal issue templateJeremy Watson2019-02-271-1/+1
|
* Added permissions section to issue template [CE]Jeremy Watson2019-02-271-0/+4
|
* update persona links issue templateDimitrie Hoekstra2019-02-261-7/+7
|
* Add task for adding links to the sec release issueHeinrich Lee Yu2019-02-261-0/+1
|
* Merge branch 'master' into 'template-improvements-for-documentation'Mike Lewis2019-02-182-4/+4
|\ | | | | | | # Conflicts: # .gitlab/merge_request_templates/Documentation.md
| * Update custom MR templates for gitlab-ceTakuya Noguchi2019-02-163-5/+5
| | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | Merge branch 'master' into 'template-improvements-for-documentation'Mike Lewis2019-02-113-24/+51
|\ \ | |/ | | | | # Conflicts: # .gitlab/issue_templates/Feature proposal.md
| * Fix incorrect stable branch name for templatesfix-stable-branch-prefixYorick Peterse2019-02-062-2/+2
| | | | | | | | | | | | In https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24962 the stable branches were incorrectly changed to `stable-X-Y`. This commit fixes this so we correctly use `X-Y-stable`.
| * Remove requirement to target security branchesYorick Peterse2019-02-062-6/+8
| | | | | | | | | | | | | | | | | | | | This removes the requirement and any mention of targeting security branches when working on security releases. The release process documentation changes for these CE changes can be found in merge request https://gitlab.com/gitlab-org/release/docs/merge_requests/97. The proposal to remove security branches was approved in https://gitlab.com/gitlab-org/release/framework/issues/165#note_138139016.
| * Fix comment typo in feature proposal issue templateVictor Zagorodny2019-02-061-1/+1
| |
| * Author is Developer in sec. release MR templateMarin Jankovski2019-02-051-2/+2
| |
| * Merge branch 'mj/security-release-process' into 'master'Robert Speicher2019-01-303-20/+45
| |\ | | | | | | | | | | | | | | | | | | Create security release MR template Closes gitlab-org/release/framework#168, gitlab-org/release/framework#166, and gitlab-org/release/framework#167 See merge request gitlab-org/gitlab-ce!24725
| | * Address docs review feedbackMarin Jankovski2019-01-291-3/+3
| | |
| | * Create security release MR templateMarin Jankovski2019-01-283-20/+45
| | | | | | | | | | | | Improve existing issue templates for security releases
* | | Update labels in Type of issue sectiontemplate-improvements-for-documentationMike Lewis2019-02-081-16/+7
| | |