Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Wikipedia: Wikitech

BugZilla Portal (NEW)

 

 

Wikipedia wikitech RSS feed   Index | Next | Previous | View Threaded


krinklemail at gmail

May 2, 2012, 8:28 PM

Post #1 of 9 (551 views)
Permalink
BugZilla Portal (NEW)

Hey all,

Now that we're on a more regular deployment schedule, staying on top of the
blocking bugs and deviding lists into smaller, more managable chunks, is more
and more important.

For that reason I put together a quick tool:

https://toolserver.org/~krinkle/wmfBugZillaPortal/

It is already becoming clear that there is a lot of stuff left behind from past
versions. We should probably start moving stuff to later verisons and keep an
eye on it more regularly.

-- Krinkle


_______________________________________________
Wikitech-l mailing list
Wikitech-l [at] lists
https://lists.wikimedia.org/mailman/listinfo/wikitech-l


krinklemail at gmail

May 2, 2012, 8:44 PM

Post #2 of 9 (532 views)
Permalink
Re: BugZilla Portal (NEW) [In reply to]

On May 3, 2012, at 5:28 AM, Krinkle wrote:

> Hey all,
>
> Now that we're on a more regular deployment schedule, staying on top of the
> blocking bugs and deviding lists into smaller, more managable chunks, is more
> and more important.
>
> For that reason I put together a quick tool:
>
> https://toolserver.org/~krinkle/wmfBugZillaPortal/
>
> It is already becoming clear that there is a lot of stuff left behind from past
> versions. We should probably start moving stuff to later verisons and keep an
> eye on it more regularly.
>
> -- Krinkle
>

This tool (among others) is in source control and running on toolserver from trunk:

* https://svn.toolserver.org/svnroot/krinkle/trunk/wmfBugZillaPortal/
* https://fisheye.toolserver.org/browse/krinkle/trunk/wmfBugZillaPortal

-- Krinkle

_______________________________________________
Wikitech-l mailing list
Wikitech-l [at] lists
https://lists.wikimedia.org/mailman/listinfo/wikitech-l


robla at wikimedia

May 2, 2012, 10:03 PM

Post #3 of 9 (538 views)
Permalink
Re: BugZilla Portal (NEW) [In reply to]

On Wed, May 2, 2012 at 8:28 PM, Krinkle <krinklemail [at] gmail> wrote:
> https://toolserver.org/~krinkle/wmfBugZillaPortal/

Oooo, nice, thanks for this Krinkle!

Rob

_______________________________________________
Wikitech-l mailing list
Wikitech-l [at] lists
https://lists.wikimedia.org/mailman/listinfo/wikitech-l


z at mzmcbride

May 3, 2012, 3:14 PM

Post #4 of 9 (531 views)
Permalink
Re: BugZilla Portal (NEW) [In reply to]

Krinkle wrote:
> Now that we're on a more regular deployment schedule, staying on top of the
> blocking bugs and deviding lists into smaller, more managable chunks, is more
> and more important.
>
> For that reason I put together a quick tool:
>
> https://toolserver.org/~krinkle/wmfBugZillaPortal/
>
> It is already becoming clear that there is a lot of stuff left behind from
> past versions. We should probably start moving stuff to later verisons and
> keep an eye on it more regularly.

Nice job on this. :-)

This appears to mostly be an index of Bugzilla search queries. Do you know
if there's been any progress on making the Bugzilla database available in a
replicated form (on the Toolserver or Wikimedia Labs or elsewhere)? Direct
SQL access would allow for much more flexible reports.

MZMcBride



_______________________________________________
Wikitech-l mailing list
Wikitech-l [at] lists
https://lists.wikimedia.org/mailman/listinfo/wikitech-l


p858snake at gmail

May 3, 2012, 5:27 PM

Post #5 of 9 (529 views)
Permalink
Re: BugZilla Portal (NEW) [In reply to]

On Fri, May 4, 2012 at 8:14 AM, MZMcBride <z [at] mzmcbride> wrote:
> Nice job on this. :-)
>
> This appears to mostly be an index of Bugzilla search queries. Do you know
> if there's been any progress on making the Bugzilla database available in a
> replicated form (on the Toolserver or Wikimedia Labs or elsewhere)? Direct
> SQL access would allow for much more flexible reports.

Last I heard (a while ago), This planning/idea has had to be halted
(temporarily?) because we now store private data in the system (see:
Security Product/Component combo to name one location), also the db
resided on the "private db" box/cluster/combo/delity which isn't
desired to be replicated over to the TS for various reasons.

_______________________________________________
Wikitech-l mailing list
Wikitech-l [at] lists
https://lists.wikimedia.org/mailman/listinfo/wikitech-l


hashar+wmf at free

May 3, 2012, 10:29 PM

Post #6 of 9 (530 views)
Permalink
Re: BugZilla Portal (NEW) [In reply to]

