Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] [mylyn-reviews-dev] what does gerrit connector use to list projects?

Hi Shawn,

I'm glad to hear that you are working on a REST API for Gerrit. :-)

In the Mylyn connector we use
ProjectAdminService.visibleProjectDetails (fallback to visibleProjects
for older Gerrit releases).
We also parse GerritConfig from the JavaScript which is then used to
find out which protocols are supported.

Sascha

On Thu, Apr 5, 2012 at 8:02 AM, Kempin, Edwin <edwin.kempin@xxxxxxx> wrote:
> The Eclipse Gerrit Connector is part of the Mylyn Reviews project.
> Forwarding this question to the Mylyn Reviews mailing list.
>
> -----Original Message-----
> From: egit-dev-bounces@xxxxxxxxxxx [mailto:egit-dev-bounces@xxxxxxxxxxx] On Behalf Of Shawn Pearce
> Sent: Donnerstag, 5. April 2012 05:02
> To: egit-dev
> Subject: [egit-dev] what does gerrit connector use to list projects?
>
> What Gerrit API does the EGit Gerrit connector use to help a user find
> a project they can clone into the workspace?
>
> I am making changes to the Gerrit JSON API to make it REST based and a
> more long-term API that the project can support. I'd like to leave in
> the API that EGit uses for a little while to reduce breakage for
> end-users.
> _______________________________________________
> egit-dev mailing list
> egit-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/egit-dev
> _______________________________________________
> mylyn-reviews-dev mailing list
> mylyn-reviews-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/mylyn-reviews-dev


Back to the top