- Nov 19, 2024
-
-
Lee Tickett authored
- Assign the author to the merge request as part of the template configuration.
-
- Aug 20, 2024
-
-
Ben Bodenmiller authored
Fix references to the label ~workflow::ready to review so that it can be cut and pasted.
-
- Jun 17, 2024
-
-
João Alexandre Cunha authored
The documentation moved to another place
-
- Nov 29, 2023
-
-
Mayra Cabrera authored
Related to https://gitlab.com/gitlab-org/release-tools/-/merge_requests/2805/
-
- Nov 17, 2023
-
-
Steve Abrams authored
-
- Nov 02, 2023
-
-
Clemens Beck authored
Changes the enablement section labels to core platform in support of the recent name change. See https://gitlab.com/gitlab-com/www-gitlab-com/-/merge_requests/129180
-
- Oct 17, 2023
-
-
Steve Abrams authored
Updates process to add security-target label and removes step to link directly to the security tracking issue. Related https://gitlab.com/gitlab-com/gl-infra/delivery/-/issues/19680
-
- Sep 25, 2023
-
-
DJ Mountney authored
- Create two scopes, build and cookbooks - Add some optional sections for reviewers who won't be maintainers, but are good suggestions for reviewers - Allow any maintainers to merge docs
-
- Aug 08, 2023
-
-
João Alexandre Cunha authored
-
- Aug 01, 2023
-
-
Andrew Patterson authored
Added documentation on how to upgrade and test software components.
-
- Jun 15, 2023
-
-
Nailia Iskhakova authored
Signed-off-by:
Nailia Iskhakova <niskhakova@gitlab.com>
-
- Jun 06, 2023
-
-
Evan Read authored
-
- Mar 15, 2023
-
-
João Cunha authored
- Makes it clearer the expectations regarding the manual jobs that need to be executed. - Makes it clearer what is the expectation regarding the GitLab.com pipeline.
-
- Mar 17, 2023
-
-
Mayra Cabrera authored
Add a merge request template to be used when backporting bug fixes into Omnibus stable branches. Related to https://gitlab.com/gitlab-com/gl-infra/delivery/-/issues/2886 and to https://gitlab.com/gitlab-com/gl-infra/delivery/-/issues/2890
-
- Mar 06, 2023
-
-
Mitchell Nielsen authored
Renames 'General Change.md' to 'Default.md' so it is automatically used as the default merge request description. Related documentation: https://docs.gitlab.com/ee/user/project/description_templates.html#supported-variables-in-merge-request-templates This ensures that the '%{first_multiline_commit}' variable works as expected, given the note in the documentation: > This feature is available only for the default template. The [default template docs](https://docs.gitlab.com/ee/user/project/description_templates.html#set-a-default-template-for-merge-requests-and-issues) state that the file needs to be named 'Default.md' (case insensitive).
-
- Feb 23, 2023
-
-
Mitchell Nielsen authored
Uses `%{first_multiline_commit}` to include the first multiline commit in the MR description. Docs: https://docs.gitlab.com/ee/user/project/description_templates.html#supported-variables-in-merge-request-templates
-
- Sep 21, 2022
-
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-com/www-gitlab-com/-/issues/13984
-
- Aug 16, 2022
-
-
Achilleas Pipinellis authored
-
- Aug 10, 2022
-
-
Amy Qualls authored
Add the maintenance-related labels to the docs template in this repo, to help get better default data.
-
- Jun 03, 2022
-
-
Robert Marshall authored
- Change Omnibus GitLab project files to use the new devops::systems label instead of devops::enablement Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
- May 12, 2022
-
-
Robert Marshall authored
- Add a merge request template for configuration deprecation tasks Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
- Apr 28, 2022
-
-
Dustin Collins authored
Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6733 Changelog: removed
-
- Apr 27, 2022
-
-
Marcel Amirault authored
-
- Apr 21, 2022
-
-
Andrew Kelly authored
-
- Mar 08, 2022
-
-
Balasankar 'Balu' C authored
- Explicitly call out that testing builds on dev requires a manual push to trigger the pipelines in the merge request template checklist Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Mar 03, 2022
-
-
Robert Marshall authored
- When we review new configuration options, the merge request template should ensure we ask questions around what are the expected values to make sure it's covered in the review process. Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/5935 Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
- Dec 20, 2021
-
-
Ben Prescott @bprescott_↙ ☺ authored
-
- Oct 06, 2021
-
-
Kenneth Chu authored
-
- Jul 06, 2021
-
-
Ben Bodenmiller authored
-
- Aug 23, 2021
-
-
Suzanne Selhorn authored
-
- Jul 06, 2021
-
-
Evan Read authored
-
- Jun 25, 2021
-
-
Achilleas Pipinellis authored
-
- Jun 23, 2021
-
-
Craig Norris authored
-
- May 25, 2021
-
-
Yorick Peterse authored
The field is called "tag_regex", not "tag_format". This lead to some Omnibus releases not having a changelog, as the API would use the incorrect starting point for the range of commits to include.
-
- May 24, 2021
-
-
Mayra Cabrera authored
Adjusts security merge request template to use the new changelog workflow. Related to https://gitlab.com/gitlab-com/gl-infra/delivery/-/issues/1767
-
- Mar 26, 2021
-
-
Yorick Peterse authored
This allows us to handle the Omnibus tag format, which isn't compliant with semantic versioning. We filter out CE tags as we don't need them to determine a changelog commit range, as no changelog commits are introduced between creating the CE and EE tags. See https://gitlab.com/gitlab-com/gl-infra/delivery/-/issues/1551 for more information.
-
- Mar 10, 2021
-
-
Marcel Amirault authored
-
- Mar 02, 2021
-
-
Yorick Peterse authored
This adds support for specifying a custom merge request link for changelogs, using the trailer "MR". While the value can technically be both a link and a Markdown reference, I strongly suggest we use regular links. Regular links are easier to work with from the terminal, and will work across mirrors (unlike short references such as !123). See https://gitlab.com/gitlab-com/gl-infra/delivery/-/issues/1551 for more information.
-
- Feb 16, 2021
-
-
Yorick Peterse authored
This adds the configuration for generating changelogs using the GitLab API, and extends Danger to suggest using this new setup. See https://gitlab.com/gitlab-com/gl-infra/delivery/-/issues/1551 for more information.
-
- Feb 12, 2021
-
-
Evan Read authored
-