[openSUSE/osc] 49cfd0: Fix 'diff' command to support diffing selected fil...
Branch: refs/heads/master Home: https://github.com/openSUSE/osc Commit: 49cfd020fdba16af2a99705211432adec6b82900 https://github.com/openSUSE/osc/commit/49cfd020fdba16af2a99705211432adec6b82... Author: Daniel Mach <daniel.mach@suse.com> Date: 2023-04-28 (Fri, 28 Apr 2023) Changed paths: M osc/commandline.py M osc/core.py Log Message: ----------- Fix 'diff' command to support diffing selected files only Commit: b0629f6b909c7d953267542ed84718d1ee63862c https://github.com/openSUSE/osc/commit/b0629f6b909c7d953267542ed84718d1ee638... Author: Daniel Mach <daniel.mach@suse.com> Date: 2023-04-28 (Fri, 28 Apr 2023) Changed paths: M osc/connection.py Log Message: ----------- connection: Allow disabling retry on 400 HTTP status code We probably want the retry on by default to retry on running services, but in some cases such as osc diff it only adds delays while handling a quite expected errror state. Commit: 80fc2bf7cbfda83b1a6ba22fef82576f577ec46a https://github.com/openSUSE/osc/commit/80fc2bf7cbfda83b1a6ba22fef82576f577ec... Author: Daniel Mach <daniel.mach@suse.com> Date: 2023-04-28 (Fri, 28 Apr 2023) Changed paths: M osc/core.py Log Message: ----------- Don't retry on 400 HTTP status code in core.server_diff() Commit: 651dc708a56829b054d59d56664aaa5f66b378ea https://github.com/openSUSE/osc/commit/651dc708a56829b054d59d56664aaa5f66b37... Author: Daniel Mach <daniel.mach@suse.com> Date: 2023-04-28 (Fri, 28 Apr 2023) Changed paths: M osc/commandline.py M osc/connection.py M osc/core.py Log Message: ----------- Merge pull request #1311 from dmach/fix-diff-specify-files Fix 'diff' command to support diffing selected files only Compare: https://github.com/openSUSE/osc/compare/c6e09900abc3...651dc708a568
participants (1)
-
Daniel Mach