该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 3月 12, 2025
-
-
由 Ethan Urie 创作于
-
由 Sascha Eggenberger 创作于
Updates form to use shared components like PageHeading, SettingsSection and Crud. Changelog: changed
-
由 Suraj Tripathi 创作于
EE: true Changelog: added
-
由 Angelo Gulina 创作于
Changelog: changed EE: true
-
由 Dmitry Gruzd 创作于
Changelog: fixed EE: true
-
由 Rudy Crespo 创作于
Adds the `usage_count` data source to query for a single Value Streams Dashboard count metric and return data fit for `SingleStat` visualization. Also creates visualization templates for each metric. Changelog: added EE: true
-
由 Sashi Kumar Kumaresan 创作于
This change updates the logic of upserting and deleting policy rule by rule_index when a security policy is updated. EE: true Changelog: fixed
-
由 Joe Woodward 创作于
Cleans up the path lock controller and set path mutation. Uses new logic from path lock and lfs lock services to remove complexity from controller and mutation. Related to https://gitlab.com/gitlab-org/gitlab/-/issues/512677
-
由 Joe Woodward 创作于
When LFS files are locked, we create a PathLock, similarly, when a path is locked which is an LFS file, we create an LfsFileLock. Previously this logic was duplicated in the PathLock controller and the GraphQL mutation. This change moves the syncing logic into the services where it belongs. It also updates the LFS locking and unlocking services to ensure we don't have circular logic. When a path lock service calls an lfs service, we tell the lfs service not to create/destroy the path lock after creating/destroying the lfs file lock. Similarly, the lfs services do the same in the opposite direction. Related to https://gitlab.com/gitlab-org/gitlab/-/issues/512677
-
由 Daniel Tian 创作于
-
由 Allen Cook 创作于
-
由 Patrick Cyiza 创作于
-
由 Lukas Wanko 创作于
Changelog: added EE: true
-
This reverts merge request !183259
-
由 Eduardo Sanz García 创作于
The default sorting for personal/group/project access tokens should be `expires_at_asc_id_desc`. That way it matches the credential inventory UI and the access token pages. In addition we simplify the logic. Changelog: fixed
-
由 Eduardo Sanz García 创作于
In addition, we unify all the usage in a single place. Changelog: fixed
-
由 Agnes Slota 创作于
Given that configurable statuses functionality should only be available for Premium and Ultimate users, we need to ensure the status widget is EE-only. This commit moves the status widget-related classes under the EE namespace to achieve that.
-
由 Heinrich Lee Yu 创作于
We do not need to support multiple values for filtering so we restrict the GraphQL API argument. This field is experimental and not yet used by any frontend query so we can change it without deprecating.
-
由 ghinfey 创作于
-
由 Dmitry Gruzd 创作于
Changelog: fixed EE: true
-
由 David Kim 创作于
Changelog: changed EE: true
-
由 Alexander Turinske 创作于
- the request for searchProjectMembers is causing issues in the tests, so we are going to disable them EE: true
-
由 Gregory Havenga 创作于
-
由 Dakota Dux 创作于
We moved the controls to a separate table and want to update the FE to use the data from the new table.
-
由 Emma Park 创作于
Previously, the file size check required a complete graph walk, which was slow. This change optimizes the process by using an existing method that checks only the quarantine directory, improving performance. Additionally, since this is an EE feature, a new EE-specific FileSizeCheck class was introduced to retrieve and apply the push rule file size limit Changelog: changed EE: true
-
由 Igor Drozdov 创作于
Currently, duo_chat and code_suggestions are enabled Additionally, it includes troubleshoot job, explain vulnerability and resolve vulnerability
-
由 Fred Reinink 创作于
-
由 Gal Katz 创作于
Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/176952 EE: true
-
由 Fernanda Toledo 创作于
-
由 Fred Reinink 创作于
To mimic Projects::BranchRules::MergeRequestApprovalSetting for AllBranchesRules
-
由 Sheldon Led 创作于
In order to determine if there's any project approaching the storage limit we need to query the database instead of calculating on the fly
-
由 Peter Hegman 创作于
So we can delete top level groups without reloading the page
-
由 Vasilii Iakliushin 创作于
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/523453 **Problem** The 'Selective CodeOwners removal' configuration depends on the approvals configuration at the group level. However, currently these settings operate independently, which leads to an inconsistent configuration state. **Solution** Disable "Selective CodeOwners removal" state if "Remove all approvals" is enabled on group level. Changelog: fixed EE: true
-
由 Dheeraj Joshi 创作于
This enables the feature flag by default to rollout the severity override feature Changelog: changed EE: true
-
- 3月 11, 2025
-
-
Changelog: fixed EE: true
-
由 Chad Woolley 创作于
-
由 Paul Slaughter 创作于
- Behind feature flag `vscode_extension_marketplace_settings` - https://gitlab.com/gitlab-org/gitlab/-/issues/508977
-
由 Brian Williams 创作于
On success, we should delete exports after 7 days. However, the segmented export was overlooked and is still deleting exports after 1 hour. Changelog: fixed EE: true
-
由 Dmitry Gruzd 创作于
-