]> source.dussan.org Git - sonarqube.git/commit
SONAR-11207 Display analysis warnings in the web app
authorStas Vilchik <stas.vilchik@sonarsource.com>
Thu, 30 Aug 2018 10:19:33 +0000 (12:19 +0200)
committersonartech <sonartech@sonarsource.com>
Wed, 10 Oct 2018 07:23:03 +0000 (09:23 +0200)
commit58ef20e45102167223529f7df26f4434e8039045
treec512ee2b76b847f8af543a1c0a3a9146b1c7a676
parent6a08bacfe5b6d692e83e493246efad11f22ff70e
SONAR-11207 Display analysis warnings in the web app
17 files changed:
server/sonar-web/src/main/js/api/ce.ts
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 [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/nav/component/__tests__/ComponentNavWarnings-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/nav/component/__tests__/__snapshots__/ComponentNavWarnings-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/app/styles/components/badges.css
server/sonar-web/src/main/js/app/theme.js
server/sonar-web/src/main/js/app/types.ts
server/sonar-web/src/main/js/apps/background-tasks/components/TaskActions.tsx
server/sonar-web/src/main/js/apps/background-tasks/components/__tests__/TaskActions-test.tsx
server/sonar-web/src/main/js/apps/background-tasks/components/__tests__/__snapshots__/TaskActions-test.tsx.snap
server/sonar-web/src/main/js/components/common/AnalysisWarningsModal.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/common/__tests__/AnalysisWarningsModal-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/common/__tests__/__snapshots__/AnalysisWarningsModal-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/icons-components/WarningIcon.tsx [new file with mode: 0644]
sonar-core/src/main/resources/org/sonar/l10n/core.properties