[PATCH 1 of 2] db: cleanup ChangesetComment

2015-04-18 Thread Ronny Pfannschmidt
# HG changeset patch # User Ronny Pfannschmidt # Date 1429385283 -7200 # Sat Apr 18 21:28:03 2015 +0200 # Node ID ade22eb619c37edbe6795945353e19cec0985905 # Parent 32de32f6946110ecd0b8d2c79f0270025f3afaca db: cleanup ChangesetComment diff --git a/kallithea/model/db.py b/kallithea/model/db.p

[PATCH 2 of 2] db: clean up pull request model

2015-04-18 Thread Ronny Pfannschmidt
# HG changeset patch # User Ronny Pfannschmidt # Date 1429385372 -7200 # Sat Apr 18 21:29:32 2015 +0200 # Node ID 43139ff5bcb24d49d4e2aa5d105c5717acb5376e # Parent ade22eb619c37edbe6795945353e19cec0985905 db: clean up pull request model diff --git a/kallithea/model/db.py b/kallithea/model/d

[PATCH 1 of 2] config: load_environment option to skip db init

2015-04-18 Thread Andrew Shadura
# HG changeset patch # User Andrew Shadura # Date 1429302082 -7200 # Fri Apr 17 22:21:22 2015 +0200 # Node ID d9615df6d46a9c80a0adb3d68e33f1fe091e8127 # Parent 1357a442697c14c8aee05f4cdf76e614350206f8 config: load_environment option to skip db init diff --git a/kallithea/config/environment.

[PATCH 0 of 2] new commits push notification -- incomplete and not really working

2015-04-18 Thread Andrew Shadura
Hello everyone, During the last few days I've been trying to develop a patch to implement email notifications about incoming commits. The final version of the patch working locally is here, but: i) it's hardcoded for one email address, i.e. it doesn't have any settings/UI ii) when I tried to u

[PATCH 2 of 2] hooks: add email notification on push

2015-04-18 Thread Andrew Shadura
# HG changeset patch # User Andrew Shadura # Date 1429347340 -7200 # Sat Apr 18 10:55:40 2015 +0200 # Node ID bc84617f45acc13325d6086044e075ac36cda2fb # Parent d9615df6d46a9c80a0adb3d68e33f1fe091e8127 hooks: add email notification on push diff --git a/kallithea/lib/hooks.py b/kallithea/lib/

[PATCH] pullrequests: add support for custom pull request id prefix

2015-04-18 Thread Thomas De Schampheleire
# HG changeset patch # User Thomas De Schampheleire # Date 1429265659 -7200 # Fri Apr 17 12:14:19 2015 +0200 # Node ID 6e760af6050e567239155a7a43b5ab02eddf877d # Parent 32de32f6946110ecd0b8d2c79f0270025f3afaca pullrequests: add support for custom pull request id prefix Currently, a pull req

[PATCH 3 of 3] changeset status: set status to rejected if at least one reviewer rejected

2015-04-18 Thread Thomas De Schampheleire
# HG changeset patch # User Thomas De Schampheleire # Date 1429275700 -7200 # Fri Apr 17 15:01:40 2015 +0200 # Node ID e721e300d713a00747e6c519a98b38ef931b0f40 # Parent a37093840d5181cfbfe3e3b730525945054c15a2 changeset status: set status to rejected if at least one reviewer rejected Curren

[PATCH 2 of 3] changeset status: simplify status calculation logic

2015-04-18 Thread Thomas De Schampheleire
# HG changeset patch # User Thomas De Schampheleire # Date 1429275524 -7200 # Fri Apr 17 14:58:44 2015 +0200 # Node ID a37093840d5181cfbfe3e3b730525945054c15a2 # Parent 928837725c3c0d8e7e8fbef23b7e12d5a4ddb66c changeset status: simplify status calculation logic diff --git a/kallithea/model/

[PATCH 1 of 3] changeset_status: add unit tests for calculation of overall status

2015-04-18 Thread Thomas De Schampheleire
# HG changeset patch # User Thomas De Schampheleire # Date 1429274977 -7200 # Fri Apr 17 14:49:37 2015 +0200 # Node ID 928837725c3c0d8e7e8fbef23b7e12d5a4ddb66c # Parent 6e760af6050e567239155a7a43b5ab02eddf877d changeset_status: add unit tests for calculation of overall status Add unit tests

[PATCH] comments: display username and name instead of only username

