[obs-commits] [openSUSE/open-build-service] 0dcf75: Show a proper error message when excluding a request

Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 0dcf759273549e1a2962d92159772940db2b3cb0 https://github.com/openSUSE/open-build-service/commit/0dcf759273549e1a2962d9... Author: Eduardo Navarro <enavarro@suse.com> Date: 2019-09-27 (Fri, 27 Sep 2019) Changed paths: M src/api/app/controllers/staging/excluded_requests_controller.rb M src/api/app/controllers/webui/staging/excluded_requests_controller.rb M src/api/app/models/staging/request_excluder.rb M src/api/spec/controllers/staging/excluded_requests_controller_spec.rb M src/api/spec/controllers/webui/staging/excluded_requests_controller_spec.rb Log Message: ----------- Show a proper error message when excluding a request Make API and web UI consistent with the same behaviour and error messages. Fixes #8355. Co-authored-by: David Kang <dkang@suse.com> Commit: 4c1f6e8167f5f3cc15d178b526ed0a187167ab37 https://github.com/openSUSE/open-build-service/commit/4c1f6e8167f5f3cc15d178... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2019-09-30 (Mon, 30 Sep 2019) Changed paths: M src/api/app/controllers/staging/excluded_requests_controller.rb M src/api/app/controllers/webui/staging/excluded_requests_controller.rb M src/api/app/models/staging/request_excluder.rb M src/api/spec/controllers/staging/excluded_requests_controller_spec.rb M src/api/spec/controllers/webui/staging/excluded_requests_controller_spec.rb Log Message: ----------- Merge pull request #8450 from eduardoj/fix_8355 Show a proper error message when excluding a request Compare: https://github.com/openSUSE/open-build-service/compare/3bf044bb43fd...4c1f6e...
participants (1)
-
Henne Vogelsang