-
- Downloads
Merge branch 'security-run-stop-actions-as-job-owner-17-2' into '17-2-stable-ee'
Execute environment stop actions as the owner of the action See merge request https://gitlab.com/gitlab-org/security/gitlab/-/merge_requests/4405 Merged-by:GitLab Release Tools Bot <delivery-team+release-tools@gitlab.com> Approved-by:
Fabio Pitino <fpitino@gitlab.com> Co-authored-by:
Tiger <twatson@gitlab.com>
No related branches found
No related tags found
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