grimoirelab-perceval icon indicating copy to clipboard operation
grimoirelab-perceval copied to clipboard

[bugzilla xmlrpc] [feature/bug] how to handle perceval bugzilla-xmlrpc authentification and client

Open MalloZup opened this issue 7 years ago • 2 comments

how to reproduce:

( this issue was modified)

Basically we need a backend to access bugzilla xmlrpc api.

MalloZup avatar Sep 05 '18 15:09 MalloZup

I haven't check it but for Bugzilla >= 4 we recommend to use buzillarest instead of bugzilla backend. That backend supports authentication too. In any case, I'll check this error but I'm afraid the authentication method was changed for > 3 versions.

sduenas avatar Sep 05 '18 15:09 sduenas

@sduenas so i just discovered that the bugzilla in quesiton use

mybugzilla/xmlrpc.cgi.

And i don't see any xmlrpc client/backend in perceval.

Imho we have 2 solutions:

  1. implement xmlrpc backend for perceval
  2. use some existing backend and prepare needed data from there on to be passed to kibiter etc.

For that i think i need to know which data and the format should look like, is there any doc about this?

what do you think in general?

found some doc https://grimoirelab.gitbooks.io/tutorial/internals/perceval-backends.html

MalloZup avatar Sep 06 '18 10:09 MalloZup

I don't think we're going to implement this in the short/mid-term. I'm closing this ticket.

sduenas avatar Oct 11 '23 15:10 sduenas