Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EGerrit/Contributor Guide"

Line 35: Line 35:
  
 
Once this is done, you can run the tests either from the IDE or by executing the Maven build.
 
Once this is done, you can run the tests either from the IDE or by executing the Maven build.
 +
 +
= Plan =
 +
We are planning releasing the 1.0 version of our project in June 2016 as part of the Neon release. You can find an overview of our plan [https://projects.eclipse.org/projects/technology.egerrit/releases/1.0.0-neon here]

Revision as of 14:06, 27 October 2015

EGerrit
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source

Communication

Channel EGerrit
Developer Mailing List EGerrit developer mailing list
Reporting Bugs File new EGerrit bug
User Forum EGerrit Forum


Obtaining Sources

EGerrit is self hosted in Git. You can browse the repository on the web: EGerrit

Build jobs

The build jobs can be found at EGerrit on Hudson

IDE configuration

Running the tests

The tests require a Gerrit server on which you can connect and commit. Don't worry, we have you covered. All you need to do is to install vagrant and depending on your OS you may also need to install VirtualBox yourself. Once this is done, go to the org.eclipse.egerrit/org.eclipse.egerrit.releng folder and run "vagrant up --provision"

Once this is done, you can run the tests either from the IDE or by executing the Maven build.

Plan

We are planning releasing the 1.0 version of our project in June 2016 as part of the Neon release. You can find an overview of our plan here

Back to the top