Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: ff5c33ffcebf1ad833db59eb945bb3abfb4824fe https://github.com/openSUSE/open-build-service/commit/ff5c33ffcebf1ad833db59... Author: Victor Pereira <vpereira@suse.de> Date: 2022-03-28 (Mon, 28 Mar 2022) Changed paths: M src/api/app/controllers/concerns/rescue_handler.rb M src/api/spec/controllers/trigger_workflow_controller_spec.rb Log Message: ----------- fix_invalid_token_issue Commit: 8cbc74476665eea46458cd099ef870948d11b034 https://github.com/openSUSE/open-build-service/commit/8cbc74476665eea46458cd... Author: Victor Pereira <vpereira@suse.de> Date: 2022-03-28 (Mon, 28 Mar 2022) Changed paths: M src/api/app/controllers/trigger_workflow_controller.rb M src/api/spec/controllers/trigger_workflow_controller_spec.rb Log Message: ----------- Make sure we just try to create workflow_runs for Workflow tokens Commit: cfebd08f2be082718283eff418d86aaa02dcc777 https://github.com/openSUSE/open-build-service/commit/cfebd08f2be082718283ef... Author: Victor Pereira <vpereira@suse.de> Date: 2022-03-28 (Mon, 28 Mar 2022) Changed paths: M src/api/test/functional/source_services_test.rb M src/api/test/functional/trigger_controller_test.rb Log Message: ----------- Fix minitests to support invalid_token status_code Commit: 3bd4451b1810a85aede7c4ed1461b884e1abcf07 https://github.com/openSUSE/open-build-service/commit/3bd4451b1810a85aede7c4... Author: Victor Pereira <vpereira@suse.de> Date: 2022-03-28 (Mon, 28 Mar 2022) Changed paths: M src/api/app/controllers/trigger_controller.rb M src/api/spec/controllers/trigger_controller_spec.rb Log Message: ----------- Add InvalidToken message to match the expected error message Commit: 32248570e1210e95fffc57f3aa53497c0657a30b https://github.com/openSUSE/open-build-service/commit/32248570e1210e95fffc57... Author: Victor Pereira <vpereira@suse.de> Date: 2022-03-28 (Mon, 28 Mar 2022) Changed paths: M src/api/app/controllers/concerns/rescue_handler.rb M src/api/app/controllers/trigger_controller.rb M src/api/app/controllers/trigger_workflow_controller.rb M src/api/spec/controllers/trigger_controller_spec.rb M src/api/spec/controllers/trigger_workflow_controller_spec.rb M src/api/test/functional/source_services_test.rb M src/api/test/functional/trigger_controller_test.rb Log Message: ----------- Merge pull request #12343 from vpereira/fix_invalid_token_issue Inform user when the provided token is wrong Compare: https://github.com/openSUSE/open-build-service/compare/74d50a8aea3a...322485...