Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: e2d01610c7292ac9d24d975a831f54dbd65bbc75 https://github.com/openSUSE/open-build-service/commit/e2d01610c7292ac9d24d97... Author: Sascha Peilicke <saschpe@suse.de> Date: 2011-11-18 (Fri, 18 Nov 2011) Changed paths: M src/api/app/controllers/issue_trackers_controller.rb A src/api/app/controllers/issues_controller.rb M src/api/app/models/issue_tracker.rb M src/api/config/routes.rb A src/api/test/functional/issue_controller_test.rb M src/api/test/functional/issue_trackers_controller_test.rb Log Message: ----------- [api] Implement lastes issue tracker API changes. Individual 'issues' are displayed with the following route: /issue_trackers/$TRACKER/issues/$ISSUE Like: /issue_trackers/bnc/issues/123455 /issue_trackers/cve/issues/CVE-2011-1234 Additionally, there's still the route: /issue_trackers/issues_in?text=... That parses free form text for stuff like 'bnc#123456' or 'CVE-2011-1234' and returns all the issues found. As a bonus, those routes respond to both xml and json format queries. Commit: d5e054aec3eed22990023ef217c3962219a853bf https://github.com/openSUSE/open-build-service/commit/d5e054aec3eed22990023e... Author: Sascha Peilicke <saschpe@suse.de> Date: 2011-11-18 (Fri, 18 Nov 2011) Changed paths: M src/api/app/controllers/request_controller.rb Log Message: ----------- [api] Let issues appear directly in the action diff xml. Compare: https://github.com/openSUSE/open-build-service/compare/036c0fa...d5e054a -- To unsubscribe, e-mail: obs-commits+unsubscribe@opensuse.org To contact the owner, e-mail: obs-commits+owner@opensuse.org