Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disallow the review-deploy and review-qa-smoke jobs to faildisallow-review-deploy-to-fail | Rémy Coutable | 2019-05-15 | 1 | -3/+2 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Upgrade Ruby version to 2.6.3sh-upgrade-ruby-2.6.3-ce | Stan Hu | 2019-05-08 | 7 | -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 Hu | 2019-05-06 | 1 | -0/+41 |
|\ | | | | | | | | | Add issue template for refactorings See merge request gitlab-org/gitlab-ce!27889 | ||||
| * | Add issue template for refactoringswinh-refactoring-issue-template-docs | Winnie Hellmann | 2019-04-30 | 1 | -0/+41 |
| | | |||||
* | | Add Mayra Cabrera to codeowners | Mayra Cabrera | 2019-05-06 | 1 | -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 stage | Rémy Coutable | 2019-05-06 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Use PostgreSQL 10.7use-pg-10.7 | Balasankar "Balu" C | 2019-05-02 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com> | ||||
* | | Update ENV vars syntax for reports.ci.yml | Victor Zagorodny | 2019-05-02 | 1 | -8/+46 |
| | | |||||
* | | Escape the usernames to avoid mentions | Toon Claes | 2019-05-02 | 1 | -3/+5 |
|/ | | | | | Avoid people and groups getting mentioned unintentionally by surrounding the names with backticks. | ||||
* | Upgrade CI images to use Chrome V73 | Stan Hu | 2019-04-28 | 2 | -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:visual | Peter Leitzen | 2019-04-26 | 1 | -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 cleanup | Rémy Coutable | 2019-04-26 | 1 | -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 jobs | Rémy Coutable | 2019-04-24 | 4 | -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-Shin | 2019-04-19 | 1 | -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-twice | Rémy Coutable | 2019-04-19 | 1 | -1/+1 |
| | | | | | | | | | | | | Ensure that the cleanup starts right away. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | Retry the review-deploy job twice | Rémy Coutable | 2019-04-19 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Merge branch ↵ | Grzegorz Bizon | 2019-04-19 | 1 | -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 syntax | Matija Čupić | 2019-04-17 | 1 | -1/+1 |
| | | |||||
* | | Update review.gitlab-ci.yml to fix review-stop | Marcel Amirault | 2019-04-18 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'always-save-gitlab-ui-visual-artifacts' into 'master' | Phil Hughes | 2019-04-18 | 1 | -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-artifacts | Rémy Coutable | 2019-04-17 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | Merge branch 'retry-review-qa-smoke-job' into 'master' | Lin Jen-Shin | 2019-04-18 | 1 | -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-job | Rémy Coutable | 2019-04-17 | 1 | -1/+1 |
| |/ / | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | Retry twice the system, API and unknown failures | Rémy Coutable | 2019-04-17 | 1 | -1/+1 |
|/ / | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Add docs exceptions to CI | Marcel Amirault | 2019-04-17 | 1 | -3/+3 |
|/ | |||||
* | Test using Git 2.21 | Zeger-Jan van de Weg | 2019-04-16 | 2 | -3/+3 |
| | | | | | Given Rails doesn't use the Git binary anymore, this shouldn't be a problem. | ||||
* | Refactor .gitlab-ci.yml | Kamil Trzciński | 2019-04-15 | 11 | -0/+1147 |
| | |||||
* | Add @ashmckenzie to backend CODEOWNERS3353-trainee-backend-maintainer-ash-mckenzie-update-codeowners | Ash McKenzie | 2019-04-10 | 1 | -2/+2 |
| | |||||
* | Add testing to feature proposal template | Mark Lapierre | 2019-04-04 | 1 | -0/+4 |
| | |||||
* | Add @mkozono to backend CODEOWNERSmk/add-mkozono-to-backend-codeowners | Michael Kozono | 2019-04-03 | 1 | -2/+2 |
| | |||||
* | Update the MR template for security MRs | Yorick Peterse | 2019-03-27 | 1 | -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" heading | Victor Zagorodny | 2019-03-26 | 1 | -1/+1 |
| | |||||
* | Add issue template for database reviewer | Andreas Brandl | 2019-03-20 | 1 | -0/+32 |
| | |||||
* | Fix test-plan label in the template | Sanad Liaquat | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | Update feature proposal template with "Intended users" | Sarah Voegeli | 2019-03-12 | 1 | -25/+3 |
| | |||||
* | Fixed placeholder text in feature proposal issue template | Jeremy Watson | 2019-02-27 | 1 | -1/+1 |
| | |||||
* | Added permissions section to issue template [CE] | Jeremy Watson | 2019-02-27 | 1 | -0/+4 |
| | |||||
* | update persona links issue template | Dimitrie Hoekstra | 2019-02-26 | 1 | -7/+7 |
| | |||||
* | Add task for adding links to the sec release issue | Heinrich Lee Yu | 2019-02-26 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into 'template-improvements-for-documentation' | Mike Lewis | 2019-02-18 | 2 | -4/+4 |
|\ | | | | | | | # Conflicts: # .gitlab/merge_request_templates/Documentation.md | ||||
| * | Update custom MR templates for gitlab-ce | Takuya Noguchi | 2019-02-16 | 3 | -5/+5 |
| | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> | ||||
* | | Merge branch 'master' into 'template-improvements-for-documentation' | Mike Lewis | 2019-02-11 | 3 | -24/+51 |
|\ \ | |/ | | | | | # Conflicts: # .gitlab/issue_templates/Feature proposal.md | ||||
| * | Fix incorrect stable branch name for templatesfix-stable-branch-prefix | Yorick Peterse | 2019-02-06 | 2 | -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 branches | Yorick Peterse | 2019-02-06 | 2 | -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 template | Victor Zagorodny | 2019-02-06 | 1 | -1/+1 |
| | | |||||
| * | Author is Developer in sec. release MR template | Marin Jankovski | 2019-02-05 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'mj/security-release-process' into 'master' | Robert Speicher | 2019-01-30 | 3 | -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 feedback | Marin Jankovski | 2019-01-29 | 1 | -3/+3 |
| | | | |||||
| | * | Create security release MR template | Marin Jankovski | 2019-01-28 | 3 | -20/+45 |
| | | | | | | | | | | | | Improve existing issue templates for security releases | ||||
* | | | Update labels in Type of issue sectiontemplate-improvements-for-documentation | Mike Lewis | 2019-02-08 | 1 | -16/+7 |
| | | |