]> source.dussan.org Git - sonarqube.git/commit
SGB-163 Fetching rules and cve inside issue details page using react query
authorRevanshu Paliwal <revanshu.paliwal@sonarsource.com>
Mon, 7 Oct 2024 10:37:13 +0000 (12:37 +0200)
committersonartech <sonartech@sonarsource.com>
Tue, 15 Oct 2024 20:03:07 +0000 (20:03 +0000)
commit33d6dff86f9fc395b82d06e1e031e1f5a889dc5f
treec288aaf4158f11657afdfa4434d98697712b8612
parent89e6755aa0bb8a008a4fe2bc66682a174a43ffa2
SGB-163 Fetching rules and cve inside issue details page using react query
server/sonar-web/src/main/js/apps/issues/__tests__/IssueApp-it.tsx
server/sonar-web/src/main/js/apps/issues/components/IssueDetails.tsx
server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotViewer.tsx
server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotViewerRenderer.tsx
server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotViewerTabs.tsx
server/sonar-web/src/main/js/components/rules/IssueTabViewer.tsx
server/sonar-web/src/main/js/components/rules/RuleDescription.tsx
server/sonar-web/src/main/js/queries/cves.ts [new file with mode: 0644]
server/sonar-web/src/main/js/queries/rules.ts