该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 7月 22, 2024
-
-
由 Arturo Herrero 创作于
-
- 7月 03, 2024
-
-
由 Abdul Wadood 创作于
We're using the housekeeper gem here to generate the `.rubocop_todo` files and create an MR. Run `bundle exec gitlab-housekeeper -d -k Keeps::GenerateRubocopTodos` to test out the changes locally.
-
- 6月 28, 2024
-
-
由 Terri Chu 创作于
Reduce branch name length Refactor description and link Divy MRs evenly to team members
-
- 6月 27, 2024
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 6月 26, 2024
-
-
由 Terri Chu 创作于
-
- 6月 13, 2024
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 6月 05, 2024
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 6月 04, 2024
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
由 Terri Chu 创作于
-
- 6月 03, 2024
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 5月 29, 2024
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
由 Madelein van Niekerk 创作于
-
- 5月 28, 2024
-
-
由 Jennifer Li 创作于
Add gdk start db to dry run instruction Update MR description
-
- 5月 21, 2024
-
-
由 Leonardo da Rosa 创作于
It generates migration to remove indexes as post migrations. It also remove the duplicated index from duplicate indexes list Changelog: changed
-
- 5月 17, 2024
-
-
由 Terri Chu 创作于
-
- 5月 04, 2024
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 5月 01, 2024
-
-
由 Terri Chu 创作于
Co-authored-by:
Madelein van Niekerk <mvanniekerk@gitlab.com>
-
- 4月 29, 2024
-
-
由 Dylan Griffith 创作于
The OverdueFinalizeBackgroundMigration keep is a script that is run in CI for generating merge requests to [finalize batched background migrations](https://docs.gitlab.com/ee/development/database/batched_background_migrations.html#finalize-a-batched-background-migration). Per our documentation we can only finalize a batched background migration added before the last "required stop" which is the minimum versin someone must upgrade to before they can upgrade to this version of the code. We were hardcoding that version in the keep before but now we have MIN_SCHEMA_GITLAB_VERSION which is exactly for this purpose we don't need to hardcode it anymore. We also changed from `<` to `<=` now that this version refers to the version of the last required stop rather than the first version after it.
-
- 4月 25, 2024
-
-
由 Dylan Griffith 创作于
Also extract some shared logic to Groups helper
-
- 4月 22, 2024
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 4月 16, 2024
-
-
由 Kerri Miller 创作于
-
由 Leonardo da Rosa 创作于
This keep uses test database to look for duplicated indexes and it creates each respective MR to drop each index. Changelog: added
-
- 4月 15, 2024
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
由 Peter Leitzen 创作于
Move RuboCop autocorrect call into a helper method so it's easier to reuse.
-
- 4月 11, 2024
-
-
由 Peter Leitzen 创作于
Pass existing logger instance to allow keeps to log.
-
- 4月 10, 2024
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
由 Rémy Coutable 创作于
This change will allow the `RelatedIssueFinder` class to detect the issue for the `AddQuarantineLabelsToRelatedIssue` processor in `triage-ops`. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 4月 08, 2024
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 4月 04, 2024
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 3月 16, 2024
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 3月 05, 2024
-
-
由 Manoj M J 创作于
-
- 2月 27, 2024
-
-
由 Dylan Griffith 创作于
This `force: true` option seems to generate the migration even if there is an existing migration with the exact same name. Additionally it deletes the existing migration with the same name. This is probably not something we ever intended to do so I'm removing it. At some point we may want to update this to skip finalizing a BBM if a migration with a matching name exists (or generate a guaranteed unique name) but it's not clear to me if we actually have a use case for this now. Also there are plans to be more strict about not re-using batched background migrations so possibly the matching name won't be very common in future.
-
- 2月 24, 2024
-
-
由 Dylan Griffith 创作于
The `gitlab-housekeeper` currently has a very simple implementation of automatically removing feature flags that are past their expected usage date. This MR introduces new functionality to `Keeps::DeleteOldFeatureFlags` where it looks for a `.patch` file matching the same name as the `.yml` file for the feature flag. If it exists it will apply the patch. The tool will be used to fully automate the developer workflow for removing feature flags. Instead of developers needing to remember to remove their feature flag later they can just add a `.patch` file when they first create the feature flag. Later on the `gitlab-housekeeper` will come along and clean it up for them.
-
- 2月 23, 2024
-
-
由 Dylan Griffith 创作于
This was not working for 2 reasons: 1. The YML file URL was pointing to the HTML version and was not returning valid YML. It's been updated to the raw path now. 2. The YML from this URL contains more keys than just `version` and `date` so we needed to ignore those other keys when constructing our `Struct`
-
- 2月 21, 2024
-
-
由 Peter Leitzen 创作于
Otherwise, we are seeing the following exception on Ruby 3.0: Failure/Error: actual_changes = keep.each_change(&:itself) ArgumentError: unknown keyword: :permitted_classes
-
- 2月 19, 2024
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-