| Commit message (Expand) | Author | Age | Files | Lines |
* | [scripts] don't use pattern matching operator unless needed | Sébastien Lesaint | 2018-06-12 | 3 | -7/+7 |
* | [scripts] use a more portable bash shebang | Sébastien Lesaint | 2018-06-12 | 13 | -14/+14 |
* | LICENSE-99 backward support of plugins depending on license plugin | Sébastien Lesaint | 2018-06-12 | 6 | -9/+90 |
* | LICENSE-98 Drop invalid plugins list in the license manager | Grégoire Aubert | 2018-06-12 | 1 | -1/+0 |
* | LICENSE-99 Exclude license plugin from the plugins list in marketplace | Grégoire Aubert | 2018-06-12 | 2 | -5/+11 |
* | Remove unexpected file header in EsYmlSettingsTest | Simon Brandhof | 2018-06-12 | 1 | -22/+4 |
* | SONAR-10818 rename edition "data_center" to "datacenter" | Simon Brandhof | 2018-06-12 | 2 | -5/+5 |
* | SONAR-10818 fix loading of edition from WS api/navigation/global | Simon Brandhof | 2018-06-12 | 2 | -4/+5 |
* | SONAR-10696 Display wrong edition error on license page | Grégoire Aubert | 2018-06-12 | 18 | -87/+96 |
* | SONAR-10718 add field "edition" to WS api/navigation/global | Simon Brandhof | 2018-06-12 | 3 | -5/+32 |
* | LICENSE-98 add EditionProvider | Sébastien Lesaint | 2018-06-12 | 7 | -4/+191 |
* | SONAR-10690 upgrade orchestrator to support editions | Simon Brandhof | 2018-06-12 | 4 | -1/+9 |
* | SONAR-10817 Cleanup of old editions | Eric Hartmann | 2018-06-12 | 56 | -6031/+68 |
* | SONAR-10811 Update editions boxes for marketing needs | Grégoire Aubert | 2018-06-12 | 18 | -104/+230 |
* | SONAR-10696 Move set license form to core-extension-license | Grégoire Aubert | 2018-06-12 | 8 | -65/+7 |
* | SONAR-10689 add INFO log when dropping ES index in migration | Simon Brandhof | 2018-06-12 | 2 | -1/+16 |
* | SONAR-10691 remove coupling of migrations with ElasticsearchClient | Simon Brandhof | 2018-06-12 | 8 | -137/+82 |
* | SONAR-10597 Drop the ES index 'users' | Eric Hartmann | 2018-06-12 | 1 | -0/+2 |
* | SONAR-10691 Introduce ES drop in DB migration | Eric Hartmann | 2018-06-12 | 14 | -153/+262 |
* | SONAR-10690 start.sh, stop.sh & logs.sh support SQ editions | Sébastien Lesaint | 2018-06-12 | 6 | -34/+151 |
* | SONAR-10690 add Core Extension support in SonarQube | Sébastien Lesaint | 2018-06-12 | 49 | -110/+2161 |
* | SONAR-10689 fix Quality flaws | Simon Brandhof | 2018-06-12 | 2 | -27/+18 |
* | SONAR-10689 Plugins are now always installed | Eric Hartmann | 2018-06-12 | 6 | -63/+1 |
* | SONAR-10703 Add the current edition in the footer | Grégoire Aubert | 2018-06-12 | 6 | -4/+30 |
* | BUILD-646 Add Editions to ARTIFACTS_TO_PUBLISH | Eric Hartmann | 2018-06-12 | 1 | -1/+4 |
* | SONAR-10688 Bundle LDAP plugin by default | Eric Hartmann | 2018-06-12 | 2 | -0/+61 |
* | SONAR-10695 Prompt admin to enter a license on new instance | Grégoire Aubert | 2018-06-12 | 6 | -77/+393 |
* | Add parameter 'l10nCompiled' in start script to force usage of compiled l10n ... | Grégoire Aubert | 2018-06-12 | 1 | -6/+10 |
* | SONAR-10696 Remove ability to upgrade/downgrade an edition from Marketplace (... | Grégoire Aubert | 2018-06-12 | 48 | -2346/+305 |
* | SONAR-10687 Create and upload a zip per edition | Eric Hartmann | 2018-06-12 | 2 | -0/+10 |
* | MMF-1319 Document SC specific features (#318) | laurawacrenier | 2018-06-12 | 23 | -33/+586 |
* | allow proxying to sonarcloud | Stas Vilchik | 2018-06-12 | 1 | -3/+3 |
* | fix project home page timeline with missing values | Stas Vilchik | 2018-06-12 | 5 | -9/+184 |
* | SONAR-10587 Don't return external issues in batch/issues | Duarte Meneses | 2018-06-12 | 2 | -3/+8 |
* | SONAR-9732 Automatically update project page when analysis is finished | Grégoire Aubert | 2018-06-12 | 2 | -40/+111 |
* | SONAR-10287 Use browser tooltips for descriptive hints | Grégoire Aubert | 2018-06-12 | 15 | -176/+133 |
* | SONAR-10464 Improve error message when passing a wrong organization during th... | Duarte Meneses | 2018-06-11 | 3 | -9/+50 |
* | SONAR-10663 Prevent duplicate rule parameters in the database (#341) | Janos Gyerik | 2018-06-11 | 11 | -9/+323 |
* | SONAR-10416 Fix incorrect usage of Database | Eric Hartmann | 2018-06-11 | 1 | -4/+1 |
* | Fix javadoc and quality issue | Duarte Meneses | 2018-06-11 | 2 | -3/+1 |
* | SONAR-10283 Fail fast at startup when a language is missing a default built i... | Duarte Meneses | 2018-06-11 | 10 | -9/+214 |
* | SONAR-10842 api/project_analyses/update_event fails with NPE when name parame... | Duarte Meneses | 2018-06-11 | 2 | -3/+5 |
* | SONAR-10380 Add WS response examples for /api/rules/create and /api/rules/update | Duarte Meneses | 2018-06-11 | 6 | -0/+78 |
* | SONAR-10201 Expose issue precise location in the FilterableIssue API | Duarte Meneses | 2018-06-11 | 3 | -1/+36 |
* | SONAR-10542 Deprecation warning always logged when using generic test executi... | Duarte Meneses | 2018-06-11 | 9 | -47/+117 |
* | SONAR-10206 Allow to configure the location where scanner writes report-task.txt | Duarte Meneses | 2018-06-11 | 12 | -154/+306 |
* | SONAR-10830 Allow passcode even if forceAuthentication is true | Eric Hartmann | 2018-06-09 | 3 | -3/+44 |
* | SONAR-10460 do not allow null character in scanner for issue message | Guillaume Jambet | 2018-06-08 | 3 | -4/+88 |
* | SONAR-10861 Searching a branch/PR by name is not working correctly (#337) | Pascal Mugnier | 2018-06-08 | 4 | -2/+38 |
* | SONAR-10674 Fix max ages caches for plugins static resources | Julien Lancelot | 2018-06-08 | 3 | -5/+5 |