]> source.dussan.org Git - sonarqube.git/commit
SONAR-14353 GitlabCI tutorial for CE
authorJeremy Davis <jeremy.davis@sonarsource.com>
Tue, 26 Jan 2021 17:42:02 +0000 (18:42 +0100)
committersonartech <sonartech@sonarsource.com>
Thu, 4 Feb 2021 20:07:06 +0000 (20:07 +0000)
commit38069298aa720559a7630734131491a6b207948c
treeacacd046eceba5c5690d5a6606259b764424f2d5
parent23ea081c88ba66a768dbc303020607778875c0de
SONAR-14353 GitlabCI tutorial for CE
17 files changed:
server/sonar-web/src/main/js/components/tutorials/gitlabci/YmlFileStep.tsx
server/sonar-web/src/main/js/components/tutorials/gitlabci/__tests__/YmlFileStep-test.tsx
server/sonar-web/src/main/js/components/tutorials/gitlabci/__tests__/__snapshots__/GitLabCITutorial-test.tsx.snap
server/sonar-web/src/main/js/components/tutorials/gitlabci/__tests__/__snapshots__/YmlFileStep-test.tsx.snap
server/sonar-web/src/main/js/components/tutorials/gitlabci/commands/PipeCommand.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/gitlabci/commands/PipeCommandGradle.tsx [deleted file]
server/sonar-web/src/main/js/components/tutorials/gitlabci/commands/PipeCommandMaven.tsx [deleted file]
server/sonar-web/src/main/js/components/tutorials/gitlabci/commands/PipeCommandOther.tsx [deleted file]
server/sonar-web/src/main/js/components/tutorials/gitlabci/commands/__tests__/PipeCommand-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/gitlabci/commands/__tests__/PipeCommandGradle-test.tsx [deleted file]
server/sonar-web/src/main/js/components/tutorials/gitlabci/commands/__tests__/PipeCommandMaven-test.tsx [deleted file]
server/sonar-web/src/main/js/components/tutorials/gitlabci/commands/__tests__/PipeCommandOther-test.tsx [deleted file]
server/sonar-web/src/main/js/components/tutorials/gitlabci/commands/__tests__/__snapshots__/PipeCommand-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/gitlabci/commands/__tests__/__snapshots__/PipeCommandGradle-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/components/tutorials/gitlabci/commands/__tests__/__snapshots__/PipeCommandMaven-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/components/tutorials/gitlabci/commands/__tests__/__snapshots__/PipeCommandOther-test.tsx.snap [deleted file]
sonar-core/src/main/resources/org/sonar/l10n/core.properties