[obs-commits] [openSUSE/open-build-service] 515698: [webui] Transfer status messages to their own cont...
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 515698ce5c8f5b3e2aaef7879a5b1114c3e70879 https://github.com/openSUSE/open-build-service/commit/515698ce5c8f5b3e2aaef7... Author: Dany Marcoux <danymarcoux@gmail.com> Date: 2018-04-29 (Sun, 29 Apr 2018) Changed paths: M src/api/app/controllers/webui/main_controller.rb A src/api/app/controllers/webui/status_messages_controller.rb R src/api/app/views/webui/main/_add_news_dialog.html.haml R src/api/app/views/webui/main/_delete_message_dialog.html.haml R src/api/app/views/webui/main/_news.html.haml A src/api/app/views/webui/main/_status_messages.html.haml M src/api/app/views/webui/main/index.html.haml A src/api/app/views/webui/status_messages/_create_status_message_dialog.html.haml A src/api/app/views/webui/status_messages/_destroy_status_message_dialog.html.haml M src/api/config/routes.rb Log Message: ----------- [webui] Transfer status messages to their own controller/views Commit: d65c81b4366e94c4d9d0c970252052b58bda3da6 https://github.com/openSUSE/open-build-service/commit/d65c81b4366e94c4d9d0c9... Author: Dany Marcoux <danymarcoux@gmail.com> Date: 2018-04-29 (Sun, 29 Apr 2018) Changed paths: M src/api/spec/controllers/webui/main_controller_spec.rb A src/api/spec/controllers/webui/status_messages_controller_spec.rb Log Message: ----------- [webui] Transfer specs from main to status messages controller Commit: cd80bf413c5f23e24e62195b3cf5c86f08c6721e https://github.com/openSUSE/open-build-service/commit/cd80bf413c5f23e24e6219... Author: Dany Marcoux <danymarcoux@gmail.com> Date: 2018-04-29 (Sun, 29 Apr 2018) Changed paths: M src/api/app/controllers/webui/main_controller.rb M src/api/app/views/webui/main/_status_messages.html.haml Log Message: ----------- [webui] Be coherent with variables name Commit: 5a13074498c3b9ba300c1ad36c1542f660975dd1 https://github.com/openSUSE/open-build-service/commit/5a13074498c3b9ba300c1a... Author: Björn Geuken <bgeuken@suse.de> Date: 2018-04-30 (Mon, 30 Apr 2018) Changed paths: M src/api/app/controllers/webui/main_controller.rb A src/api/app/controllers/webui/status_messages_controller.rb R src/api/app/views/webui/main/_add_news_dialog.html.haml R src/api/app/views/webui/main/_delete_message_dialog.html.haml R src/api/app/views/webui/main/_news.html.haml A src/api/app/views/webui/main/_status_messages.html.haml M src/api/app/views/webui/main/index.html.haml A src/api/app/views/webui/status_messages/_create_status_message_dialog.html.haml A src/api/app/views/webui/status_messages/_destroy_status_message_dialog.html.haml M src/api/config/routes.rb M src/api/spec/controllers/webui/main_controller_spec.rb A src/api/spec/controllers/webui/status_messages_controller_spec.rb Log Message: ----------- Merge pull request #4908 from dmarcoux/WebUI-Split-main_controller [webui] Split main_controller Compare: https://github.com/openSUSE/open-build-service/compare/e0427a220d40...5a1307...
participants (1)
-
Björn Geuken