[obs-commits] [openSUSE/open-build-service] 6a429e: Set correct date range and period during initial p...
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 6a429eaf72cd6b1700dd16e7d4123f10243df071 https://github.com/openSUSE/open-build-service/commit/6a429eaf72cd6b1700dd16... Author: Dany Marcoux <danymarcoux@gmail.com> Date: 2018-12-19 (Wed, 19 Dec 2018) Changed paths: M src/api/app/controllers/webui/projects/pulse_controller.rb M src/api/app/views/webui2/webui/projects/pulse/show.html.haml Log Message: ----------- Set correct date range and period during initial page load Commit: 632c1d5b18133d9b0691e95483ea75a183c0095b https://github.com/openSUSE/open-build-service/commit/632c1d5b18133d9b0691e9... Author: Dany Marcoux <danymarcoux@gmail.com> Date: 2018-12-19 (Wed, 19 Dec 2018) Changed paths: M src/api/app/views/webui2/webui/projects/pulse/show.html.haml M src/api/app/views/webui2/webui/projects/pulse/show.js.erb Log Message: ----------- Reuse spinner on pulse page instead of always overwriting it The spinner is now always in the same position. It was previously centered during the initial page load, then on the left whenever changing the selected period in the dropdown. This was caused by the HTML and CSS classes which differed. Commit: 4989c0fd447f2b3172482cd15075c6a1f56d717c https://github.com/openSUSE/open-build-service/commit/4989c0fd447f2b3172482c... Author: Dany Marcoux <danymarcoux@gmail.com> Date: 2018-12-19 (Wed, 19 Dec 2018) Changed paths: M src/api/app/views/webui2/webui/projects/pulse/_pulse_list_requests.html.haml Log Message: ----------- Set the request description as a tooltip It isn't truncated anymore Commit: 173652f787961bb94fa3162099324a5381f63932 https://github.com/openSUSE/open-build-service/commit/173652f787961bb94fa316... Author: Dany Marcoux <danymarcoux@gmail.com> Date: 2018-12-19 (Wed, 19 Dec 2018) Changed paths: M src/api/app/views/webui2/webui/projects/pulse/_pulse_list_changes.html.haml M src/api/app/views/webui2/webui/projects/pulse/_pulse_list_comments.html.haml M src/api/app/views/webui2/webui/projects/pulse/_pulse_list_commits.html.haml Log Message: ----------- Emphasize information under date range in pulse page Commit: 7bb83d85cc05e8422f4fcc366595433072e38f8a https://github.com/openSUSE/open-build-service/commit/7bb83d85cc05e8422f4fcc... Author: Dany Marcoux <danymarcoux@gmail.com> Date: 2018-12-19 (Wed, 19 Dec 2018) Changed paths: M src/api/app/views/webui2/webui/projects/pulse/_pulse_list.html.haml Log Message: ----------- Use accordions for lists on the pulse page Also display lists only if data is present Commit: 90ea0ce91a170c42bbff3079189bb1b3fe72c22b https://github.com/openSUSE/open-build-service/commit/90ea0ce91a170c42bbff30... Author: Dany Marcoux <danymarcoux@gmail.com> Date: 2018-12-19 (Wed, 19 Dec 2018) Changed paths: M src/api/app/views/webui2/webui/projects/pulse/_pulse_list.html.haml A src/api/app/views/webui2/webui/projects/pulse/_pulse_list_requests_box.html.haml Log Message: ----------- Use a partial for the Requests box in the pulse page Commit: 12c4f9a5210170f6bb6eec802eb29a387d6864da https://github.com/openSUSE/open-build-service/commit/12c4f9a5210170f6bb6eec... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2018-12-19 (Wed, 19 Dec 2018) Changed paths: M src/api/app/controllers/webui/projects/pulse_controller.rb M src/api/app/views/webui2/webui/projects/pulse/_pulse_list.html.haml M src/api/app/views/webui2/webui/projects/pulse/_pulse_list_changes.html.haml M src/api/app/views/webui2/webui/projects/pulse/_pulse_list_comments.html.haml M src/api/app/views/webui2/webui/projects/pulse/_pulse_list_commits.html.haml M src/api/app/views/webui2/webui/projects/pulse/_pulse_list_requests.html.haml A src/api/app/views/webui2/webui/projects/pulse/_pulse_list_requests_box.html.haml M src/api/app/views/webui2/webui/projects/pulse/show.html.haml M src/api/app/views/webui2/webui/projects/pulse/show.js.erb Log Message: ----------- Merge pull request #6669 from dmarcoux/improve-pulse-bootstrap Improvements for the pulse page Compare: https://github.com/openSUSE/open-build-service/compare/be6894228072...12c4f9... **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019.
participants (1)
-
Henne Vogelsang