]> source.dussan.org Git - sonarqube.git/commit
SONAR-12632 Extract measure and history buttons from portfolio to shared components
authorWouter Admiraal <wouter.admiraal@sonarsource.com>
Thu, 19 Dec 2019 09:38:12 +0000 (10:38 +0100)
committerSonarTech <sonartech@sonarsource.com>
Mon, 10 Feb 2020 19:46:14 +0000 (20:46 +0100)
commitc4c9cfcf72eefef3170b51b7eadb251857edb6e6
treec08fb877aec78c79acbdfc9d3a52bab0ce6bf676
parentfbdbdb7a1fea9f44c5f434cd22586ded6ec74e03
SONAR-12632 Extract measure and history buttons from portfolio to shared components
20 files changed:
server/sonar-web/src/main/js/apps/portfolio/components/App.tsx
server/sonar-web/src/main/js/apps/portfolio/components/HistoryButtonLink.tsx [deleted file]
server/sonar-web/src/main/js/apps/portfolio/components/MeasuresButtonLink.tsx [deleted file]
server/sonar-web/src/main/js/apps/portfolio/components/MetricBox.tsx
server/sonar-web/src/main/js/apps/portfolio/components/__tests__/HistoryButtonLink-test.tsx [deleted file]
server/sonar-web/src/main/js/apps/portfolio/components/__tests__/MeasuresButtonLink-test.tsx [deleted file]
server/sonar-web/src/main/js/apps/portfolio/components/__tests__/__snapshots__/App-test.tsx.snap
server/sonar-web/src/main/js/apps/portfolio/components/__tests__/__snapshots__/HistoryButtonLink-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/apps/portfolio/components/__tests__/__snapshots__/MeasuresButtonLink-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/apps/portfolio/components/__tests__/__snapshots__/MetricBox-test.tsx.snap
server/sonar-web/src/main/js/apps/portfolio/styles.css
server/sonar-web/src/main/js/components/common/ActivityLink.css [new file with mode: 0644]
server/sonar-web/src/main/js/components/common/ActivityLink.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/common/MeasuresLink.css [new file with mode: 0644]
server/sonar-web/src/main/js/components/common/MeasuresLink.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/common/__tests__/ActivityLink-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/common/__tests__/MeasuresLink-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/common/__tests__/__snapshots__/ActivityLink-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/common/__tests__/__snapshots__/MeasuresLink-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/helpers/urls.ts