Removing Pipeline Activity Limit in 16.0 as the feature is deprecated
This MR will remove 1. The backend processing for pipeline activity limits. 2. The UI/Frontend used to show this limit. 3. The REST API attribute used to set this limit 4. Documentation about this limit Changelog: removed
显示
- app/controllers/admin/plan_limits_controller.rb 0 个添加, 1 个删除app/controllers/admin/plan_limits_controller.rb
- app/helpers/plan_limits_helper.rb 0 个添加, 2 个删除app/helpers/plan_limits_helper.rb
- app/models/concerns/enums/ci/pipeline.rb 0 个添加, 1 个删除app/models/concerns/enums/ci/pipeline.rb
- app/models/instance_configuration.rb 0 个添加, 1 个删除app/models/instance_configuration.rb
- app/presenters/ci/pipeline_presenter.rb 0 个添加, 1 个删除app/presenters/ci/pipeline_presenter.rb
- app/services/ci/create_pipeline_service.rb 0 个添加, 1 个删除app/services/ci/create_pipeline_service.rb
- app/views/admin/application_settings/_ci_cd.html.haml 0 个添加, 3 个删除app/views/admin/application_settings/_ci_cd.html.haml
- app/views/help/instance_configuration/_ci_cd_limits.html.haml 0 个添加, 4 个删除...views/help/instance_configuration/_ci_cd_limits.html.haml
- doc/administration/instance_limits.md 0 个添加, 32 个删除doc/administration/instance_limits.md
- doc/api/plan_limits.md 0 个添加, 3 个删除doc/api/plan_limits.md
- doc/development/database/creating_enums.md 6 个添加, 6 个删除doc/development/database/creating_enums.md
- ee/lib/ee/gitlab/ci/pipeline/chain/limit/activity.rb 0 个添加, 44 个删除ee/lib/ee/gitlab/ci/pipeline/chain/limit/activity.rb
- ee/lib/ee/gitlab/ci/pipeline/quota/activity.rb 0 个添加, 53 个删除ee/lib/ee/gitlab/ci/pipeline/quota/activity.rb
- ee/spec/lib/ee/gitlab/ci/pipeline/quota/activity_spec.rb 0 个添加, 91 个删除ee/spec/lib/ee/gitlab/ci/pipeline/quota/activity_spec.rb
- ee/spec/lib/gitlab/ci/pipeline/chain/limit/activity_spec.rb 0 个添加, 91 个删除ee/spec/lib/gitlab/ci/pipeline/chain/limit/activity_spec.rb
- ee/spec/models/ci/pipeline_spec.rb 1 个添加, 1 个删除ee/spec/models/ci/pipeline_spec.rb
- ee/spec/models/ee/namespace_spec.rb 0 个添加, 3 个删除ee/spec/models/ee/namespace_spec.rb
- ee/spec/presenters/ci/pipeline_presenter_spec.rb 2 个添加, 2 个删除ee/spec/presenters/ci/pipeline_presenter_spec.rb
- ee/spec/services/ci/create_pipeline_service_spec.rb 0 个添加, 20 个删除ee/spec/services/ci/create_pipeline_service_spec.rb
- lib/api/admin/plan_limits.rb 0 个添加, 1 个删除lib/api/admin/plan_limits.rb
加载中
想要评论请 注册 或 登录