-
- Downloads
Rename GitPushService -> Git::BranchPushService
Showing
- app/services/after_branch_delete_service.rb 1 addition, 4 deletionsapp/services/after_branch_delete_service.rb
- app/services/git/branch_push_service.rb 246 additions, 0 deletionsapp/services/git/branch_push_service.rb
- app/services/git_push_service.rb 0 additions, 245 deletionsapp/services/git_push_service.rb
- app/workers/create_gpg_signature_worker.rb 2 additions, 2 deletionsapp/workers/create_gpg_signature_worker.rb
- app/workers/post_receive.rb 1 addition, 1 deletionapp/workers/post_receive.rb
- ee/app/services/ee/git/branch_push_service.rb 31 additions, 0 deletionsee/app/services/ee/git/branch_push_service.rb
- ee/app/services/ee/git_push_service.rb 0 additions, 29 deletionsee/app/services/ee/git_push_service.rb
- ee/spec/services/ee/git/branch_push_service_spec.rb 19 additions, 1 deletionee/spec/services/ee/git/branch_push_service_spec.rb
- ee/spec/workers/post_receive_spec.rb 1 addition, 1 deletionee/spec/workers/post_receive_spec.rb
- spec/features/projects/environments/environment_spec.rb 1 addition, 1 deletionspec/features/projects/environments/environment_spec.rb
- spec/services/git/branch_push_service_spec.rb 2 additions, 25 deletionsspec/services/git/branch_push_service_spec.rb
- spec/support/helpers/cycle_analytics_helpers.rb 1 addition, 1 deletionspec/support/helpers/cycle_analytics_helpers.rb
- spec/workers/post_receive_spec.rb 7 additions, 7 deletionsspec/workers/post_receive_spec.rb
app/services/git/branch_push_service.rb
0 → 100644
app/services/git_push_service.rb
deleted
100644 → 0
Please register or sign in to comment