]> source.dussan.org Git - sonarqube.git/commit
SONAR-17163 Preserve comment when reviewing hotspots
authorGuillaume Peoc'h <guillaume.peoch@sonarsource.com>
Wed, 28 Sep 2022 07:58:31 +0000 (09:58 +0200)
committerPhilippe Perrin <philippe.perrin@sonarsource.com>
Fri, 7 Oct 2022 10:13:56 +0000 (12:13 +0200)
commit6fdc62542acfc932c3fd49a485f15fe7dbb891f2
tree1d04ca8fe3266a6e7a0403ac7e167331f806e2f2
parentc760c700e7ece8dd9c38fa0f97c292ae1f204615
SONAR-17163 Preserve comment when reviewing hotspots
server/sonar-web/src/main/js/api/mocks/SecurityHotspotServiceMock.ts [new file with mode: 0644]
server/sonar-web/src/main/js/apps/security-hotspots/__tests__/SecurityHotspotsApp-it.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/security-hotspots/components/status/Status.tsx
server/sonar-web/src/main/js/apps/security-hotspots/components/status/StatusSelection.tsx
server/sonar-web/src/main/js/apps/security-hotspots/components/status/StatusSelectionRenderer.tsx
server/sonar-web/src/main/js/apps/security-hotspots/components/status/__tests__/Status-test.tsx
server/sonar-web/src/main/js/apps/security-hotspots/components/status/__tests__/StatusSelection-test.tsx [deleted file]
server/sonar-web/src/main/js/apps/security-hotspots/components/status/__tests__/StatusSelectionRenderer-test.tsx [deleted file]
server/sonar-web/src/main/js/apps/security-hotspots/components/status/__tests__/__snapshots__/Status-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/apps/security-hotspots/components/status/__tests__/__snapshots__/StatusSelection-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/apps/security-hotspots/components/status/__tests__/__snapshots__/StatusSelectionRenderer-test.tsx.snap [deleted file]