]> source.dussan.org Git - sonarqube.git/commit
SONAR-11260 Use WS api/ce/analysis_status to display warnings in dashboard
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>
Wed, 19 Sep 2018 14:30:22 +0000 (16:30 +0200)
committersonartech <sonartech@sonarsource.com>
Wed, 10 Oct 2018 07:23:05 +0000 (09:23 +0200)
commit33fb963df2b706520da3673e0ebd9947b768f681
tree807051984b9ad0218072204585be77221a60cac4
parent783e6e08ecc839b4a330e20852e3f7a427777832
SONAR-11260 Use WS api/ce/analysis_status to display warnings in dashboard
14 files changed:
server/sonar-web/src/main/js/api/ce.ts
server/sonar-web/src/main/js/app/components/ComponentContainer.tsx
server/sonar-web/src/main/js/app/components/__tests__/ComponentContainer-test.tsx
server/sonar-web/src/main/js/app/components/nav/component/ComponentNav.tsx
server/sonar-web/src/main/js/app/components/nav/component/ComponentNavMeta.tsx
server/sonar-web/src/main/js/app/components/nav/component/ComponentNavWarnings.tsx
server/sonar-web/src/main/js/app/components/nav/component/__tests__/ComponentNav-test.tsx
server/sonar-web/src/main/js/app/components/nav/component/__tests__/ComponentNavMeta-test.tsx
server/sonar-web/src/main/js/app/components/nav/component/__tests__/ComponentNavWarnings-test.tsx
server/sonar-web/src/main/js/app/components/nav/component/__tests__/__snapshots__/ComponentNav-test.tsx.snap
server/sonar-web/src/main/js/app/components/nav/component/__tests__/__snapshots__/ComponentNavWarnings-test.tsx.snap
server/sonar-web/src/main/js/components/common/AnalysisWarningsModal.tsx
server/sonar-web/src/main/js/components/common/__tests__/AnalysisWarningsModal-test.tsx
server/sonar-web/src/main/js/components/common/__tests__/__snapshots__/AnalysisWarningsModal-test.tsx.snap