该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 3月 12, 2025
-
-
由 Nicholas Wittstruck 创作于
Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/517491 Changelog: added
-
- 3月 05, 2025
-
-
由 Jonas Larsen 创作于
-
由 George Koltsov 创作于
Update file-based Project/Group Import to remove import_file used to do the import to a cron job and not during the import process to allow future restarts of the process. Changelog: other
-
由 Patrick Bajao 创作于
We need a way to toggle this just in case and we don't need it enabled by default to self-managed instances.
-
由 Marius Bobin 创作于
Changelog: other
-
由 Luke Duncalfe 创作于
`Gitlab::Jira::Middleware` does not exist even in EE.
-
由 Rodrigo Tomonari 创作于
Update job to run more frequently to reduce the number of deleted file each time the job is executed. Changelog: fixed
-
由 Kinshuk Singh 创作于
relates to upgrading Claude model to 3.7 Sonnet
-
由 Peter Leitzen 创作于
Revert "Merge branch 'pedropombeiro/504963/replace-ci_runners-with-partitioned-table' into 'master'" This reverts merge request !182549
-
- 3月 04, 2025
-
-
由 Pedro Pombeiro 创作于
Add LFK on ci_running_builds/ci_runners Changelog: other
-
由 Nicholas Wittstruck 创作于
This MR adds a flag to the application settings for instance wide token prefixes. It also adds support for feed tokens as an example. Changelog: added Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/388379
-
由 Samantha Ming 创作于
This flags displays the filtered search for the project dependency list. This MR removes this FF. Changelog: changed EE: true
-
由 Yasutaka Kono 创作于
As group setting of 'Roles allowed to create projects' means minimum roles allowed to create projects, added minimum meanings to the setting. Also changed the order of the dropdown items from highest to lowest role. issue: https://gitlab.com/gitlab-org/gitlab/-/issues/507410
-
由 Niko Belokolodov 创作于
-
由 Kinshuk Singh 创作于
-
由 Darby Frey 创作于
-
由 Siddharth Asthana 创作于
Signed-off-by:
Siddharth Asthana <siddharthasthana31@gmail.com>
-
- 3月 03, 2025
-
-
由 Nikola Milojevic 创作于
- Fix breaking changes introduced by 0.28.0
-
由 Olaoluwa Oluro 创作于
This adds `organization_id` column to the `fork_networks` table to support sharding on Cells 1.0. It also provides an index to the newly added organization_id column. Changelog: added
-
由 Vasilii Iakliushin 创作于
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/517497 **Problem** The upper limit for merge request diffs version is missing. **Solution** * Stop creating new diffs versions after reaching the limit. * Display an error message to the user
-
由 Jacques 创作于
Removes the unused source editor FF + associated code Changelog: removed
-
由 James Liu 创作于
Subsequent commits will introduce a new repository-scoped API endpoint that returns repository health data from Gitaly. Add the corresponding Grape entity and Markdown documentation.
-
由 Shinya Maeda 创作于
-
由 Rahul Chanila 创作于
-
- 3月 02, 2025
-
-
由 Marc Shaw 创作于
MR: gitlab.com/gitlab-org/gitlab/-/merge_requests/182992 Changelog: fixed
-
- 3月 01, 2025
-
-
由 Stan Hu 创作于
ssrf_filter v1.0.8 patches `SSLSocket#hostname=` to protect against server side request forgery (SSRF) attacks. We do the same thing in `gems/gitlab-http/lib/hostname_override_patch.rb`, except ssrf_filter lazily patches the request upon first use with CarrierWave. When both patches are activated, the process fails to download the file and reports `stack level too deep`. Relates to https://gitlab.com/gitlab-com/gl-infra/production/-/issues/19348 Changelog: fixed
-
由 George Koltsov 创作于
Update file-based Project/Group Import to remove import_file used to do the import to a cron job and not during the import process to allow future restarts of the process. Changelog: other
-
由 Andrew Fontaine 创作于
This OS/arch combo is useful for testing on parallels, and some ARM64 windows machines do exist, although rare!
-
- 2月 28, 2025
-
-
由 Jack Chapman 创作于
-
由 Mehmet Emin INAC 创作于
Changelog: other
-
由 Marcos Rocha 创作于
Changelog: added EE: true
-
由 Timo Furrer 创作于
-
由 Diane Russel 创作于
We've replaced the `block_banned_user_normalized_email_reuse`, `limit_normalized_email_reuse`, and `auto_ban_via_detumbled_email` feature flags with a single check for the `enforce_email_subaddress_restrictions` application setting. Changelog: changed
-
由 Hinam Mehra 创作于
The feature flag has been enabled in production for 2 months now and we haven't noticed any issues. Hence, remove the feature flag and keep the new code. Changelog: added
-
由 michold 创作于
Replace license ci metric
-
由 Michael Hofer 创作于
-
- 2月 27, 2025
-
-
由 Aboobacker MK 创作于
Remove the feature flag pat_organization_filter as it is globally enabled Changelog: other
-
由 Kassio Borges 创作于
With the end goal of persisting user preferences on WorkItem lists, like sorting, we created WorkItems::UserPreference model. Now we're adding the basic read/write GraphQL actions for this model to be used by the frontend. Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/501712 Changelog: added
-