]> source.dussan.org Git - sonarqube.git/commit
SONAR-12717 Security Hotspots Page
authorJeremy Davis <jeremy.davis@sonarsource.com>
Tue, 3 Dec 2019 14:41:43 +0000 (15:41 +0100)
committerSonarTech <sonartech@sonarsource.com>
Mon, 13 Jan 2020 19:46:26 +0000 (20:46 +0100)
commitb8d394da901488b5493e95c0bf98d0ff1139de09
tree09db6cb2fadc61401a8dbd061a08b50dc2730d26
parent751fd7ffdb00dcf77e6fa982e6d3428dd7a6c564
SONAR-12717 Security Hotspots Page
30 files changed:
server/sonar-web/public/images/hotspot-large.svg [new file with mode: 0644]
server/sonar-web/src/main/js/api/securityHotspots.ts [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/nav/component/ComponentNavMenu.tsx
server/sonar-web/src/main/js/app/components/nav/component/__tests__/__snapshots__/ComponentNavMenu-test.tsx.snap
server/sonar-web/src/main/js/app/styles/components/page.css
server/sonar-web/src/main/js/app/utils/startReactApp.tsx
server/sonar-web/src/main/js/apps/securityHotspots/SecurityHotspotsApp.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/securityHotspots/SecurityHotspotsAppRenderer.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/securityHotspots/__tests__/SecurityHotspotsApp-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/securityHotspots/__tests__/SecurityHotspotsAppRenderer-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/securityHotspots/__tests__/__snapshots__/SecurityHotspotsApp-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/securityHotspots/__tests__/__snapshots__/SecurityHotspotsAppRenderer-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/securityHotspots/__tests__/utils-test.ts [new file with mode: 0644]
server/sonar-web/src/main/js/apps/securityHotspots/components/FilterBar.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/securityHotspots/components/HotspotCategory.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/securityHotspots/components/HotspotList.css [new file with mode: 0644]
server/sonar-web/src/main/js/apps/securityHotspots/components/HotspotList.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/securityHotspots/components/HotspotListItem.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/securityHotspots/components/HotspotViewer.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/securityHotspots/components/__tests__/HotspotCategory-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/securityHotspots/components/__tests__/HotspotList-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/securityHotspots/components/__tests__/HotspotListItem-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/securityHotspots/components/__tests__/__snapshots__/HotspotCategory-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/securityHotspots/components/__tests__/__snapshots__/HotspotList-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/securityHotspots/components/__tests__/__snapshots__/HotspotListItem-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/securityHotspots/styles.css [new file with mode: 0644]
server/sonar-web/src/main/js/apps/securityHotspots/utils.ts [new file with mode: 0644]
server/sonar-web/src/main/js/helpers/mocks/security-hotspots.ts [new file with mode: 0644]
server/sonar-web/src/main/js/types/securityHotspots.ts [new file with mode: 0644]
sonar-core/src/main/resources/org/sonar/l10n/core.properties