]> source.dussan.org Git - sonarqube.git/commit
SONAR-21259 SONAR-21273 Introduce issue measures card for accepted and fixed issues
author7PH <benjamin.raymond@sonarsource.com>
Tue, 19 Dec 2023 14:57:05 +0000 (15:57 +0100)
committersonartech <sonartech@sonarsource.com>
Wed, 17 Jan 2024 20:02:43 +0000 (20:02 +0000)
commit2e8c1c2eb0969605048e36b29f0660f6887935ef
tree52242a9ae0cf295b4a866d75f4adfc36541d0dea
parentfb78dac5f434764fa5e18c8750aa4abcd630123f
SONAR-21259 SONAR-21273 Introduce issue measures card for accepted and fixed issues
26 files changed:
server/sonar-web/design-system/src/components/Text.tsx
server/sonar-web/design-system/src/components/icons/HelperHintIcon.tsx
server/sonar-web/design-system/src/components/icons/Icon.tsx
server/sonar-web/design-system/src/components/icons/SnoozeCircleIcon.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/icons/TrendDownCircleIcon.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/icons/TrendUpCircleIcon.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/icons/index.ts
server/sonar-web/design-system/src/theme/light.ts
server/sonar-web/src/main/js/api/measures.ts
server/sonar-web/src/main/js/apps/component-measures/__tests__/__snapshots__/utils-test.ts.snap
server/sonar-web/src/main/js/apps/component-measures/__tests__/utils-test.ts
server/sonar-web/src/main/js/apps/overview/components/App.tsx
server/sonar-web/src/main/js/apps/overview/pullRequests/IssueMeasuresCard.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/pullRequests/IssueMeasuresCardInner.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/pullRequests/MeasuresCardNumber.tsx
server/sonar-web/src/main/js/apps/overview/pullRequests/MeasuresCardPanel.tsx
server/sonar-web/src/main/js/apps/overview/pullRequests/MeasuresCardPercent.tsx
server/sonar-web/src/main/js/apps/overview/pullRequests/PullRequestOverview.tsx
server/sonar-web/src/main/js/apps/overview/pullRequests/__tests__/PullRequestOverview-it.tsx
server/sonar-web/src/main/js/apps/overview/utils.ts [deleted file]
server/sonar-web/src/main/js/apps/overview/utils.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/helpers/mocks/metrics.ts
server/sonar-web/src/main/js/helpers/testMocks.ts
server/sonar-web/src/main/js/types/metrics.ts
server/sonar-web/src/main/js/types/types.ts
sonar-core/src/main/resources/org/sonar/l10n/core.properties