]> source.dussan.org Git - sonarqube.git/commit
SONAR-12512 Migrate sonar.alm.github.app.privateKey.secured property
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Wed, 30 Oct 2019 13:24:50 +0000 (14:24 +0100)
committersonartech <sonartech@sonarsource.com>
Wed, 6 Nov 2019 09:04:32 +0000 (10:04 +0100)
commit0c1042fd2cc4eb5a4db1db7fe283ceae774e8376
tree46eda613226f6fcdda4ef4d7c36960e342170a4c
parent6a4fdf411a09087b4d2b5137b58fbf99947c8fa9
SONAR-12512 Migrate sonar.alm.github.app.privateKey.secured property
server/sonar-db-migration/src/main/java/org/sonar/server/platform/db/migration/version/v81/DbVersion81.java
server/sonar-db-migration/src/main/java/org/sonar/server/platform/db/migration/version/v81/MigrateDeprecatedGithubPrivateKeyToNewKey.java [new file with mode: 0644]
server/sonar-db-migration/src/test/java/org/sonar/server/platform/db/migration/version/v81/DbVersion81Test.java
server/sonar-db-migration/src/test/java/org/sonar/server/platform/db/migration/version/v81/MigrateDeprecatedGithubPrivateKeyToNewKeyTest.java [new file with mode: 0644]
server/sonar-db-migration/src/test/resources/org/sonar/server/platform/db/migration/version/v81/MigrateDeprecatedGithubPrivateKeyToNewKeyTest/schema.sql [new file with mode: 0644]