]> source.dussan.org Git - sonarqube.git/commit
SONAR-13307: Fix application branch overview with different project branch
authorMathieu Suen <mathieu.suen@sonarsource.com>
Wed, 22 Apr 2020 09:43:58 +0000 (11:43 +0200)
committersonartech <sonartech@sonarsource.com>
Mon, 27 Apr 2020 20:04:00 +0000 (20:04 +0000)
commita35c677063a62e426b5412572b712240d410a357
tree23243ededff1cdd7917ebdddbb9e4e65667707d6
parent8a8d20d901449bc130231ded44e7890b812d48a9
SONAR-13307: Fix application branch overview with different project branch
14 files changed:
server/sonar-web/src/main/js/api/application.ts
server/sonar-web/src/main/js/apps/overview/branches/BranchOverview.tsx
server/sonar-web/src/main/js/apps/overview/branches/BranchOverviewRenderer.tsx
server/sonar-web/src/main/js/apps/overview/branches/QualityGatePanel.tsx
server/sonar-web/src/main/js/apps/overview/branches/QualityGatePanelSection.tsx
server/sonar-web/src/main/js/apps/overview/branches/__tests__/BranchOverview-test.tsx
server/sonar-web/src/main/js/apps/overview/branches/__tests__/QualityGatePanel-test.tsx
server/sonar-web/src/main/js/apps/overview/branches/__tests__/__snapshots__/BranchOverview-test.tsx.snap
server/sonar-web/src/main/js/apps/overview/branches/__tests__/__snapshots__/BranchOverviewRenderer-test.tsx.snap
server/sonar-web/src/main/js/apps/overview/branches/__tests__/__snapshots__/QualityGatePanel-test.tsx.snap
server/sonar-web/src/main/js/apps/overview/branches/__tests__/__snapshots__/QualityGatePanelSection-test.tsx.snap
server/sonar-web/src/main/js/types/application.ts
server/sonar-web/src/main/js/types/component.ts
server/sonar-web/src/main/js/types/quality-gates.ts