Re: pullrequest creation API

2015-03-12 Thread Mads Kiilerich
On 03/12/2015 01:40 PM, Thomas De Schampheleire wrote: At first sight, using the api_access=True method to create a callable web view is the easiest, since you could take in the request and pass it to the existing PullrequestsController:create() method. However, this existing create method is dec

Re: pullrequest creation API

2015-03-12 Thread Thomas De Schampheleire
Hi Mads, On Thu, Mar 12, 2015 at 3:08 AM, Mads Kiilerich wrote: > On 03/11/2015 09:56 PM, Thomas De Schampheleire wrote: >> >> Hi, >> >> I would like to create a way to create a pull request >> programmatically, through an API call. > > > You also asked for feedback on the related > https://bitbu

pullrequest creation API

2015-03-12 Thread Thomas De Schampheleire
Hi, I would like to create a way to create a pull request programmatically, through an API call. At first sight, using the api_access=True method to create a callable web view is the easiest, since you could take in the request and pass it to the existing PullrequestsController:create() method. H

Re: pullrequest creation API

2015-03-11 Thread Mads Kiilerich
On 03/11/2015 09:56 PM, Thomas De Schampheleire wrote: Hi, I would like to create a way to create a pull request programmatically, through an API call. You also asked for feedback on the related https://bitbucket.org/conservancy/kallithea/pull-request/47/add-pullrequest-json-page/diff . Woul