aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server/src
Commit message (Expand)AuthorAgeFilesLines
* SONAR-8422 add visible error in sonar.log when DB is not okSébastien Lesaint2016-12-015-5/+81
* SONAR-8462 escape param "q" in WS api/rules/repositories"Simon Brandhof2016-12-012-6/+19
* SONAR-8461 escape param "q" in WS api/languages/listSimon Brandhof2016-12-012-4/+25
* SONAR-8335 rename LogDomain#ES_CLIENT to LogDomain#ESSébastien Lesaint2016-12-012-2/+2
* SONAR-8335 make changing root level change level of all loggersSébastien Lesaint2016-12-0110-104/+193
* SONAR-8335 add missing coverage on jmx log propertySébastien Lesaint2016-12-012-0/+174
* SONAR-8335 drop dead code ServerLogging#getCurrentLogFileSébastien Lesaint2016-12-012-19/+1
* SONAR-8335 move RootLoggerConfig out of LogbackHelperSébastien Lesaint2016-12-011-2/+3
* SONAR-8335 move LogBackHelper to subpackage loggingSébastien Lesaint2016-12-0112-15/+15
* Merge branch 'branch-5.6' into branch-6.2Sébastien Lesaint2016-12-011-6/+4
|\
| * SONAR-8421 fix ConcurrentModificationExceptionSébastien Lesaint2016-11-301-6/+4
| * SONAR-8437 fix listing of issue tags and authorsSimon Brandhof2016-11-302-9/+20
| * SONAR-8437 fix facet "assigned_to_me" of api/issues/searchSimon Brandhof2016-11-303-22/+62
| * SONAR-8436 escape param "tags" of WS api/rules/tagsSimon Brandhof2016-11-304-2/+45
| * Slight performance improvement in api/rules/tagsSimon Brandhof2016-11-301-0/+1
| * SONAR-8436 Fix Quality flaws related to org.sonar.server.ruleSimon Brandhof2016-11-302-31/+37
* | SONAR-8437 add missing characters to be escapedSimon Brandhof2016-11-303-2/+15
* | SONAR-8437 fix listing of issue tags and authorsSimon Brandhof2016-11-302-8/+19
* | SONAR-8437 fix facet "assigned_to_me" of api/issues/searchSimon Brandhof2016-11-303-1/+40
* | SONAR-8437 escape selected value in ES facet of WS api/issuesSimon Brandhof2016-11-305-9/+50
* | SONAR-8436 escape param "tags" of WS api/rules/tagsSimon Brandhof2016-11-302-4/+24
* | Slight performance improvement in api/rules/tagsSimon Brandhof2016-11-301-0/+1
* | Fix Quality flaws related to org.sonar.server.ruleSimon Brandhof2016-11-303-41/+65
* | SONAR-8423 Properly fail on invalid basic headerJulien Lancelot2016-11-282-9/+26
* | SONAR-5430 Update SSO properties in order to start with "sonar.web.sso"Julien Lancelot2016-11-282-17/+17
* | SONAR-8418 Stop computing ratings for viewsTeryk Bellahsene2016-11-246-459/+7
* | Revert "SONAR-6996 Replace the issue key by the file name in the 'issue chang...Teryk Bellahsene2016-11-187-16/+14
* | SONAR-8335 support global log level in ES JVM as we do for other JVMSébastien Lesaint2016-11-181-1/+1
* | SONAR-8332 fix missing SQ HTTP request ID from Web logs (for good)Sébastien Lesaint2016-11-184-20/+44
* | SONAR-8332 change default access log pattern to include SQ's HTTP request IDSébastien Lesaint2016-11-171-3/+4
* | SONAR-8332 fix missing display of HTTP request ID in Web logsSébastien Lesaint2016-11-172-2/+2
* | SONAR-8190 remove api/roots/* WS from SQ for release 6.2Sébastien Lesaint2016-11-171-2/+2
* | fix quality flawsSébastien Lesaint2016-11-171-27/+30
* | SONAR-8383 update example of api/system/logsSimon Brandhof2016-11-171-100/+16
* | Fix quality flawTeryk Bellahsene2016-11-171-1/+2
* | SONAR-8363 Mark just created projects as favorite when there's a project crea...Teryk Bellahsene2016-11-175-11/+43
* | SONAR-8383 add param "process" to api/system/logsSimon Brandhof2016-11-172-14/+111
* | SONAR-8383 expose association process -> log filenameSimon Brandhof2016-11-171-2/+1
* | SONAR-8177 do not display messages of internal errorsSimon Brandhof2016-11-162-5/+7
* | SONAR-8338 add properties to control log level of JMX related loggersSébastien Lesaint2016-11-163-0/+14
* | SONAR-8337 add properties to control ES log level in Web and CESébastien Lesaint2016-11-164-1/+163
* | SONAR-8336 add properties to control SQL logs level in CE and WebSébastien Lesaint2016-11-166-11/+175
* | SONAR-8335 most accurate property rather than lowest level must applySébastien Lesaint2016-11-162-8/+28
* | SONAR-8335 better error reporting on property values and UT coverageSébastien Lesaint2016-11-163-18/+128
* | SONAR-8335 support properties to configure log level per JVMSébastien Lesaint2016-11-163-8/+13
* | SONAR-8389 Property set settings order should be keptTeryk Bellahsene2016-11-163-6/+7
* | SONAR-6996 Replace the issue key by the file name in the 'issue changed' noti...Teryk Bellahsene2016-11-167-14/+16
* | SONAR-8365 Improve description of developer parametersin api/measures/compone...Teryk Bellahsene2016-11-161-2/+2
* | SONAR-8298 Ability to configure timeout of web sessionsSimon Brandhof2016-11-162-41/+74
* | SONAR-6912 add response example to api/users/deactivateSimon Brandhof2016-11-164-14/+20