]> source.dussan.org Git - sonarqube.git/commit
SONAR-19904 New UI for Other/local analysis tutorials
authorJeremy Davis <jeremy.davis@sonarsource.com>
Wed, 12 Jul 2023 13:55:28 +0000 (15:55 +0200)
committersonartech <sonartech@sonarsource.com>
Fri, 21 Jul 2023 20:03:16 +0000 (20:03 +0000)
commit8f2fde029e993cedf209a9fd7bd50f39dba34a79
tree703f05e7a727febbe20f7cfd3e084879df3aede2
parenta4054f29fde9adf9b1cba21b4b13adae85f5505e
SONAR-19904 New UI for Other/local analysis tutorials
31 files changed:
server/sonar-web/design-system/src/components/CodeSnippet.tsx
server/sonar-web/design-system/src/components/TutorialStep.tsx
server/sonar-web/design-system/src/components/__tests__/CodeSnippet-test.tsx
server/sonar-web/design-system/src/components/__tests__/__snapshots__/CodeSnippet-test.tsx.snap
server/sonar-web/src/main/js/components/tutorials/__tests__/TutorialSelection-it.tsx
server/sonar-web/src/main/js/components/tutorials/azure-pipelines/__tests__/AzurePipelinesTutorial-it.tsx
server/sonar-web/src/main/js/components/tutorials/components/CompilationInfo.tsx
server/sonar-web/src/main/js/components/tutorials/components/GradleBuildSelection.tsx
server/sonar-web/src/main/js/components/tutorials/components/InlineSnippet.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/components/ProjectTokenScopeInfo.tsx
server/sonar-web/src/main/js/components/tutorials/components/RenderOptions.tsx
server/sonar-web/src/main/js/components/tutorials/components/Step.css [deleted file]
server/sonar-web/src/main/js/components/tutorials/components/Step.tsx
server/sonar-web/src/main/js/components/tutorials/other/BuildToolForm.tsx
server/sonar-web/src/main/js/components/tutorials/other/DoneNextSteps.tsx
server/sonar-web/src/main/js/components/tutorials/other/OtherTutorial.tsx
server/sonar-web/src/main/js/components/tutorials/other/ProjectAnalysisStep.tsx
server/sonar-web/src/main/js/components/tutorials/other/TokenStep.tsx
server/sonar-web/src/main/js/components/tutorials/other/__tests__/OtherTutorial-it.tsx
server/sonar-web/src/main/js/components/tutorials/other/commands/DotNetCore.tsx
server/sonar-web/src/main/js/components/tutorials/other/commands/DotNetExecute.tsx
server/sonar-web/src/main/js/components/tutorials/other/commands/DotNetFramework.tsx
server/sonar-web/src/main/js/components/tutorials/other/commands/DownloadBuildWrapper.tsx
server/sonar-web/src/main/js/components/tutorials/other/commands/DownloadScanner.tsx
server/sonar-web/src/main/js/components/tutorials/other/commands/ExecBuildWrapper.tsx
server/sonar-web/src/main/js/components/tutorials/other/commands/ExecScanner.tsx
server/sonar-web/src/main/js/components/tutorials/other/commands/JavaGradle.tsx
server/sonar-web/src/main/js/components/tutorials/other/commands/JavaMaven.tsx
server/sonar-web/src/main/js/components/tutorials/test-utils.ts
server/sonar-web/src/main/js/helpers/docs.ts
sonar-core/src/main/resources/org/sonar/l10n/core.properties