Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: f9ed25bd75dbea78375b33a4e4b94178f22d6cb1 https://github.com/openSUSE/open-build-service/commit/f9ed25bd75dbea78375b33... Author: Eduardo Navarro <enavarro@suse.com> Date: 2020-02-21 (Fri, 21 Feb 2020) Changed paths: M src/api/app/assets/javascripts/webui/buildresult.js M src/api/app/assets/stylesheets/webui/build-results.scss M src/api/app/controllers/webui/package_controller.rb M src/api/app/helpers/webui/buildresult_helper.rb M src/api/app/views/webui/package/_buildstatus.html.haml M src/api/app/views/webui/project/_buildstatus.html.haml Log Message: ----------- Provide a collapse icon for multibuild packages The collapse/uncollapse status is kept for each element between refreshes of build results. Also make the clickable area bigger for collapse/uncollapse icons. These icons were moved to the right. All these changes contribute to the navigation experience related to build results. Co-authored-by: David Kang <dkang@suse.com> Commit: 184eac5d17a3966250576fdbe034361ab86c8919 https://github.com/openSUSE/open-build-service/commit/184eac5d17a3966250576f... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2020-02-24 (Mon, 24 Feb 2020) Changed paths: M src/api/app/assets/javascripts/webui/buildresult.js M src/api/app/assets/stylesheets/webui/build-results.scss M src/api/app/controllers/webui/package_controller.rb M src/api/app/helpers/webui/buildresult_helper.rb M src/api/app/views/webui/package/_buildstatus.html.haml M src/api/app/views/webui/project/_buildstatus.html.haml Log Message: ----------- Merge pull request #9121 from eduardoj/collapse-for-multibuilds Provide a collapse icon for multibuild packages Compare: https://github.com/openSUSE/open-build-service/compare/f8cc10e38bfa...184eac...