-
- Downloads
Execute environment stop actions as the owner of the action
Merge branch 'security-run-stop-actions-as-job-owner-17-1' into '17-1-stable-ee' See merge request gitlab-org/security/gitlab!4406 Changelog: security
Showing
- app/controllers/projects/environments_controller.rb 1 addition, 1 deletionapp/controllers/projects/environments_controller.rb
- app/models/environment.rb 2 additions, 2 deletionsapp/models/environment.rb
- app/services/environments/stop_service.rb 1 addition, 1 deletionapp/services/environments/stop_service.rb
- app/workers/environments/auto_stop_worker.rb 1 addition, 6 deletionsapp/workers/environments/auto_stop_worker.rb
- spec/factories/environments.rb 17 additions, 3 deletionsspec/factories/environments.rb
- spec/features/projects/environments/environment_spec.rb 1 addition, 1 deletionspec/features/projects/environments/environment_spec.rb
- spec/models/environment_spec.rb 3 additions, 3 deletionsspec/models/environment_spec.rb
- spec/services/environments/stop_service_spec.rb 6 additions, 6 deletionsspec/services/environments/stop_service_spec.rb
Please register or sign in to comment