Add security policy scheduled scans concurrency limit
This MR adds a new application setting to define the number of concurrent CreatePipelineWorker jobs that can run concurrently. Changelog: added EE: true
显示
- app/views/admin/application_settings/_ci_cd.html.haml 2 个添加, 0 个删除app/views/admin/application_settings/_ci_cd.html.haml
- db/migrate/20240513191113_add_security_policy_scheduled_scans_max_concurrency_to_application_settings.rb 18 个添加, 0 个删除...cheduled_scans_max_concurrency_to_application_settings.rb
- db/schema_migrations/20240513191113 1 个添加, 0 个删除db/schema_migrations/20240513191113
- db/structure.sql 1 个添加, 0 个删除db/structure.sql
- ee/app/helpers/ee/application_settings_helper.rb 1 个添加, 0 个删除ee/app/helpers/ee/application_settings_helper.rb
- ee/app/models/ee/application_setting.rb 5 个添加, 0 个删除ee/app/models/ee/application_setting.rb
- ee/app/views/admin/application_settings/_security_policy_scheduled_scans_max_concurrency.html.haml 5 个添加, 0 个删除...security_policy_scheduled_scans_max_concurrency.html.haml
- ee/spec/models/application_setting_spec.rb 6 个添加, 0 个删除ee/spec/models/application_setting_spec.rb
- locale/gitlab.pot 3 个添加, 0 个删除locale/gitlab.pot
db/schema_migrations/20240513191113
0 → 100644
想要评论请 注册 或 登录