2015-04-18 Thread Thomas De Schampheleire
# HG changeset patch # User Thomas De Schampheleire # Date 1429285875 -7200 # Fri Apr 17 17:51:15 2015 +0200 # Node ID a7cc66bf51ec89134cb7b02aca044bb74a56f768 # Parent e721e300d713a00747e6c519a98b38ef931b0f40 comments: display username and name instead of only username The full name is mor

[PATCH] comments: avoid confusing 'No comments' on empty general comments

2015-04-18 Thread Thomas De Schampheleire
# HG changeset patch # User Thomas De Schampheleire # Date 1429294302 -7200 # Fri Apr 17 20:11:42 2015 +0200 # Node ID e25ee448dae32e2e21f1b66763dae468f45c00f0 # Parent a7cc66bf51ec89134cb7b02aca044bb74a56f768 comments: avoid confusing 'No comments' on empty general comments When a general

New commits on Our Own Kallithea

2015-04-18 Thread Our Own Kallithea
error: fix handling of errors without response Broken by 6f9dae4d39d9. kiilerix committed on 2015-04-18 14:48:29branch: defaulttag: tipchangeset: 32de32f6error: fix handling of errors without response Broken by 6f9dae4d39d9. M kallithea/controllers/error.py (3 lines added, 0 lines remov

Re: [PATCH] pullrequests: add support for custom pull request id prefix

2015-04-18 Thread Mads Kiilerich
On 04/18/2015 04:11 PM, Thomas De Schampheleire wrote: # HG changeset patch # User Thomas De Schampheleire # Date 1429265659 -7200 # Fri Apr 17 12:14:19 2015 +0200 # Node ID 6e760af6050e567239155a7a43b5ab02eddf877d # Parent 32de32f6946110ecd0b8d2c79f0270025f3afaca pullrequests: add support

Re: [PATCH] comments: display username and name instead of only username

2015-04-18 Thread Mads Kiilerich
On 04/18/2015 04:12 PM, Thomas De Schampheleire wrote: # HG changeset patch # User Thomas De Schampheleire # Date 1429285875 -7200 # Fri Apr 17 17:51:15 2015 +0200 # Node ID a7cc66bf51ec89134cb7b02aca044bb74a56f768 # Parent e721e300d713a00747e6c519a98b38ef931b0f40 comments: display usernam

Re: [PATCH] comments: avoid confusing 'No comments' on empty general comments

2015-04-18 Thread Mads Kiilerich
On 04/18/2015 04:12 PM, Thomas De Schampheleire wrote: # HG changeset patch # User Thomas De Schampheleire # Date 1429294302 -7200 # Fri Apr 17 20:11:42 2015 +0200 # Node ID e25ee448dae32e2e21f1b66763dae468f45c00f0 # Parent a7cc66bf51ec89134cb7b02aca044bb74a56f768 comments: avoid confusing

Re: [PATCH 1 of 3] changeset_status: add unit tests for calculation of overall status

2015-04-18 Thread Mads Kiilerich
On 04/18/2015 04:11 PM, Thomas De Schampheleire wrote: # HG changeset patch # User Thomas De Schampheleire # Date 1429274977 -7200 # Fri Apr 17 14:49:37 2015 +0200 # Node ID 928837725c3c0d8e7e8fbef23b7e12d5a4ddb66c # Parent 6e760af6050e567239155a7a43b5ab02eddf877d changeset_status: add uni

New commits on Our Own Kallithea

2015-04-18 Thread Our Own Kallithea
comments: display username and name instead of only username The full name is more significant to many people than a username. patrickdp committed on 2015-04-17 15:51:15branch: defaulttag: tipchangeset: 30c6d2ebcomments: display username and name instead of only username The full name is

Re: [PATCH 0 of 2] new commits push notification -- incomplete and not really working

2015-04-18 Thread Mads Kiilerich
On 04/18/2015 03:54 PM, Andrew Shadura wrote: Hello everyone, During the last few days I've been trying to develop a patch to implement email notifications about incoming commits. The final version of the patch working locally is here, but: i) it's hardcoded for one email address, i.e. it do

Re: [PATCH 0 of 2] new commits push notification -- incomplete and not really working

2015-04-18 Thread Ronny Pfannschmidt
I think using web API calls from hooks might be a good idea Am 19. April 2015 06:56:07 MESZ, schrieb Mads Kiilerich : >On 04/18/2015 03:54 PM, Andrew Shadura wrote: >> Hello everyone, >> >> During the last few days I've been trying to develop a patch to >implement >> email notifications about inco