-
- Downloads
There was an error fetching the commit references. Please try again later.
Remove legacy fetching for CI components
Originally, CI components could be defined anywhere in a resource repository. Now, we require them to be inside a `templates` directory. We supported the legacy fetching for a few milestones to give users time to upgrade, and now we are removing it. Related to https://gitlab.com/gitlab-org/gitlab/-/issues/415855 Changelog: removed
Showing
- app/models/ci/catalog/components_project.rb 2 additions, 15 deletionsapp/models/ci/catalog/components_project.rb
- app/services/ci/components/fetch_service.rb 1 addition, 1 deletionapp/services/ci/components/fetch_service.rb
- doc/ci/components/index.md 0 additions, 59 deletionsdoc/ci/components/index.md
- spec/lib/gitlab/ci/components/instance_path_spec.rb 0 additions, 83 deletionsspec/lib/gitlab/ci/components/instance_path_spec.rb
- spec/lib/gitlab/ci/config/external/processor_spec.rb 1 addition, 1 deletionspec/lib/gitlab/ci/config/external/processor_spec.rb
- spec/models/ci/catalog/components_project_spec.rb 1 addition, 0 deletionsspec/models/ci/catalog/components_project_spec.rb
- spec/services/ci/components/fetch_service_spec.rb 15 additions, 19 deletionsspec/services/ci/components/fetch_service_spec.rb
- spec/services/ci/create_pipeline_service_spec.rb 2 additions, 2 deletionsspec/services/ci/create_pipeline_service_spec.rb
Please register or sign in to comment