davido / gerrit-oauth-provider

OAuth2 authentication provider for Gerrit Code Review. Please upload changes for review to: https://gerrit-review.googlesource.com/#/admin/projects/plugins/oauth
Apache License 2.0
140 stars 84 forks source link

Plugin to create review on gerrit #156

Closed rerrabolu closed 3 years ago

rerrabolu commented 3 years ago

Hi,

Unsure if this is the right place, but let me ask anyway.

Is there a Gerrit plugin that could to do the following:

Could you advise me if such a thing exists.

Regards, Ramesh

davido commented 3 years ago

I am not aware of such a thing.

I understand your use case though.LibreOffice project did this before moving to gerrit. Contributors just posted patches to the developer mailing list, and maintainers applied the patches, and did the review per mail. So they sent mail answer back with a statement like:

Line 42:

please change s/foo/bar.

It's about the review, isn't it, that would take place in browser anyway?

If a user have a change in her workspace, to push it to Gerrit it's just:

  $ git push origin HEAD:refs/for/master

Why would I want to go to mail system instead?

davido commented 3 years ago

You could use this already: https://github.com/gitgitgadget/gitgitgadget