Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: cef8f37f8803c5c75c895fbe50978f8517985a16 https://github.com/openSUSE/open-build-service/commit/cef8f37f8803c5c75c895f... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2018-12-06 (Thu, 06 Dec 2018) Changed paths: A src/api/app/assets/stylesheets/webui2/pulse.scss M src/api/app/assets/stylesheets/webui2/webui2.css.scss M src/api/app/controllers/webui/project_controller.rb M src/api/app/helpers/webui/request_helper.rb A src/api/app/views/webui2/webui/project/_pulse_list.html.haml A src/api/app/views/webui2/webui/project/_pulse_list_branches.html.haml A src/api/app/views/webui2/webui/project/_pulse_list_builds.html.haml A src/api/app/views/webui2/webui/project/_pulse_list_changes.html.haml A src/api/app/views/webui2/webui/project/_pulse_list_comments.html.haml A src/api/app/views/webui2/webui/project/_pulse_list_commits.html.haml A src/api/app/views/webui2/webui/project/_pulse_list_entry.html.haml A src/api/app/views/webui2/webui/project/_pulse_list_new.html.haml A src/api/app/views/webui2/webui/project/_range_month.html.haml A src/api/app/views/webui2/webui/project/_range_week.html.haml A src/api/app/views/webui2/webui/project/pulse.html.haml A src/api/app/views/webui2/webui/project/update_pulse.js.erb M src/api/config/routes.rb Log Message: ----------- Refactor and adopt pulse to bootstrap This was some basic functionality. A bit extended now to give some more information about what is happening in a Project. Commit: 72785cab39c5a006c92b411f54006b385bb1850e https://github.com/openSUSE/open-build-service/commit/72785cab39c5a006c92b41... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2018-12-06 (Thu, 06 Dec 2018) Changed paths: M src/api/app/models/event.rb Log Message: ----------- Create success/build log entries again This was dropped in 886c5a4715994bdb6c0bdee05c2f7d05528a5883 but remains valuable information. Commit: 3c15e4bfc36bf12aab2511b727ad860370b5efd3 https://github.com/openSUSE/open-build-service/commit/3c15e4bfc36bf12aab2511... Author: Björn Geuken <bgeuken@suse.de> Date: 2018-12-06 (Thu, 06 Dec 2018) Changed paths: M src/api/app/helpers/webui/project_helper.rb R src/api/app/views/webui2/webui/project/_range_month.html.haml R src/api/app/views/webui2/webui/project/_range_week.html.haml M src/api/app/views/webui2/webui/project/pulse.html.haml M src/api/app/views/webui2/webui/project/update_pulse.js.erb Log Message: ----------- Use a helper instead of partials for generating the header Commit: 0e3b6cd7edf8c63432abb0b1ce830e6a196ebf59 https://github.com/openSUSE/open-build-service/commit/0e3b6cd7edf8c63432abb0... Author: Björn Geuken <bgeuken@suse.de> Date: 2018-12-06 (Thu, 06 Dec 2018) Changed paths: M src/api/app/controllers/webui/project_controller.rb A src/api/app/controllers/webui/projects/pulse_controller.rb M src/api/app/views/webui/project/_tabs.html.erb R src/api/app/views/webui/project/pulse.html.haml A src/api/app/views/webui/projects/pulse/show.html.haml R src/api/app/views/webui2/webui/project/_pulse_list.html.haml R src/api/app/views/webui2/webui/project/_pulse_list_branches.html.haml R src/api/app/views/webui2/webui/project/_pulse_list_builds.html.haml R src/api/app/views/webui2/webui/project/_pulse_list_changes.html.haml R src/api/app/views/webui2/webui/project/_pulse_list_comments.html.haml R src/api/app/views/webui2/webui/project/_pulse_list_commits.html.haml R src/api/app/views/webui2/webui/project/_pulse_list_entry.html.haml R src/api/app/views/webui2/webui/project/_pulse_list_new.html.haml R src/api/app/views/webui2/webui/project/pulse.html.haml R src/api/app/views/webui2/webui/project/update_pulse.js.erb A src/api/app/views/webui2/webui/projects/pulse/_breadcrumb_items.html.haml A src/api/app/views/webui2/webui/projects/pulse/_pulse_list.html.haml A src/api/app/views/webui2/webui/projects/pulse/_pulse_list_branches.html.haml A src/api/app/views/webui2/webui/projects/pulse/_pulse_list_builds.html.haml A src/api/app/views/webui2/webui/projects/pulse/_pulse_list_changes.html.haml A src/api/app/views/webui2/webui/projects/pulse/_pulse_list_comments.html.haml A src/api/app/views/webui2/webui/projects/pulse/_pulse_list_commits.html.haml A src/api/app/views/webui2/webui/projects/pulse/_pulse_list_entry.html.haml A src/api/app/views/webui2/webui/projects/pulse/_pulse_list_new.html.haml A src/api/app/views/webui2/webui/projects/pulse/_pulse_list_requests.html.haml A src/api/app/views/webui2/webui/projects/pulse/_tabs.html.haml A src/api/app/views/webui2/webui/projects/pulse/show.html.haml A src/api/app/views/webui2/webui/projects/pulse/update_pulse.js.erb M src/api/config/routes.rb Log Message: ----------- Move pulse related code to it's own controller I tried to use Rails resourceful routing, but that woulde create different routes than we had before: 'project/:project/pulse' instead of 'project/pulse/:project'. Commit: 51030ddc57aa982447d403c3c0d78ea99baa4470 https://github.com/openSUSE/open-build-service/commit/51030ddc57aa982447d403... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2018-12-06 (Thu, 06 Dec 2018) Changed paths: M src/api/app/views/webui2/webui/projects/pulse/_pulse_list.html.haml M src/api/app/views/webui2/webui/projects/pulse/_pulse_list_branches.html.haml M src/api/app/views/webui2/webui/projects/pulse/_pulse_list_builds.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_entry.html.haml M src/api/app/views/webui2/webui/projects/pulse/_pulse_list_new.html.haml M src/api/app/views/webui2/webui/projects/pulse/update_pulse.js.erb Log Message: ----------- Do not use instance variables in partials My objection is noted in PR #6472 Commit: 39b6bea6c60c32dd567ee456d507d6c1cefaf69a https://github.com/openSUSE/open-build-service/commit/39b6bea6c60c32dd567ee4... Author: Björn Geuken <bgeuken@suse.de> Date: 2018-12-06 (Thu, 06 Dec 2018) Changed paths: A src/api/app/assets/stylesheets/webui2/pulse.scss M src/api/app/assets/stylesheets/webui2/webui2.css.scss M src/api/app/controllers/webui/project_controller.rb A src/api/app/controllers/webui/projects/pulse_controller.rb M src/api/app/helpers/webui/project_helper.rb M src/api/app/helpers/webui/request_helper.rb M src/api/app/models/event.rb M src/api/app/views/webui/project/_tabs.html.erb R src/api/app/views/webui/project/pulse.html.haml A src/api/app/views/webui/projects/pulse/show.html.haml A src/api/app/views/webui2/webui/projects/pulse/_breadcrumb_items.html.haml A src/api/app/views/webui2/webui/projects/pulse/_pulse_list.html.haml A src/api/app/views/webui2/webui/projects/pulse/_pulse_list_branches.html.haml A src/api/app/views/webui2/webui/projects/pulse/_pulse_list_builds.html.haml A src/api/app/views/webui2/webui/projects/pulse/_pulse_list_changes.html.haml A src/api/app/views/webui2/webui/projects/pulse/_pulse_list_comments.html.haml A src/api/app/views/webui2/webui/projects/pulse/_pulse_list_commits.html.haml A src/api/app/views/webui2/webui/projects/pulse/_pulse_list_entry.html.haml A src/api/app/views/webui2/webui/projects/pulse/_pulse_list_new.html.haml A src/api/app/views/webui2/webui/projects/pulse/_pulse_list_requests.html.haml A src/api/app/views/webui2/webui/projects/pulse/_tabs.html.haml A src/api/app/views/webui2/webui/projects/pulse/show.html.haml A src/api/app/views/webui2/webui/projects/pulse/update_pulse.js.erb M src/api/config/routes.rb Log Message: ----------- Merge pull request #6446 from hennevogel/feature/bootstrap-pulse Refactor and adopt pulse to bootstrap Compare: https://github.com/openSUSE/open-build-service/compare/cdba459c1f41...39b6be... **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.