该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 3月 11, 2025
-
-
由 Maxime Orefice 创作于
-
- 3月 10, 2025
-
-
由 Maxime Orefice 创作于
-
- 3月 08, 2025
-
-
由 Terri Chu 创作于
-
- 3月 05, 2025
-
-
由 Arturo Herrero 创作于
EE: true
-
- 3月 04, 2025
-
-
由 Maxime Orefice 创作于
-
- 2月 25, 2025
-
-
由 Dylan Griffith 创作于
In https://ops.gitlab.net/gitlab-com/database-team/gitlab-com-database-testing/-/jobs/17362259 we can see that after truncating our migration names for Housekeeper we are getting duplicate file names. This is because we have the following long migration names that share the same prefix: ``` BackfillProtectedEnvironmentApprovalRulesProtectedEnvironmentProjectId BackfillProtectedEnvironmentApprovalRulesProtectedEnvironmentGroupId ``` In order to work around this problem we should ensure that our truncated names always end up unique. We do this by taking a hash of the file name before truncating and appending this 5 digit number to the end of the file name. This should be a consistent hash so that each time we run Housekeeper we get the same name.
-
- 2月 12, 2025
-
-
由 Dylan Griffith 创作于
This reverts commit a3720f8b, reversing changes made to 5e3f7661.
-
- 2月 06, 2025
-
-
由 Max Fan 创作于
We will log response sizes over the GITLAB_LOG_DECOMPRESSED_RESPONSE_BYTESIZE if set
-
- 1月 23, 2025
-
-
由 Maxime Orefice 创作于
-
- 1月 06, 2025
-
-
由 Maxime Orefice 创作于
This commit fixes this keep when a migration has already be marked as finalized and does not create a new migration file for it.
-
- 1月 03, 2025
-
-
由 Terri Chu 创作于
-
- 12月 17, 2024
-
-
由 Paul Gascou-Vaillancourt 创作于
Moves the `Gitlab/DocUrl` cop to the `Gitlab/DocumentationLinks/HardcodedUrl` namespace.
-
- 12月 12, 2024
-
-
由 Michał Zając 创作于
-
- 12月 11, 2024
-
-
由 Maxime Orefice 创作于
This commit updates our rubocop configuration file automatically when running UpdateTableSizes keep. This way new table identified as large or over_limit will be prevented from adding new indexes or new columns to them.
-
- 12月 10, 2024
-
-
由 Abdul Wadood 创作于
We use the reviewer roulette when generating merge requests using housekeeper. Here we fix a bug where the role like `maintainer::backend` was being picked for another project like `customers-app`. Instead, we should be picking `maintainer::backend` for the `gitlab` project.
-
- 12月 04, 2024
-
-
由 Maxime Orefice 创作于
This commit adds a new keep to automatically updates table_size classification. It will be used in DB Lab clone to automatically update the table sizes in our database dictionaries.
-
- 11月 19, 2024
-
-
由 Furkan Ayhan 创作于
In the GitLab monolith codebase, we should use the `Gitlab::HTTP` wrapper instead of `Gitlab::HTTP_V2` because we need to pass options that are related to the GitLab instance setting.
-
- 11月 13, 2024
-
-
由 Maxime Orefice 创作于
This commit adds a new keep which will help to automate the conversion of our remaining integer columns to bigint.
-
- 11月 05, 2024
-
-
由 Leonardo da Rosa 创作于
It adds a new Housekeeper Keep to update workers data consistency from always to sticky. These changes aim to help with database resource saturation. https://gitlab.com/gitlab-org/gitlab/-/issues/462611 Changelog: changed
-
- 10月 25, 2024
-
-
由 Luke Duncalfe 创作于
Previously the keep would return changes sorted alphabetically by name of migration file. This change returns the changes by most to least overdue.
-
- 10月 17, 2024
-
-
由 Maxime Orefice 创作于
This commit introduces a new method to get upcoming milestones from a given date. This will be used to schedule migration in n+3 milestone.
-
- 10月 15, 2024
-
-
由 Terri Chu 创作于
-
- 9月 17, 2024
-
-
由 Terri Chu 创作于
-
- 9月 04, 2024
-
-
由 Alex Ives 创作于
Replace usages of MIN_SCHEMA_GITLAB_VERSION with data sourced from the upgrade_path.yml file. Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/481816
-
- 8月 31, 2024
-
-
由 Jennifer Li 创作于
-
- 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 创作于
-