]> source.dussan.org Git - sonarqube.git/commit
SONAR-5753 moduleUuidPath of foot projects should be empty instead of NULL
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Mon, 5 Jan 2015 11:33:31 +0000 (12:33 +0100)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Mon, 5 Jan 2015 11:33:31 +0000 (12:33 +0100)
commit57c683d7042fb519aeacb77362e8da268dbfc5ee
treeb311edeb5190e06ae96b86d5835930d0e23220d5
parentd6a95decd3786e41a14586b85e81ac5645d7d953
SONAR-5753 moduleUuidPath of foot projects should be empty instead of NULL
15 files changed:
server/sonar-server/src/main/java/org/sonar/server/db/migrations/v50/PopulateProjectsUuidColumnsMigration.java
server/sonar-server/src/test/java/org/sonar/server/component/ComponentTesting.java
server/sonar-server/src/test/java/org/sonar/server/db/migrations/v50/PopulateProjectsUuidColumnsMigrationTest.java
server/sonar-server/src/test/resources/org/sonar/server/db/migrations/v50/PopulateProjectsUuidColumnsMigrationTest/migrate_components.xml
server/sonar-server/src/test/resources/org/sonar/server/db/migrations/v50/PopulateProjectsUuidColumnsMigrationTest/migrate_components_without_uuid.xml
server/sonar-server/src/test/resources/org/sonar/server/db/migrations/v50/PopulateProjectsUuidColumnsMigrationTest/migrate_developer.xml
server/sonar-server/src/test/resources/org/sonar/server/db/migrations/v50/PopulateProjectsUuidColumnsMigrationTest/migrate_disable_components.xml
server/sonar-server/src/test/resources/org/sonar/server/db/migrations/v50/PopulateProjectsUuidColumnsMigrationTest/migrate_library.xml
server/sonar-server/src/test/resources/org/sonar/server/db/migrations/v50/PopulateProjectsUuidColumnsMigrationTest/migrate_provisioned_project.xml
server/sonar-server/src/test/resources/org/sonar/server/db/migrations/v50/PopulateProjectsUuidColumnsMigrationTest/migrate_view.xml
server/sonar-server/src/test/resources/org/sonar/server/db/migrations/v50/PopulateProjectsUuidColumnsMigrationTest/not_migrate_already_migrated_components.xml
sonar-core/src/main/java/org/sonar/core/resource/ResourceDao.java
sonar-core/src/main/resources/org/sonar/core/resource/ResourceMapper.xml
sonar-core/src/test/java/org/sonar/core/resource/ResourceDaoTest.java
sonar-core/src/test/resources/org/sonar/core/resource/ResourceDaoTest/insert-result.xml