-devel-boun...@lists.koha-community.org
[mailto:koha-devel-boun...@lists.koha-community.org] On Behalf Of Liz Rea
Sent: Friday, 6 October 2017 10:22 AM
To: koha-devel@lists.koha-community.org
Subject: Re: [Koha-devel] Best place for test plans
Strong agreement from me for "have the test plan i
Strong agreement from me for "have the test plan in the commit message."
Bugs in bugzilla do get messy, but as long as we are applying the latest
patch, the plans are always right there for you to look at. Also for
everyone else to look at. And immortalized in git.
Git. They go in git, and by ex
Last year I wrote a cronjob to add the "obsolete" tag to the obsoleted
comment (to hide them), but it does not seem to still work.
Before that I have also written a greasemonkey script to hide them
http://lists.koha-community.org/pipermail/koha-devel/2016-January/042185.html
On Wed, 4 Oct 2017 at
Hi David
I think it is a good practice to have the test plan as commit comment
and to obsolete any comments that are related to obsoleted patches. In
Bugzilla, comments can be obsoleted by entering the keyword 'obsolete'
as tag and then hit the return key.
Marc
Am 04.10.2017 um 01:56 schri
Behalf Of
*Katrin Fischer
*Sent:* Wednesday, 4 October 2017 4:27 PM
*To:* koha-devel@lists.koha-community.org
*Subject:* Re: [Koha-devel] Best place for test plans
Hi David,
for me it's just the other way around. As test plans often need to be
updated while a bug moves through the process I
place for test plans
Hi David,
for me it's just the other way around. As test plans often need to be updated
while a bug moves through the process I like taking a look at the commit
messages to find the latest instructions. It also means that the plans end up
in git, which can be
Hi David,
for me it's just the other way around. As test plans often need to be
updated while a bug moves through the process I like taking a look at
the commit messages to find the latest instructions. It also means that
the plans end up in git, which can be quite helpful.
Katrin
On 04.10
Hi all,
I've been wondering about the best place to put test plans. I think
traditionally we include them in our git commits, but I feel like it would
be better to include them as standalone comments in Bugzilla.
My reasoning is that finding test plans can be really difficult when you're
sc