[openSUSE/osc] 6322e2: Propagate exit code from the run() and do_() comma...
Branch: refs/heads/master Home: https://github.com/openSUSE/osc Commit: 6322e2f9aa680574ff64ad7e62db9142267809ce https://github.com/openSUSE/osc/commit/6322e2f9aa680574ff64ad7e62db914226780... Author: Daniel Mach <daniel.mach@suse.com> Date: 2024-04-10 (Wed, 10 Apr 2024) Changed paths: M .github/workflows/tests.yaml M behave/README.md A behave/features/service.feature A behave/fixtures/pac/_service-set_version-invalid M osc/commandline.py Log Message: ----------- Propagate exit code from the run() and do_() commandline methods Commit: 54ea13493b7ff7e05ab86954300c5a72105665aa https://github.com/openSUSE/osc/commit/54ea13493b7ff7e05ab86954300c5a7210566... Author: Daniel Mach <daniel.mach@suse.com> Date: 2024-04-10 (Wed, 10 Apr 2024) Changed paths: M osc/commandline.py Log Message: ----------- Fix do_createrequest() function to return None instead of request id This was a bad API, command handlers should return None or an exit code. Anything that returns an actual value belongs to the library instead. Commit: 2b3e04e99ad940258b31df4d5d301ebba5c882df https://github.com/openSUSE/osc/commit/2b3e04e99ad940258b31df4d5d301ebba5c88... Author: Daniel Mach <daniel.mach@suse.com> Date: 2024-04-10 (Wed, 10 Apr 2024) Changed paths: M behave/features/steps/common.py Log Message: ----------- GHA: Update contains / doesn't contain behave steps to print actual output Commit: 56f84ab3ae2a250fc532accec8393693e5c7ca93 https://github.com/openSUSE/osc/commit/56f84ab3ae2a250fc532accec8393693e5c7c... Author: Daniel Mach <daniel.mach@suse.com> Date: 2024-04-10 (Wed, 10 Apr 2024) Changed paths: M .github/workflows/tests.yaml M behave/README.md A behave/features/service.feature M behave/features/steps/common.py A behave/fixtures/pac/_service-set_version-invalid M osc/commandline.py Log Message: ----------- Merge pull request #1533 from dmach/cmd-propagate-exit-code Propagate exit code from the run() and do_() commandline methods Compare: https://github.com/openSUSE/osc/compare/dabefbb91397...56f84ab3ae2a To unsubscribe from these emails, change your notification settings at https://github.com/openSUSE/osc/settings/notifications
participants (1)
-
Daniel Mach