]> source.dussan.org Git - sonarqube.git/commit
SONAR-22495 Render the Jupyter Notebook cells where the issue is & Add preview tab
author7PH <b.raymond@protonmail.com>
Wed, 17 Jul 2024 16:40:18 +0000 (18:40 +0200)
committersonartech <sonartech@sonarsource.com>
Tue, 13 Aug 2024 20:02:46 +0000 (20:02 +0000)
commit9dcda2987391f2cf2d5370e96202e9f6b07879b6
treee0d2f6335fb496961a9dc855ed59998487ad277d
parentfe9c1ab62eec9e15f806c884f274c6d32a6c8f92
SONAR-22495 Render the Jupyter Notebook cells where the issue is & Add preview tab
13 files changed:
server/sonar-web/src/main/js/api/mocks/SourcesServiceMock.ts
server/sonar-web/src/main/js/api/sources.ts
server/sonar-web/src/main/js/apps/issues/__tests__/IssuesSourceViewer-it.tsx
server/sonar-web/src/main/js/apps/issues/components/IssuesSourceViewer.tsx
server/sonar-web/src/main/js/apps/issues/jupyter-notebook/JupyterNotebookIssueViewer.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/issues/jupyter-notebook/types.ts [new file with mode: 0644]
server/sonar-web/src/main/js/apps/issues/jupyter-notebook/utils.ts [new file with mode: 0644]
server/sonar-web/src/main/js/apps/issues/test-utils.tsx
server/sonar-web/src/main/js/components/SourceViewer/SourceViewerPreview.tsx
server/sonar-web/src/main/js/queries/sources.ts
server/sonar-web/src/main/js/sonar-aligned/components/SourceViewer/JupyterNotebookViewer.tsx
server/sonar-web/src/main/js/sonar-aligned/helpers/component.ts
sonar-core/src/main/resources/org/sonar/l10n/core.properties