[obs-commits] [openSUSE/open-build-service] 10c812: [api] fix editing of issue tracker entries

Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 10c8121a47b51756e3120e42496057917db66b71 https://github.com/openSUSE/open-build-service/commit/10c8121a47b51756e3120e... Author: Adrian Schröter <adrian@suse.de> Date: 2020-02-25 (Tue, 25 Feb 2020) Changed paths: M src/api/app/controllers/issue_trackers_controller.rb M src/api/test/functional/issue_trackers_controller_test.rb Log Message: ----------- [api] fix editing of issue tracker entries eg. via # osc api -e /issue_trackers/$tracker we need to backport in case 2.10 is also affected. Also all other places in test suite where "put ...., params: $body_data" is used needs to be checked if we broke the api there as well. needs to become raw_put again... Commit: c7680aaaa4b188d3ee8fbd1c368d774d1618b9a6 https://github.com/openSUSE/open-build-service/commit/c7680aaaa4b188d3ee8fbd... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2020-02-26 (Wed, 26 Feb 2020) Changed paths: M docs/api/api/api.txt M src/api/app/controllers/issue_trackers_controller.rb M src/api/test/functional/issue_trackers_controller_test.rb Log Message: ----------- Drop the IssueTracker JSON API This didn't work and never was supposed to be exposed via JSON. Commit: bfb8a1fd0f17625079594754640c09265509b777 https://github.com/openSUSE/open-build-service/commit/bfb8a1fd0f176250795947... Author: Victor Pereira <vpereira@suse.de> Date: 2020-02-28 (Fri, 28 Feb 2020) Changed paths: M docs/api/api/api.txt M src/api/app/controllers/issue_trackers_controller.rb M src/api/test/functional/issue_trackers_controller_test.rb Log Message: ----------- Merge pull request #8346 from adrianschroeter/fix_issue_tracker_api [api] fix editing of issue tracker entries Compare: https://github.com/openSUSE/open-build-service/compare/9a385a360696...bfb8a1...
participants (1)
-
Victor Pereira