Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: fd2ed53d5dd0a1aaf40c4cd499e3de329ae95347 https://github.com/openSUSE/open-build-service/commit/fd2ed53d5dd0a1aaf40c4c... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2017-10-24 (Tue, 24 Oct 2017) Changed paths: M .travis.yml M dist/ci/travis_script.sh Log Message: ----------- [ci] Drop the webui test suite from travis We have migrated 99% of it to rspec and call it quits... Commit: 6039b66ee137f5299538bd81e546ba45f628eb0a https://github.com/openSUSE/open-build-service/commit/6039b66ee137f5299538bd... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2017-10-24 (Tue, 24 Oct 2017) Changed paths: M dist/obs-server.spec M src/api/lib/tasks/test_webui.rake M src/api/script/api_test_in_spec.sh Log Message: ----------- [dist] Drop webui test suite from obs-server package We have migrated 99% of it to rspec and call it quits... Commit: 792d5eabcd4813626c018ab69873d92aea364309 https://github.com/openSUSE/open-build-service/commit/792d5eabcd4813626c018a... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2017-10-24 (Tue, 24 Oct 2017) Changed paths: R src/api/test/functional/webui/add_repo_test.rb R src/api/test/functional/webui/anonymous_test.rb R src/api/test/functional/webui/apidocs_controller_test.rb R src/api/test/functional/webui/apiroutes_test.rb R src/api/test/functional/webui/application_controller_test.rb R src/api/test/functional/webui/attributes_test.rb R src/api/test/functional/webui/commits_feed_test.rb R src/api/test/functional/webui/configuration_test.rb R src/api/test/functional/webui/create_test.rb R src/api/test/functional/webui/csrf_test.rb R src/api/test/functional/webui/download_on_demand_controller_test.rb R src/api/test/functional/webui/group_controller_test.rb R src/api/test/functional/webui/has_flags_test.rb R src/api/test/functional/webui/login_test.rb R src/api/test/functional/webui/main_controller_test.rb R src/api/test/functional/webui/maintenance_workflow_test.rb R src/api/test/functional/webui/messages_test.rb R src/api/test/functional/webui/monitor_controller_test.rb R src/api/test/functional/webui/owner_search_test.rb R src/api/test/functional/webui/package_branch_test.rb R src/api/test/functional/webui/package_controller_test.rb R src/api/test/functional/webui/package_create_test.rb R src/api/test/functional/webui/package_edit_source_test.rb R src/api/test/functional/webui/package_edit_test.rb R src/api/test/functional/webui/patchinfo_controller_test.rb R src/api/test/functional/webui/project_controller_test.rb R src/api/test/functional/webui/project_lock_test.rb R src/api/test/functional/webui/search_controller_test.rb R src/api/test/functional/webui/signup_test.rb R src/api/test/functional/webui/user_controller_test.rb R src/api/test/functional/webui/watchlists_test.rb R src/api/test/functional/webui/webui_controller_test.rb R src/api/test/unit/webui/application_helper_test.rb R src/api/test/unit/webui/package_helper_test.rb R src/api/test/unit/webui/project_helper_test.rb R src/api/test/unit/webui/webui_helper_test.rb Log Message: ----------- [ci] Drop all the webui test suite files We have migrated 99% of it to rspec and call it quits... Commit: 42699f59c704ca6318a0bacce21c0185227d666a https://github.com/openSUSE/open-build-service/commit/42699f59c704ca6318a0ba... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2017-10-24 (Tue, 24 Oct 2017) Changed paths: M .travis.yml M dist/ci/travis_script.sh M dist/obs-server.spec M src/api/lib/tasks/test_webui.rake M src/api/script/api_test_in_spec.sh R src/api/test/functional/webui/add_repo_test.rb R src/api/test/functional/webui/anonymous_test.rb R src/api/test/functional/webui/apidocs_controller_test.rb R src/api/test/functional/webui/apiroutes_test.rb R src/api/test/functional/webui/application_controller_test.rb R src/api/test/functional/webui/attributes_test.rb R src/api/test/functional/webui/commits_feed_test.rb R src/api/test/functional/webui/configuration_test.rb R src/api/test/functional/webui/create_test.rb R src/api/test/functional/webui/csrf_test.rb R src/api/test/functional/webui/download_on_demand_controller_test.rb R src/api/test/functional/webui/group_controller_test.rb R src/api/test/functional/webui/has_flags_test.rb R src/api/test/functional/webui/login_test.rb R src/api/test/functional/webui/main_controller_test.rb R src/api/test/functional/webui/maintenance_workflow_test.rb R src/api/test/functional/webui/messages_test.rb R src/api/test/functional/webui/monitor_controller_test.rb R src/api/test/functional/webui/owner_search_test.rb R src/api/test/functional/webui/package_branch_test.rb R src/api/test/functional/webui/package_controller_test.rb R src/api/test/functional/webui/package_create_test.rb R src/api/test/functional/webui/package_edit_source_test.rb R src/api/test/functional/webui/package_edit_test.rb R src/api/test/functional/webui/patchinfo_controller_test.rb R src/api/test/functional/webui/project_controller_test.rb R src/api/test/functional/webui/project_lock_test.rb R src/api/test/functional/webui/search_controller_test.rb R src/api/test/functional/webui/signup_test.rb R src/api/test/functional/webui/user_controller_test.rb R src/api/test/functional/webui/watchlists_test.rb R src/api/test/functional/webui/webui_controller_test.rb R src/api/test/unit/webui/application_helper_test.rb R src/api/test/unit/webui/package_helper_test.rb R src/api/test/unit/webui/project_helper_test.rb R src/api/test/unit/webui/webui_helper_test.rb Log Message: ----------- Merge pull request #4062 from hennevogel/feature/drop-webui-suite [ci] Drop minitest based webui test suite Compare: https://github.com/openSUSE/open-build-service/compare/e21b9d19cd47...42699f...