该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 2月 10, 2024
-
-
由 Gregory Havenga 创作于
Changelog: added EE: true
-
- 2月 09, 2024
-
-
由 Ahmed Hemdan 创作于
This commit removes the `determine_blank_ref_based_on_gitaly_object_format` feature flag to ensure we always determine a repository blank sha reference based on gitaly's `ObjectFormatRequest` which determines a repository's object format (i.e. whether it's `sha1` or `sha256`). Changelog: changed
-
- 2月 08, 2024
-
-
由 Sylvester Chin 创作于
This reverts merge request !141213
-
由 Moaz Khalifa 创作于
-
由 Dmitry Gruzd 创作于
Changelog: fixed
-
由 Sylvester Chin 创作于
Changelog: other
-
由 Rémy Coutable 创作于
Changelog: removed Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
由 Adie (she/her) 创作于
Add weekly and monthly config files for deploy token metrics
-
由 Marc Saleiko 创作于
This quick action allows to convert an existing issue to a Service Desk issue. Changelog: added
-
由 Max Fan 创作于
This is more performant than using database level service pings Changelog: performance
-
由 Rémy Coutable 创作于
Changelog: removed Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
由 Justin Ho Tuan Duong 创作于
Changelog: changed
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 2月 07, 2024
-
-
由 Małgorzata Ksionek 创作于
-
由 Furkan Ayhan 创作于
This commit removes the feature flag `ci_refactor_has_ci_config_file`. Related to https://gitlab.com/gitlab-com/gl-infra/production/-/issues/17406 Changelog: other
-
由 charlie ablett 创作于
-
由 Sarah Yasonik 创作于
-
由 Rudy Crespo 创作于
Removed all references to the feature flag since it's been enabled by default Changelog: other
-
由 Scott Hampton 创作于
The GitLab OIDC and ID Token issuer attributes did not match when the self-hosted domain is not the root of the domain. This change uses the same issuer attribute for both. Changelog: fixed
-
- 2月 06, 2024
-
-
由 Rahul Chanila 创作于
Removes `group_level_infrastructure_registry` feature flag Changelog: added
-
由 Maxime Orefice 创作于
Changelog: performance
-
由 Sebastian Rehm 创作于
-
由 Dmitry Gruzd 创作于
Changelog: fixed
-
由 Marius Bobin 创作于
Changelog: other
-
由 Hordur Freyr Yngvason 创作于
Removes a few unnecessary status preloads for pipeline lists. The change is behind the flag `skip_status_preload_in_pipeline_lists`, disabled by default.
-
由 Manuel Grabowski 创作于
Creating a token that has _only_ write permissions results in a token that can't do anything: In order to push an image, you also need to be able to read. This is mentioned in one place in the docs, but wrong or misleading in others, as well as in the application itself.
-
由 Gavin Hinfey 创作于
Changelog: other
-
- 2月 05, 2024
-
-
由 Imre Farkas 创作于
-
由 Kushal Pandya 创作于
Renames `incident_management_list` page bundle to be reusable Changelog: other
-
由 Vasilii Iakliushin 创作于
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/429132 **Problem** We need to convert the one global PushRule to organization scope. **Solution** * Add a new field `organization_id` to `push_rules` table. * Set a default oganization id for global push rule * Update application code to set organization for global push rules Changelog: added EE: true
-
由 Carla Drago 创作于
This change moves github collaborators import out of an advance worker stage and before pull requests are imported. Changelog: changed
-
由 Sylvester Chin 创作于
If configuration for QueuesMetadata is not set, it uses Queues's configuration (i.e. Sidekiq.redis). Hence, this change does not impact SM users. Changelog: other
-
- 2月 03, 2024
-
-
由 Daniele Rossetti 创作于
-
由 Stan Hu 创作于
We have some legacy database entries in `ci_trigger_request.variables` that serialized values as `Hashie::Mash`. This results in a 500 error when attempting to load old jobs. Allow this class to be deserialized since it's effectively a `Hash`. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/440316 Changelog: fixed
-
由 Paul Slaughter 创作于
Changelog: fixed
-
由 Jonas Larsen 创作于
The group 'memory' was renamed to 'application_performance'
-
由 Jonas Larsen 创作于
'environment' is a typo. It should be 'environments'
-
- 2月 02, 2024
-
-
由 Anna Vovchenko 创作于
Disable the banner temporarily to reduce the number of alerts/banners on the Kubernetes clusters page.