该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 2月 20, 2024
-
-
由 Jessie Young 创作于
* In an earlier iteration of code suggestions, this endpoint was used to generate a JWT for the IDE, which then made calls directly to the AI Gateway. * This endpoint already returns a 404 for gitlab.com, but we kept it around for older self-managed GitLab instances that were using code suggestions. * As of Feb 15th, all Code Suggestions users must be on 16.7 or newer if they are self managed so we can safely get rid of this endpoint. * https://gitlab.com/gitlab-org/editor-extensions/gitlab-lsp/-/issues/137 Changelog: removed EE: true
-
由 Peter Hegman 创作于
Basic setup for compiling Tailwind CSS utilities
-
- 2月 19, 2024
-
-
由 Vasilii Iakliushin 创作于
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/419905 **Problem** The regular expression used for commit hash detection supports only SHA1 format. **Solution** Adjust the regular expression to capture SHA256 commits too.
-
由 Donald Cook 创作于
Changelog: changed
-
- 2月 17, 2024
-
-
由 Jonas Larsen 创作于
The group 'container_security_group_was_removed' was renamed to 'security_policies'
-
由 Jonas Larsen 创作于
The group 'team_planning' was renamed to 'project_management'
-
由 Sylvester Chin 创作于
-
由 Brian Williams 创作于
This worker will respond to `Projects::ProjectArchivedEvent` and update the relevant column on the `sbom_occurrences` table.
-
由 Justin Ho Tuan Duong 创作于
- Rename "details" to "failures". - Change from `/details?id=147&entity_id=73` to `/147/history/73/failures`. Changelog: changed
-
由 Jonas Larsen 创作于
The group 'release' was renamed to 'delivery'
-
由 Niklas 创作于
Changelog: added
-
- 2月 16, 2024
-
-
由 Jonas Larsen 创作于
The group 'monitor' was renamed to 'respond'
-
由 Jonas Larsen 创作于
The group 'monitor' was renamed to 'respond'
-
由 Luke Duncalfe 创作于
This is a step towards the feature of supporting the GitLab for Slack app integration to be configured at group and instance-level. https://gitlab.com/gitlab-org/gitlab/-/issues/391526 The change adds route, controller and view support for group-level and instance-level configuration. The changes are hidden behind a feature flag.
-
由 Rahul Chanila 创作于
Fetch data using mock query EE: true
-
由 Joseph Wambua 创作于
This quick action removes a work item as a child to the current work item. Changelog: added
-
由 rliu-gl 创作于
Changelog: changed EE: true
-
由 Maxime Orefice 创作于
This reverts merge request !143905
-
- 2月 15, 2024
-
-
由 Bala Kumar 创作于
Changelog: added EE: true
-
由 Jonas Larsen 创作于
The group 'package' was split to 'container_registry' and 'package_registry'
-
由 Adam Hegyi 创作于
This change enables the value stream analytics cumulative duration calculation for label-based stages. Changelog: added EE: true
-
由 Aleksei Lipniagov 创作于
We no longer support this starting CS cut off date. Changelog: other
-
由 Adie (she/her) 创作于
Use the container registry api to add a keyset pagination to the list registry tags in the Gitlab API. The changes are behind the feature flag: use_registry_api_to_list_tags
-
由 Maxime Orefice 创作于
This commit introduces a FF which will allow us to read Ci::JobArtifact from our new partitioned table.
-
由 Adam Hegyi 创作于
This change adds a cron job to periodically rebuild the contributions materialized view.
-
由 Peter Hegman 创作于
For the admin organizations dashboard. Vue app will be setup in future MR.
-
由 Hordur Freyr Yngvason 创作于
Completes the rollout of the feature flag `skip_status_preload_in_pipeline_lists`. This removes a few redundant preloads from the merge requests pipeline list and the project pipeline list, improving the load time for large pipelines. Rollout issue: https://gitlab.com/gitlab-com/gl-infra/production/-/issues/17482 Changelog: performance
-
由 huzaifaiftikhar1 创作于
-
由 Stan Hu 创作于
This reverts merge request !144300
-
由 Michał Wielich 创作于
Add redisHLL unique values reading for metrics
-
- 2月 14, 2024
-
-
由 Jonas Larsen 创作于
The group 'editor' was renamed to 'ide'
-
由 Jonas Larsen 创作于
The group 'package' was split to 'package_registry' and 'container_registry'
-
由 Jonas Larsen 创作于
The group 'package' was split to 'package_registry' and 'container_registry'
-
由 Jonas Larsen 创作于
The group 'package' was split to 'package_registry' and 'container_registry'
-
由 Jonas Larsen 创作于
The group 'package' was split to 'package_registry' and 'container_registry'
-
由 Justin Zeng 创作于
Renamed to CreateEmbeddingsRecordsWorker Changelog: other MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/144374 EE: true
-
由 Sylvester Chin 创作于
This reverts merge request !144224
-
由 Abhilash Kotte 创作于
When selecting the preview tab while editing an epic, the error message "Error loading markdown preview" appears. Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/362083
-
由 Jonas Larsen 创作于
-
由 Sylvester Chin 创作于
The transaction checks can be allowed using `allowing_attempt_in_transaction` but will eventually need to be removed for optimal database transaction behaviour. Changelog: other
-