]> source.dussan.org Git - sonarqube.git/commit
SONAR-13754 Add GitLab CI tutorial
authorJeremy Davis <jeremy.davis@sonarsource.com>
Wed, 26 Aug 2020 15:57:26 +0000 (17:57 +0200)
committersonartech <sonartech@sonarsource.com>
Thu, 3 Sep 2020 20:07:19 +0000 (20:07 +0000)
commitb39a937e42ab7c224a967e351f1baf647a66dca7
treec156a173376275e2241f8a44ef1a0f5ee51729a1
parentc383017a2d3c54755a34b9a36e5caa8dc4c82dde
SONAR-13754 Add GitLab CI tutorial
39 files changed:
server/sonar-docs/src/tooltips/tutorials/use-existing-token.md [new file with mode: 0644]
server/sonar-web/src/main/js/apps/organizations/components/OrganizationEmpty.tsx
server/sonar-web/src/main/js/components/tutorials/TutorialSelection.tsx
server/sonar-web/src/main/js/components/tutorials/TutorialSelectionRenderer.tsx
server/sonar-web/src/main/js/components/tutorials/__tests__/TutorialSelection-test.tsx
server/sonar-web/src/main/js/components/tutorials/__tests__/TutorialSelectionRenderer-test.tsx
server/sonar-web/src/main/js/components/tutorials/__tests__/__snapshots__/TutorialSelectionRenderer-test.tsx.snap
server/sonar-web/src/main/js/components/tutorials/components/EditTokenModal.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/components/Step.css
server/sonar-web/src/main/js/components/tutorials/components/__tests__/EditTokenModal-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/components/__tests__/__snapshots__/EditTokenModal-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/gitlabci/EnvironmentVariablesStep.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/gitlabci/GitLabCITutorial.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/gitlabci/ProjectKeyStep.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/gitlabci/YmlFileStep.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/gitlabci/__tests__/EnvironmentVariablesStep-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/gitlabci/__tests__/GitLabCITutorial-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/gitlabci/__tests__/ProjectKeyStep-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/gitlabci/__tests__/YmlFileStep-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/gitlabci/__tests__/__snapshots__/EnvironmentVariablesStep-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/gitlabci/__tests__/__snapshots__/GitLabCITutorial-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/gitlabci/__tests__/__snapshots__/ProjectKeyStep-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/gitlabci/__tests__/__snapshots__/YmlFileStep-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/gitlabci/commands/PipeCommandGradle.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/gitlabci/commands/PipeCommandMaven.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/gitlabci/commands/PipeCommandOther.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/gitlabci/commands/__tests__/PipeCommandGradle-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/gitlabci/commands/__tests__/PipeCommandMaven-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/gitlabci/commands/__tests__/PipeCommandOther-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/gitlabci/commands/__tests__/__snapshots__/PipeCommandGradle-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/gitlabci/commands/__tests__/__snapshots__/PipeCommandMaven-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/gitlabci/commands/__tests__/__snapshots__/PipeCommandOther-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/gitlabci/types.ts [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/styles.css [deleted file]
server/sonar-web/src/main/js/components/tutorials/types.ts
server/sonar-web/src/main/js/helpers/alm-settings.ts
server/sonar-web/src/main/js/helpers/mocks/alm-settings.ts
server/sonar-web/src/main/js/types/alm-settings.ts
sonar-core/src/main/resources/org/sonar/l10n/core.properties