[obs-commits] [openSUSE/open-build-service] 650567: [webui] remove person model - users rule them all
Branch: refs/heads/new_webui Home: https://github.com/openSUSE/open-build-service Commit: 65056726a066516b6dcaab05c3c99b59f01900f3 https://github.com/openSUSE/open-build-service/commit/65056726a066516b6dcaab... Author: Stephan Kulow <coolo@suse.de> Date: 2013-10-21 (Mon, 21 Oct 2013) Changed paths: M src/api/app/controllers/person_controller.rb M src/api/app/models/user.rb M src/api/test/functional/person_controller_test.rb M src/api/test/functional/webui/all_routes_test.rb M src/api/webui/app/controllers/webui/configuration_controller.rb M src/api/webui/app/controllers/webui/home_controller.rb M src/api/webui/app/controllers/webui/package_controller.rb M src/api/webui/app/controllers/webui/project_controller.rb M src/api/webui/app/controllers/webui/request_controller.rb M src/api/webui/app/controllers/webui/user_controller.rb M src/api/webui/app/controllers/webui/webui_controller.rb M src/api/webui/app/models/webui/package.rb R src/api/webui/app/models/webui/person.rb R src/api/webui/app/models/webui/unregisteredperson.rb M src/api/webui/app/models/webui_project.rb M src/api/webui/app/views/shared/_involved_users.html.erb M src/api/webui/app/views/webui/attribute/_attributes.html.erb M src/api/webui/app/views/webui/comment/_new.html.erb M src/api/webui/app/views/webui/configuration/groups.html.erb M src/api/webui/app/views/webui/group/show.html.erb R src/api/webui/app/views/webui/home/_watch_list.html.erb M src/api/webui/app/views/webui/home/index.html.erb M src/api/webui/app/views/webui/main/index.html.erb M src/api/webui/app/views/webui/package/_commit_item.html.erb M src/api/webui/app/views/webui/package/_files_view.html.erb M src/api/webui/app/views/webui/package/rdiff.html.erb M src/api/webui/app/views/webui/package/show.html.erb M src/api/webui/app/views/webui/package/view_file.html.erb M src/api/webui/app/views/webui/project/_incident_request_dialog.html.erb M src/api/webui/app/views/webui/project/list.html.erb M src/api/webui/app/views/webui/project/repositories.html.erb M src/api/webui/app/views/webui/project/show.html.erb M src/api/webui/config/initializers/activexml.rb M src/api/webui/config/routes.rb Log Message: ----------- [webui] remove person model - users rule them all Commit: 0a725be347c4078ff75bf05ea997a4261e763f24 https://github.com/openSUSE/open-build-service/commit/0a725be347c4078ff75bf0... Author: Stephan Kulow <coolo@kde.org> Date: 2013-10-21 (Mon, 21 Oct 2013) Changed paths: M src/api/app/controllers/person_controller.rb M src/api/app/models/user.rb M src/api/test/functional/person_controller_test.rb M src/api/test/functional/webui/all_routes_test.rb M src/api/webui/app/controllers/webui/configuration_controller.rb M src/api/webui/app/controllers/webui/home_controller.rb M src/api/webui/app/controllers/webui/package_controller.rb M src/api/webui/app/controllers/webui/project_controller.rb M src/api/webui/app/controllers/webui/request_controller.rb M src/api/webui/app/controllers/webui/user_controller.rb M src/api/webui/app/controllers/webui/webui_controller.rb M src/api/webui/app/models/webui/package.rb R src/api/webui/app/models/webui/person.rb R src/api/webui/app/models/webui/unregisteredperson.rb M src/api/webui/app/models/webui_project.rb M src/api/webui/app/views/shared/_involved_users.html.erb M src/api/webui/app/views/webui/attribute/_attributes.html.erb M src/api/webui/app/views/webui/comment/_new.html.erb M src/api/webui/app/views/webui/configuration/groups.html.erb M src/api/webui/app/views/webui/group/show.html.erb R src/api/webui/app/views/webui/home/_watch_list.html.erb M src/api/webui/app/views/webui/home/index.html.erb M src/api/webui/app/views/webui/main/index.html.erb M src/api/webui/app/views/webui/package/_commit_item.html.erb M src/api/webui/app/views/webui/package/_files_view.html.erb M src/api/webui/app/views/webui/package/rdiff.html.erb M src/api/webui/app/views/webui/package/show.html.erb M src/api/webui/app/views/webui/package/view_file.html.erb M src/api/webui/app/views/webui/project/_incident_request_dialog.html.erb M src/api/webui/app/views/webui/project/list.html.erb M src/api/webui/app/views/webui/project/repositories.html.erb M src/api/webui/app/views/webui/project/show.html.erb M src/api/webui/config/initializers/activexml.rb M src/api/webui/config/routes.rb Log Message: ----------- Merge pull request #437 from coolo/remove_person [webui] remove person model - users rule them all Compare: https://github.com/openSUSE/open-build-service/compare/c6d1d2915a8b...0a725b...
participants (1)
-
Stephan Kulow