[obs-commits] [openSUSE/open-build-service] 1b332f: Move Request#show "Overview" section to bootstrap
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 1b332f2745bb2002b15bc8fe426b8022cc93739e https://github.com/openSUSE/open-build-service/commit/1b332f2745bb2002b15bc8... Author: Victor Pereira <vpereira@suse.de> Date: 2019-02-06 (Wed, 06 Feb 2019) Changed paths: M src/api/app/assets/javascripts/webui2/request.js M src/api/app/controllers/webui/request_controller.rb A src/api/app/views/webui2/webui/request/_add_reviewer_dialog.html.haml A src/api/app/views/webui2/webui/request/_show_overview.html.haml A src/api/app/views/webui2/webui/request/_show_package_maintainers.html.haml A src/api/app/views/webui2/webui/request/_show_side_links.html.haml M src/api/app/views/webui2/webui/request/show.html.haml M src/api/config/routes.rb Log Message: ----------- Move Request#show "Overview" section to bootstrap - Translate and adapt code to HAML - Use bootstrap - Break overview and side links sub-sections to its own partials Commit: 7fc87ea499479385dd31ff0392e7024d2a41e958 https://github.com/openSUSE/open-build-service/commit/7fc87ea499479385dd31ff... Author: Victor Pereira <vpereira@suse.de> Date: 2019-02-06 (Wed, 06 Feb 2019) Changed paths: M src/api/app/views/webui2/webui/request/_add_reviewer_dialog.html.haml Log Message: ----------- xx Commit: be94c4ed069c1f452db9ff599dc17f556273344e https://github.com/openSUSE/open-build-service/commit/be94c4ed069c1f452db9ff... Author: Victor Pereira <vpereira@suse.de> Date: 2019-02-06 (Wed, 06 Feb 2019) Changed paths: M src/api/app/controllers/webui/packages/bs_requests_controller.rb M src/api/app/controllers/webui/projects/bs_requests_controller.rb M src/api/app/controllers/webui/request_controller.rb M src/api/app/views/webui/request/show.html.erb M src/api/spec/features/webui/requests_spec.rb Log Message: ----------- Remove the key navigation through browser keystrokes for requests This feature wasn't completely implemented and saving data in the session store could impact performance in some busy projects. Therefore the whole feature was removed Commit: be3b9a1d209a6b1b88523b93987735356393f810 https://github.com/openSUSE/open-build-service/commit/be3b9a1d209a6b1b88523b... Author: Victor Pereira <vpereirabr@gmail.com> Date: 2019-02-06 (Wed, 06 Feb 2019) Changed paths: M src/api/app/assets/javascripts/webui2/request.js M src/api/app/controllers/webui/packages/bs_requests_controller.rb M src/api/app/controllers/webui/projects/bs_requests_controller.rb M src/api/app/controllers/webui/request_controller.rb M src/api/app/views/webui/request/show.html.erb A src/api/app/views/webui2/webui/request/_add_reviewer_dialog.html.haml A src/api/app/views/webui2/webui/request/_show_overview.html.haml A src/api/app/views/webui2/webui/request/_show_package_maintainers.html.haml A src/api/app/views/webui2/webui/request/_show_side_links.html.haml M src/api/app/views/webui2/webui/request/show.html.haml M src/api/config/routes.rb M src/api/spec/features/webui/requests_spec.rb Log Message: ----------- Merge pull request #6851 from vpereira/request_show_overview Request show overview Compare: https://github.com/openSUSE/open-build-service/compare/f95d82b0aa31...be3b9a...
participants (1)
-
Victor Pereira