]> source.dussan.org Git - sonarqube.git/commit
SONAR-19918 Use the issues/list endpoint for the source viewer when re-indexing
authorDavid Cho-Lerat <david.cho-lerat@sonarsource.com>
Tue, 18 Jul 2023 14:46:46 +0000 (16:46 +0200)
committersonartech <sonartech@sonarsource.com>
Wed, 19 Jul 2023 20:03:05 +0000 (20:03 +0000)
commit2ff980ad62afec5e4c145d3b1428a4a315ac0ed3
treeeeac7e295215542a2f62e1701693919a7ea327fd
parenta451c69c4fddd6f8ac8412a551a6baaa01bd11cc
SONAR-19918 Use the issues/list endpoint for the source viewer when re-indexing
server/sonar-web/src/main/js/components/SourceViewer/SourceViewer.tsx
server/sonar-web/src/main/js/components/SourceViewer/__tests__/SourceViewer-it.tsx
server/sonar-web/src/main/js/components/SourceViewer/__tests__/SourceViewer-test.tsx [deleted file]
server/sonar-web/src/main/js/components/SourceViewer/__tests__/__snapshots__/SourceViewer-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/components/SourceViewer/helpers/__tests__/__snapshots__/loadIssues-test.ts.snap
server/sonar-web/src/main/js/components/SourceViewer/helpers/__tests__/loadIssues-test.ts
server/sonar-web/src/main/js/components/SourceViewer/helpers/loadIssues.ts
server/sonar-web/src/main/js/components/workspace/__tests__/WorkspaceComponentViewer-test.tsx [deleted file]
server/sonar-web/src/main/js/components/workspace/__tests__/__snapshots__/WorkspaceComponentViewer-test.tsx.snap [deleted file]