|
From: Matej H. <mha...@re...> - 2014-12-08 12:22:26
|
Hi Paul, I am working on ABRT [1] and we are trying to integrate ABRT with MantisBT [2]. To ensure proper functionality of ABRT reporting we need posibility to search via SOAP API within issues. I have written some patch [3] (still not properly tested) which adds funcionality we need. So there is the problem. I found i can't create MantisBT plugin which will ships this desired method [4]. Is it some possibility to create this plugin or add this SOAP API search method to MantisBT? Thank you, i look forward to hearing from you. Best regards Matej Habrnal mha...@re... [1] https://github.com/abrt [2] https://github.com/abrt/libreport/wiki/MantisBT [3] https://github.com/mhabrnal/mantisbt/commits/master [4] http://www.mantisbt.org/wiki/doku.php/mantisbt:soap_and_plugins |
|
From: Robert M. <rob...@gm...> - 2014-12-09 20:57:14
|
Hi Matej, I am not Paul, but I'll take a stab at answering your questions anyway :-) On Mon, Dec 8, 2014 at 2:22 PM, Matej Habrnal <mha...@re...> wrote: > Hi Paul, > > I am working on ABRT [1] and we are trying to integrate ABRT with MantisBT [2]. > To ensure proper functionality of ABRT reporting we need posibility to search via SOAP API within issues. > I have written some patch [3] (still not properly tested) which adds funcionality we need. > So there is the problem. I found i can't create MantisBT plugin which will ships this desired method [4]. > Is it some possibility to create this plugin or add this SOAP API search method to MantisBT? Right now it's not possible to extend the SOAP API through plugins. I don't think it will happen for 1.3, unless someone steps up with a proper design and a contribution. I see that you've started extending MantisBT at [3], which is great! I would be happy to guide you through submitting a pull request to mantisbt/mantisbt, if you have the time to do that. Feel free to submit a PR as soon as you think you can start a discussion ( mabye mark it as [discuss] ) and we can take it from there. Cheers, Robert > > Thank you, i look forward to hearing from you. > > Best regards > > Matej Habrnal > mha...@re... > > [1] https://github.com/abrt > [2] https://github.com/abrt/libreport/wiki/MantisBT > [3] https://github.com/mhabrnal/mantisbt/commits/master > [4] http://www.mantisbt.org/wiki/doku.php/mantisbt:soap_and_plugins > > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk > _______________________________________________ > Mantisbt-soap-dev mailing list > Man...@li... > https://lists.sourceforge.net/lists/listinfo/mantisbt-soap-dev -- http://robert.muntea.nu/ |
|
From: Matej H. <mha...@re...> - 2014-12-10 13:44:40
|
Hi Robert, thank you for your answer. I have created the pull request #560: '[discuss] SOAP API: add method for searching within issues'. Best regards Matej ----- Original Message ----- From: "Robert Munteanu" <rob...@gm...> To: "Matej Habrnal" <mha...@re...> Cc: man...@li... Sent: Tuesday, December 9, 2014 9:57:07 PM Subject: Re: [Mantisbt-soap-dev] Searching within issues via SOAP API Hi Matej, I am not Paul, but I'll take a stab at answering your questions anyway :-) On Mon, Dec 8, 2014 at 2:22 PM, Matej Habrnal <mha...@re...> wrote: > Hi Paul, > > I am working on ABRT [1] and we are trying to integrate ABRT with MantisBT [2]. > To ensure proper functionality of ABRT reporting we need posibility to search via SOAP API within issues. > I have written some patch [3] (still not properly tested) which adds funcionality we need. > So there is the problem. I found i can't create MantisBT plugin which will ships this desired method [4]. > Is it some possibility to create this plugin or add this SOAP API search method to MantisBT? Right now it's not possible to extend the SOAP API through plugins. I don't think it will happen for 1.3, unless someone steps up with a proper design and a contribution. I see that you've started extending MantisBT at [3], which is great! I would be happy to guide you through submitting a pull request to mantisbt/mantisbt, if you have the time to do that. Feel free to submit a PR as soon as you think you can start a discussion ( mabye mark it as [discuss] ) and we can take it from there. Cheers, Robert > > Thank you, i look forward to hearing from you. > > Best regards > > Matej Habrnal > mha...@re... > > [1] https://github.com/abrt > [2] https://github.com/abrt/libreport/wiki/MantisBT > [3] https://github.com/mhabrnal/mantisbt/commits/master > [4] http://www.mantisbt.org/wiki/doku.php/mantisbt:soap_and_plugins > > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk > _______________________________________________ > Mantisbt-soap-dev mailing list > Man...@li... > https://lists.sourceforge.net/lists/listinfo/mantisbt-soap-dev -- http://robert.muntea.nu/ |