[PATCH 0 of 1 RFC] login-required pragma

2015-03-19 Thread Thomas De Schampheleire
Hi, Issue I'm trying to solve is this: we're implementing a script to create a pull request directly from a repo, without using the web interface. This script uses an API key to authenticate. When authentication fails (invalid API key) you still get a valid redirection response, but to a login sc

Re: [PATCH 0 of 1 RFC] login-required pragma

2015-03-19 Thread Mads Kiilerich
On 03/19/2015 09:34 PM, Thomas De Schampheleire wrote: Hi, Issue I'm trying to solve is this: we're implementing a script to create a pull request directly from a repo, without using the web interface. This script uses an API key to authenticate. When authentication fails (invalid API key) you

Re: [PATCH 0 of 1 RFC] login-required pragma

2015-03-22 Thread Thomas De Schampheleire
Hi Mads, On Fri, Mar 20, 2015 at 1:09 AM, Mads Kiilerich wrote: > On 03/19/2015 09:34 PM, Thomas De Schampheleire wrote: >> >> Hi, >> >> Issue I'm trying to solve is this: we're implementing a script to >> create a pull request directly from a repo, without using the web >> interface. This script

Re: [PATCH 0 of 1 RFC] login-required pragma

2015-03-23 Thread Mads Kiilerich
On 03/22/2015 02:34 PM, Thomas De Schampheleire wrote: Hi Mads, On Fri, Mar 20, 2015 at 1:09 AM, Mads Kiilerich wrote: On 03/19/2015 09:34 PM, Thomas De Schampheleire wrote: Hi, Issue I'm trying to solve is this: we're implementing a script to create a pull request directly from a repo, with

Re: [PATCH 0 of 1 RFC] login-required pragma

2015-03-25 Thread Thomas De Schampheleire
On Mon, Mar 23, 2015 at 8:36 PM, Mads Kiilerich wrote: > On 03/22/2015 02:34 PM, Thomas De Schampheleire wrote: >> >> Hi Mads, >> >> On Fri, Mar 20, 2015 at 1:09 AM, Mads Kiilerich >> wrote: >>> >>> On 03/19/2015 09:34 PM, Thomas De Schampheleire wrote: Hi, Issue I'm trying to