]> source.dussan.org Git - sonarqube.git/commit
SONAR-5906 log warning when multiple users share the same SCM account, so that issue...
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 23 Jan 2015 06:20:54 +0000 (07:20 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 23 Jan 2015 06:20:54 +0000 (07:20 +0100)
commit244b5d6ef2a53cfbcc0025c97670a28016e83f44
tree3bf75ed4a791bde1f9a0f4b9ccf1c1c6e10be98d
parentcbe291b6aff0884c2dfe1ce2ac38ef0a8222092c
SONAR-5906 log warning when multiple users share the same SCM account, so that issue can't be assigned to a single person.
server/sonar-server/src/main/java/org/sonar/server/computation/issue/ScmAccountCacheLoader.java
server/sonar-server/src/main/java/org/sonar/server/user/index/UserIndex.java
server/sonar-server/src/test/java/org/sonar/server/computation/issue/ScmAccountCacheLoaderTest.java
server/sonar-server/src/test/java/org/sonar/server/user/index/UserIndexTest.java
server/sonar-server/src/test/resources/org/sonar/server/computation/issue/ScmAccountCacheLoaderTest/charlie.json [new file with mode: 0644]
server/sonar-server/src/test/resources/org/sonar/server/computation/issue/ScmAccountCacheLoaderTest/charlie_conflict.json [new file with mode: 0644]
server/sonar-server/src/test/resources/org/sonar/server/computation/issue/ScmAccountCacheLoaderTest/user1.json [deleted file]