Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 3f352610ff6c4ece863a69b4e5b11ed19ab47112 https://github.com/openSUSE/open-build-service/commit/3f352610ff6c4ece863a69... Author: Dany Marcoux <danymarcoux@gmail.com> Date: 2018-08-31 (Fri, 31 Aug 2018) Changed paths: M src/api/app/controllers/source_project_controller.rb Log Message: ----------- Enforce presence of cmd in the query string Without this, we raise an exception only when cmd is passed and invalid. However, when cmd is not passed, it leads to a 500 because cmd must be present to route to the correct action in source_controller.rb Fixes #5764 Commit: 15df17c479372396ccfcf0edaa2aff631b95e764 https://github.com/openSUSE/open-build-service/commit/15df17c479372396ccfcf0... Author: Björn Geuken <bgeuken@suse.de> Date: 2018-08-31 (Fri, 31 Aug 2018) Changed paths: M src/api/app/controllers/source_project_controller.rb Log Message: ----------- Merge pull request #5767 from dmarcoux/enforce_cmd_query_string Enforce presence of cmd in the query string Compare: https://github.com/openSUSE/open-build-service/compare/9459836a7640...15df17... **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019.