mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-16 15:57:22 +00:00
Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
@ -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
|
@ -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
|
||||
|
@ -3,4 +3,5 @@
|
||||
ActiveContext.configure do |config|
|
||||
config.enabled = false
|
||||
config.indexing_enabled = false
|
||||
config.logger = ::Gitlab::ActiveContext::Logger.build
|
||||
end
|
||||
|
Reference in New Issue
Block a user