]> source.dussan.org Git - sonarqube.git/commit
SONAR-22499 CodeViewer supports ipynb files (#11371)
authorLucas <97296331+lucas-paulger-sonarsource@users.noreply.github.com>
Mon, 22 Jul 2024 09:25:55 +0000 (12:25 +0300)
committersonartech <sonartech@sonarsource.com>
Tue, 13 Aug 2024 20:02:46 +0000 (20:02 +0000)
commitfe9c1ab62eec9e15f806c884f274c6d32a6c8f92
tree43ecda108f514bb3b1d54c8619a64ffa41e5075d
parente6adb0980a1db8a356a7283c240a95b01a90a472
SONAR-22499 CodeViewer supports ipynb files (#11371)
server/sonar-web/package.json
server/sonar-web/src/main/js/api/mocks/SourcesServiceMock.ts [new file with mode: 0644]
server/sonar-web/src/main/js/api/mocks/data/sources.ts [new file with mode: 0644]
server/sonar-web/src/main/js/api/sources.ts [new file with mode: 0644]
server/sonar-web/src/main/js/apps/code/__tests__/Code-it.ts
server/sonar-web/src/main/js/apps/code/components/SourceViewerWrapper.tsx
server/sonar-web/src/main/js/components/SourceViewer/SourceViewerPreview.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/queries/sources.ts [new file with mode: 0644]
server/sonar-web/src/main/js/sonar-aligned/components/SourceViewer/JupyterNotebookViewer.tsx [new file with mode: 0644]
server/sonar-web/yarn.lock
sonar-core/src/main/resources/org/sonar/l10n/core.properties