2478: Web Service API 2.0 doesn't allow creating Review Group?

eyu****@gmai***** (Google Code) (Is this you? Claim this profile.)
Aug. 12, 2013
2688
What version are you running?
1.6.1

What's the URL of the page containing the problem?
/api/groups/

Unlike /api/repositories/, /api/groups/ doesn't allow POST method?

What operating system are you using? What browser?
Centos 6.0
chipx86
#1 chipx86
Try upgrading. It was added in a later release.
david
#2 david
  • +Fixed
#3 eyu****@gmai***** (Google Code) (Is this you? Claim this profile.)
Great! Thanks
#4 eyu****@gmai***** (Google Code) (Is this you? Claim this profile.)
Hi,

I read through the release notes on 'API Changes' for 1.6.2 and 1.6.3. I didn't see any mention of adding support 'POST' method?? I then checked out the bleeding edge version, it looks like only support for 'DELETE' is added between version 1.6.1 and the bleeding edge, which is also stated in the release notes for 1.6.2

From webapi/resources.py in version 1.6.1:
class ReviewGroupResource: allowed_methods = ('GET',)

From webapi/resources.py in bleeding edge version:
class ReviewGroupResource: allowed_methods = ('GET', 'DELETE')

Am I looking at wrong class?


chipx86
#5 chipx86
Huh, thought we had this. My apologies, you're right.

I can't give you any sort of ETA on this, but if you'd like to work on a patch, we can get it in.
  • -Fixed
    +Confirmed
  • -Type-Defect
    +Type-Enhancement
    +Milestone-Release1.6.x
    +Component-API
#6 eyu****@gmai***** (Google Code) (Is this you? Claim this profile.)
Thanks for confirming this.

/Eric
david
#8 david
This has been fixed for quite some time in the 1.7.x releases.
  • -Confirmed
    +Fixed