Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 8232fdd4c42762edde3e79019a796c8d148ffbb1
https://github.com/openSUSE/open-build-service/commit/8232fdd4c42762edde3e7…
Author: Björn Geuken <bgeuken(a)suse.de>
Date: 2018-04-30 (Mon, 30 Apr 2018)
Changed paths:
M src/api/app/models/bs_request.rb
A src/api/spec/cassettes/BsRequest/_forward_to/only_forwards_submit_requests.yml
M src/api/spec/factories/bs_request_actions.rb
M src/api/spec/factories/bs_requests.rb
M src/api/spec/models/bs_request_spec.rb
Log Message:
-----------
[frontend] Forward only submit requests
Previously any bs request action that was forwarded would be converted
into a submit request. This doesn't really make sense and it's better to
skip such request actions for now.
Commit: c8abb933486e4819a5b19df37d688d91ba58cd3c
https://github.com/openSUSE/open-build-service/commit/c8abb933486e4819a5b19…
Author: Björn Geuken <bgeuken(a)suse.de>
Date: 2018-04-30 (Mon, 30 Apr 2018)
Changed paths:
M src/api/app/models/bs_request.rb
A src/api/spec/cassettes/BsRequest/_forward_to/only_forwards_submit_requests.yml
M src/api/spec/factories/bs_request_actions.rb
M src/api/spec/factories/bs_requests.rb
M src/api/spec/models/bs_request_spec.rb
Log Message:
-----------
Merge pull request #4921 from bgeuken/only_forward_submit_requests
[frontend] Forward only submit requests
Compare: https://github.com/openSUSE/open-build-service/compare/d131840fd328...c8abb…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 515698ce5c8f5b3e2aaef7879a5b1114c3e70879
https://github.com/openSUSE/open-build-service/commit/515698ce5c8f5b3e2aaef…
Author: Dany Marcoux <danymarcoux(a)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/d65c81b4366e94c4d9d0c…
Author: Dany Marcoux <danymarcoux(a)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/cd80bf413c5f23e24e621…
Author: Dany Marcoux <danymarcoux(a)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/5a13074498c3b9ba300c1…
Author: Björn Geuken <bgeuken(a)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...5a130…