diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2018-07-25 15:52:23 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-08-10 20:21:29 +0200 |
commit | f767e712eb01f6b49f3eae7dc98e6ca58e0aa9bb (patch) | |
tree | 9eb18209c6f2e498a7f10adac8f6cfeb2409d5e2 /sonar-core | |
parent | 5d2dc236eb5ed578a124c38b12734c780397a9c9 (diff) | |
download | sonarqube-f767e712eb01f6b49f3eae7dc98e6ca58e0aa9bb.tar.gz sonarqube-f767e712eb01f6b49f3eae7dc98e6ca58e0aa9bb.zip |
SONAR-11037 SONAR-11038 Show list of personal public repositories and allow to provision project
* SONAR-11043 List repositories with their types
* SONAR-11046 Check and disable already linked repositories
* SONAR-11044 Provision project and redirect to project dashboard
* SONAR-11048 Reload repositories after create failure
* SONAR-11038 Use new project create page everywhere on SonarCloud
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index 954cfa39d18..2265fcc9f90 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2660,6 +2660,7 @@ onboarding.project.header=Analyze a project onboarding.project.header.description=Want to quickly analyze a first project? Follow these {0} easy steps. onboarding.create_project.header=Create project(s) +onboarding.create_project.already_imported=Repository already imported onboarding.create_project.beta_feature_x=This feature is being beta tested. We offer to create projects from your {0} repositories only for public personal projects on your personal SonarCloud organization. For other kind of projects please create them maually. onboarding.create_project.create_manually=Create manually onboarding.create_project.create_new_org=I want to create another organization |