[obs-commits] [openSUSE/open-build-service] e1531b: [webui] Added testcase to check route for "Update ...
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: e1531b7c5623934ebdb2c58e89a61198ca537adc https://github.com/openSUSE/open-build-service/commit/e1531b7c5623934ebdb2c5... Author: Benjamin Brunner <bbrunner@suse.de> Date: 2013-07-29 (Mon, 29 Jul 2013) Changed paths: M src/webui/test/functional/maintenance_workflow_test.rb Log Message: ----------- [webui] Added testcase to check route for "Update issues from sources" in patchinfos Commit: 17c4aa98194dd3027e93fdcc06e022086fc04053 https://github.com/openSUSE/open-build-service/commit/17c4aa98194dd3027e93fd... Author: Stephan Kulow <coolo@suse.de> Date: 2013-07-29 (Mon, 29 Jul 2013) Changed paths: M src/api/app/controllers/application_controller.rb M src/api/app/controllers/public_controller.rb M src/api/lib/opensuse/backend.rb M src/api/test/functional/issue_controller_test.rb M src/api/test/functional/source_controller_test.rb M src/api/test/functional/source_services_test.rb Log Message: ----------- [api] be more careful with body and form data Support also HEAD requests by not crashing but mapping to a backend GET (which is not perfect, but at least the clients get an answer [including body]) Commit: 6dbe748941b4198f3244c7ccf4d6f002d816d7ee https://github.com/openSUSE/open-build-service/commit/6dbe748941b4198f3244c7... Author: Stephan Kulow <coolo@suse.de> Date: 2013-07-29 (Mon, 29 Jul 2013) Changed paths: A src/api/test/integration/last_events_test.rb A src/api/test/models/backend_info_test.rb Log Message: ----------- [api] forgot to add the test cases for my last changes rails4 generate uses different directories and I didn't bother forcing it to the old location Commit: f46e90df6e3514b1fc4fc2f8b7dcbdff27acca8d https://github.com/openSUSE/open-build-service/commit/f46e90df6e3514b1fc4fc2... Author: Stephan Kulow <coolo@suse.de> Date: 2013-07-29 (Mon, 29 Jul 2013) Changed paths: M src/api/app/controllers/search_controller.rb M src/api/app/models/bs_request.rb M src/api/app/models/package.rb M src/api/app/models/project.rb M src/api/lib/xpath_engine.rb Log Message: ----------- [api] refactor search controller move the actual rendering of items to the controller. xpath engine only returns ids and the contoller then renders. This is so far only code moving, but this gives the controller more controll over the pagination and allows caching Compare: https://github.com/openSUSE/open-build-service/compare/2c4ab8c4f148...f46e90...
participants (1)
-
Stephan Kulow