Le 04/05/12 00:14, MZMcBride a écrit :
> This appears to mostly be an index of Bugzilla search queries. Do you know
> if there's been any progress on making the Bugzilla database available in a
> replicated form (on the Toolserver or Wikimedia Labs or elsewhere)? Direct
> SQL access would allow for much more flexible reports.

One could most probably write a ton of reports using the JSON API:

https://bugzilla.wikimedia.org/jsonrpc.cgi

Doc:
https://bugzilla.wikimedia.org/docs/en/html/api/Bugzilla/WebService/Server/JSONRPC.html


--
Antoine "hashar" Musso


_______________________________________________
Wikitech-l mailing list
Wikitech-l [at] lists
https://lists.wikimedia.org/mailman/listinfo/wikitech-l


krinklemail at gmail

May 7, 2012, 1:39 AM

Post #7 of 9 (523 views)
Permalink
Re: BugZilla Portal (NEW) [In reply to]

On Fri, May 4, 2012 at 7:29 AM, Antoine Musso <hashar+wmf [at] free> wrote:

> One could most probably write a ton of reports using the JSON API:
>
> https://bugzilla.wikimedia.org/jsonrpc.cgi
>
> Doc:
>
> https://bugzilla.wikimedia.org/docs/en/html/api/Bugzilla/WebService/Server/JSONRPC.html
>
>
>
Yep, however currently I'm hardcoding [1] the versions and milestones
because the API of BugZilla < 4.2 does not expose them (see NOTES[2]).

After bugzilla.wikimedia.org is upgraded to 4.2 I'll let it grab the
versions and milestones dynamically from the API instead, and maybe add
some custom lists as well. That way things won't break if a version or
milestone is renamed and new ones are automatically added.

-- Krinkle

[1]
https://github.com/Krinkle/ts-krinkle-wmfBugZillaPortal/blob/c5611c966112d1eb8ff63a5651c7729161cd265a/index.php#L40

[2]
https://github.com/Krinkle/ts-krinkle-wmfBugZillaPortal/blob/553de37ce541b3283126bbe860f45fa7ee6c2295/NOTES#L1
_______________________________________________
Wikitech-l mailing list
Wikitech-l [at] lists
https://lists.wikimedia.org/mailman/listinfo/wikitech-l


sumanah at wikimedia

Jul 6, 2012, 3:09 PM

Post #8 of 9 (445 views)
Permalink
Re: BugZilla Portal (NEW) [In reply to]

On 05/07/2012 04:39 AM, Krinkle wrote:
> On Fri, May 4, 2012 at 7:29 AM, Antoine Musso <hashar+wmf [at] free> wrote:
>
>> One could most probably write a ton of reports using the JSON API:
>>
>> https://bugzilla.wikimedia.org/jsonrpc.cgi
>>
>> Doc:
>>
>> https://bugzilla.wikimedia.org/docs/en/html/api/Bugzilla/WebService/Server/JSONRPC.html
>>
>>
>>
> Yep, however currently I'm hardcoding [1] the versions and milestones
> because the API of BugZilla < 4.2 does not expose them (see NOTES[2]).
>
> After bugzilla.wikimedia.org is upgraded to 4.2 I'll let it grab the
> versions and milestones dynamically from the API instead, and maybe add
> some custom lists as well. That way things won't break if a version or
> milestone is renamed and new ones are automatically added.
>
> -- Krinkle
>
> [1]
> https://github.com/Krinkle/ts-krinkle-wmfBugZillaPortal/blob/c5611c966112d1eb8ff63a5651c7729161cd265a/index.php#L40
>
> [2]
> https://github.com/Krinkle/ts-krinkle-wmfBugZillaPortal/blob/553de37ce541b3283126bbe860f45fa7ee6c2295/NOTES#L1

Is there already a ticket somewhere in RT or the like re upgrading
bugzilla.wikimedia.org to 4.2?

Also,
http://www.gamasutra.com/view/feature/131191/how_funcom_squashed_bugs_with_.php
was brought to my attention - yet another case study of how/why to
adjust Bugzilla UI to a community's needs.

--
Sumana Harihareswara
Engineering Community Manager
Wikimedia Foundation

_______________________________________________
Wikitech-l mailing list
Wikitech-l [at] lists
https://lists.wikimedia.org/mailman/listinfo/wikitech-l


z at mzmcbride

Jul 7, 2012, 9:45 AM

Post #9 of 9 (450 views)
Permalink
Re: BugZilla Portal (NEW) [In reply to]

Sumana Harihareswara wrote:
> Is there already a ticket somewhere in RT or the like re upgrading
> bugzilla.wikimedia.org to 4.2?

https://bugzilla.wikimedia.org/show_bug.cgi?id=33158

MZMcBride



_______________________________________________
Wikitech-l mailing list
Wikitech-l [at] lists
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Wikipedia wikitech RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.