该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 10月 20, 2023
-
-
由 Peter Leitzen 创作于
Danger defines its own `fail` method which caused false positives and forced inline disables.
-
- 9月 11, 2023
-
-
由 charlie ablett 创作于
- Mention group - Label support
-
- 9月 07, 2023
-
-
- Mention group - Label support
-
- 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.
-
- 7月 27, 2023
-
-
由 Jennifer Li 创作于
-
- 7月 21, 2023
-
-
由 Matt Kasa 创作于
Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/419001
-
- 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
-
由 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.
-
- 4月 19, 2023
-
-
由 Steve Abrams 创作于
- Skip database warnings - Skip product intelligence review - Skip data team warnings
-
- 9月 10, 2022
-
-
由 Alex Ives 创作于
-
- 6月 30, 2022
-
-
由 Alex Ives 创作于
Because of limited capacity, the migration testing pipeline is still manual only. As a result, I'm adding a reminder to the danger message so that folks kick off the testing pipeline. Also deduplicates database files and fixes docs review for database docs Relates to https://gitlab.com/gitlab-org/gitlab/issues/328367
-
- 3月 23, 2022
-
-
由 Rémy Coutable 创作于
This will reduce the boilerplate code. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 2月 28, 2022
-
-
由 Rémy Coutable 创作于
Changelog: other Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 12月 03, 2021
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 10月 27, 2021
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 9月 29, 2021
-
-
Please refer to https://gitlab.com/gitlab-org/gitlab/-/issues/341758 for details. Changelog: changed EE: true
-
- 7月 13, 2021
-
-
由 Tiger 创作于
-
- 5月 04, 2021
-
-
由 Rémy Coutable 创作于
This opens up the possibility to actually re-use Danger rules accross projects. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
由 Heinrich Lee Yu 创作于
This reverts merge request !58130
-
- 4月 28, 2021
-
-
由 Rémy Coutable 创作于
This opens up the possibility to actually re-use Danger rules accross projects. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 3月 12, 2021
-
-
由 Rémy Coutable 创作于
The gem provides helpers that can be reused by multiple projects. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 11月 24, 2020
-
-
由 Doug Stull 创作于
- for db changes we should always be in non ee.
-
- 9月 04, 2020
-
-
由 Arturo Herrero 创作于
Changes introduced in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/40641 cause this error: undefined method has_database_scoped_labels? from danger/database/Dangerfile:62
-
由 Rémy Coutable 创作于
I realized since we already detect the category of changes, we can easily apply the relevant "specialization" labels based on that. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 3月 22, 2020
-
-
由 Andreas Brandl 创作于
Relates to https://gitlab.com/gitlab-org/gitlab/issues/29465
-
- 3月 05, 2020
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 12月 27, 2019
-
-
由 Toon Claes 创作于
Add some extra checkboxes to the database MR template, e.g. ask author to add SQL and query plan to the description.
-
- 11月 27, 2019
-
-
由 Marcel Amirault 创作于
-
- 9月 18, 2019
-
-
由 Yorick Peterse 创作于
This changes any mention of gitlab-ce to gitlab-foss, and any mention of gitlab-ee to just gitlab.
-
- 9月 06, 2019
-
-
由 Ash McKenzie 创作于
This class encapsulates our use of the Danger gem.
-
由 Ash McKenzie 创作于
This class encapsulates our use of the Danger gem.
-
由 Ash McKenzie 创作于
This reverts merge request !16168
-
由 Ash McKenzie 创作于
This reverts merge request !32196
-
由 Ash McKenzie 创作于
Convert a bunch of Danger rules so they can run locally.
-
由 Ash McKenzie 创作于
Convert a bunch of Danger rules so they can run locally.
-
- 7月 20, 2019
-
- 7月 05, 2019
-
-
由 Toon Claes 创作于
Stop using two separate lists for the conditions which files require a database review. Related discussion: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/30156#note_187732053
-
- 6月 17, 2019
-
-
由 Yorick Peterse 创作于
This backports all EE schema changes to CE, including EE migrations, ensuring both use the same schema. == Updated tests A spec related to ghost and support bot users had to be modified to make it pass. The spec in question assumes that the "support_bot" column exists when defining the spec. In the single codebase setup this is not the case, as the column is backported in a later migration. Any attempt to use a different schema version or use of "around" blocks to conditionally disable specs won't help, as reverting the backport migration would also drop the "support_bot" column. Removing the "support_bot" tests entirely appears to be the only solution. We also need to update some foreign key tests now that we have backported the EE columns. Fortunately, these changes are very minor. == Backporting migrations This commit moves EE specific migrations (except those for the Geo tracking database) and related files to CE, and also removes any traces of the ee/db directory. Some migrations had to be modified or removed, as they no longer work with the schema being backported. These migrations were all quite old, so we opted for removing them where modifying them would take too much time and effort. Some old migrations were modified in EE, while also existing in CE. In these cases we took the EE code, and in one case removed them entirely. It's not worth spending time trying to merge these changes somehow as we plan to remove old migrations around the release of 12.0, see https://gitlab.com/gitlab-org/gitlab-ce/issues/59177 for more details.
-
由 Yorick Peterse 创作于
This backports all EE schema changes to CE, including EE migrations, ensuring both use the same schema. == Updated tests A spec related to ghost and support bot users had to be modified to make it pass. The spec in question assumes that the "support_bot" column exists when defining the spec. In the single codebase setup this is not the case, as the column is backported in a later migration. Any attempt to use a different schema version or use of "around" blocks to conditionally disable specs won't help, as reverting the backport migration would also drop the "support_bot" column. Removing the "support_bot" tests entirely appears to be the only solution. We also need to update some foreign key tests now that we have backported the EE columns. Fortunately, these changes are very minor. == Backporting migrations This commit moves EE specific migrations (except those for the Geo tracking database) and related files to CE, and also removes any traces of the ee/db directory. Some migrations had to be modified or removed, as they no longer work with the schema being backported. These migrations were all quite old, so we opted for removing them where modifying them would take too much time and effort. Some old migrations were modified in EE, while also existing in CE. In these cases we took the EE code, and in one case removed them entirely. It's not worth spending time trying to merge these changes somehow as we plan to remove old migrations around the release of 12.0, see https://gitlab.com/gitlab-org/gitlab-ce/issues/59177 for more details.
-
- 10月 22, 2018
-
-
由 Lukas Eipert 创作于
Danger apparently has three different objects which could contain files you often want to check: - git.added_files - git.modified_files - git.renamed_files The problem: If a file is renamed, `modified_files` contains the file path before the rename. In some Danger checks we use `added_files` + `modified_files`, which might contain the deleted paths of renamed files, but missing the new paths of renamed files. So we need to consider `renamed_files` as well.
-