[PATCH 1 of 3] controllers: trivial typo fixes

2015-03-12 Thread Thomas De Schampheleire
# HG changeset patch # User Thomas De Schampheleire # Date 1426195197 -3600 # Thu Mar 12 22:19:57 2015 +0100 # Node ID 38ae235a0df6eaa497fe1d2d98d322bb3ba04623 # Parent cf8eab44c6ec583f7a0642b7274da30d15e3 controllers: trivial typo fixes diff --git a/kallithea/controllers/admin/auth_set

[PATCH 2 of 3] lib: trivial typo fixes

2015-03-12 Thread Thomas De Schampheleire
# HG changeset patch # User Thomas De Schampheleire # Date 1426190950 -3600 # Thu Mar 12 21:09:10 2015 +0100 # Node ID cf7a42169bc6ea366ca64a647b69dc5c2667df08 # Parent 38ae235a0df6eaa497fe1d2d98d322bb3ba04623 lib: trivial typo fixes diff --git a/kallithea/lib/annotate.py b/kallithea/lib/an

[PATCH 3 of 3] model: trivial typo fixes

2015-03-12 Thread Thomas De Schampheleire
# HG changeset patch # User Thomas De Schampheleire # Date 1426194420 -3600 # Thu Mar 12 22:07:00 2015 +0100 # Node ID 475baaa473eb3ea0f4efe567cab0822f372f3b97 # Parent cf7a42169bc6ea366ca64a647b69dc5c2667df08 model: trivial typo fixes diff --git a/kallithea/model/changeset_status.py b/kal

New commits on Our Own Kallithea

2015-03-12 Thread Our Own Kallithea
docs: replace a dead link to the pylons cookbook andrewsh committed on Thu, 12 Mar 2015 08:44:48branch: defaulttag: tipchangeset: 6892b051docs: replace a dead link to the pylons cookbook M docs/setup.rst (1 lines added, 1 lines removed) ___

test from gitbull.org

2015-03-12 Thread Gitbull
ping ___ kallithea-general mailing list kallithea-general@sfconservancy.org http://lists.sfconservancy.org/mailman/listinfo/kallithea-general

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

New commits on Our Own Kallithea

2015-03-12 Thread Our Own Kallithea
docs: rework stuff The existing docs were far from how we wanted it to be. There was so much to do and it is not feasible to do that cleanup it in clean pat... kiilerix committed on Wed, 11 Mar 2015 15:10:30branch: defaulttag: tipchangeset: 03bbd33bdocs: rework stuff The existing docs wer

[PATCH] ini file: clarify that beaker.session.key should be unique

2015-03-12 Thread Thomas De Schampheleire
# HG changeset patch # User Thomas De Schampheleire # Date 1426014041 -3600 # Tue Mar 10 20:00:41 2015 +0100 # Node ID 6b1790f954863fa61a32b0028b6cc1ef3add3683 # Parent 66d6dc56479bbe8c1fd5077b5705e2d6b9ee73db ini file: clarify that beaker.session.key should be unique When several instances