stable

Clone or download

Read-only

request #21393 Gerrit logo must be displayed in Git homepage when repository is handled by the tool

When a repository is handled by Gerrit, then its icon must be displayed on the Git homepage in the repository information. Change-Id: Ib523f49483bcaec0c6c9b5ad5a0180eb2c71bc83

Modified Files

Name
M plugins/git/scripts/repositories/po/fr.po +6 −0 Go to diff View file
M plugins/git/scripts/repositories/src/components/GitRepository.test.js +25 −0 Go to diff View file
M plugins/git/scripts/repositories/src/components/GitRepository.vue +28 −3 Go to diff View file
A plugins/git/scripts/repositories/src/gerrit/gerrit-checker.test.ts +36 −0 Go to diff View file
A plugins/git/scripts/repositories/src/gerrit/gerrit-checker.ts +23 −0 Go to diff View file
M plugins/git/scripts/repositories/src/type.ts +4 −1 Go to diff View file