]> source.dussan.org Git - sonarqube.git/commit
SONAR-12628 remove configuration setting "sonar.branch.longLivedBranches.regex"
authorMichal Duda <michal.duda@sonarsource.com>
Thu, 14 Nov 2019 12:43:53 +0000 (13:43 +0100)
committerSonarTech <sonartech@sonarsource.com>
Mon, 9 Dec 2019 19:46:16 +0000 (20:46 +0100)
commit9e9d0ad028680e6fc4ef28f1d5985f74e411af95
tree6516e58d838c1675beb717455dec610b12c10a00
parent39f7a382198e93e0b818b34e1aa98da6c3a79f69
SONAR-12628 remove configuration setting "sonar.branch.longLivedBranches.regex"
19 files changed:
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/RemoveLLBRegexSetting.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/RemoveLLBRegexSettingTest.java [new file with mode: 0644]
server/sonar-db-migration/src/test/resources/org/sonar/server/platform/db/migration/version/v81/RemoveLLBRegexSettingTest/schema.sql [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectBranches/components/App.tsx
server/sonar-web/src/main/js/apps/projectBranches/components/LongBranchesPattern.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectBranches/components/LongBranchesPatternForm.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectBranches/components/SettingForm.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectBranches/components/__tests__/LongBranchesPattern-test.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectBranches/components/__tests__/LongBranchesPatternForm-test.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectBranches/components/__tests__/SettingForm-test.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectBranches/components/__tests__/__snapshots__/App-test.tsx.snap
server/sonar-web/src/main/js/apps/projectBranches/components/__tests__/__snapshots__/LongBranchesPattern-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/apps/projectBranches/components/__tests__/__snapshots__/LongBranchesPatternForm-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/apps/projectBranches/components/__tests__/__snapshots__/SettingForm-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/apps/settings/store/actions.ts
sonar-core/src/main/resources/org/sonar/l10n/core.properties
sonar-plugin-api/src/main/java/org/sonar/api/CoreProperties.java