-
- Downloads
Remove the use of `is_shared` of `Ci::Runner`
parent
7da7af3a
No related branches found
No related tags found
Showing
- app/controllers/projects/settings/ci_cd_controller.rb 1 addition, 1 deletionapp/controllers/projects/settings/ci_cd_controller.rb
- app/helpers/ci_status_helper.rb 1 addition, 1 deletionapp/helpers/ci_status_helper.rb
- app/models/ci/runner.rb 12 additions, 22 deletionsapp/models/ci/runner.rb
- app/models/project.rb 1 addition, 1 deletionapp/models/project.rb
- app/models/user.rb 1 addition, 1 deletionapp/models/user.rb
- app/serializers/runner_entity.rb 1 addition, 1 deletionapp/serializers/runner_entity.rb
- app/services/ci/register_job_service.rb 5 additions, 5 deletionsapp/services/ci/register_job_service.rb
- app/views/admin/runners/_runner.html.haml 2 additions, 2 deletionsapp/views/admin/runners/_runner.html.haml
- app/views/admin/runners/show.html.haml 2 additions, 2 deletionsapp/views/admin/runners/show.html.haml
- app/views/projects/runners/_runner.html.haml 1 addition, 1 deletionapp/views/projects/runners/_runner.html.haml
- app/views/shared/runners/show.html.haml 1 addition, 1 deletionapp/views/shared/runners/show.html.haml
- changelogs/unreleased/remove-is-shared-from-ci-runners.yml 5 additions, 0 deletionschangelogs/unreleased/remove-is-shared-from-ci-runners.yml
- lib/api/entities.rb 2 additions, 2 deletionslib/api/entities.rb
- lib/api/runner.rb 3 additions, 3 deletionslib/api/runner.rb
- lib/api/runners.rb 2 additions, 2 deletionslib/api/runners.rb
- lib/gitlab/data_builder/pipeline.rb 1 addition, 1 deletionlib/gitlab/data_builder/pipeline.rb
- spec/factories/ci/runners.rb 0 additions, 4 deletionsspec/factories/ci/runners.rb
- spec/models/ci/runner_spec.rb 4 additions, 5 deletionsspec/models/ci/runner_spec.rb
- spec/requests/api/runners_spec.rb 6 additions, 6 deletionsspec/requests/api/runners_spec.rb
Please register or sign in to comment