Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orion-dev] Contributing to Orion

On Thu, Aug 20, 2015 at 6:56 AM, Andrew Audibert <aaudibert@xxxxxxxxxxxx> wrote:
Hi folks,

What is the right way to submit contributions to Orion? It says on https://wiki.eclipse.org/Orion/Contributing_Code#Submit_your_changes_to_Gerrit that we should use Gerrit to submit changes, but there appear to be a lot more commits in the github history at https://github.com/eclipse/orion.client/commits/master than in the gerrit repo at https://git.eclipse.org/r/#/q/project:orion/org.eclipse.orion.client.

shows the complete history which should match the content of the repository hosted on Gerrit at Eclipse
which you can browse online through cgit at

The list of changes in
shows only the commits in the orion client repository which were reviewed using the Gerrit code
review workflow. Nevertheless all the commits which weren't reviewed this way reside in the
same repository, they are just not shown in the result of this query showing all reviews for the
orion client project.

-Matthias

Back to the top