]> source.dussan.org Git - sonarqube.git/commit
SONAR-20742 Implement pull request overview QG measures body component
author7PH <benjamin.raymond@sonarsource.com>
Tue, 17 Oct 2023 10:12:37 +0000 (12:12 +0200)
committersonartech <sonartech@sonarsource.com>
Fri, 20 Oct 2023 20:02:41 +0000 (20:02 +0000)
commit701e5342db64f9113b45655d71bc0708c36ea217
tree0ce40cbf0077005acb9582c3b44d2f2af9a484aa
parent653eee50443193b77a65759d405afb890c459597
SONAR-20742 Implement pull request overview QG measures body component
18 files changed:
server/sonar-web/design-system/src/components/Link.tsx
server/sonar-web/design-system/src/components/QualityGateIndicator.tsx
server/sonar-web/design-system/src/components/__tests__/Link-test.tsx
server/sonar-web/design-system/src/theme/light.ts
server/sonar-web/design-system/src/types/quality-gates.ts [new file with mode: 0644]
server/sonar-web/src/main/js/apps/code/utils.ts
server/sonar-web/src/main/js/apps/overview/branches/MeasuresCard.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/branches/MeasuresCardNumber.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/branches/MeasuresCardPanel.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/branches/MeasuresCardPercent.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/components/BranchQualityGateConditions.tsx
server/sonar-web/src/main/js/apps/overview/components/__tests__/SonarLintPromotion-test.tsx
server/sonar-web/src/main/js/apps/overview/pullRequests/PullRequestOverview.tsx
server/sonar-web/src/main/js/apps/overview/utils.ts
server/sonar-web/src/main/js/helpers/mocks/quality-gates.ts
server/sonar-web/src/main/js/helpers/qualityGates.ts
server/sonar-web/src/main/js/types/quality-gates.ts
sonar-core/src/main/resources/org/sonar/l10n/core.properties