]> source.dussan.org Git - sonarqube.git/commit
CODEFIX-12 Show new suggestion feature in issues page
authorRevanshu Paliwal <revanshu.paliwal@sonarsource.com>
Wed, 28 Aug 2024 14:40:16 +0000 (16:40 +0200)
committersonartech <sonartech@sonarsource.com>
Wed, 4 Sep 2024 20:03:11 +0000 (20:03 +0000)
commit0996c6186cfeb8e2c763d2f174b26ab276b232f7
tree6a56285befb26ce1b41d9065ab86379cb91d31ac
parentbed8af05f0c3f2b4c6018634d3d7aaba5b45a83c
CODEFIX-12 Show new suggestion feature in issues page
30 files changed:
server/sonar-web/design-system/src/components/CodeSyntaxHighlighter.tsx
server/sonar-web/design-system/src/components/__tests__/LineFinding-test.tsx
server/sonar-web/design-system/src/components/__tests__/LineWrapper-test.tsx
server/sonar-web/design-system/src/components/__tests__/__snapshots__/LineCoverage-test.tsx.snap
server/sonar-web/design-system/src/components/__tests__/__snapshots__/LineFinding-test.tsx.snap
server/sonar-web/design-system/src/components/code-line/LineFinding.tsx
server/sonar-web/design-system/src/components/code-line/LineStyles.tsx
server/sonar-web/design-system/src/components/code-line/LineWrapper.tsx
server/sonar-web/design-system/src/components/icons/CodeEllipsisIcon.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/icons/InProgressVisual.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/icons/OverviewQGNotComputedIcon.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/icons/index.ts
server/sonar-web/design-system/src/theme/light.ts
server/sonar-web/src/main/js/api/fix-suggestions.ts [new file with mode: 0644]
server/sonar-web/src/main/js/api/mocks/FixIssueServiceMock.ts [new file with mode: 0644]
server/sonar-web/src/main/js/apps/issues/__tests__/IssueApp-it.tsx
server/sonar-web/src/main/js/apps/issues/components/IssuesApp.tsx
server/sonar-web/src/main/js/apps/issues/crossComponentSourceViewer/ComponentSourceSnippetGroupViewer.tsx
server/sonar-web/src/main/js/apps/issues/crossComponentSourceViewer/IssueSourceViewerHeader.tsx
server/sonar-web/src/main/js/apps/issues/test-utils.tsx
server/sonar-web/src/main/js/components/rules/IssueSuggestionCodeTab.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/rules/IssueSuggestionFileSnippet.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/rules/IssueSuggestionLine.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/rules/IssueTabViewer.tsx
server/sonar-web/src/main/js/components/rules/TabSelectorContext.ts [new file with mode: 0644]
server/sonar-web/src/main/js/queries/component.ts
server/sonar-web/src/main/js/queries/fix-suggestions.ts [new file with mode: 0644]
server/sonar-web/src/main/js/types/features.ts
server/sonar-web/src/main/js/types/fix-suggestions.ts [new file with mode: 0644]
sonar-core/src/main/resources/org/sonar/l10n/core.properties