[obs-commits] [openSUSE/open-build-service] 96d874: [webui] Create comments via ajax requests
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 96d8742e8001c7a31844506a8e11bf3a39ea2122 https://github.com/openSUSE/open-build-service/commit/96d8742e8001c7a3184450... Author: Manuel Schnitzer <mschnitzer@suse.com> Date: 2018-01-22 (Mon, 22 Jan 2018) Changed paths: M src/api/app/assets/javascripts/webui/application/comment.js M src/api/app/controllers/webui/comments_controller.rb M src/api/app/views/webui/comment/_new.html.haml M src/api/app/views/webui/comment/_reply.html.haml M src/api/app/views/webui/package/show.html.erb M src/api/app/views/webui/project/show.html.erb M src/api/app/views/webui/request/show.html.erb M src/api/spec/features/webui/comments_spec.rb Log Message: ----------- [webui] Create comments via ajax requests Comments will now be created via Ajax requests. The comment section is reloaded every time, when a new comment has been added by the user. Affects: * Requests * Packages * Projects Commit: 590bfc0b2016c565e498ebf99f64c30073120731 https://github.com/openSUSE/open-build-service/commit/590bfc0b2016c565e498eb... Author: Manuel Schnitzer <github@mschnitzer.de> Date: 2018-01-23 (Tue, 23 Jan 2018) Changed paths: M src/api/app/assets/javascripts/webui/application/comment.js M src/api/app/controllers/webui/comments_controller.rb M src/api/app/views/webui/comment/_new.html.haml M src/api/app/views/webui/comment/_reply.html.haml M src/api/app/views/webui/package/show.html.erb M src/api/app/views/webui/project/show.html.erb M src/api/app/views/webui/request/show.html.erb M src/api/spec/features/webui/comments_spec.rb Log Message: ----------- Merge pull request #4386 from mschnitzer/add_comments_via_ajax [webui] Create comments via ajax requests Compare: https://github.com/openSUSE/open-build-service/compare/a77bb1a7afa7...590bfc...
participants (1)
-
Manuel Schnitzer