Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] Gerrit review system

On Tue, Aug 11, 2020 at 4:31 PM khayati ohri <khayati.ohri@xxxxxxxxx> wrote:
Hi

I am looking forward to build a inhouse review system with Git commits. Researching so far I have found the following 2 approaches :-
  1. Rest API's or GraphQL API'sf github
  2. 3rd party libraries /SDK like eGit, jGit
Not sure if there's any 3rd option as well?

Why don't you use any of the available git servers providing a code review workflow ?

Implementing your own is surely interesting but that's a large project.

I am looking for suggestions which one to use ? which one is better than the other.
I pre-requisites I see is the libraries /SDK required the git repos to be clone on local system and provides me no way to query the remote Git repo.  I am not looking to clone all Git repo which I wanna use. Does that mean that only option 2 is available for me ?

I looked at Gerrit and since its based on jGit only it required local clone of Git repo. Since Gerrit is widely used as review tool I am thinking wether I am pursuing in right direction or should I also start cloning of Git repo like Gerrit does.

Wondering why Gerrit not used the Rest API / GraphQL for its implementation?

this question you should better ask on the Gerrit mailing list
 
Any pointers will be helpful
Regards
Khayati

Regards
Khayati
_______________________________________________
egit-dev mailing list
egit-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/egit-dev

Back to the top