stable

Clone or download

Read-only

Add Gerrit URL to clone input

Part of story #10409 have a burning parrot git repository view How to test: Browse to a repository - When the repo is migrated to Gerrit, Gerrit will be the Default - When the repository is default (gitolite), SSH will be the Default - When SSH is disabled (git/etc/config.inc), HTTPS will be the Default Will be done later: - Add a "Read-only" badge before the input when the repo uses Gerrit. It must first be added to TLP Change-Id: I479b4d020928acef837e11c38ca56585d3c70ecf

Modified Files

Name
M plugins/git/include/Git/Repository/View/ClonePresenter.php +67 −5 Go to diff View file
A plugins/git/include/Git/Repository/View/CloneURLPresenter.php +43 −0 Go to diff View file
A plugins/git/include/Git/Repository/View/CloneURLs.php +103 −0 Go to diff View file
M plugins/git/include/Git/Repository/View/RepositoryHeaderPresenterBuilder.php +19 −3 Go to diff View file
M plugins/git/site-content/fr_FR/LC_MESSAGES/tuleap-git.po +4 −3 Go to diff View file
M plugins/git/site-content/tuleap-git.pot +4 −3 Go to diff View file
A plugins/git/templates/repository/clone-bar-url.mustache +10 −0 Go to diff View file
M plugins/git/templates/repository/clone-bar.mustache +5 −14 Go to diff View file