aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 6.4-RC26.4-RC2Simon Brandhof2017-05-2256-56/+56
* apply search feedback (#2083)Stas Vilchik2017-05-227-46/+120
* SONAR-8596 Fix a bug with cached bundlesGrégoire Aubert2017-05-221-41/+31
* SONAR-9286 Fix ES error at startupEric Hartmann2017-05-191-0/+6
* SONAR-8748 fix typo in UnauthorizedException messageSébastien Lesaint2017-05-191-1/+1
* SONAR-8888 use DefinedQProfileInsert when creating an organizationSébastien Lesaint2017-05-197-64/+102
* clear issues selection when refreshing listStas Vilchik2017-05-191-1/+1
* Fix stability of perf test ComputationTestSimon Brandhof2017-05-191-1/+1
* Fix stability of integration tests on OracleSimon Brandhof2017-05-181-2/+15
* Reuse version 6.4-SNAPSHOTSimon Brandhof2017-05-1856-56/+56
* SONAR-9265 Prevent error log at shutdownEric Hartmann2017-05-181-1/+2
* SQCOM-7 Add a custom footer for sonarqube.comGrégoire Aubert2017-05-1811-14/+438
* 6.4-RC16.4-RC1Simon Brandhof2017-05-1657-57/+58
* Make Hazelcast test more robustEric Hartmann2017-05-161-3/+6
* Fix Quality flawsSimon Brandhof2017-05-161-4/+5
* add tab for ActiveRules to scanner report viewerSébastien Lesaint2017-05-151-0/+21
* SONAR-9222 disable gravatars by defaultStas Vilchik2017-05-153-107/+10
* do not display avatar for "not assigned"Stas Vilchik2017-05-151-8/+9
* Add missing translationGrégoire Aubert2017-05-151-1/+1
* SONAR-9044 Do not load user's organizations when organizations are disabledGrégoire Aubert2017-05-123-4/+103
* SONAR-3915 Give the admin a way to send users issue reports on non favorite p...Teryk Bellahsene2017-05-1211-174/+366
* SONAR-9132 don't remove template rules at every startupSébastien Lesaint2017-05-121-2/+9
* Remove unused round option in measures helperGrégoire Aubert2017-05-122-41/+18
* SONAR-9026 Increase precision for coverage QG conditionsGrégoire Aubert2017-05-127-35/+106
* Fix Quality flawsSimon Brandhof2017-05-122-2/+2
* Fix safeguard timeout in IT RestartTestSimon Brandhof2017-05-121-1/+1
* SONAR-9197 add index to active_rule_parametersSimon Brandhof2017-05-126-2/+109
* SONAR-9224 HTTP data parts must have filename to allow streamingSébastien Lesaint2017-05-121-5/+4
* Fix quality flawsJulien HENRY2017-05-125-43/+28
* Consistent safeguard timeouts in JUnit testsSimon Brandhof2017-05-1217-22/+25
* Fix javadoc of DateUtils about ISO8601 vs RFC822 formatsSimon Brandhof2017-05-121-2/+2
* Fix Quality flawsSimon Brandhof2017-05-122-2/+4
* Remove dead code in CE notificationsSimon Brandhof2017-05-128-47/+13
* SONAR-9180 Remove default highlighting of invalid inputs in FF (#2064)Stas Vilchik2017-05-121-0/+5
* SONAR-9221 Update embedded analyzersJulien HENRY2017-05-121-4/+4
* SONAR-9220 Update OkHttp to v3.7Julien HENRY2017-05-123-11/+3
* SONAR-9190 Embed SonarXML 4.2.885Teryk Bellahsene2017-05-122-3/+27
* SONAR-9056 WS api/components/suggestion filter allowed qualifiersTeryk Bellahsene2017-05-124-16/+62
* SONAR-8596 Fix bad moment translationGrégoire Aubert2017-05-123-46/+18
* SONAR-8822 Show the administration menu only to authorized usersGrégoire Aubert2017-05-126-44/+103
* SONAR-9194 Add canAdmin flag to WS api/navigation/globalTeryk Bellahsene2017-05-123-4/+21
* SONAR-9193 WS api/l10n/index returns the effective BCP47 language tag usedTeryk Bellahsene2017-05-125-111/+127
* OrganizationDao#selectByUuids does not fail with single unknown uuidTeryk Bellahsene2017-05-122-4/+9
* SONAR-9044 Easy access to my organizationsGrégoire Aubert2017-05-1210-57/+578
* SONAR-6315 no indexing active rules in MassRegisterQualityProfilesSébastien Lesaint2017-05-123-23/+10
* SONAR-6315 add debug logs in RegisterRules for active rules opsSébastien Lesaint2017-05-121-2/+11
* SONAR-6315 index changes per quality profile to avoid OOMSébastien Lesaint2017-05-121-1/+5
* SONAR-6315 use batch SQL session to insert change logSébastien Lesaint2017-05-123-14/+15
* SONAR-6315 use new RegisterQualityProfile code only if property is setSébastien Lesaint2017-05-1210-179/+493
* SONAR-6315 use an insert only code for RegisterQualityProfilesSébastien Lesaint2017-05-1213-320/+382