[PATCH] docs/development: Fix tox invocation for listing targets

2018-01-04 Thread Andrew Donnellan
Signed-off-by: Andrew Donnellan --- docs/development/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/contributing.rst b/docs/development/contributing.rst index 0cab79e..8988c9f 100644 ---

Re: [PATCH] views: Don't render token section of user profile if REST API disabled

2018-01-04 Thread Stephen Finucane
On Tue, 2017-12-19 at 16:41 +1100, Andrew Donnellan wrote: > In profile.html, if settings.ENABLE_REST_API == False, trying to > render a > link to the generate_token page will raise a NoReverseMatch > exception, so > we shouldn't render that. In any case, if the REST API is disabled, > we > really

Re: [PATCH] post-receive.hook: Handle failure to find patch number

2018-01-04 Thread Stephen Finucane
On Mon, 2016-12-19 at 16:54 -0500, Tom Rini wrote: > When pwclient info -h fails to come up with the number for the change > in > question it will exit with a non-zero exit code. This failure will > propagate upwards and exit the script there. Make our call to > get_patch_id or in true so that

Re: [PATCH] templates: Add click-to-copy patch ID ("mpe mode") to patch detail page

2018-01-04 Thread Stephen Finucane
On Wed, 2017-12-20 at 17:34 +1100, Andrew Donnellan wrote: > Similar to what we already do on the patch list page, display the > patch ID > on the patch detail page and make it a click-to-copy button. > > Closes: #115 ("Show copy-able patch ID ("mpe mode") on patch detail > page") >

Re: [PATCH] views: Don't render token section of user profile if REST API disabled

2018-01-04 Thread Stephen Finucane
On Tue, 2017-12-19 at 16:41 +1100, Andrew Donnellan wrote: > In profile.html, if settings.ENABLE_REST_API == False, trying to > render a > link to the generate_token page will raise a NoReverseMatch > exception, so > we shouldn't render that. In any case, if the REST API is disabled, > we > really

Re: [PATCH v2] models, templatetags: Make tag count column in patch list optional per tag

2018-01-04 Thread Stephen Finucane
On Tue, 2017-12-19 at 16:32 +1100, Andrew Donnellan wrote: > Add a field, show_column, to the Tag model to determine whether the > tag > gets a tag count column in the patch list view. This allows the > creation of > tags that will be collated when generating mboxes but won't take up > space > in

Re: [PATCH v2 0/3] Remove support for Django 1.6, 1.7

2018-01-04 Thread Stephen Finucane
On Sun, 2017-12-03 at 22:20 +, Stephen Finucane wrote: > These versions are ancient. It's time to do away with them. More > comments inline. All of these are merged now. Stephen ___ Patchwork mailing list Patchwork@lists.ozlabs.org