aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* LICENSE-98 Drop invalid plugins list in the license managerGrégoire Aubert2018-06-121-1/+0
|
* LICENSE-99 Exclude license plugin from the plugins list in marketplaceGrégoire Aubert2018-06-122-5/+11
|
* Remove unexpected file header in EsYmlSettingsTestSimon Brandhof2018-06-121-22/+4
|
* SONAR-10818 rename edition "data_center" to "datacenter"Simon Brandhof2018-06-122-5/+5
| | | | Match the key of license generator
* SONAR-10818 fix loading of edition from WS api/navigation/globalSimon Brandhof2018-06-122-4/+5
|
* SONAR-10696 Display wrong edition error on license pageGrégoire Aubert2018-06-1218-87/+96
| | | | | * Handle optional "edition" field in api/navigation/global correctly * Introduce enum of edition keys
* SONAR-10718 add field "edition" to WS api/navigation/globalSimon Brandhof2018-06-123-5/+32
|
* LICENSE-98 add EditionProviderSébastien Lesaint2018-06-127-4/+191
|
* SONAR-10690 upgrade orchestrator to support editionsSimon Brandhof2018-06-124-1/+9
|
* SONAR-10817 Cleanup of old editionsEric Hartmann2018-06-1256-6031/+68
|
* SONAR-10811 Update editions boxes for marketing needsGrégoire Aubert2018-06-1218-104/+230
|
* SONAR-10696 Move set license form to core-extension-licenseGrégoire Aubert2018-06-128-65/+7
|
* SONAR-10689 add INFO log when dropping ES index in migrationSimon Brandhof2018-06-122-1/+16
|
* SONAR-10691 remove coupling of migrations with ElasticsearchClientSimon Brandhof2018-06-128-137/+82
|
* SONAR-10597 Drop the ES index 'users'Eric Hartmann2018-06-121-0/+2
|
* SONAR-10691 Introduce ES drop in DB migrationEric Hartmann2018-06-1214-153/+262
|
* SONAR-10690 start.sh, stop.sh & logs.sh support SQ editionsSébastien Lesaint2018-06-126-34/+151
|
* SONAR-10690 add Core Extension support in SonarQubeSébastien Lesaint2018-06-1249-110/+2161
|
* SONAR-10689 fix Quality flawsSimon Brandhof2018-06-122-27/+18
|
* SONAR-10689 Plugins are now always installedEric Hartmann2018-06-126-63/+1
| | | | The bundled plugins have been removed
* SONAR-10703 Add the current edition in the footerGrégoire Aubert2018-06-126-4/+30
|
* BUILD-646 Add Editions to ARTIFACTS_TO_PUBLISHEric Hartmann2018-06-121-1/+4
|
* SONAR-10688 Bundle LDAP plugin by defaultEric Hartmann2018-06-122-0/+61
|
* SONAR-10695 Prompt admin to enter a license on new instanceGrégoire Aubert2018-06-126-77/+393
|
* Add parameter 'l10nCompiled' in start script to force usage of compiled l10n ↵Grégoire Aubert2018-06-121-6/+10
| | | | bundle
* SONAR-10696 Remove ability to upgrade/downgrade an edition from Marketplace ↵Grégoire Aubert2018-06-1248-2346/+305
| | | | | | | | | | | (#269) * SONAR-10699 Remove upgrade/downgrade buttons * SONAR-10697 Drop edition.json support in the marketplace * SONAR-10717 Drop 'sonar.editions.jsonUrl' property * SONAR-10702 Edition's "Learn more" links redirect to the form page with arguments * SONAR-10698 Get Edition data from the doc * SONAR-10700 Remove LicenseEditionForm and LicenseEditionSet from Marketplace
* SONAR-10687 Create and upload a zip per editionEric Hartmann2018-06-122-0/+10
|
* MMF-1319 Document SC specific features (#318)laurawacrenier2018-06-1223-33/+586
| | | | | | | | | | * Adding pages to SonarCloud doc * Add page for paid plan * Adding documentation about integrations in SonarCloud * Add page suggestions * Add inline documentation * Allow to reference SonarCloud links in the documentation * Update the way to install the Bitbucket Cloud App since it is now available in the marketplace
* allow proxying to sonarcloudStas Vilchik2018-06-121-3/+3
|
* fix project home page timeline with missing valuesStas Vilchik2018-06-125-9/+184
|
* SONAR-10587 Don't return external issues in batch/issuesDuarte Meneses2018-06-122-3/+8
|
* SONAR-9732 Automatically update project page when analysis is finishedGrégoire Aubert2018-06-122-40/+111
|
* SONAR-10287 Use browser tooltips for descriptive hintsGrégoire Aubert2018-06-1215-176/+133
|
* SONAR-10464 Improve error message when passing a wrong organization during ↵Duarte Meneses2018-06-113-9/+50
| | | | the analysis
* SONAR-10663 Prevent duplicate rule parameters in the database (#341)Janos Gyerik2018-06-1111-9/+323
|
* SONAR-10416 Fix incorrect usage of DatabaseEric Hartmann2018-06-111-4/+1
|
* Fix javadoc and quality issueDuarte Meneses2018-06-112-3/+1
|
* SONAR-10283 Fail fast at startup when a language is missing a default built ↵Duarte Meneses2018-06-1110-9/+214
| | | | in quality profile
* SONAR-10842 api/project_analyses/update_event fails with NPE when name ↵Duarte Meneses2018-06-112-3/+5
| | | | parameter is not specified
* SONAR-10380 Add WS response examples for /api/rules/create and /api/rules/updateDuarte Meneses2018-06-116-0/+78
|
* SONAR-10201 Expose issue precise location in the FilterableIssue APIDuarte Meneses2018-06-113-1/+36
|
* SONAR-10542 Deprecation warning always logged when using generic test ↵Duarte Meneses2018-06-119-47/+117
| | | | execution/coverage
* SONAR-10206 Allow to configure the location where scanner writes report-task.txtDuarte Meneses2018-06-1112-154/+306
|
* SONAR-10830 Allow passcode even if forceAuthentication is trueEric Hartmann2018-06-093-3/+44
|
* SONAR-10460 do not allow null character in scanner for issue messageGuillaume Jambet2018-06-083-4/+88
|
* SONAR-10861 Searching a branch/PR by name is not working correctly (#337)Pascal Mugnier2018-06-084-2/+38
|
* SONAR-10674 Fix max ages caches for plugins static resourcesJulien Lancelot2018-06-083-5/+5
| | | Max ages cache was wrongly set to 5 hours instead of 5 minutes
* SONAR-SONAR-10294 Ignore ES_JAVA_OPTS env variableEric Hartmann2018-06-082-4/+29
|
* SONAR-10611 Fix quality gate and quality profile badge tooltipsGrégoire Aubert2018-06-083-29/+10
|
* SONAR-10656 Fix {instance} messages in onboarding pageGrégoire Aubert2018-06-088-94/+56
|