Adding proper API for group creation/modification would be the best option, and one I'd gladly accept. It wouldn't be a lot of work to add that support. Probably want to look at the code in webapi/resources.py that manages repositories or something to get a feel for how it'd work. (Though, repositories have validation complexity you wouldn't care about.)
Christian -- Christian Hammond - [email protected] Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Thu, Jul 12, 2012 at 5:25 PM, sholsapp <[email protected]> wrote: > Ah, you're right, the groups were displayed because they were cached. > > We're deleting/creating the groups daily because we're trying to > synchronize our LDAP groups with RB groups and 1) RB doesn't support this > natively and 2) the webapi doesn't support group create/modify. The only > option we had was to scrape it. > > Maybe I can patch the webapi... but I haven't started looking into this > yet. Is this possible? > > > -Steve > > > -- > Want to help the Review Board project? Donate today at > http://www.reviewboard.org/donate/ > Happy user? Let us know at http://www.reviewboard.org/users/ > -~----------~----~----~----~------~----~------~--~--- > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/reviewboard?hl=en > -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.org/users/ -~----------~----~----~----~------~----~------~--~--- To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/reviewboard?hl=en
