Accidental ban from bugzilla
Hi, Here at inLibro we are developping a perl script that will allow us to automatically test bugs for conflicts when their statuses are "New", "Needs Signoff","Signed Off" and also "In Discussion". The script will change the bugs' statuses to "patch doesn't apply" and notify the people involved. My issue right now is that when I started testing my put requests on a bug I created on my own, my account got banned until 15:30 this afternoon because of too many login attempts : Your IP (127.0.0.1) has been locked out of this account until 2016-03-04 15:28 UTC, as you have exceeded the maximum number of login attempts. Is there a way I could get unbanned? I will install bugzilla locally to continue testing, but still I need to be able to access bugzilla today. Thank you!
Greetings, Why is such a script needed? For example: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8587 There was a bot. Is there a reason the bot was discontinued? Is it broken now? GPML, Mark Tompsett -----Original Message----- From: Remi MP Sent: Friday, March 04, 2016 10:53 AM To: koha-devel@lists.koha-community.org Subject: [Koha-devel] Accidental ban from bugzilla Hi, Here at inLibro we are developping a perl script that will allow us to automatically test bugs for conflicts when their statuses are "New", "Needs Signoff","Signed Off" and also "In Discussion". The script will change the bugs' statuses to "patch doesn't apply" and notify the people involved. My issue right now is that when I started testing my put requests on a bug I created on my own, my account got banned until 15:30 this afternoon because of too many login attempts : Your IP (127.0.0.1) has been locked out of this account until 2016-03-04 15:28 UTC, as you have exceeded the maximum number of login attempts. Is there a way I could get unbanned? I will install bugzilla locally to continue testing, but still I need to be able to access bugzilla today. Thank you! _______________________________________________ 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/
Hey Mark, Here is the goal of our service / script (whatever we want to call it). The script will go through all bugs with one of those statuses : New, Needs Signoff, Signed Off and In Discussion The script will try to apply the patch on the master. If the patch doesn't apply, it will update its status to Patch doesn't apply. We believe that too many time, someone is motivated to tests a bug and stopped simply because he/she can not apply the patch on the master branch. This way, this motivated person will have less chance to face this situation. We'll come back later with some figures about how long it takes to process the all bugs with those statuses. Suggestions / ideas for this script are welcome. Cheers, Eric Bégin, Solutions inLibro inc. On 2016-03-04 11:10, Mark Tompsett wrote:
Greetings,
Why is such a script needed? For example: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8587 There was a bot. Is there a reason the bot was discontinued? Is it broken now?
GPML, Mark Tompsett
-----Original Message----- From: Remi MP Sent: Friday, March 04, 2016 10:53 AM To: koha-devel@lists.koha-community.org Subject: [Koha-devel] Accidental ban from bugzilla Hi,
Here at inLibro we are developping a perl script that will allow us to automatically test bugs for conflicts when their statuses are "New", "Needs Signoff","Signed Off" and also "In Discussion". The script will change the bugs' statuses to "patch doesn't apply" and notify the people involved.
My issue right now is that when I started testing my put requests on a bug I created on my own, my account got banned until 15:30 this afternoon because of too many login attempts :
Your IP (127.0.0.1) has been locked out of this account until 2016-03-04 15:28 UTC, as you have exceeded the maximum number of login attempts.
Is there a way I could get unbanned? I will install bugzilla locally to continue testing, but still I need to be able to access bugzilla today.
Thank you! _______________________________________________ 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/
There was a bot. Is there a reason the bot was discontinued? Is it broken now?
Eric this is what Mark is referring to: http://lists.koha-community.org/pipermail/koha-devel/2013-September/039699.h... We need to wait for Chris to respond about its status. I haven't seen any activity from it in ages. -- Owen -- Web Developer Athens County Public Libraries http://www.myacpl.org
It exists still and is all in git I just haven't run it for a while. What it does is look at the bot parts of bugzilla, so people can remove their bugs from being tested, if they know it will conflict a lot etc. It will only check ones it hasnt in the past 2 days. It also looks at the depends field and tries to apply the dependencies first. It will then apply the patches and run the qa tools, and mark the bug does not apply or failed qa if the qa tools fail. I stopped it running because people said it was annoying. But if we people want it back on I can turn it back on. Chris On 5 March 2016 at 06:40, Owen Leonard <oleonard@myacpl.org> wrote:
There was a bot. Is there a reason the bot was discontinued? Is it broken now?
Eric this is what Mark is referring to:
http://lists.koha-community.org/pipermail/koha-devel/2013-September/039699.h...
We need to wait for Chris to respond about its status. I haven't seen any activity from it in ages.
-- Owen
-- Web Developer Athens County Public Libraries http://www.myacpl.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/
The bot could save a lot of people a lot of time if used/patched correctly. In my opinion, if the bot automatically changes the bugs' statuses to patch didn't apply or failed qa, it shouldn't be considered annyoing, since it shouldn't try to test the bugs that are already marked as not applying correctly. The main thing I might consider annoying is the message it writes on bugs when the tests are run properly. It should only make changes to bugs that have problems, this way it could save a lot of time without putting any pressure on anyone. On 16-03-04 01:38 PM, Chris Cormack wrote:
It exists still and is all in git
I just haven't run it for a while.
What it does is look at the bot parts of bugzilla, so people can remove their bugs from being tested, if they know it will conflict a lot etc. It will only check ones it hasnt in the past 2 days. It also looks at the depends field and tries to apply the dependencies first.
It will then apply the patches and run the qa tools, and mark the bug does not apply or failed qa if the qa tools fail.
I stopped it running because people said it was annoying. But if we people want it back on I can turn it back on.
Chris
On 5 March 2016 at 06:40, Owen Leonard <oleonard@myacpl.org> wrote:
There was a bot. Is there a reason the bot was discontinued? Is it broken now? Eric this is what Mark is referring to:
http://lists.koha-community.org/pipermail/koha-devel/2013-September/039699.h...
We need to wait for Chris to respond about its status. I haven't seen any activity from it in ages.
-- Owen
-- Web Developer Athens County Public Libraries http://www.myacpl.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/
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/
I'll give it a test run on Monday Chris On 5 March 2016 at 08:14, Remi MP <remi.mayrand-provencher@inlibro.com> wrote:
The bot could save a lot of people a lot of time if used/patched correctly. In my opinion, if the bot automatically changes the bugs' statuses to patch didn't apply or failed qa, it shouldn't be considered annyoing, since it shouldn't try to test the bugs that are already marked as not applying correctly.
The main thing I might consider annoying is the message it writes on bugs when the tests are run properly. It should only make changes to bugs that have problems, this way it could save a lot of time without putting any pressure on anyone.
On 16-03-04 01:38 PM, Chris Cormack wrote:
It exists still and is all in git
I just haven't run it for a while.
What it does is look at the bot parts of bugzilla, so people can remove their bugs from being tested, if they know it will conflict a lot etc. It will only check ones it hasnt in the past 2 days. It also looks at the depends field and tries to apply the dependencies first.
It will then apply the patches and run the qa tools, and mark the bug does not apply or failed qa if the qa tools fail.
I stopped it running because people said it was annoying. But if we people want it back on I can turn it back on.
Chris
On 5 March 2016 at 06:40, Owen Leonard <oleonard@myacpl.org> wrote:
There was a bot. Is there a reason the bot was discontinued? Is it broken now?
Eric this is what Mark is referring to:
http://lists.koha-community.org/pipermail/koha-devel/2013-September/039699.h...
We need to wait for Chris to respond about its status. I haven't seen any activity from it in ages.
-- Owen
-- Web Developer Athens County Public Libraries http://www.myacpl.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/
_______________________________________________ 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/
+1 for giving the bot another chance. Am 04.03.2016 um 21:21 schrieb Chris Cormack:
I'll give it a test run on Monday
Chris
On 5 March 2016 at 08:14, Remi MP <remi.mayrand-provencher@inlibro.com> wrote:
The bot could save a lot of people a lot of time if used/patched correctly. In my opinion, if the bot automatically changes the bugs' statuses to patch didn't apply or failed qa, it shouldn't be considered annyoing, since it shouldn't try to test the bugs that are already marked as not applying correctly.
The main thing I might consider annoying is the message it writes on bugs when the tests are run properly. It should only make changes to bugs that have problems, this way it could save a lot of time without putting any pressure on anyone.
On 16-03-04 01:38 PM, Chris Cormack wrote:
It exists still and is all in git
I just haven't run it for a while.
What it does is look at the bot parts of bugzilla, so people can remove their bugs from being tested, if they know it will conflict a lot etc. It will only check ones it hasnt in the past 2 days. It also looks at the depends field and tries to apply the dependencies first.
It will then apply the patches and run the qa tools, and mark the bug does not apply or failed qa if the qa tools fail.
I stopped it running because people said it was annoying. But if we people want it back on I can turn it back on.
Chris
On 5 March 2016 at 06:40, Owen Leonard <oleonard@myacpl.org> wrote:
There was a bot. Is there a reason the bot was discontinued? Is it broken now?
Eric this is what Mark is referring to:
http://lists.koha-community.org/pipermail/koha-devel/2013-September/039699.h...
We need to wait for Chris to respond about its status. I haven't seen any activity from it in ages.
-- Owen
-- Web Developer Athens County Public Libraries http://www.myacpl.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/
_______________________________________________ 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/
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 an example of what the bot is doing https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12747#c35 It set this to patch does not apply, when I test by hand, this is indeed the case. If people like it, I can run the bot each day Chris
The bot only changes bugs that do not apply? If it would change all bugs it visits just for some timestamp or so, I would not be in favor. Marcel -----Oorspronkelijk bericht----- Van: koha-devel-bounces@lists.koha-community.org [mailto:koha-devel-bounces@lists.koha-community.org] Namens Chris Cormack Verzonden: zondag 6 maart 2016 23:02 Aan: Katrin Fischer <Katrin.Fischer.83@web.de> CC: koha-devel@lists.koha-community.org Onderwerp: Re: [Koha-devel] Accidental ban from bugzilla Here's an example of what the bot is doing https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12747#c35 It set this to patch does not apply, when I test by hand, this is indeed the case. If people like it, I can run the bot each day Chris _______________________________________________ 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/
I have been a big fan of your bot and definitely would like to see it run daily! Kyle http://www.kylehall.info ByWater Solutions ( http://bywatersolutions.com ) Meadville Public Library ( http://www.meadvillelibrary.org ) Crawford County Federated Library System ( http://www.ccfls.org ) Mill Run Technology Solutions ( http://millruntech.com ) On Sun, Mar 6, 2016 at 5:01 PM, Chris Cormack <chris@bigballofwax.co.nz> wrote:
Here's an example of what the bot is doing
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12747#c35
It set this to patch does not apply, when I test by hand, this is indeed the case.
If people like it, I can run the bot each day
Chris _______________________________________________ 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/
Le 04/03/2016 19:38, Chris Cormack a écrit :
I stopped it running because people said it was annoying. But if we people want it back on I can turn it back on. IIRC, what was annoying was the comment "patch still applies, tested on YYYY-MM-DD" or something like that. auto marking patches that does not applies anymore is a good idea IMHO.
-- Paul Poulain, Associé-gérant / co-owner BibLibre, Services en logiciels libres pour les bibliothèques BibLibre, Open Source software and services for libraries
participants (9)
-
Chris Cormack -
Eric Bégin -
Katrin Fischer -
Kyle Hall -
Marcel de Rooy -
Mark Tompsett -
Owen Leonard -
Paul Poulain -
Remi MP