]> source.dussan.org Git - sonarqube.git/commit
SONAR-12754 Enable hotspot assignment
authorJeremy <jeremy.davis@sonarsource.com>
Thu, 19 Dec 2019 18:18:21 +0000 (19:18 +0100)
committerSonarTech <sonartech@sonarsource.com>
Mon, 13 Jan 2020 19:46:30 +0000 (20:46 +0100)
commit037ef05f53f198ec33bd7d5ecf4fa057d87a2a4d
tree53a20e9a5869ac0596cfd2f709b13563328e8e9b
parentce77e99565acad8ae1124ec7d4ead2d7fd9d07c6
SONAR-12754 Enable hotspot assignment
16 files changed:
server/sonar-web/src/main/js/api/security-hotspots.ts
server/sonar-web/src/main/js/app/styles/init/misc.css
server/sonar-web/src/main/js/apps/securityHotspots/components/HotspotActionsForm.tsx
server/sonar-web/src/main/js/apps/securityHotspots/components/HotspotActionsFormRenderer.tsx
server/sonar-web/src/main/js/apps/securityHotspots/components/HotspotAssigneeSelect.css [new file with mode: 0644]
server/sonar-web/src/main/js/apps/securityHotspots/components/HotspotAssigneeSelect.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/securityHotspots/components/HotspotAssigneeSelectRenderer.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/securityHotspots/components/__tests__/HotspotActionsForm-test.tsx
server/sonar-web/src/main/js/apps/securityHotspots/components/__tests__/HotspotActionsFormRenderer-test.tsx
server/sonar-web/src/main/js/apps/securityHotspots/components/__tests__/HotspotAssigneeSelect-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/securityHotspots/components/__tests__/HotspotAssigneeSelectRenderer-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/securityHotspots/components/__tests__/__snapshots__/HotspotActionsForm-test.tsx.snap
server/sonar-web/src/main/js/apps/securityHotspots/components/__tests__/__snapshots__/HotspotActionsFormRenderer-test.tsx.snap
server/sonar-web/src/main/js/apps/securityHotspots/components/__tests__/__snapshots__/HotspotAssigneeSelect-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/securityHotspots/components/__tests__/__snapshots__/HotspotAssigneeSelectRenderer-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/types/security-hotspots.ts