search for: pybugz

Displaying 6 results from an estimated 6 matches for "pybugz".

Did you mean: bugz
2009 Oct 16
1
[LLVMdev] Command Line Bugzilla
Hi all, Thought this might be of general interest, I hacked up the pybugz tool to work with llvm.org. It's here if you want it: http://t1.minormatter.com/~ddunbar/pybugz-llvm-0.7.3.tgz Unpack somewhere, and make a link to the 'bugz' script. Usage: -- ddunbar at ozzy-2:~$ bugz get 1000 * Using http://llvm.org/bugs/ * Getting bug 1000 .. Title : Chri...
2013 Nov 08
2
[LLVMdev] Bugzilla REST API?
On Thu, Nov 7, 2013 at 4:58 PM, Daniel Dunbar <daniel at zuster.org> wrote: > I don't know the answer to this question, but I've attached an (old) > version of pybugz that I tweaked a little to work with LLVM bugzilla. You > can probably write such queries on top of this if you feel like figuring > out its API: > Thanks. Looks like most of the pages have some way to get them to spit out XML. Not quite as nice as a (well-documented) JSON REST API, but...
2013 Nov 07
0
[LLVMdev] Bugzilla REST API?
I don't know the answer to this question, but I've attached an (old) version of pybugz that I tweaked a little to work with LLVM bugzilla. You can probably write such queries on top of this if you feel like figuring out its API: -- $ ./bugz get -n 1000 * Using http://llvm.org/bugs/ * Getting bug 1000 .. Title : Chris Is Buggy Assignee : tonic Reported : 2006-11-10...
2013 Nov 07
2
[LLVMdev] Bugzilla REST API?
Does anybody know if we have bugzilla's REST API enabled, and if so how to access it? <https://wiki.mozilla.org/Bugzilla:REST_API:Methods>. I tried e.g. http://llvm.org/bugs/bug/count but there doesn't seem to be anything there. I'd like to write a script that tracks various statistics e.g. how many bugs were filed in the last week, how many were closed, etc. and a REST API
2013 Dec 10
0
[LLVMdev] Bugzilla REST API?
On 08/11/2013 05:56, Sean Silva wrote: > > > > On Thu, Nov 7, 2013 at 4:58 PM, Daniel Dunbar <daniel at zuster.org > <mailto:daniel at zuster.org>> wrote: > > I don't know the answer to this question, but I've attached an > (old) version of pybugz that I tweaked a little to work with LLVM > bugzilla. You can probably write such queries on top of this if > you feel like figuring out its API: > > > > Thanks. Looks like most of the pages have some way to get them to spit > out XML. Not quite as nice as a (well-docu...
2013 Dec 12
1
[LLVMdev] Bugzilla REST API?
...ilva wrote: > > >> >> >> On Thu, Nov 7, 2013 at 4:58 PM, Daniel Dunbar <daniel at zuster.org <mailto: >> daniel at zuster.org>> wrote: >> >> I don't know the answer to this question, but I've attached an >> (old) version of pybugz that I tweaked a little to work with LLVM >> bugzilla. You can probably write such queries on top of this if >> you feel like figuring out its API: >> >> >> >> Thanks. Looks like most of the pages have some way to get them to spit >> out XML. Not qu...