stable
Clone or download
Read-only
Part of story #10409 have a burning parrot git repository view How to test: Browse to a repository - There is a "Clone" input. - When you click in the text input, the URL is selected. - By default, the SSH URL is shown. - When you click on an item in the dropdown ("ssh" or "https") then the URL is changed in the text input. Will be done later: - Fix placement for dropdown menu (I know, it should appear below the button) Change-Id: I302d624200a1f8940427720bb8b005a4fc0cfeb4
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/Git/GitRepositoryBrowserController.php | +17 | −13 | Go to diff View file |
A | plugins/git/include/Git/Repository/View/ClonePresenter.php | +34 | −0 | Go to diff View file |
M | plugins/git/include/Git/Repository/View/RepositoryHeaderPresenter.php | +5 | −0 | Go to diff View file |
M | plugins/git/include/Git/Repository/View/RepositoryHeaderPresenterBuilder.php | +8 | −0 | Go to diff View file |
M | plugins/git/include/gitPlugin.class.php | +2 | −1 | Go to diff View file |
M | plugins/git/site-content/fr_FR/LC_MESSAGES/tuleap-git.po | +9 | −0 | Go to diff View file |
M | plugins/git/site-content/tuleap-git.pot | +9 | −0 | Go to diff View file |
A | plugins/git/templates/repository/clone-bar.mustache | +35 | −0 | Go to diff View file |
M | plugins/git/templates/repository/header.mustache | +3 | −0 | Go to diff View file |
A | plugins/git/www/scripts/repository/index.js | +47 | −0 | Go to diff View file |
M | plugins/git/www/scripts/webpack.config.js | +2 | −1 | Go to diff View file |
M | plugins/git/www/themes/BurningParrot/css/repository/_repository.scss | +15 | −0 | Go to diff View file |