]> source.dussan.org Git - sonarqube.git/commit
SONAR-19018 New UI for the Measures section of Project Overview
authorJeremy Davis <jeremy.davis@sonarsource.com>
Thu, 20 Apr 2023 09:55:19 +0000 (11:55 +0200)
committersonartech <sonartech@sonarsource.com>
Tue, 25 Apr 2023 20:03:01 +0000 (20:03 +0000)
commitd611d5a0c20b5d6d9193ae7caedabdd51121d741
tree24825ceb714ef52c8d8c177eb653b17421cbb457
parentc6dc867d4a257ece961d8552a073b931e8540fb9
SONAR-19018 New UI for the Measures section of Project Overview
25 files changed:
server/sonar-web/config/jest/SetupReactTestingLibrary.ts
server/sonar-web/config/jest/SetupTestEnvironment.ts
server/sonar-web/design-system/src/components/Link.tsx
server/sonar-web/design-system/src/components/Text.tsx
server/sonar-web/src/main/js/apps/overview/branches/ApplicationLeakPeriodInfo.tsx
server/sonar-web/src/main/js/apps/overview/branches/BranchOverviewRenderer.tsx
server/sonar-web/src/main/js/apps/overview/branches/DrilldownMeasureValue.tsx
server/sonar-web/src/main/js/apps/overview/branches/MeasuresPanel.tsx
server/sonar-web/src/main/js/apps/overview/branches/MeasuresPanelCard.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/branches/MeasuresPanelIssueMeasure.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/branches/MeasuresPanelIssueMeasureRow.tsx [deleted file]
server/sonar-web/src/main/js/apps/overview/branches/MeasuresPanelPercentMeasure.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/branches/MeasuresPanelPercentMeasureLabel.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/branches/ProjectLeakPeriodInfo.tsx
server/sonar-web/src/main/js/apps/overview/branches/__tests__/BranchOverview-it.tsx
server/sonar-web/src/main/js/apps/overview/components/IssueLabel.tsx
server/sonar-web/src/main/js/apps/overview/components/IssueRating.tsx
server/sonar-web/src/main/js/apps/overview/components/QualityGateStatusTitle.tsx
server/sonar-web/src/main/js/apps/overview/components/__tests__/IssueLabel-test.tsx
server/sonar-web/src/main/js/apps/overview/components/__tests__/IssueRating-test.tsx
server/sonar-web/src/main/js/apps/overview/pullRequests/AfterMergeEstimate.tsx
server/sonar-web/src/main/js/apps/overview/pullRequests/PullRequestOverview.tsx
server/sonar-web/src/main/js/helpers/issues.ts
server/sonar-web/src/main/js/helpers/measures.ts
sonar-core/src/main/resources/org/sonar/l10n/core.properties