该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 3月 12, 2025
-
-
由 Jonas Larsen 创作于
-
This reverts merge request !183259
-
由 Taka Nishida 创作于
Using the same create service for both REST API and GraphQL improves the consistency and DRY.
-
由 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.
-
由 Carla Drago 创作于
This adds internal event tracking to several events in placeholder reassignment. Changelog: other
-
由 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
-
由 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
-
由 Max Fan 创作于
This change is behind a FF default_enabled: true Changelog: changed
-
由 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
-
- 3月 11, 2025
-
-
由 Omar Qunsul 创作于
Changelog: other
-
由 Paul Slaughter 创作于
- Behind feature flag `vscode_extension_marketplace_settings` - https://gitlab.com/gitlab-org/gitlab/-/issues/508977
-
由 Miranda Fluharty 创作于
Use `scripts/internal_events/cli.rb` to generate an event and a metric Track the metric on #show in the controller Add test to see that the metric was tracked
-
由 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
-
由 Vasilii Iakliushin 创作于
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/491282 **Problem** Currently, diff scan is applied only to git pushes via ssh/https protocol, because there was no way to distiguishing between RPC actions that triggered the scan. For example, we want to skip the check for merge commit creation but verify commits created via WebIDE. https://gitlab.com/gitlab-org/gitlab/-/issues/423992 introduces an option to pass additional context from Gitaly RPC endpoint to the checker code. **Solution** * Provide `enable_secrets_check` to selected RPC endpoints * Run diff scan for checks triggered by calls to these endpoints
-
由 Chaoyue Zhao 创作于
Changelog: removed
-
由 Andy Schoenen 创作于
The feature flag was never enabled by default or on GitLab.com. Changelog: other EE: true
-
由 Peter Hegman 创作于
Releases a new experience on `Your work` -> `Projects`. Default tab is now `Contributed`, improved layout, add Delete and Edit actions. Changelog: changed
-
由 Gal Katz 创作于
Changelog: added
-
- 3月 10, 2025
-
-
由 j.seto 创作于
-
由 Pedro Pombeiro 创作于
Add LFK on ci_running_builds/ci_runners Changelog: other
-
由 Marcel Amirault 创作于
-
由 Radamanthus Batnag 创作于
-
- 3月 09, 2025
-
-
由 David Fernandez 创作于
User will be able to store their Docker Hub credentials in the dependency proxy for containers so that when GitLab authenticates against Docker Hub, we will switch to an authenticated request instead of using an unauthenticated request. This is behind a feature flag.
-
由 Gerardo Navarro 创作于
The omniauth gem allows us to add custom logic to the different phases of the OAuth flow. Currently, the custom logic in the `before_request_phase` increments the login counter for the user. In order to better isolate the custom logic, this commit extracts the logic into a separate class. Changelog: other
-
由 Abdul Wadood 创作于
Moving the owners of the following feature flags to ~"group::database operations": 1. detect_cross_database_modification 2. query_analyzer_gitlab_schema_metrics 3. reset_column_information_on_statement_invalid
-
- 3月 08, 2025
-
-
由 Jacques Erasmus 创作于
Loads commit details async when details are expanded
-
- 3月 07, 2025
-
-
由 Lohit Peesapati 创作于
-
由 Phil Hughes 创作于
Changelog: other https://gitlab.com/gitlab-org/gitlab/-/issues/518678
-
由 Jonas Larsen 创作于
-
由 Mireya Andres 创作于
Changelog: other
-
由 João Cunha 创作于
This reverts commit 81255b56, reversing changes made to aff88028.
-
由 Anthony Juckel 创作于
- Force cancel button on Job Details page - Accept force parameter for /projects/:proj_id/jobs/:id/cancel Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/179137
-
由 Agnes Slota 创作于
As part of the first iteration of the configurable statuses initiative, we would like to: * return statuses from the system-defined lifecycle that match the work item type via GraphQL API, * only expose the data to the Premium and Ultimate users.
-
- 3月 06, 2025
-
-
由 Alisa Frunza 创作于
-
由 Imre Farkas 创作于
Changelog: added
-
由 Vasilii Iakliushin 创作于
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/520302 * Add feature flag to control logging * Log Gitlab::Git::Commit#message access attempts * Avoid false-positives for `CachedComiit#to_hash` calls
-
由 Omar Qunsul 创作于
Addressing: https://gitlab.com/gitlab-org/gitlab/-/issues/513075 Changelog: other
-
由 Heinrich Lee Yu 创作于
This Devise option fixes a bug where remember tokens on other browsers are invalidated when the user signs out manually. See https://github.com/heartcombo/devise/issues/2862 Changelog: fixed
-
由 Johannes Bauer 创作于
-
由 Alex Pooley 创作于
Changelog: other
-