[openSUSE/open-build-service] 68eb3a: [api] catch error on wrong releasetarget
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 68eb3a5b1dd1ed97f3700dae8a99517ebc8ba7ab https://github.com/openSUSE/open-build-service/commit/68eb3a5b1dd1ed97f3700d... Author: Adrian Schröter <adrian@suse.de> Date: 2023-05-23 (Tue, 23 May 2023) Changed paths: M src/api/app/controllers/source_controller.rb M src/api/app/controllers/webui/project_controller.rb M src/api/app/models/bs_request_action/errors.rb M src/api/app/models/bs_request_action_release.rb M src/api/app/models/repository.rb M src/api/lib/api_error.rb M src/api/spec/controllers/webui/project_controller_spec.rb Log Message: ----------- [api] catch error on wrong releasetarget we checked only for requests, but we failed for commands to check the setup of release targets early enough. commands crashed an error while working on the release Commit: e98e4d2697f829e28783fcec6f7c5a4991fa7880 https://github.com/openSUSE/open-build-service/commit/e98e4d2697f829e28783fc... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2023-05-23 (Tue, 23 May 2023) Changed paths: M src/api/app/controllers/source_controller.rb M src/api/app/controllers/webui/project_controller.rb M src/api/app/models/bs_request_action/errors.rb M src/api/app/models/bs_request_action_release.rb M src/api/app/models/repository.rb M src/api/lib/api_error.rb M src/api/spec/controllers/webui/project_controller_spec.rb Log Message: ----------- Merge pull request #10718 from adrianschroeter/fix_releasetarget_check Fix releasetarget check Compare: https://github.com/openSUSE/open-build-service/compare/86035921ac44...e98e4d...
participants (1)
-
Henne Vogelsang