Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 529533

Summary: Enable Gerrit for UML2
Product: Community Reporter: Kenn Hussey <Kenn.Hussey>
Component: GitAssignee: Eclipse Webmaster <webmaster>
Status: CLOSED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: benoit.maggi, cletavernier, frederic.gurr, give.a.damus
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X   
Whiteboard:

Description Kenn Hussey CLA 2018-01-08 10:04:12 EST
Please enable Gerrit for the UML2 project (I am the project lead and I am +1).

I'll ensure all project committers (myself and Christian Damus) update their repo URLs ASAP.

I want project committers to be able to bypass the Gerrit code review system and push changes directly to the git repo.
Comment 1 Frederic Gurr CLA 2018-01-09 05:52:38 EST
Gerrit for UML2 has been enabled. You must now use the Gerrit URLs below for origin.

You can add it to the list of projects you watch:

https://git.eclipse.org/r/#/settings/projects

Upload your SSH public keys to Gerrit if you wish to use SSH:
https://git.eclipse.org/r/#/settings/ssh-keys

Gerrit uses a specific password for https repo access.  You can set/reset the password here:
https://git.eclipse.org/r/#/settings/http-password

Your Gerrit-enabled repo URLs:
ssh://committer_id@git.eclipse.org:29418/uml2/org.eclipse.uml2
https://committer_id@git.eclipse.org/r/uml2/org.eclipse.uml2

Gerrit@Eclipse docs:
http://wiki.eclipse.org/Gerrit

Project committers can push directly to master and bypass code review by pushing to refs/heads/master

Contributors and committers must push to refs/for/master to trigger code review.
Comment 2 Kenn Hussey CLA 2018-01-09 08:17:19 EST
Thanks, Frederic!