该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 3月 12, 2025
-
-
由 Nick Leonard 创作于
Uses token values for background to better support dark mode in all contexts. Changelog: fixed
-
由 Nicholas Wittstruck 创作于
Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/517491 Changelog: added
-
由 Sascha Eggenberger 创作于
Adds a visual scroll indicator (shadow) to indicate there is more content available Changelog: changed
-
由 Gerardo Navarro 创作于
The attribute `minimum_access_level_for_delete` that was introduced in the MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/179739 . This commit includes the attribute `minimum_access_level_for_delete` in the GRAPHQL API and also updates the documentation. Changelog: added
-
由 Austin Regnery 创作于
Changelog: changed
-
由 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
-
由 Pratibha Gupta 创作于
-
由 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
-
由 Jonas Larsen 创作于
-
由 Dylan Griffith 创作于
-
This reverts merge request !183259
-
由 Taka Nishida 创作于
Using the same create service for both REST API and GraphQL improves the consistency and DRY.
-
由 Stanislav Lashmanov 创作于
-
由 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.
-
由 Miguel Rincon 创作于
In order to display entire days in the CI/CD analytics chart, this change removes the time of day and timezone from the dates sent to request pipelines' information.
-
由 fdegier 创作于
Changelog: added
-
由 Sincheol (David) Kim 创作于
This adds `diff_files_metadata` endpoint for each resource that we support in rapid diffs (e.g. `MergeRequest`, `Commit` and `Compare`). This is behind `rapid_diffs` FF.
-
由 Nick Leonard 创作于
Fixes overflow and invalid rounded class on work items labels dropdown items. Changelog: changed
-
由 Carla Drago 创作于
This adds internal event tracking to several events in placeholder reassignment. Changelog: other
-
由 Pedro Pombeiro 创作于
Changelog: other
-
由 Nate Rosandich 创作于
Changelog: changed
-
由 Alexander Turinske 创作于
- sometimes getModel returns nul and the ui errors - add a check for this - update tests Changelog: fixed
-
由 long nguyen huy 创作于
Remove only create validation of validate_only_one_sharding_key_present and validate_imported_entity_type Changelog: other
-
由 Fernanda Toledo 创作于
-
由 Deepak kumar 创作于
-
由 Chad Lavimoniere 创作于
- Ensure Add link has accessible description - Ensure TH cells have accessible text Changelog: fixed
-
由 Dmytro Biryukov 创作于
Add a callback to backfill project with pipeline variables table on new records Address all the comments Skip id primary key in favor of project_id Add a trigger function instead of model callback Add a trigger migration Allow projects_with_pipeline_variables cross database Changelog: added
-
由 Peter Hegman 创作于
So we can delete top level groups without reloading the page
-
由 Gerardo Navarro 创作于
In GitLab 17.6, the package protection feature was made generally available. But, this realease did not include the deletion package protection, see https://gitlab.com/gitlab-org/gitlab/-/issues/472655 . The attribute `minimum_access_level_for_delete` that was introduced in the MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/179739 . This attribute is integrated in this MR in order to prevent the deletion of delete protected packages. At the moment, the attribute `minimum_access_level_for_delete` cannot be updated via UI, REST nor GraphQL API. This possibility will be added in a future iteration. Changelog: added
-
由 Sascha Eggenberger 创作于
-
由 Chad Lavimoniere 创作于
Changelog: fixed
-
- 3月 11, 2025
-
-
由 Paul Slaughter 创作于
- Behind feature flag `vscode_extension_marketplace_settings` - https://gitlab.com/gitlab-org/gitlab/-/issues/508977
-
由 Alisa Frunza 创作于
Changelog: changed
-
由 Anna Vovchenko 创作于
Unify the provide data names.
-
由 Avielle Wolfe 创作于
This table stores the CI pipeline inputs values configured when creating a pipeline schedule. It belongs to a pipeline schedule, ensures that the input keys are unique, and encrypts the input values. It is on the gitlab_ci database schema because pipeline schedules are also stored on the CI schema. Changelog: added Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/519960
-
由 Dmytro Biryukov 创作于
Changelog: fixed
-
由 Hordur Freyr Yngvason 创作于
When the merge request source branch was ambiguous in the source project, detached merge request pipelines would pick commit SHA associated with the tag instead of the merge request's branch. We fix that by using `source_branch_ref` instead of `source_branch` in the places deciding the commit used by detached merge request pipelines. Changelog: fixed
-
由 Jacques Erasmus 创作于
Ensures the frontend link so the docs