该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 3月 13, 2025
-
-
由 James Rushford 创作于
-
由 Simon Knox 创作于
Stop trying to scroll to the comment if it goes offscreen. This usually happens if you want to scroll to the description. There is supposed to be an offset of the scroll position but it does not work very well. Changelog: fixed
-
由 Ian Anderson 创作于
-
由 Tomas Bulva 创作于
-
由 Chaoyue Zhao 创作于
This happens when user navigate to the blob page from repository page. The `Mousetrap.bind()` in mounted() is getting ovewritten by the shortcuts_blob.js, which we use to trigger the old permalink button (when flag is off). This adds a feature flag check in `shortcuts_blob.js. Additionally, this also adds a new const under keybindings.js that better reflects the nature of the new permalink (e.g. copy). This feature was originally added in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/181901 and is behind the `blob_overflow_menu` feature flag.
-
由 Madelein van Niekerk 创作于
Changelog: changed
-
由 David Fernandez 创作于
Users can now set Docker Hub credentials (username/password, PAT or OAT) in the dependency proxy for containers. When pulling images that are not known by the dependency proxy, they will be pulled from Docker Hub using the provided credentials. Update the dependency proxy documentation. Changelog: changed
-
由 Niko Belokolodov 创作于
-
由 Nick Leonard 创作于
Adds tooltips with keys for work item fields with shortcuts. Changelog: added
-
由 Paul Slaughter 创作于
- Based on `vscode_extension_marketplace_settings` feature flag. - Add extension_marketplace_generator to Web IDE settings that optionally reads from application settings or returns the current Open VSX default. - Updates marketplace_home_url to be based on the value from this setting.
- 3月 12, 2025
-
-
由 Sascha Eggenberger 创作于
Uses Crud as container for the GLQL table, list and orderedList views. Adds two new optional props title and description. Changelog: changed
-
由 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 创作于
-
由 Marc Saleiko 创作于
-
由 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
-