[obs-commits] [openSUSE/open-build-service] 998ec8: [api] move one more render function to a view
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 998ec89e7654ddab1ae9b41dd13d7f254c19bccf https://github.com/openSUSE/open-build-service/commit/998ec89e7654ddab1ae9b4... Author: Stephan Kulow <coolo@suse.de> Date: 2013-08-12 (Mon, 12 Aug 2013) Changed paths: M src/api/app/controllers/person_controller.rb M src/api/app/models/group.rb A src/api/app/views/person/grouplist.xml.builder Log Message: ----------- [api] move one more render function to a view Conflicts: src/api/test/unit/code_quality_test.rb Commit: c45295d6820b280e9277f4445ce073c68b635bd9 https://github.com/openSUSE/open-build-service/commit/c45295d6820b280e9277f4... Author: Stephan Kulow <coolo@suse.de> Date: 2013-08-12 (Mon, 12 Aug 2013) Changed paths: M src/api/app/controllers/application_controller.rb M src/api/app/controllers/attribute_controller.rb M src/api/app/controllers/source_controller.rb M src/api/config/routes.rb M src/api/test/functional/read_permission_test.rb M src/api/test/functional/source_controller_test.rb M src/api/test/unit/code_quality_test.rb Log Message: ----------- [api] refactor source#index_package Some of the code branches are rather bizzare Conflicts: src/api/test/unit/code_quality_test.rb Commit: 6c19f2c8d9e171b0b360c42f6105f806e1c625f5 https://github.com/openSUSE/open-build-service/commit/6c19f2c8d9e171b0b360c4... Author: Stephan Kulow <coolo@suse.de> Date: 2013-08-12 (Mon, 12 Aug 2013) Changed paths: M src/api/Gemfile M src/api/Gemfile.lock M src/api/test/unit/code_quality_test.rb Log Message: ----------- [api] add a code quality check deploying flog We measure code complexity in average per method and enforce going down in average. I'm not sure what it means if new code is added, but I sure hope that adding more if case cascades to existent code is blocked by that Conflicts: src/api/test/unit/code_quality_test.rb Commit: 0912350a5fd3a08439f30a038f478eedd19d6932 https://github.com/openSUSE/open-build-service/commit/0912350a5fd3a08439f30a... Author: Stephan Kulow <coolo@suse.de> Date: 2013-08-12 (Mon, 12 Aug 2013) Changed paths: M src/api/app/controllers/application_controller.rb M src/api/app/controllers/request_controller.rb M src/api/app/controllers/source_controller.rb M src/api/app/helpers/maintenance_helper.rb M src/api/app/helpers/search_helper.rb M src/api/app/helpers/status_helper.rb M src/api/app/models/package.rb M src/api/app/models/project.rb M src/api/app/models/user.rb M src/api/app/views/models/_project.xml.builder M src/api/lib/xpath_engine.rb M src/api/test/functional/source_controller_test.rb Log Message: ----------- [api] fix some code to meet the code quality metrics again :) Commit: c0cb85752c74d06dba1e2382e3b9d0135bbda026 https://github.com/openSUSE/open-build-service/commit/c0cb85752c74d06dba1e23... Author: Stephan Kulow <coolo@suse.de> Date: 2013-08-12 (Mon, 12 Aug 2013) Changed paths: M src/api/app/controllers/application_controller.rb M src/api/app/controllers/person_controller.rb M src/api/app/controllers/source_controller.rb M src/api/config/routes.rb M src/api/test/unit/code_quality_test.rb Log Message: ----------- [api] refactor source#index_package too Commit: 4d25c6d6120eeb83bcbd4ce041bfe8b7c276e80d https://github.com/openSUSE/open-build-service/commit/4d25c6d6120eeb83bcbd4c... Author: Stephan Kulow <coolo@suse.de> Date: 2013-08-12 (Mon, 12 Aug 2013) Changed paths: M src/api/app/controllers/source_controller.rb M src/api/app/models/bs_request.rb M src/api/app/models/package.rb M src/api/config/routes.rb M src/api/test/functional/source_controller_test.rb M src/api/test/unit/code_quality_test.rb Log Message: ----------- [api] refactory source#file action too Compare: https://github.com/openSUSE/open-build-service/compare/4850fa80ab13...4d25c6...
participants (1)
-
Stephan Kulow