[CommitFest App] Feature request -- review e-mail additions

Started by José Luis Tallónalmost 10 years ago7 messages
#1José Luis Tallón
jltallon@adv-solutions.net

Hello,

Just wanted to suggest two minor mods to the review e-mails
auto-generated by the app:

* Prepend a [review] tag to the e-mail subject
... so that e-mails sent to -hackers will read " [HACKERS]
[review] <patch title goes here>"

* Auto-CC the patch author on this e-mail
I guess this should speed up reactions / make communication a bit
more fluid.

Dunno whether it'd be appreciated if I posted a tentative patch ᅵ?

Thanks,

/ J.L.

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#2Alvaro Herrera
alvherre@2ndquadrant.com
In reply to: José Luis Tallón (#1)
Re: [CommitFest App] Feature request -- review e-mail additions

Jos� Luis Tall�n wrote:

Just wanted to suggest two minor mods to the review e-mails
auto-generated by the app:

* Prepend a [review] tag to the e-mail subject
... so that e-mails sent to -hackers will read " [HACKERS] [review]
<patch title goes here>"

Changing the subject of an email causes Gmail to break the threads, so
anything in that line should be discouraged. -1 from me. I would be
happier if the subject of the submission email is kept intact, i.e. not
use the patch title that was used in commitfest app but use the one in
the email. These often differ.

* Auto-CC the patch author on this e-mail
I guess this should speed up reactions / make communication a bit more
fluid.

Yes, strong +1 on this.

3) Have the auto-generated emails insert In-Reply-To headers (and
perhaps References).

--
�lvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#3Stephen Frost
sfrost@snowman.net
In reply to: José Luis Tallón (#1)
Re: [CommitFest App] Feature request -- review e-mail additions

* José Luis Tallón (jltallon@adv-solutions.net) wrote:

* Prepend a [review] tag to the e-mail subject
... so that e-mails sent to -hackers will read " [HACKERS]
[review] <patch title goes here>"

Eh, I'm not against it but not sure it's all that necessary either.

* Auto-CC the patch author on this e-mail
I guess this should speed up reactions / make communication a
bit more fluid.

This is almost a requirement, imv, as subsequent comments on the review
are frequent and it's a crime if the author misses all of that.

Thanks!

Stephen

#4Robert Haas
robertmhaas@gmail.com
In reply to: Alvaro Herrera (#2)
Re: [CommitFest App] Feature request -- review e-mail additions

On Wed, Mar 30, 2016 at 1:47 PM, Alvaro Herrera
<alvherre@2ndquadrant.com> wrote:

José Luis Tallón wrote:

Just wanted to suggest two minor mods to the review e-mails
auto-generated by the app:

* Prepend a [review] tag to the e-mail subject
... so that e-mails sent to -hackers will read " [HACKERS] [review]
<patch title goes here>"

Changing the subject of an email causes Gmail to break the threads, so
anything in that line should be discouraged. -1 from me. I would be
happier if the subject of the submission email is kept intact, i.e. not
use the patch title that was used in commitfest app but use the one in
the email. These often differ.

I entirely agree with Alvaro.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#5Magnus Hagander
magnus@hagander.net
In reply to: Alvaro Herrera (#2)
Re: [CommitFest App] Feature request -- review e-mail additions

On Wed, Mar 30, 2016 at 7:47 PM, Alvaro Herrera <alvherre@2ndquadrant.com>
wrote:

José Luis Tallón wrote:

Just wanted to suggest two minor mods to the review e-mails
auto-generated by the app:

* Prepend a [review] tag to the e-mail subject
... so that e-mails sent to -hackers will read " [HACKERS] [review]
<patch title goes here>"

Changing the subject of an email causes Gmail to break the threads, so
anything in that line should be discouraged. -1 from me. I would be
happier if the subject of the submission email is kept intact, i.e. not
use the patch title that was used in commitfest app but use the one in
the email. These often differ.

That's what the code tries to do. It will add a Re: if there isn't one
already, but otherwise should reuse it. At least that's how it's trying to
work - do you have a pointer to an example where it doesn't, so I can
investigate if something is off?

* Auto-CC the patch author on this e-mail
I guess this should speed up reactions / make communication a bit

more

fluid.

Yes, strong +1 on this.

Ok, that should be easy enough to add. I've stuck it on my TODO list and
will try to get it ASAP.

3) Have the auto-generated emails insert In-Reply-To headers (and
perhaps References).

It already does. Both. Again, do you have a pointer to where it doesn't?

--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/

#6Magnus Hagander
magnus@hagander.net
In reply to: Magnus Hagander (#5)
Re: [CommitFest App] Feature request -- review e-mail additions

On Wed, Apr 6, 2016 at 2:11 PM, Magnus Hagander <magnus@hagander.net> wrote:

On Wed, Mar 30, 2016 at 7:47 PM, Alvaro Herrera <alvherre@2ndquadrant.com>
wrote:

José Luis Tallón wrote:

* Auto-CC the patch author on this e-mail

I guess this should speed up reactions / make communication a bit

more

fluid.

Yes, strong +1 on this.

Ok, that should be easy enough to add. I've stuck it on my TODO list and
will try to get it ASAP.

That part was indeed easy, so it's now done.

--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/

#7Alvaro Herrera
alvherre@2ndquadrant.com
In reply to: Magnus Hagander (#5)
Re: [CommitFest App] Feature request -- review e-mail additions

Magnus Hagander wrote:

On Wed, Mar 30, 2016 at 7:47 PM, Alvaro Herrera <alvherre@2ndquadrant.com>
wrote:

Jos� Luis Tall�n wrote:

Just wanted to suggest two minor mods to the review e-mails
auto-generated by the app:

* Prepend a [review] tag to the e-mail subject
... so that e-mails sent to -hackers will read " [HACKERS] [review]
<patch title goes here>"

Changing the subject of an email causes Gmail to break the threads, so
anything in that line should be discouraged. -1 from me. I would be
happier if the subject of the submission email is kept intact, i.e. not
use the patch title that was used in commitfest app but use the one in
the email. These often differ.

That's what the code tries to do. It will add a Re: if there isn't one
already, but otherwise should reuse it. At least that's how it's trying to
work - do you have a pointer to an example where it doesn't, so I can
investigate if something is off?

No, I don't, I was just stating that Jos� Luis' description seemed wrong
to me. I haven't looked carefully at the emails generated from
commitfest app, but it seems to work fine already.

* Auto-CC the patch author on this e-mail
I guess this should speed up reactions / make communication a bit
more fluid.

Yes, strong +1 on this.

Ok, that should be easy enough to add. I've stuck it on my TODO list and
will try to get it ASAP.

Thanks for doing this :-)

3) Have the auto-generated emails insert In-Reply-To headers (and
perhaps References).

It already does. Both. Again, do you have a pointer to where it doesn't?

No, works fine AFAICS.

--
�lvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers