stable

Clone or download

Read-only

Fix bug where both GitLab and Gerrit logos are displayed

This is part of story #17183 close artifacts from commit messages An integrated GitLab repository will have both logo displayed, which is wrong. The error comes from the checke. In the integration, the server is undefined and not null. Change-Id: Ia0ed07e2c2135f22d28f8cb2a53a6cf823cbb634

Modified Files

Name
M plugins/git/scripts/repositories/src/components/GitRepository.test.js +2 −0 Go to diff View file
M plugins/git/scripts/repositories/src/gerrit/gerrit-checker.test.ts +5 −0 Go to diff View file
M plugins/git/scripts/repositories/src/gerrit/gerrit-checker.ts +5 −3 Go to diff View file
M plugins/git/scripts/repositories/src/gitlab/gitlab-checker.ts +5 −3 Go to diff View file