]> source.dussan.org Git - sonarqube.git/commit
Update configure analysis screen for GitHub on SonarCloud (#1728)
authorSiegfried Ehret <siegfried.ehret@sonarsource.com>
Tue, 25 Jun 2019 07:11:21 +0000 (09:11 +0200)
committersonartech <sonartech@sonarsource.com>
Fri, 28 Jun 2019 06:45:49 +0000 (08:45 +0200)
commitf8422ab807d32b342a69e1dbb17137a3985be891
tree386f7a2ef48e12c2b0badf82a55c9162c023f6a5
parent7b96054e487f8517734e2de6d23853154f4184f5
Update configure analysis screen for GitHub on SonarCloud (#1728)
146 files changed:
server/sonar-docs/src/pages/sonarcloud/autoscan.md
server/sonar-web/.eslintrc
server/sonar-web/package.json
server/sonar-web/public/images/sonarcloud/analysis/Waiting-for-analysis.svg [new file with mode: 0644]
server/sonar-web/public/images/sonarcloud/analysis/galaxy.svg [new file with mode: 0644]
server/sonar-web/public/images/sonarcloud/analysis/helmet.svg [new file with mode: 0644]
server/sonar-web/public/images/sonarcloud/analysis/manual.svg [new file with mode: 0644]
server/sonar-web/public/images/sonarcloud/analysis/rocket.svg [new file with mode: 0644]
server/sonar-web/src/main/js/api/alm-integration.ts
server/sonar-web/src/main/js/app/styles/components/columns.css
server/sonar-web/src/main/js/app/styles/style.css
server/sonar-web/src/main/js/app/utils/getHistory.ts
server/sonar-web/src/main/js/apps/create/project/__tests__/CreateProjectPageSonarCloud-test.tsx
server/sonar-web/src/main/js/apps/create/project/__tests__/__snapshots__/CreateProjectPageSonarCloud-test.tsx.snap
server/sonar-web/src/main/js/apps/overview/components/App.tsx
server/sonar-web/src/main/js/apps/overview/components/EmptyOverview.tsx
server/sonar-web/src/main/js/apps/overview/components/__tests__/App-test.tsx
server/sonar-web/src/main/js/apps/tutorials/__tests__/utils-test.ts [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/analyzeProject/AnalyzeTutorial.tsx
server/sonar-web/src/main/js/apps/tutorials/analyzeProject/AnalyzeTutorialSonarCloud.css [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/analyzeProject/AnalyzeTutorialSonarCloud.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/analyzeProject/AnalyzeTutorialSuggestion.tsx
server/sonar-web/src/main/js/apps/tutorials/analyzeProject/__tests__/AnalyzeTutorialSonarCloud-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/analyzeProject/__tests__/AnalyzeTutorialSuggestion-test.tsx
server/sonar-web/src/main/js/apps/tutorials/analyzeProject/__tests__/__snapshots__/AnalyzeTutorialSonarCloud-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/analyzeProject/__tests__/__snapshots__/AnalyzeTutorialSuggestion-test.tsx.snap
server/sonar-web/src/main/js/apps/tutorials/analyzeProject/__tests__/utils-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/analyzeProject/configurations/AutoScanAlert.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/analyzeProject/configurations/ConfigureWithAutoScan.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/analyzeProject/configurations/ConfigureWithLocalScanner.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/analyzeProject/configurations/ConfigureWithOtherCI.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/analyzeProject/configurations/ConfigureWithTravis.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/analyzeProject/configurations/__tests__/AutoScanAlert-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/analyzeProject/configurations/__tests__/ConfigureOtherCI-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/analyzeProject/configurations/__tests__/ConfigureWithAutoScan-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/analyzeProject/configurations/__tests__/ConfigureWithLocalScanner-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/analyzeProject/configurations/__tests__/ConfigureWithTravis-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/analyzeProject/configurations/__tests__/__snapshots__/AutoScanAlert-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/analyzeProject/configurations/__tests__/__snapshots__/ConfigureOtherCI-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/analyzeProject/configurations/__tests__/__snapshots__/ConfigureWithAutoScan-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/analyzeProject/configurations/__tests__/__snapshots__/ConfigureWithLocalScanner-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/analyzeProject/configurations/__tests__/__snapshots__/ConfigureWithTravis-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/analyzeProject/steps/CreateSonarPropertiesStep.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/analyzeProject/steps/EditTokenModal.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/analyzeProject/steps/EditTravisYmlStep.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/analyzeProject/steps/EncryptYourTokenStep.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/analyzeProject/steps/__tests__/CreateSonarPropertiesStep-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/analyzeProject/steps/__tests__/EditTokenModal-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/analyzeProject/steps/__tests__/EditTravisYmlStep-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/analyzeProject/steps/__tests__/EncryptYourTokenStep-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/analyzeProject/steps/__tests__/__snapshots__/CreateSonarPropertiesStep-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/analyzeProject/steps/__tests__/__snapshots__/EditTokenModal-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/analyzeProject/steps/__tests__/__snapshots__/EditTravisYmlStep-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/analyzeProject/steps/__tests__/__snapshots__/EncryptYourTokenStep-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/analyzeProject/utils.ts [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/AnalyzeTutorialDone.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/BuildSystemForm.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/LanguageForm.tsx
server/sonar-web/src/main/js/apps/tutorials/components/NewProjectForm.tsx
server/sonar-web/src/main/js/apps/tutorials/components/ProjectAnalysisStep.tsx
server/sonar-web/src/main/js/apps/tutorials/components/ProjectAnalysisStepFromBuildTool.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/RenderOptions.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/Step.tsx
server/sonar-web/src/main/js/apps/tutorials/components/TokenStep.tsx
server/sonar-web/src/main/js/apps/tutorials/components/__tests__/AnalyzeTutorialDone-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/__tests__/BuildSystemForm-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/__tests__/LanguageForm-test.tsx
server/sonar-web/src/main/js/apps/tutorials/components/__tests__/NewProjectForm-test.tsx
server/sonar-web/src/main/js/apps/tutorials/components/__tests__/ProjectAnalysisStep-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/__tests__/ProjectAnalysisStepFromBuildTool-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/__tests__/TokenStep-test.tsx
server/sonar-web/src/main/js/apps/tutorials/components/__tests__/__snapshots__/AnalyzeTutorialDone-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/__tests__/__snapshots__/BuildSystemForm-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/__tests__/__snapshots__/LanguageForm-test.tsx.snap
server/sonar-web/src/main/js/apps/tutorials/components/__tests__/__snapshots__/NewProjectForm-test.tsx.snap
server/sonar-web/src/main/js/apps/tutorials/components/__tests__/__snapshots__/ProjectAnalysisStep-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/__tests__/__snapshots__/ProjectAnalysisStepFromBuildTool-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/commands/AnalysisCommand.tsx
server/sonar-web/src/main/js/apps/tutorials/components/commands/AnalysisCommandCustom.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/commands/AnalysisCommandOtherCI.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/commands/AnalysisCommandTravis.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/commands/ClangGCC.tsx
server/sonar-web/src/main/js/apps/tutorials/components/commands/Custom/ClangGCCCustom.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/commands/Custom/JavaGradleCustom.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/commands/Custom/JavaMavenCustom.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/commands/Custom/OtherCustom.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/commands/Custom/__tests__/ClangGCCCustom-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/commands/Custom/__tests__/JavaGradleCustom-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/commands/Custom/__tests__/JavaMavenCustom-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/commands/Custom/__tests__/OtherCustom-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/commands/Custom/__tests__/__snapshots__/ClangGCCCustom-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/commands/Custom/__tests__/__snapshots__/JavaGradleCustom-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/commands/Custom/__tests__/__snapshots__/JavaMavenCustom-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/commands/Custom/__tests__/__snapshots__/OtherCustom-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/commands/DotNet.tsx
server/sonar-web/src/main/js/apps/tutorials/components/commands/JavaGradle.tsx
server/sonar-web/src/main/js/apps/tutorials/components/commands/JavaMaven.tsx
server/sonar-web/src/main/js/apps/tutorials/components/commands/Other.tsx
server/sonar-web/src/main/js/apps/tutorials/components/commands/OtherCI/ClangGCCOtherCI.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/commands/OtherCI/OtherOtherCI.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/commands/OtherCI/__tests__/ClangGCCOtherCI-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/commands/OtherCI/__tests__/OtherOtherCI-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/commands/OtherCI/__tests__/__snapshots__/ClangGCCOtherCI-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/commands/OtherCI/__tests__/__snapshots__/OtherOtherCI-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/commands/TravisSonarCloud/ClangGCCTravisSonarCloud.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/commands/TravisSonarCloud/JavaGradleTravisSonarCloud.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/commands/TravisSonarCloud/JavaMavenTravisSonarCloud.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/commands/TravisSonarCloud/OtherTravisSonarCloud.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/commands/TravisSonarCloud/__tests__/ClangGCCTravisSonarCloud-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/commands/TravisSonarCloud/__tests__/JavaGradleTravisSonarCloud-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/commands/TravisSonarCloud/__tests__/JavaMavenTravisSonarCloud-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/commands/TravisSonarCloud/__tests__/OtherTravisSonarCloud-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/commands/TravisSonarCloud/__tests__/__snapshots__/ClangGCCTravisSonarCloud-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/commands/TravisSonarCloud/__tests__/__snapshots__/JavaGradleTravisSonarCloud-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/commands/TravisSonarCloud/__tests__/__snapshots__/JavaMavenTravisSonarCloud-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/commands/TravisSonarCloud/__tests__/__snapshots__/OtherTravisSonarCloud-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/commands/TravisSonarCloud/utils.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/commands/__tests__/AnalysisCommandCustom-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/commands/__tests__/AnalysisCommandOtherCI-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/commands/__tests__/AnalysisCommandTravis-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/commands/__tests__/ClangGCC-test.tsx
server/sonar-web/src/main/js/apps/tutorials/components/commands/__tests__/DotNet-test.tsx
server/sonar-web/src/main/js/apps/tutorials/components/commands/__tests__/Other-test.tsx
server/sonar-web/src/main/js/apps/tutorials/components/commands/__tests__/__snapshots__/AnalysisCommandCustom-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/commands/__tests__/__snapshots__/AnalysisCommandOtherCI-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/commands/__tests__/__snapshots__/AnalysisCommandTravis-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/components/commands/__tests__/__snapshots__/ClangGCC-test.tsx.snap
server/sonar-web/src/main/js/apps/tutorials/components/commands/__tests__/__snapshots__/DotNet-test.tsx.snap
server/sonar-web/src/main/js/apps/tutorials/components/commands/__tests__/__snapshots__/Other-test.tsx.snap
server/sonar-web/src/main/js/apps/tutorials/components/commands/utils.ts [new file with mode: 0644]
server/sonar-web/src/main/js/apps/tutorials/onboarding/OnboardingModal.tsx
server/sonar-web/src/main/js/apps/tutorials/onboarding/OnboardingPage.tsx
server/sonar-web/src/main/js/apps/tutorials/onboarding/OrganizationsShortList.tsx
server/sonar-web/src/main/js/apps/tutorials/onboarding/OrganizationsShortListItem.tsx
server/sonar-web/src/main/js/apps/tutorials/utils.ts
server/sonar-web/src/main/js/components/common/CodeSnippet.css
server/sonar-web/src/main/js/components/common/CodeSnippet.tsx
server/sonar-web/src/main/js/components/common/__tests__/__snapshots__/CodeSnippet-test.tsx.snap
server/sonar-web/src/main/js/components/controls/BackButton.tsx
server/sonar-web/src/main/js/components/controls/ClipboardButton.tsx
server/sonar-web/src/main/js/components/controls/__tests__/__snapshots__/ClipboardButton-test.tsx.snap
server/sonar-web/src/main/js/components/ui/buttons.tsx
server/sonar-web/src/main/js/helpers/almIntegrations.ts
server/sonar-web/src/main/js/helpers/measures.ts
server/sonar-web/yarn.lock
sonar-core/src/main/resources/org/sonar/l10n/core.properties