Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 13020644d7ac87f11edb9c496244efcf60c1714b https://github.com/openSUSE/open-build-service/commit/13020644d7ac87f11edb9c... Author: Dany Marcoux <dmarcoux@posteo.de> Date: 2022-12-21 (Wed, 21 Dec 2022) Changed paths: M src/api/app/policies/cloud/azure/configuration_policy.rb M src/api/app/policies/event_subscription/form_policy.rb M src/api/app/policies/staging/workflow_policy.rb M src/api/app/policies/token_policy.rb M src/api/app/policies/users/patchinfos_policy.rb M src/api/app/policies/users/task_policy.rb M src/api/app/policies/webui/status_message_policy.rb M src/api/app/policies/webui/user_policy.rb M src/api/app/views/webui/main/_status_messages.html.haml Log Message: ----------- Correctly merge default options in policies Before, options passed to the policies were simply ignored and the default values were always taken. Only `Staging::WorkflowPolicy` was correct. Commit: 9b5027e375b4d6b146dcb7c70c185468d25b3a77 https://github.com/openSUSE/open-build-service/commit/9b5027e375b4d6b146dcb7... Author: Saray Cabrera Padrón <scabrerapadron@suse.com> Date: 2022-12-21 (Wed, 21 Dec 2022) Changed paths: M src/api/app/policies/cloud/azure/configuration_policy.rb M src/api/app/policies/event_subscription/form_policy.rb M src/api/app/policies/staging/workflow_policy.rb M src/api/app/policies/token_policy.rb M src/api/app/policies/users/patchinfos_policy.rb M src/api/app/policies/users/task_policy.rb M src/api/app/policies/webui/status_message_policy.rb M src/api/app/policies/webui/user_policy.rb M src/api/app/views/webui/main/_status_messages.html.haml Log Message: ----------- Merge pull request #13571 from dmarcoux/policies-default-options Correctly merge default options in policies Compare: https://github.com/openSUSE/open-build-service/compare/f72dc0105b4f...9b5027...