该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 10月 20, 2023
-
-
由 Michael Kozono 创作于
-
- 10月 14, 2023
-
-
- added guidance and context suggestions.
-
- 9月 19, 2023
-
-
由 Grzegorz Bizon 创作于
-
- 9月 15, 2023
-
-
由 Leonardo da Rosa 创作于
This check detects the use of `remove_column` or `cleanup_concurrent_column_rename` and adds a comment to the changed lines, indicating the need for ignoring the columns in the proper model Changelog: changed
-
- 9月 11, 2023
-
-
由 charlie ablett 创作于
- Mention group - Label support
-
- 9月 07, 2023
-
-
- Mention group - Label support
-
- 8月 30, 2023
-
-
由 Miguel Rincon 创作于
This change removes `data-testid` warnings when tests have changed. The warnings are meant to prevent breakage when production code changes and the tests have not yet passed, not the other way around.
-
- 8月 22, 2023
-
-
由 Doug Stull 创作于
- sometimes roulette suggests a reviewer and by the time the author of the MR is ready to review, they are busy. This can be due to their limit on number of reviews they have assigned at once. We should add some verbiage to help guide MR authors to observe this.
-
- 8月 16, 2023
-
-
由 Doug Stull 创作于
- allows easy use of testid without having to remember syntax or recreate the setup of it. - mirrors the frontend helper concept
-
- 8月 11, 2023
-
-
由 Will Meek 创作于
-
- 8月 10, 2023
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 8月 09, 2023
-
-
由 Alex Ives 创作于
Fail the danger job if a merge request is missing the ~database-testing-automation and isn't on gitlab-org/gitlab branch label.
-
- 8月 02, 2023
-
-
由 Lin Jen-Shin 创作于
-
- 8月 01, 2023
-
-
由 Pavel Shutsin 创作于
Add a check to notify developers for possible implication of finalizing heavy data migration
-
- 7月 29, 2023
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 7月 27, 2023
-
-
由 Jennifer Li 创作于
-
- 7月 26, 2023
-
-
由 Abdul Wadood 创作于
This is a corrective action from a recent production incident that happen because new validations were added that prevented saving of existing records. This comment will nudge developers to think about the impact that the new validations will have on existing data.
-
- 7月 25, 2023
-
-
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 7月 21, 2023
-
-
由 Matt Kasa 创作于
Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/419001
-
- 7月 13, 2023
-
-
- Use correct group - Rename category role to remote_development_be
-
- 7月 04, 2023
-
-
由 Roy Liu 创作于
-
- 6月 27, 2023
-
-
由 Lin Jen-Shin 创作于
-
- 5月 28, 2023
-
- 5月 22, 2023
-
-
由 Peter Leitzen 创作于
This prevents errors like: [!] Invalid `Dangerfile` file: undefined method `present?' for Danger gem might fix the issue. Your Danger version: 8.6.1, latest Danger version: 9.3.0
-
由 Sebastian Rehm 创作于
-
由 Jon Jenkins 创作于
For all new added migrations, the timestamp is checked against current date and if it's older than three weeks, a warning is displayed in the Danger message.
-
- 5月 13, 2023
-
-
由 Sebastian Rehm 创作于
-
- 5月 04, 2023
-
-
由 Marius Bobin 创作于
New CI tables that reference large tables should be should be partitioned from the start.
-
-
- 4月 19, 2023
-
-
由 Steve Abrams 创作于
- Skip database warnings - Skip product intelligence review - Skip data team warnings
-
- 4月 18, 2023
-
-
由 Peter Leitzen 创作于
Also remove these file from RuboCop TODOs
-
由 Peter Leitzen 创作于
In order to add a suggestion you now need to: 1. Create a suggestion and specs 2. Add suggestion class to SUGGESTIONS constant 3. There is no step 3
-
- 4月 06, 2023
-
-
由 Eulyeon Ko 创作于
When making an update or change to the GraphQL API, the exiting, updated or new frontend components must remain - backwards-compatible with the existing version of the GraphQL API. MR authors and reviewers should be warned when they are changing both frontend and backend GraphQL code.
-
由 Erick Bajao 创作于
-
- 3月 31, 2023
-
-
由 Steve Abrams 创作于
Add a comment to MRs targeting stable branches on canonical when the package-and-test job fails
-
- 3月 03, 2023
-
-
由 Mayra Cabrera 创作于
The execution of package-and-test pipeline is required on merge request targeting stable branches as a way to guarantee the changes introduced are compliant from the Quality side. This is not necessary for documentation changes or for merge request fixing flaky failures, so in this case it's fine to skip the Danger message. This commit updates the stable branch checks to skip the package-and-test message on trivial merge requests with documentation changes only or with fixes for flaky failures. Related to https://gitlab.com/gitlab-com/gl-infra/delivery/-/issues/2839
-
- 3月 02, 2023
-
-
由 Mayra Cabrera 创作于
Danger checks include a QA one to verify if a QA selector was modified, and in this case, encourage the execution of the package-and-test pipeline. Stable branches automatically trigger the package-and-test pipeilne to guarantee changes are compliant from the Quality side. Because of the above, this commit removes the QA check from stable branches. Related to https://gitlab.com/gitlab-com/gl-infra/delivery/-/issues/2839
-
- 2月 23, 2023
-
-
由 Mayra Cabrera 创作于
Currently, the 'QA package-and-test' section in Danger appears to be part of the Reviewer Roulette (or the previous Danger section). This commit splits the QA into a dedicated Danger section. Related to https://gitlab.com/gitlab-com/gl-infra/delivery/-/issues/2839
-