Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2025-07-17 15:10:11 +00:00
parent 9fe0324bb2
commit 4863b73ae6
53 changed files with 560 additions and 111 deletions

View File

@ -1,9 +0,0 @@
---
name: glql_integration
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/161942
rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/476990
feature_issue_url: https://gitlab.com/groups/gitlab-org/-/epics/14767
milestone: '17.3'
type: development
group: group::knowledge
default_enabled: true

View File

@ -546,6 +546,12 @@ packages_build_infos:
- table: p_ci_pipelines
column: pipeline_id
on_delete: async_nullify
packages_helm_metadata_caches:
- table: projects
column: project_id
on_delete: update_column_to
target_column: status
target_value: 2
packages_npm_metadata_caches:
- table: projects
column: project_id

View File

@ -3,4 +3,5 @@
ActiveContext.configure do |config|
config.enabled = false
config.indexing_enabled = false
config.logger = ::Gitlab::ActiveContext::Logger.build
end