[openSUSE/open-build-service] f59537: Don't retry requesting the last chunk
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: f59537b993fdda76a5892c1d3c2c587e197ce96b https://github.com/openSUSE/open-build-service/commit/f59537b993fdda76a5892c... Author: Eduardo Navarro <enavarro@suse.com> Date: 2022-03-14 (Mon, 14 Mar 2022) Changed paths: M src/api/app/controllers/webui/package_controller.rb Log Message: ----------- Don't retry requesting the last chunk It is unnecessary to repeat the request of a log chunk after reaching a final state. This is a follow up to fixing the live build log not to stop in a not final state. Commit: aa89db6e7d427a1ae3898907a15c6c7effb54a52 https://github.com/openSUSE/open-build-service/commit/aa89db6e7d427a1ae38989... Author: Eduardo Navarro <enavarro@suse.com> Date: 2022-03-14 (Mon, 14 Mar 2022) Changed paths: M src/api/app/controllers/webui/package_controller.rb Log Message: ----------- Remove not needed debug logging of finished state Commit: 02d0a500f9b024e6970a629713c83ea1506f385a https://github.com/openSUSE/open-build-service/commit/02d0a500f9b024e6970a62... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2022-03-15 (Tue, 15 Mar 2022) Changed paths: M src/api/app/controllers/webui/package_controller.rb Log Message: ----------- Merge pull request #12295 from eduardoj/live_build_log_dont_retry Don't retry requesting the last chunk on live build log Compare: https://github.com/openSUSE/open-build-service/compare/62137b2415b0...02d0a5...
participants (1)
-
Henne Vogelsang