Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 7b63b0e05a59e99a98c1b254de95bba215a2d2c6 https://github.com/openSUSE/open-build-service/commit/7b63b0e05a59e99a98c1b2... Author: Adrian Schröter <adrian@suse.de> Date: 2016-11-14 (Mon, 14 Nov 2016) Changed paths: M src/api/app/controllers/webui/monitor_controller.rb M src/api/app/views/webui/monitor/_events.html.erb Log Message: ----------- [webui] sort architecture by name in monitor, set default Hardcode default to "x86_64" as most used architecture. We may want an instance or user default setting here in future. The default was not really defined yet, since it depended on internal database index number. The list was just random, means neither the arm, not ppc architectures stuck together. Commit: 59bf882a5e9fadf1ca6d3d8b032b77d6c3c71bb2 https://github.com/openSUSE/open-build-service/commit/59bf882a5e9fadf1ca6d3d... Author: Adrian Schröter <adrian@suse.de> Date: 2016-11-14 (Mon, 14 Nov 2016) Changed paths: M src/api/app/controllers/webui/configuration_controller.rb M src/api/app/controllers/webui/driver_update_controller.rb M src/api/app/controllers/webui/monitor_controller.rb M src/api/app/controllers/webui/webui_controller.rb M src/api/app/views/webui/driver_update/create.html.erb Log Message: ----------- [webui] simplify code, just drop global variable Commit: 936d173872b5fadd792e9f85a89a69cef534e019 https://github.com/openSUSE/open-build-service/commit/936d173872b5fadd792e9f... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2016-11-14 (Mon, 14 Nov 2016) Changed paths: M src/api/app/controllers/webui/configuration_controller.rb M src/api/app/controllers/webui/driver_update_controller.rb M src/api/app/controllers/webui/monitor_controller.rb M src/api/app/controllers/webui/webui_controller.rb M src/api/app/views/webui/driver_update/create.html.erb M src/api/app/views/webui/monitor/_events.html.erb Log Message: ----------- Merge pull request #2326 from adrianschroeter/webui_arch_sorting [webui] sort architecture by name in monitor, set default Compare: https://github.com/openSUSE/open-build-service/compare/9d0899fb2c26...936d17...