Branch: refs/heads/master Home: https://github.com/openSUSE/osc Commit: 861a3626220550e9a14fa3e9c00fc1fd26813dc6 https://github.com/openSUSE/osc/commit/861a3626220550e9a14fa3e9c00fc1fd26813... Author: Daniel Mach <daniel.mach@suse.com> Date: 2024-04-17 (Wed, 17 Apr 2024) Changed paths: M osc/core.py M osc/output/__init__.py M osc/output/output.py Log Message: ----------- Move run_pager() and get_default_pager() from 'core' to 'output' module Commit: d2503fbf49e144e4725bcb6a0495e38ff6525dc7 https://github.com/openSUSE/osc/commit/d2503fbf49e144e4725bcb6a0495e38ff6525... Author: Daniel Mach <daniel.mach@suse.com> Date: 2024-04-17 (Wed, 17 Apr 2024) Changed paths: M osc/output/output.py Log Message: ----------- Modernize output.run_pager() Commit: d1111e23a1baac9b93715f1abdc250b65e257f5d https://github.com/openSUSE/osc/commit/d1111e23a1baac9b93715f1abdc250b65e257... Author: Daniel Mach <daniel.mach@suse.com> Date: 2024-04-17 (Wed, 17 Apr 2024) Changed paths: M osc/output/output.py M tests/test_output.py Log Message: ----------- Fix output.safe_write() in connection with NamedTemporaryFile Fixes: AttributeError: '_io.BufferedRandom' object has no attribute 'buffer' Commit: dc7efaa6deda42b27354a0a7808bab05689aa860 https://github.com/openSUSE/osc/commit/dc7efaa6deda42b27354a0a7808bab05689aa... Author: Daniel Mach <daniel.mach@suse.com> Date: 2024-04-17 (Wed, 17 Apr 2024) Changed paths: M osc/output/__init__.py M osc/output/output.py Log Message: ----------- Add output.pipe_to_pager() that pipes lines to a pager without creating an intermediate temporary file Commit: eb2678e0c78381e5a0c1645ecfb7e296e26d7171 https://github.com/openSUSE/osc/commit/eb2678e0c78381e5a0c1645ecfb7e296e26d7... Author: Daniel Mach <daniel.mach@suse.com> Date: 2024-04-17 (Wed, 17 Apr 2024) Changed paths: M osc/util/models.py M tests/test_models_xmlmodel.py Log Message: ----------- Fix XmlModel to load an empty string in an int field as None Commit: 89f74665d163808b2382ffb4973ceb31b7486f43 https://github.com/openSUSE/osc/commit/89f74665d163808b2382ffb4973ceb31b7486... Author: Daniel Mach <daniel.mach@suse.com> Date: 2024-04-17 (Wed, 17 Apr 2024) Changed paths: M osc/obs_api/package.py A osc/obs_api/package_revision.py Log Message: ----------- Add Package.get_revision_list() for listing commit log Commit: 8ee02dd098682057a6ab23bfeb0cce3b5b6819a0 https://github.com/openSUSE/osc/commit/8ee02dd098682057a6ab23bfeb0cce3b5b681... Author: Daniel Mach <daniel.mach@suse.com> Date: 2024-04-17 (Wed, 17 Apr 2024) Changed paths: A behave/features/log.feature M osc/commandline.py M osc/core.py Log Message: ----------- Improve 'log' command: produce proper CSV and XML outputs, add -p/--patch option for the text output Commit: 03378dc269d8d408ddf5384810ab38d0fa980804 https://github.com/openSUSE/osc/commit/03378dc269d8d408ddf5384810ab38d0fa980... Author: Daniel Mach <daniel.mach@suse.com> Date: 2024-04-17 (Wed, 17 Apr 2024) Changed paths: A behave/features/log.feature M osc/commandline.py M osc/core.py M osc/obs_api/package.py A osc/obs_api/package_revision.py M osc/output/__init__.py M osc/output/output.py M osc/util/models.py M tests/test_models_xmlmodel.py M tests/test_output.py Log Message: ----------- Merge pull request #1537 from dmach/osc-log-patch Support osc log --patch Compare: https://github.com/openSUSE/osc/compare/c39b648615e0...03378dc269d8 To unsubscribe from these emails, change your notification settings at https://github.com/openSUSE/osc/settings/notifications