Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 5d821a62609df1c37f40dcb5989e3af8d9df0cca https://github.com/openSUSE/open-build-service/commit/5d821a62609df1c37f40dc... Author: Dany Marcoux <dmarcoux@posteo.de> Date: 2020-05-27 (Wed, 27 May 2020) Changed paths: M src/api/app/controllers/webui/request_controller.rb Log Message: ----------- Use error messages when possible in request_controller#create Also use path helpers for routes. Commit: 8b46ce7e6e7e993bf3dc094bcc8deeb099aae41f https://github.com/openSUSE/open-build-service/commit/8b46ce7e6e7e993bf3dc09... Author: Dany Marcoux <dmarcoux@posteo.de> Date: 2020-05-27 (Wed, 27 May 2020) Changed paths: M src/api/app/controllers/webui/request_controller.rb Log Message: ----------- Get the package for the given project in request_controller Without this, 2 packages with the same name will cause issue since the oldest one with always be returned. Co-authored-by: David Kang <dkang@suse.com> Co-authored-by: Eduardo Navarro <enavarro@suse.com> Commit: aa0aa8a2839815885b9aacbc5510e56d78d1c9fb https://github.com/openSUSE/open-build-service/commit/aa0aa8a2839815885b9aac... Author: Dany Marcoux <danymarcoux@gmail.com> Date: 2020-05-27 (Wed, 27 May 2020) Changed paths: M src/api/app/controllers/webui/request_controller.rb Log Message: ----------- Merge pull request #9612 from dmarcoux/request_controller-create-refactor Refactor request_controller Compare: https://github.com/openSUSE/open-build-service/compare/ee901e5a5dc0...aa0aa8...