stable

Clone or download

Read-only

Display number of configured Jenkins servers in Git service homepage header

Part of story #14019 automate jenkins job creation & run Change-Id: I06479febf7b085152e2c06984bab13b1cce89ac4

Modified Files

Name
A plugins/git/include/Events/ExternalGitHomepagePluginInfos.php +35 −0 Go to diff View file
A plugins/git/include/Events/GetExternalGitHomepagePluginsEvent.php +56 −0 Go to diff View file
M plugins/git/include/Git/RepositoryList/GitRepositoryListPresenter.php +6 −4 Go to diff View file
M plugins/git/include/Git/RepositoryList/ListPresenterBuilder.php +13 −2 Go to diff View file
M plugins/git/include/gitPlugin.php +2 −1 Go to diff View file
M plugins/git/scripts/repositories/po/fr.po +14 −0 Go to diff View file
A plugins/git/scripts/repositories/src/components/ActionBar/JenkinsServers.vue +77 −0 Go to diff View file
M plugins/git/scripts/repositories/src/components/App.vue +18 −2 Go to diff View file
M plugins/git/scripts/repositories/src/index.js +4 −2 Go to diff View file
M plugins/git/scripts/repositories/src/repository-list-presenter.js +16 −2 Go to diff View file
M plugins/git/templates/repositories/repository-list.mustache +1 −0 Go to diff View file
M plugins/git/themes/BurningParrot/repositories/_repositories.scss +20 −0 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Git/Administration/JenkinsServer.php +9 −1 Go to diff View file
M plugins/hudson_git/include/hudson_gitPlugin.php +12 −0 Go to diff View file