]> source.dussan.org Git - sonarqube.git/commit
SONAR-12632 Rework leak period components
authorWouter Admiraal <wouter.admiraal@sonarsource.com>
Thu, 19 Dec 2019 09:52:10 +0000 (10:52 +0100)
committerSonarTech <sonartech@sonarsource.com>
Mon, 10 Feb 2020 19:46:15 +0000 (20:46 +0100)
commit914f3a4e69b2d5896bf71e71ee63f45d45303efe
treead4b9d55a23ae09915ae784b810e2469bbaa5956
parent84fef2186cb4fe42737f71f557a36506c8a2639f
SONAR-12632 Rework leak period components
server/sonar-web/src/main/js/apps/overview/branches/ApplicationLeakPeriodInfo.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/branches/LeakPeriodInfo.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/branches/ProjectLeakPeriodInfo.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/branches/__tests__/ApplicationLeakPeriodInfo-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/branches/__tests__/LeakPeriodInfo-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/branches/__tests__/ProjectLeakPeriodInfo-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/components/__tests__/ApplicationLeakPeriodLegend-test.tsx [deleted file]
server/sonar-web/src/main/js/apps/overview/components/__tests__/__snapshots__/ApplicationLeakPeriodLegend-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/helpers/periods.ts