]> source.dussan.org Git - sonarqube.git/commit
SONAR-16007 Showing secondary locations in hotspot list box
authorRevanshu Paliwal <revanshu.paliwal@sonarsource.com>
Wed, 16 Feb 2022 09:41:39 +0000 (10:41 +0100)
committersonartech <sonartech@sonarsource.com>
Fri, 25 Feb 2022 20:02:54 +0000 (20:02 +0000)
commite5474111c8f3e985cfa751d8cd86f1950aaf8e4d
tree5164d6200ea226175def9007343bd1948507c40a
parent9620694f92f2525837ce822d69f1296bf003ae69
SONAR-16007 Showing secondary locations in hotspot list box
33 files changed:
server/sonar-web/src/main/js/apps/issues/conciseIssuesList/ConciseIssueBox.tsx
server/sonar-web/src/main/js/apps/issues/conciseIssuesList/ConciseIssueLocationsNavigator.tsx [deleted file]
server/sonar-web/src/main/js/apps/issues/conciseIssuesList/ConciseIssueLocationsNavigatorLocation.tsx [deleted file]
server/sonar-web/src/main/js/apps/issues/conciseIssuesList/CrossFileLocationsNavigator.tsx [deleted file]
server/sonar-web/src/main/js/apps/issues/conciseIssuesList/__tests__/ConciseIssueLocationsNavigator-test.tsx [deleted file]
server/sonar-web/src/main/js/apps/issues/conciseIssuesList/__tests__/ConciseIssueLocationsNavigatorLocation-test.tsx [deleted file]
server/sonar-web/src/main/js/apps/issues/conciseIssuesList/__tests__/CrossFileLocationsNavigator-test.tsx [deleted file]
server/sonar-web/src/main/js/apps/issues/conciseIssuesList/__tests__/__snapshots__/ConciseIssueBox-test.tsx.snap
server/sonar-web/src/main/js/apps/issues/conciseIssuesList/__tests__/__snapshots__/ConciseIssueLocationsNavigator-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/apps/issues/conciseIssuesList/__tests__/__snapshots__/ConciseIssueLocationsNavigatorLocation-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/apps/issues/conciseIssuesList/__tests__/__snapshots__/CrossFileLocationsNavigator-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/apps/issues/styles.css
server/sonar-web/src/main/js/apps/security-hotspots/SecurityHotspotsApp.tsx
server/sonar-web/src/main/js/apps/security-hotspots/SecurityHotspotsAppRenderer.tsx
server/sonar-web/src/main/js/apps/security-hotspots/__tests__/utils-test.ts
server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotCategory.tsx
server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotList.css
server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotList.tsx
server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotListItem.tsx
server/sonar-web/src/main/js/apps/security-hotspots/components/__tests__/__snapshots__/HotspotListItem-test.tsx.snap
server/sonar-web/src/main/js/apps/security-hotspots/utils.ts
server/sonar-web/src/main/js/components/locations/CrossFileLocationNavigator.css [new file with mode: 0644]
server/sonar-web/src/main/js/components/locations/CrossFileLocationNavigator.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/locations/LocationsList.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/locations/SingleFileLocationNavigator.css [new file with mode: 0644]
server/sonar-web/src/main/js/components/locations/SingleFileLocationNavigator.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/locations/__tests__/CrossFileLocationsNavigator-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/locations/__tests__/LocationsList-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/locations/__tests__/SingleFileLocationsNavigator-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/locations/__tests__/__snapshots__/CrossFileLocationsNavigator-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/locations/__tests__/__snapshots__/LocationsList-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/locations/__tests__/__snapshots__/SingleFileLocationsNavigator-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/types/security-hotspots.ts