stable
Clone or download
Read-only
request #9397: Manually push SSH keys to a Gerrit server can be confusing if two servers use the same hostname
To increase the comprehensibility and debugging when you can reach multiple Gerrit servers with the same hostname, we now use the URL to access the server instead of just the hostname. Change-Id: I973edf31602ccd595c9d786cf6ef02467156b7a8
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/Git/Driver/Gerrit/MembershipManager.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/Driver/Gerrit/ProjectCreator.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/GitViews/RepoManagement/Pane/Gerrit.class.php | +10 | −2 | Go to diff View file |
M | plugins/git/include/events/SystemEvent_GIT_GERRIT_ADMIN_KEY_DUMP.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/events/SystemEvent_GIT_GERRIT_MIGRATION.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/gitPlugin.class.php | +7 | −6 | Go to diff View file |
M | plugins/git/site-content/en_US/git.tab | +1 | −1 | Go to diff View file |
M | plugins/git/site-content/fr_FR/git.tab | +1 | −1 | Go to diff View file |
M | plugins/git/tests/events/SystemEvent_GIT_GERRIT_MIGRATIONTest.php | +3 | −3 | Go to diff View file |