[obs-commits] [openSUSE/open-build-service] 1d6116: [webui] remove architecture model and make main co...
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 1d61160d551c701950fff96c28591b08f468fa62 https://github.com/openSUSE/open-build-service/commit/1d61160d551c701950fff9... Author: Stephan Kulow <coolo@suse.de> Date: 2013-10-25 (Fri, 25 Oct 2013) Changed paths: M src/api/config/environments/development.rb M src/api/test/unit/code_quality_test.rb M src/api/webui/app/assets/javascripts/webui/application.js A src/api/webui/app/assets/javascripts/webui/main.js M src/api/webui/app/controllers/webui/configuration_controller.rb M src/api/webui/app/controllers/webui/main_controller.rb M src/api/webui/app/controllers/webui/monitor_controller.rb M src/api/webui/app/controllers/webui/webui_controller.rb M src/api/webui/app/helpers/webui/main_helper.rb M src/api/webui/app/helpers/webui/webui_helper.rb R src/api/webui/app/models/webui/architecture.rb M src/api/webui/app/views/layouts/webui/webui.html.erb M src/api/webui/app/views/webui/main/_latest_updates.erb M src/api/webui/app/views/webui/main/_systemstatus.html.erb M src/api/webui/app/views/webui/main/index.html.erb M src/api/webui/config/initializers/activexml.rb M src/api/webui/lib/frontend_compat.rb Log Message: ----------- [webui] remove architecture model and make main controller webui model free Commit: 23c37089c5d5c12788a8e0c00aef81a4e8c2ab89 https://github.com/openSUSE/open-build-service/commit/23c37089c5d5c12788a8e0... Author: Stephan Kulow <coolo@suse.de> Date: 2013-10-25 (Fri, 25 Oct 2013) Changed paths: M src/api/app/models/package.rb M src/api/webui/app/controllers/webui/package_controller.rb M src/api/webui/app/models/webui/package.rb M src/api/webui/app/views/webui/package/_linking_packages.html.erb M src/api/webui/app/views/webui/package/show.html.erb Log Message: ----------- [webui] don't query cmd=showlinked for packages We have the links_to info in the database now Commit: 8f1c1d6939c2d963719b841cc4c8c5d4c3bb7ceb https://github.com/openSUSE/open-build-service/commit/8f1c1d6939c2d963719b84... Author: Stephan Kulow <coolo@suse.de> Date: 2013-10-25 (Fri, 25 Oct 2013) Changed paths: R src/api/app/controllers/webui/base_controller.rb A src/api/app/mixins/escaper.rb M src/api/app/models/bs_request_collection.rb M src/api/app/models/user.rb M src/api/config/application.rb M src/api/config/environments/test.rb M src/api/test/functional/webui/request_controller_test.rb M src/api/webui/app/assets/javascripts/webui/application.js M src/api/webui/app/controllers/webui/monitor_controller.rb M src/api/webui/app/controllers/webui/package_controller.rb M src/api/webui/app/controllers/webui/request_controller.rb M src/api/webui/app/helpers/webui/request_helper.rb M src/api/webui/app/helpers/webui/webui_helper.rb M src/api/webui/app/views/shared/_requests.html.erb A src/api/webui/app/views/shared/_single_request.html.erb M src/api/webui/app/views/webui/package/show.html.erb M src/api/webui/app/views/webui/request/show.html.erb M src/api/webui/lib/frontend_compat.rb Log Message: ----------- [webui] work on the request list Compare: https://github.com/openSUSE/open-build-service/compare/6a042c2dd95f...8f1c1d...
participants (1)
-
Stephan Kulow