该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 3月 12, 2025
-
-
This reverts merge request !183259
-
由 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.
-
由 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.
-
由 Deepak kumar 创作于
-
- 3月 11, 2025
-
-
由 Chaoyue Zhao 创作于
Changelog: removed
-
由 Stan Hu 创作于
`method` is what is used in the API and controller logs. Keeping this the same makes it easier to filter for logs properly. Changelog: changed
-
由 Felipe Cardozo 创作于
Redact named functions parameters when logging ClickHouse sql queries.
-
由 Diane Russel 创作于
-
- 3月 10, 2025
-
-
由 Alberto Roldan 创作于
Fix Style/SendWithLiteralMethodName offenses Remove Unnecessary disabling of GitlabSecurity/PublicSend Fix Layout/ArgumentAlignment offenses EE: true Changelog: other
-
由 Krasimir Angelov 创作于
Make sure the background migration is finalized before last required stop (min GitLab schema version).
-
- 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.
-
- 3月 08, 2025
-
-
由 Rushik Subba 创作于
Adds dependency paths data to vulnerabilities model Also adds DependencyPathsFinder, which for now just calls the find method on the model Changelog: added EE: true
-
- 3月 07, 2025
-
-
由 Annabel Dunstone Gray 创作于
Changelog: changed
-
由 Stan Hu 创作于
To update a job status, the runner uses the PUT /api/v4/:jobs endpoint with the job token in two places: 1. The PRIVATE-TOKEN header 2. The `token` parameter in the JSON body Previously `AuthFinders` looked up the PAT and raised an unauthorized exception because no user was found. Instead, it should continue to see if it can authenticate the job with the `token` parameter. This commit makes `access_token` return blank if it has the CI build token prefix so that the exception is not raised. That way Rack Attack can then ensure the request is authenticated with the job token. Changelog: fixed
-
由 Agnes Slota 创作于
As we already renamed the status widget to the verification status widget, we can finally use the status naming as part of the configurable statuses initiative. This commit renames the custom widget status to the status widget to achieve that. Changelog: changed
-
由 Océane Legrand 创作于
This include the new endpoint, the backend code to create recipe revision when uploading a file and tests. Changelog: added
-
由 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
-
-
由 Omar Qunsul 创作于
Addressing: https://gitlab.com/gitlab-org/gitlab/-/issues/513075 Changelog: other
-
- 3月 05, 2025
-
-
由 Arturo Herrero 创作于
EE: true
-
由 Heinrich Lee Yu 创作于
-
由 Paul Gascou-Vaillancourt 创作于
This deletes the `index_todos_on_author_id` index in the `todos` table as the `index_todos_on_author_id_and_created_at` index supersedes it. We can get some disk space back by removint the obsolete index. Changelog: changed
-
由 Eduardo Sanz García 创作于
-
由 Himanshu Kapoor 创作于
-
- 3月 04, 2025
-
-
由 Niko Belokolodov 创作于
-
由 moaz-khalifa 创作于
We move the Maven virtual registry feature from CE to EE and implement a license check to restrict access to Premium tier and above. In this MR, we start by moving the API classes and adding the license check when accessing any related endpoint.
-
由 Siddharth Asthana 创作于
Signed-off-by:
Siddharth Asthana <siddharthasthana31@gmail.com>
-
由 Moaz Khalifa 创作于
In this MR, we add a new setting to Namespace::PackageSetting so that users can toggle it in order to enable the audit events for package registry. Changelog: added
-
- 3月 01, 2025
-
-
由 Ameya Darshan 创作于
-
- 2月 28, 2025
-
-
由 Jack Chapman 创作于
-
由 Ravi Kumar 创作于
No need to do the pipe abuse detection in the zoekt exact search mode. Changelog:fixed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/181424
-
由 Adie (she/her) 创作于
Introduce and use destroy_container_image_tag policy instead of destroy_container_image when deleting container repository tags Changelog: changed
-
由 michold 创作于
Replace license ci metric
-
由 Mario Celi 创作于
Remove remainging references to the column, association and ignore the column.
-
- 2月 27, 2025
-
-
由 Carla Drago 创作于
This change enables the UpdateSourceUsersService class to handle cases where source users are missing from the graphql users response because they are banned or blocked. The service now collects the ids that are missing from the response and uses the single user graphql query to get the user details. Changelog: changed
-
由 Drew Blessing 创作于
-
- 2月 26, 2025
-
-
由 Vitali Tatarintev 创作于
Fix RSpec/BeNil rubocop offenses
-
由 Krasimir Angelov 创作于
This reverts merge request !182048
-
由 Ezekiel Kigbo 创作于
Adds an experimental DORA metrics dashboard that contains each metric over time and aggregated over the specified time period.
-
- 2月 25, 2025
-
-
由 GitLab Dependency Bot 创作于
The version constraint on json seems very strict, so let's relax it a little bit, so that the version can be bumped independently in the main lockfile.
-
由 Alex Buijs 创作于
-