[obs-commits] [openSUSE/open-build-service] cc2f79: [webui] replacing webrat with capybara
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: cc2f79cb5a2cab1fd049c29744f29c6f8cfe74ac https://github.com/openSUSE/open-build-service/commit/cc2f79cb5a2cab1fd049c2... Author: Stephan Kulow <coolo@suse.de> Date: 2012-11-19 (Mon, 19 Nov 2012) Changed paths: M dist/ci/obs_testsuite_coverage.sh M dist/ci/obs_testsuite_travis.sh M dist/ci/obs_testsuite_webui.sh M src/activexml/transport.rb M src/webui/Gemfile M src/webui/Gemfile.lock M src/webui/app/views/package/_no_repositories.html.erb M src/webui/app/views/project/show.html.erb M src/webui/config/initializers/logging.rb M src/webui/script/start_test_api M src/webui/test/functional/add_repo_test.rb M src/webui/test/functional/apidocs_controller_test.rb M src/webui/test/functional/application_controller_test.rb M src/webui/test/functional/change_package_test.rb M src/webui/test/functional/create_test.rb M src/webui/test/functional/monitor_controller_test.rb M src/webui/test/functional/project_controller_test.rb M src/webui/test/functional/request_controller_test.rb M src/webui/test/functional/search_controller_test.rb M src/webui/test/functional/signup_test.rb R src/webui/test/functional/spider_test.rb M src/webui/test/functional/user_controller_test.rb M src/webui/test/test_helper.rb M src/webui/test/unit/code_quality_test.rb Log Message: ----------- [webui] replacing webrat with capybara It's using selenium as driver right now, but the plan is to replace the driver with capybara-webkit once it's ported to capybara 2.0 I removed the spider test we don't need yet another selenium spider Commit: 5add0698cce812d6bcdea2e71cc61b07b27f562c https://github.com/openSUSE/open-build-service/commit/5add0698cce812d6bcdea2... Author: Stephan Kulow <coolo@suse.de> Date: 2012-11-19 (Mon, 19 Nov 2012) Changed paths: M src/webui/config/initializers/logging.rb Log Message: ----------- [webui] sync the logging code with the api Compare: https://github.com/openSUSE/open-build-service/compare/95ffcc299e42...5add06...
participants (1)
-
Stephan Kulow