feature for bugzilla ?
Hi all, when an entry on bugzilla has a lot of comments, it can take "hours" to read all the thread, find relevant and obsolete comments,... understand who said what and where we are now. Justs have a look at -randomly chosen- http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6934 to see this (only 33 comments, not so hard to follow, but will take a lot of time. Other bugs are really a nightmare !!! ) I was wondering if there could be an Addon, a feature, un plugin, or whatever, that could "obsolete" a comment. An obsoleted comment would be collapsed by default. Anyone can obsolete a comment, it's just to (hopefully) have a thread easier to read. Another option could be to put a color on comment that are relevant. There could be other way to achieve the goal. But currently, one must be highly motivated to work on a sign-off, except if the bug is "new" ! (I suspect that's a reason why some patches are stuck) -- Paul Poulain, Associé-gérant / co-owner BibLibre, Services en logiciels libres pour les bibliothèques BibLibre, Open Source software and services for libraries
Paul Poulain schrieb am 18.12.2015
I was wondering if there could be an Addon, a feature, un plugin, or whatever, that could "obsolete" a comment. An obsoleted comment would be collapsed by default. Anyone can obsolete a comment, it's just to (hopefully) have a thread easier to read.
That would be sooo helpful! Cheers, Mirko
Hi Paul, Reading bug threads is sometimes really hard. +1 for the idea to have the possibility to collaps comments! Marc Am 18.12.2015 um 10:34 schrieb Paul Poulain:
Hi all,
when an entry on bugzilla has a lot of comments, it can take "hours" to read all the thread, find relevant and obsolete comments,... understand who said what and where we are now.
Justs have a look at -randomly chosen- http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6934 to see this (only 33 comments, not so hard to follow, but will take a lot of time. Other bugs are really a nightmare !!! )
I was wondering if there could be an Addon, a feature, un plugin, or whatever, that could "obsolete" a comment. An obsoleted comment would be collapsed by default. Anyone can obsolete a comment, it's just to (hopefully) have a thread easier to read.
Another option could be to put a color on comment that are relevant.
There could be other way to achieve the goal.
But currently, one must be highly motivated to work on a sign-off, except if the bug is "new" ! (I suspect that's a reason why some patches are stuck)
quick&dirty greasemonkey script to hide the description of obsolete patches in the comments: http://pastebin.com/c99G9KgG 2015-12-18 9:34 GMT+00:00 Paul Poulain <paul.poulain@biblibre.com>:
Hi all,
when an entry on bugzilla has a lot of comments, it can take "hours" to read all the thread, find relevant and obsolete comments,... understand who said what and where we are now.
Justs have a look at -randomly chosen- http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6934 to see this (only 33 comments, not so hard to follow, but will take a lot of time. Other bugs are really a nightmare !!! )
I was wondering if there could be an Addon, a feature, un plugin, or whatever, that could "obsolete" a comment. An obsoleted comment would be collapsed by default. Anyone can obsolete a comment, it's just to (hopefully) have a thread easier to read.
Another option could be to put a color on comment that are relevant.
There could be other way to achieve the goal.
But currently, one must be highly motivated to work on a sign-off, except if the bug is "new" ! (I suspect that's a reason why some patches are stuck)
-- Paul Poulain, Associé-gérant / co-owner BibLibre, Services en logiciels libres pour les bibliothèques BibLibre, Open Source software and services for libraries
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
Awesome! Thanks :) Le 18/12/2015 12:22, Jonathan Druart a écrit :
quick&dirty greasemonkey script to hide the description of obsolete patches in the comments: http://pastebin.com/c99G9KgG
2015-12-18 9:34 GMT+00:00 Paul Poulain <paul.poulain@biblibre.com>:
Hi all,
when an entry on bugzilla has a lot of comments, it can take "hours" to read all the thread, find relevant and obsolete comments,... understand who said what and where we are now.
Justs have a look at -randomly chosen- http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6934 to see this (only 33 comments, not so hard to follow, but will take a lot of time. Other bugs are really a nightmare !!! )
I was wondering if there could be an Addon, a feature, un plugin, or whatever, that could "obsolete" a comment. An obsoleted comment would be collapsed by default. Anyone can obsolete a comment, it's just to (hopefully) have a thread easier to read.
Another option could be to put a color on comment that are relevant.
There could be other way to achieve the goal.
But currently, one must be highly motivated to work on a sign-off, except if the bug is "new" ! (I suspect that's a reason why some patches are stuck)
-- Paul Poulain, Associé-gérant / co-owner BibLibre, Services en logiciels libres pour les bibliothèques BibLibre, Open Source software and services for libraries
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
-- Julian Maurice <julian.maurice@biblibre.com> BibLibre
I have updated the script to display the comments when the patch is quoted http://pastebin.com/fSffTHQw 2015-12-18 11:22 GMT+00:00 Jonathan Druart <jonathan.druart@bugs.koha-community.org>:
quick&dirty greasemonkey script to hide the description of obsolete patches in the comments: http://pastebin.com/c99G9KgG
2015-12-18 9:34 GMT+00:00 Paul Poulain <paul.poulain@biblibre.com>:
Hi all,
when an entry on bugzilla has a lot of comments, it can take "hours" to read all the thread, find relevant and obsolete comments,... understand who said what and where we are now.
Justs have a look at -randomly chosen- http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6934 to see this (only 33 comments, not so hard to follow, but will take a lot of time. Other bugs are really a nightmare !!! )
I was wondering if there could be an Addon, a feature, un plugin, or whatever, that could "obsolete" a comment. An obsoleted comment would be collapsed by default. Anyone can obsolete a comment, it's just to (hopefully) have a thread easier to read.
Another option could be to put a color on comment that are relevant.
There could be other way to achieve the goal.
But currently, one must be highly motivated to work on a sign-off, except if the bug is "new" ! (I suspect that's a reason why some patches are stuck)
-- Paul Poulain, Associé-gérant / co-owner BibLibre, Services en logiciels libres pour les bibliothèques BibLibre, Open Source software and services for libraries
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
Here's a slightly different version: http://pastebin.com/3kwqszbH Changes: - Only hide comments that start with 'Created', and contains a span.bz_obsolete (previous version was hiding some reply comments) - Use the already present "Toggle comment display" link instead of adding a new link And I initiated a Gist to track changes easily: https://gist.github.com/jajm/31bf1c3aecd5f16c4422 Le 30/12/2015 14:55, Jonathan Druart a écrit :
I have updated the script to display the comments when the patch is quoted
2015-12-18 11:22 GMT+00:00 Jonathan Druart <jonathan.druart@bugs.koha-community.org>:
quick&dirty greasemonkey script to hide the description of obsolete patches in the comments: http://pastebin.com/c99G9KgG
2015-12-18 9:34 GMT+00:00 Paul Poulain <paul.poulain@biblibre.com>:
Hi all,
when an entry on bugzilla has a lot of comments, it can take "hours" to read all the thread, find relevant and obsolete comments,... understand who said what and where we are now.
Justs have a look at -randomly chosen- http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6934 to see this (only 33 comments, not so hard to follow, but will take a lot of time. Other bugs are really a nightmare !!! )
I was wondering if there could be an Addon, a feature, un plugin, or whatever, that could "obsolete" a comment. An obsoleted comment would be collapsed by default. Anyone can obsolete a comment, it's just to (hopefully) have a thread easier to read.
Another option could be to put a color on comment that are relevant.
There could be other way to achieve the goal.
But currently, one must be highly motivated to work on a sign-off, except if the bug is "new" ! (I suspect that's a reason why some patches are stuck)
-- Paul Poulain, Associé-gérant / co-owner BibLibre, Services en logiciels libres pour les bibliothèques BibLibre, Open Source software and services for libraries
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
-- Julian Maurice <julian.maurice@biblibre.com> BibLibre
For those who use it and didn't notice, it stopped working because of the Bugzilla transition from http to https. You'll need the latest version to continue to use it. Le 05/01/2016 14:03, Julian Maurice a écrit :
Here's a slightly different version: http://pastebin.com/3kwqszbH Changes: - Only hide comments that start with 'Created', and contains a span.bz_obsolete (previous version was hiding some reply comments) - Use the already present "Toggle comment display" link instead of adding a new link
And I initiated a Gist to track changes easily: https://gist.github.com/jajm/31bf1c3aecd5f16c4422
Le 30/12/2015 14:55, Jonathan Druart a écrit :
I have updated the script to display the comments when the patch is quoted
2015-12-18 11:22 GMT+00:00 Jonathan Druart <jonathan.druart@bugs.koha-community.org>:
quick&dirty greasemonkey script to hide the description of obsolete patches in the comments: http://pastebin.com/c99G9KgG
2015-12-18 9:34 GMT+00:00 Paul Poulain <paul.poulain@biblibre.com>:
Hi all,
when an entry on bugzilla has a lot of comments, it can take "hours" to read all the thread, find relevant and obsolete comments,... understand who said what and where we are now.
Justs have a look at -randomly chosen- http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6934 to see this (only 33 comments, not so hard to follow, but will take a lot of time. Other bugs are really a nightmare !!! )
I was wondering if there could be an Addon, a feature, un plugin, or whatever, that could "obsolete" a comment. An obsoleted comment would be collapsed by default. Anyone can obsolete a comment, it's just to (hopefully) have a thread easier to read.
Another option could be to put a color on comment that are relevant.
There could be other way to achieve the goal.
But currently, one must be highly motivated to work on a sign-off, except if the bug is "new" ! (I suspect that's a reason why some patches are stuck)
-- Paul Poulain, Associé-gérant / co-owner BibLibre, Services en logiciels libres pour les bibliothèques BibLibre, Open Source software and services for libraries
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
-- Julian Maurice <julian.maurice@biblibre.com> BibLibre
Hi, On Fri, Dec 18, 2015 at 4:34 AM, Paul Poulain <paul.poulain@biblibre.com> wrote:
I was wondering if there could be an Addon, a feature, un plugin, or whatever, that could "obsolete" a comment. An obsoleted comment would be collapsed by default. Anyone can obsolete a comment, it's just to (hopefully) have a thread easier to read.
As it happens, Bugzilla 5 has a new feature to tag comments: https://www.bugzilla.org/releases/5.0/release-notes.html#feat_comment_tags https://wiki.mozilla.org/BMO/comment_tagging Comment tags can be used to control visibility and whether a comment is automatically expanded or not. And as it happens... out-of-the-box you can use the 'obsolete' tag to specify that a comment should be un-expanded by default. Too convenient! See the following bug for an example: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6473 Regards, Galen -- Galen Charlton Infrastructure and Added Services Manager Equinox Software, Inc. / The Open Source Experts email: gmc@esilibrary.com direct: +1 770-709-5581 cell: +1 404-984-4366 skype: gmcharlt web: http://www.esilibrary.com/ Supporting Koha and Evergreen: http://koha-community.org & http://evergreen-ils.org
Le 18/12/2015 14:45, Galen Charlton a écrit :
See the following bug for an example:
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6473
Wonderful !!! next step : obsoleting comment when you obsolete a patch ;-) (or even: always obsolete comments that are patch upload) -- Paul Poulain, Associé-gérant / co-owner BibLibre, Services en logiciels libres pour les bibliothèques BibLibre, Open Source software and services for libraries
On Fri, Dec 18, 2015 at 9:25 AM, Paul Poulain <paul.poulain@biblibre.com> wrote:
Le 18/12/2015 14:45, Galen Charlton a écrit :
See the following bug for an example:
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6473
Wonderful !!! next step : obsoleting comment when you obsolete a patch ;-) (or even: always obsolete comments that are patch upload)
Perhaps git-bz could be made to do this? Kind regards, Chris
next step : obsoleting comment when you obsolete a patch ;-) (or even: always obsolete comments that are patch upload)
Perhaps git-bz could be made to do this?
I don't think we should always obsolete comments on attachments. I like seeing the comment which is added by a patch because I want to be able to see the test plan in the commit message. -- Owen -- Web Developer Athens County Public Libraries http://www.myacpl.org
On Fri, Dec 18, 2015 at 10:11 AM, Owen Leonard <oleonard@myacpl.org> wrote:
next step : obsoleting comment when you obsolete a patch ;-) (or even: always obsolete comments that are patch upload)
Perhaps git-bz could be made to do this?
I don't think we should always obsolete comments on attachments. I like seeing the comment which is added by a patch because I want to be able to see the test plan in the commit message.
I was thinking more of obsoleting comments related to an obsoleted patch and assuming that the test plan is included in each commit message, but maybe not. Kind regards, Chris
Le 18/12/2015 16:23, Christopher Nighswonger a écrit :
On Fri, Dec 18, 2015 at 10:11 AM, Owen Leonard <oleonard@myacpl.org> wrote:
next step : obsoleting comment when you obsolete a patch ;-) (or even: always obsolete comments that are patch upload)
Perhaps git-bz could be made to do this?
I don't think we should always obsolete comments on attachments. I like seeing the comment which is added by a patch because I want to be able to see the test plan in the commit message.
I was thinking more of obsoleting comments related to an obsoleted patch and assuming that the test plan is included in each commit message, but maybe not.
When I reupload a patch (after a rebase for example) I tend to replace the commit message by a simple "rebased on master" message in the comment to prevent page to become too big too quickly. But auto-obsoleting obsolete patch comments can be a nice alternative. -- Julian Maurice <julian.maurice@biblibre.com> BibLibre
Maybe obsolete the comment of the patch that git-bz obsoletes? We almost always (almost.) leave the original test plan in the signed off patch, so I'm not certain we lose anything by obsoleting the comment of the obsoleted patch. It's probably worth noting that a comment can be untagged too. Liz On 19/12/15 04:11, Owen Leonard wrote:
next step : obsoleting comment when you obsolete a patch ;-) (or even: always obsolete comments that are patch upload) Perhaps git-bz could be made to do this? I don't think we should always obsolete comments on attachments. I like seeing the comment which is added by a patch because I want to be able to see the test plan in the commit message.
-- Owen
-- -- Liz Rea Catalyst.Net Limited Level 6, Catalyst House, 150 Willis Street, Wellington. P.O Box 11053, Manners Street, Wellington 6142 GPG: B149 A443 6B01 7386 C2C7 F481 B6c2 A49D 3726 38B7
For the sake of clarity, can Koha users assume that "to obsolete" a comment does not mean that it is deleted? Also, I'm not sure what "untagged" means. Would it be possible to give a schema of how bugs, git-bz, wherever, would allow someone to follow the original bug/enhancement through to its conclusion? Thanks and regards, Paul At 10:02 AM 12/21/2015 +1300, Liz Rea wrote:
Maybe obsolete the comment of the patch that git-bz obsoletes?
We almost always (almost.) leave the original test plan in the signed off patch, so I'm not certain we lose anything by obsoleting the comment of the obsoleted patch.
It's probably worth noting that a comment can be untagged too.
Liz
On 19/12/15 04:11, Owen Leonard wrote:
next step : obsoleting comment when you obsolete a patch ;-) (or even: always obsolete comments that are patch upload) Perhaps git-bz could be made to do this? I don't think we should always obsolete comments on attachments. I like seeing the comment which is added by a patch because I want to be able to see the test plan in the commit message.
-- Owen
-- -- Liz Rea Catalyst.Net Limited Level 6, Catalyst House, 150 Willis Street, Wellington. P.O Box 11053, Manners Street, Wellington 6142
GPG: B149 A443 6B01 7386 C2C7 F481 B6c2 A49D 3726 38B7
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
--- Maritime heritage and history, preservation and conservation, research and education through the written word and the arts. <http://NavalMarineArchive.com> and <http://UltraMarine.ca>
participants (10)
-
Christopher Nighswonger -
Galen Charlton -
Jonathan Druart -
Julian Maurice -
Liz Rea -
Marc Véron -
Mirko Tietgen -
Owen Leonard -
Paul A -
Paul Poulain