]> source.dussan.org Git - sonarqube.git/commit
SONAR-20742 Implement quality gate status
authorstanislavh <stanislav.honcharov@sonarsource.com>
Wed, 18 Oct 2023 10:17:41 +0000 (12:17 +0200)
committersonartech <sonartech@sonarsource.com>
Fri, 20 Oct 2023 20:02:41 +0000 (20:02 +0000)
commit653eee50443193b77a65759d405afb890c459597
tree010b5cff57e95a9b5f8c0f07d2781312b3ed0157
parent382f8ff2a116b1a1c5adaccb2b07be7047b7b8c1
SONAR-20742 Implement quality gate status
12 files changed:
server/sonar-web/__mocks__/react-intl.tsx
server/sonar-web/design-system/src/components/__tests__/layouts-test.tsx
server/sonar-web/design-system/src/helpers/constants.ts
server/sonar-web/src/main/js/apps/overview/components/BranchQualityGate.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/components/BranchQualityGateConditions.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/components/QualityGateCondition.tsx
server/sonar-web/src/main/js/apps/overview/components/__tests__/BranchQualityGate-it.tsx [new file with mode: 0644]
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
server/sonar-web/src/main/js/helpers/testMocks.ts
sonar-core/src/main/resources/org/sonar/l10n/core.properties