]> source.dussan.org Git - sonarqube.git/commit
SONAR-9616 Correctly delete branches when deleting organization
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Tue, 19 Sep 2017 09:28:37 +0000 (11:28 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Wed, 20 Sep 2017 11:54:35 +0000 (13:54 +0200)
commit312fa3ba13f096aa08aca799d13b9335eda059a7
tree9151f1cf42f704389e79ef73dfc022a581de70a8
parent2f8cb30a08e60a7e6e14be6d6e58b6039a65d0f6
SONAR-9616 Correctly delete branches when deleting organization
server/sonar-db-dao/src/main/java/org/sonar/db/component/ComponentDao.java
server/sonar-db-dao/src/main/resources/org/sonar/db/component/ComponentMapper.xml
server/sonar-db-dao/src/test/java/org/sonar/db/component/ComponentDaoTest.java
server/sonar-server/src/test/java/org/sonar/server/organization/ws/DeleteActionTest.java