[obs-commits] [openSUSE/open-build-service] 33d533: [api] trying to make the event class autoloading l...
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 33d5332c0799cdae1eb905107d4fab05c371f710 https://github.com/openSUSE/open-build-service/commit/33d5332c0799cdae1eb905... Author: Stephan Kulow <coolo@suse.de> Date: 2013-10-28 (Mon, 28 Oct 2013) Changed paths: M src/api/app/controllers/request_controller.rb M src/api/app/models/event.rb A src/api/app/models/event/all.rb M src/api/app/models/event/package.rb M src/api/app/models/event/project.rb M src/api/app/models/event/request.rb Log Message: ----------- [api] trying to make the event class autoloading less fragile Commit: e227e63ef3687972c503d366edf7d57cf827c00b https://github.com/openSUSE/open-build-service/commit/e227e63ef3687972c503d3... Author: Stephan Kulow <coolo@suse.de> Date: 2013-10-28 (Mon, 28 Oct 2013) Changed paths: M src/api/webui/app/controllers/webui/package_controller.rb M src/api/webui/app/helpers/webui/webui_helper.rb R src/api/webui/app/views/shared/_project_or_package_link.html.erb M src/api/webui/app/views/shared/_single_request.html.erb M src/api/webui/app/views/webui/package/_branch_dialog.html.erb M src/api/webui/app/views/webui/package/_delete_dialog.html.erb M src/api/webui/app/views/webui/package/_links.html.erb M src/api/webui/app/views/webui/package/_rpmlint_result.html.erb M src/api/webui/app/views/webui/package/_submit_request_dialog.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/patchinfo/_delete_dialog.html.erb M src/api/webui/app/views/webui/project/_add_maintained_project_dialog.html.erb M src/api/webui/app/views/webui/project/_delete_dialog.html.erb M src/api/webui/app/views/webui/project/_release_request_dialog.html.erb M src/api/webui/app/views/webui/project/_unlock_dialog.html.erb M src/api/webui/app/views/webui/request/_add_role_request_dialog.html.erb M src/api/webui/app/views/webui/request/_change_devel_request_dialog.html.erb M src/api/webui/app/views/webui/request/_delete_request_dialog.html.erb M src/api/webui/app/views/webui/request/show.html.erb M src/api/webui/app/views/webui/search/_owners.html.erb M src/api/webui/app/views/webui/search/_results.html.erb Log Message: ----------- [webui] replace project_or_package_link partial with a helper function This allows much saner programming than in erb Commit: 8c9fc8d06c91e1d3a04d63ac4c9bbc293bedcbf0 https://github.com/openSUSE/open-build-service/commit/8c9fc8d06c91e1d3a04d63... Author: Stephan Kulow <coolo@suse.de> Date: 2013-10-28 (Mon, 28 Oct 2013) Changed paths: M src/api/test/functional/webui/maintenance_workflow_test.rb M src/api/webui/app/controllers/webui/patchinfo_controller.rb M src/api/webui/app/helpers/webui/project_helper.rb M src/api/webui/app/helpers/webui/webui_helper.rb R src/api/webui/app/models/webui/patchinfo.rb A src/api/webui/app/models/webui_patchinfo.rb M src/api/webui/app/models/webui_project.rb M src/api/webui/app/views/webui/patchinfo/_form.html.erb M src/api/webui/config/initializers/activexml.rb Log Message: ----------- [webui] rename patchinfo model to WebuiPatchinfo to avoid name clashes Namespaces are fine, but somehow rails' autoload breaks them more often than not ;( Commit: bf2bb8f312fe724103d452a841c0afdb216bf067 https://github.com/openSUSE/open-build-service/commit/bf2bb8f312fe724103d452... Author: Stephan Kulow <coolo@suse.de> Date: 2013-10-28 (Mon, 28 Oct 2013) Changed paths: M src/api/webui/app/controllers/webui/project_controller.rb R src/api/webui/app/models/webui/distribution.rb M src/api/webui/app/views/webui/project/add_repository_from_default_list.html.erb M src/api/webui/config/initializers/activexml.rb Log Message: ----------- [webui] remove distribution model Commit: bbbb478243651f72cb27f35ce2e803f410522a43 https://github.com/openSUSE/open-build-service/commit/bbbb478243651f72cb27f3... Author: Stephan Kulow <coolo@suse.de> Date: 2013-10-28 (Mon, 28 Oct 2013) Changed paths: M src/api/app/models/issue.rb M src/api/webui/app/controllers/webui/home_controller.rb M src/api/webui/app/views/webui/home/index.html.erb Log Message: ----------- [webui] do not query the package issues again - they are in the database Commit: 0145b985f4fd5a4fe08f2aef994430072b1bfade https://github.com/openSUSE/open-build-service/commit/0145b985f4fd5a4fe08f2a... Author: Stephan Kulow <coolo@suse.de> Date: 2013-10-29 (Tue, 29 Oct 2013) Changed paths: M src/api/app/models/package.rb M src/api/webui/app/controllers/webui/home_controller.rb R src/api/webui/app/models/webui/reverse_owner.rb M src/api/webui/app/views/webui/home/index.html.erb M src/api/webui/app/views/webui/project/add_repository_from_default_list.html.erb M src/api/webui/config/initializers/activexml.rb Log Message: ----------- [webui] do not query the API for home#index Use model queries instead. Compare: https://github.com/openSUSE/open-build-service/compare/0c56cdbcfede...0145b9...
participants (1)
-
Stephan Kulow