-
- Downloads
Allow limiting quick actions to execute
Sometimes we don't want to trigger any quick actions that cause side effects. For example when building a record to validate. This allows listing the quick actions that need to be performed.
Showing
- app/services/issuable_base_service.rb 2 additions, 2 deletionsapp/services/issuable_base_service.rb
- app/services/merge_requests/build_service.rb 3 additions, 1 deletionapp/services/merge_requests/build_service.rb
- app/services/quick_actions/interpret_service.rb 2 additions, 2 deletionsapp/services/quick_actions/interpret_service.rb
- lib/gitlab/quick_actions/extractor.rb 9 additions, 5 deletionslib/gitlab/quick_actions/extractor.rb
- spec/lib/gitlab/quick_actions/extractor_spec.rb 19 additions, 0 deletionsspec/lib/gitlab/quick_actions/extractor_spec.rb
- spec/services/quick_actions/interpret_service_spec.rb 9 additions, 0 deletionsspec/services/quick_actions/interpret_service_spec.rb
Please register or sign in to comment