[Libre-soc-dev] server tasks
Jacob Lifshay
programmerjake at gmail.com
Thu Aug 20 02:32:52 BST 2020
On Wed, Aug 19, 2020 at 3:14 PM Luke Kenneth Casson Leighton
<lkcl at lkcl.net> wrote:
>
> On Wed, Aug 19, 2020 at 10:52 PM Jacob Lifshay <programmerjake at gmail.com> wrote:
> >
> > Luke, would you please set utils.git to be publicly visible on
> > git.libre-soc.org
>
> done
Thanks!
> > as well as enabling the REST API for Bugzilla,
>
> sigh - it is... we had a bit of a lairy time with it.
Seems broken still:
https://bugs.libre-soc.org/rest/version
as documented in:
https://bugzilla.readthedocs.io/en/5.0/api/core/v1/general.html#basic-information
returns:
{
"code" : 32614,
"documentation" : "https://bugzilla.readthedocs.org/en/5.0/api/",
"error" : true,
"message" : "A REST API resource was not found for 'GET '."
}
> > since I'm
> > stuck using the deprecated XMLRPC API which is slow (or it could just be
> > Bugzilla in general is slow).
>
> the queries are slow and consume huge CPU resources.
Definite bugzilla inefficiency, since it takes like 2-3s for each http
request even when doing simple things like getting the bugzilla
version.
> try jsonpc?
Unfortunately the python-bugzilla library which I'm using doesn't
support jsonrpc (I think).
Jacob
More information about the Libre-soc-dev
mailing list