[obs-commits] [openSUSE/open-build-service] 4c5622: [api] refactor application controller
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 4c5622bb08b64f3ebc65d9a283cacd9715228c75 https://github.com/openSUSE/open-build-service/commit/4c5622bb08b64f3ebc65d9... Author: Stephan Kulow <coolo@suse.de> Date: 2013-09-09 (Mon, 09 Sep 2013) Changed paths: M dist/ci/obs_testsuite_travis.sh M src/api/app/controllers/application_controller.rb M src/api/app/controllers/group_controller.rb M src/api/app/controllers/person_controller.rb M src/api/app/controllers/public_controller.rb M src/api/app/controllers/request_controller.rb M src/api/app/controllers/source_controller.rb M src/api/app/controllers/statistics_controller.rb M src/api/app/controllers/test_controller.rb M src/api/app/models/bs_request_action.rb A src/api/app/views/person/show.xml.builder M src/api/app/views/status.xml.builder M src/api/config/routes.rb M src/api/lib/api_exception.rb M src/api/lib/xpath_engine.rb M src/api/test/functional/issue_trackers_controller_test.rb M src/api/test/functional/request_controller_test.rb M src/api/test/unit/code_quality_test.rb Log Message: ----------- [api] refactor application controller Commit: 92b2996fc6a555f097b7a3b7b09d2e799029dedb https://github.com/openSUSE/open-build-service/commit/92b2996fc6a555f097b7a3... Author: Stephan Kulow <coolo@suse.de> Date: 2013-09-09 (Mon, 09 Sep 2013) Changed paths: M src/api/test/functional/architectures_controller_test.rb M src/api/test/functional/attributes_test.rb M src/api/test/functional/build_controller_test.rb M src/api/test/functional/comments_controller_test.rb M src/api/test/functional/configurations_controller_test.rb M src/api/test/functional/cross_build_test.rb M src/api/test/functional/distributions_controller_test.rb M src/api/test/functional/group_request_test.rb M src/api/test/functional/group_test.rb M src/api/test/functional/interconnect_test.rb M src/api/test/functional/issue_controller_test.rb M src/api/test/functional/issue_trackers_controller_test.rb M src/api/test/functional/main_controller_test.rb M src/api/test/functional/maintenance_test.rb M src/api/test/functional/message_controller_test.rb M src/api/test/functional/person_controller_test.rb M src/api/test/functional/product_test.rb M src/api/test/functional/public_controller_test.rb M src/api/test/functional/published_controller_test.rb M src/api/test/functional/read_permission_test.rb M src/api/test/functional/release_management_test.rb M src/api/test/functional/request_controller_test.rb M src/api/test/functional/search_controller_test.rb M src/api/test/functional/source_controller_test.rb M src/api/test/functional/source_services_test.rb M src/api/test/functional/statistics_controller_test.rb M src/api/test/functional/status_controller_test.rb M src/api/test/functional/tag_controller_test.rb M src/api/test/functional/webui_controller_test.rb M src/api/test/functional/wizard_controller_test.rb M src/api/test/functional/zzz_post_consistency_test.rb M src/api/test/test_helper.rb Log Message: ----------- [api] avoid duplicating the usernamd and password in all tests Just use helper functions Compare: https://github.com/openSUSE/open-build-service/compare/8a14348ebdc2...92b299...
participants (1)
-
Stephan Kulow