]> source.dussan.org Git - sonarqube.git/commit
SONAR-9378 finish renaming in web app
authorStas Vilchik <stas.vilchik@sonarsource.com>
Tue, 3 Oct 2017 13:53:33 +0000 (15:53 +0200)
committerJulien HENRY <julien.henry@sonarsource.com>
Wed, 4 Oct 2017 11:48:58 +0000 (13:48 +0200)
commit637740fb682629d84d66c5f7c59b0a4acf2f1ad1
tree1aa7c94fb46ac636d829b96554696db6f76920f0
parentf6ff49007d98d12b4827f5d6ec07478780933137
SONAR-9378 finish renaming in web app
30 files changed:
server/sonar-web/src/main/js/app/components/DefaultHelmetContainer.js
server/sonar-web/src/main/js/app/components/GlobalFooter.js
server/sonar-web/src/main/js/app/components/GlobalFooterContainer.js
server/sonar-web/src/main/js/app/components/GlobalFooterForSonarQubeDotCom.js [deleted file]
server/sonar-web/src/main/js/app/components/GlobalFooterSonarCloud.js [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/__tests__/GlobalFooter-test.js
server/sonar-web/src/main/js/app/components/__tests__/GlobalFooterForSonarQubeDotCom-test.js [deleted file]
server/sonar-web/src/main/js/app/components/__tests__/GlobalFooterSonarCloud-test.js [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/__tests__/__snapshots__/GlobalFooter-test.js.snap
server/sonar-web/src/main/js/app/components/__tests__/__snapshots__/GlobalFooterForSonarQubeDotCom-test.js.snap [deleted file]
server/sonar-web/src/main/js/app/components/__tests__/__snapshots__/GlobalFooterSonarCloud-test.js.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/about/components/AboutApp.js
server/sonar-web/src/main/js/apps/about/components/AboutAppForSonarQubeDotCom.js [deleted file]
server/sonar-web/src/main/js/apps/about/components/AboutAppForSonarQubeDotComLazyLoader.js [deleted file]
server/sonar-web/src/main/js/apps/about/components/AboutAppSonarCloud.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/about/components/AboutAppSonarCloudLazyLoader.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/about/components/AboutQualityModelForSonarQubeDotCom.js [deleted file]
server/sonar-web/src/main/js/apps/about/components/AboutQualityModelSonarCloud.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/about/components/AboutRulesForSonarQubeDotCom.js [deleted file]
server/sonar-web/src/main/js/apps/about/components/AboutRulesSonarCloud.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/about/components/BugIconForSonarQubeDotCom.js [deleted file]
server/sonar-web/src/main/js/apps/about/components/BugIconSonarCloud.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/about/components/CodeSmellIconForSonarQubeDotCom.js [deleted file]
server/sonar-web/src/main/js/apps/about/components/CodeSmellIconSonarCloud.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/about/components/EntryIssueTypesForSonarQubeDotCom.js [deleted file]
server/sonar-web/src/main/js/apps/about/components/EntryIssueTypesSonarCloud.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/about/components/VulnerabilityIconForSonarQubeDotCom.js [deleted file]
server/sonar-web/src/main/js/apps/about/components/VulnerabilityIconSonarCloud.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/about/sonarcloud-styles.css [new file with mode: 0644]
server/sonar-web/src/main/js/apps/about/sonarqube-dot-com-styles.css [deleted file]