[obs-commits] [openSUSE/open-build-service] 600696: [webui] Remove list_simple action
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 600696ef329a7bfb875ae6a2e0b0671a6cecb3c0 https://github.com/openSUSE/open-build-service/commit/600696ef329a7bfb875ae6... Author: Björn Geuken <bgeuken@suse.de> Date: 2015-08-17 (Mon, 17 Aug 2015) Changed paths: M src/api/app/controllers/webui/project_controller.rb M src/api/app/views/webui/project/list.html.erb M src/api/config/routes.rb M src/api/test/functional/webui/spider_test.rb Log Message: ----------- [webui] Remove list_simple action The list simple action was only used for the case of browsers having no javascript support and spiders. The latter case is already covered by a condition in the list action. The javascript case is not supported. So we can simply remove the action and routing and only keep the list_simple view Commit: 34387ea9cbec2cd34f62540690d54e2f0dfb38ba https://github.com/openSUSE/open-build-service/commit/34387ea9cbec2cd34f6254... Author: Björn Geuken <bgeuken@suse.de> Date: 2015-08-17 (Mon, 17 Aug 2015) Changed paths: M src/api/app/controllers/webui/webui_controller.rb Log Message: ----------- [webui] Remove undefined constant Commit: 0eb5b37f214f8d972a25d72bdd475f584f4af59c https://github.com/openSUSE/open-build-service/commit/0eb5b37f214f8d972a25d7... Author: Björn Geuken <bgeuken@suse.de> Date: 2015-08-17 (Mon, 17 Aug 2015) Changed paths: M src/api/app/controllers/webui/webui_controller.rb Log Message: ----------- [webui] Simplify check_spider method Commit: 67de6a948824d0d0b5502978b28e4417a61b225b https://github.com/openSUSE/open-build-service/commit/67de6a948824d0d0b55029... Author: Björn Geuken <bgeuken@suse.de> Date: 2015-08-17 (Mon, 17 Aug 2015) Changed paths: M src/api/app/controllers/webui/attribute_controller.rb M src/api/app/controllers/webui/patchinfo_controller.rb M src/api/app/controllers/webui/project_controller.rb M src/api/app/mixins/webui/requires_project.rb M src/api/app/views/layouts/webui/webui.html.erb M src/api/app/views/webui/main/index.html.erb M src/api/config/routes.rb M src/api/test/functional/webui/project_controller_test.rb M src/api/test/functional/webui/project_create_test.rb Log Message: ----------- [webui] Merge list_public into index action index action was just redirecting to list_public. Thus we can just merge them together Commit: 92dca1c1dc45cc0b8b75bd817bea7d1ef8fd12ee https://github.com/openSUSE/open-build-service/commit/92dca1c1dc45cc0b8b75bd... Author: Björn Geuken <bgeuken@suse.de> Date: 2015-08-17 (Mon, 17 Aug 2015) Changed paths: M src/api/app/controllers/webui/project_controller.rb M src/api/config/routes.rb M src/api/test/functional/webui/project_controller_test.rb Log Message: ----------- [webui] Move list_all action to index Commit: 51b18465ed60cc7f7f02f705453314209ab4eac4 https://github.com/openSUSE/open-build-service/commit/51b18465ed60cc7f7f02f7... Author: Björn Geuken <bgeuken@suse.de> Date: 2015-08-17 (Mon, 17 Aug 2015) Changed paths: M src/api/app/controllers/webui/project_controller.rb Log Message: ----------- [webui] Move set_listvars to index Commit: c70440156fa911dd07f6f3388ccfd95caa6d4bf3 https://github.com/openSUSE/open-build-service/commit/c70440156fa911dd07f6f3... Author: Björn Geuken <bgeuken@suse.de> Date: 2015-08-17 (Mon, 17 Aug 2015) Changed paths: M src/api/app/controllers/webui/project_controller.rb M src/api/app/views/webui/project/list.html.erb Log Message: ----------- [webui] Move list action to index Commit: 202811ae0600cf1248ee5379503448d451ad9a8b https://github.com/openSUSE/open-build-service/commit/202811ae0600cf1248ee53... Author: Björn Geuken <bgeuken@suse.de> Date: 2015-08-17 (Mon, 17 Aug 2015) Changed paths: M src/api/app/assets/javascripts/webui/application/project.js M src/api/app/controllers/webui/project_controller.rb M src/api/app/views/webui/project/list.html.erb M src/api/test/functional/webui/project_controller_test.rb Log Message: ----------- [webui] Refactor index action of project controller Commit: 68a9f46369afd1fe754c5122b15062794497afd8 https://github.com/openSUSE/open-build-service/commit/68a9f46369afd1fe754c51... Author: Björn Geuken <bgeuken@suse.de> Date: 2015-08-18 (Tue, 18 Aug 2015) Changed paths: M src/api/app/views/webui/project/list.html.erb Log Message: ----------- [webui] Remove html form that isn't used anymore Commit: 2cc850c81e15e8ad89daa34906ca4477755afa8b https://github.com/openSUSE/open-build-service/commit/2cc850c81e15e8ad89daa3... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2015-08-18 (Tue, 18 Aug 2015) Changed paths: M src/api/app/assets/javascripts/webui/application/project.js M src/api/app/controllers/webui/attribute_controller.rb M src/api/app/controllers/webui/patchinfo_controller.rb M src/api/app/controllers/webui/project_controller.rb M src/api/app/controllers/webui/webui_controller.rb M src/api/app/mixins/webui/requires_project.rb M src/api/app/views/layouts/webui/webui.html.erb M src/api/app/views/webui/main/index.html.erb M src/api/app/views/webui/project/list.html.erb M src/api/config/routes.rb M src/api/test/functional/webui/project_controller_test.rb M src/api/test/functional/webui/project_create_test.rb M src/api/test/functional/webui/spider_test.rb Log Message: ----------- Merge pull request #1031 from bgeuken/refactor_webui_project_indexer [Group refactoring] Refactor webui project indexer Compare: https://github.com/openSUSE/open-build-service/compare/d4464f280604...2cc850...
participants (1)
-
Henne Vogelsang