aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server/src/test
Commit message (Expand)AuthorAgeFilesLines
* SONAR-8422 add visible error in sonar.log when DB is not okSébastien Lesaint2016-12-013-2/+44
* SONAR-8462 escape param "q" in WS api/rules/repositories"Simon Brandhof2016-12-011-5/+18
* SONAR-8461 escape param "q" in WS api/languages/listSimon Brandhof2016-12-011-3/+24
* SONAR-8335 make changing root level change level of all loggersSébastien Lesaint2016-12-014-53/+118
* 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-011-12/+1
* SONAR-8335 move LogBackHelper to subpackage loggingSébastien Lesaint2016-12-015-5/+5
* SONAR-8437 add missing characters to be escapedSimon Brandhof2016-11-302-1/+10
* SONAR-8437 fix listing of issue tags and authorsSimon Brandhof2016-11-301-1/+12
* SONAR-8437 fix facet "assigned_to_me" of api/issues/searchSimon Brandhof2016-11-302-0/+36
* SONAR-8437 escape selected value in ES facet of WS api/issuesSimon Brandhof2016-11-302-0/+27
* SONAR-8436 escape param "tags" of WS api/rules/tagsSimon Brandhof2016-11-301-1/+16
* Fix Quality flaws related to org.sonar.server.ruleSimon Brandhof2016-11-301-25/+50
* SONAR-8423 Properly fail on invalid basic headerJulien Lancelot2016-11-281-8/+17
* SONAR-5430 Update SSO properties in order to start with "sonar.web.sso"Julien Lancelot2016-11-281-11/+11
* SONAR-8418 Stop computing ratings for viewsTeryk Bellahsene2016-11-244-392/+2
* Revert "SONAR-6996 Replace the issue key by the file name in the 'issue chang...Teryk Bellahsene2016-11-185-11/+10
* 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-181-1/+1
* SONAR-8332 fix missing display of HTTP request ID in Web logsSébastien Lesaint2016-11-171-1/+1
* SONAR-8363 Mark just created projects as favorite when there's a project crea...Teryk Bellahsene2016-11-172-7/+26
* SONAR-8383 add param "process" to api/system/logsSimon Brandhof2016-11-171-10/+82
* SONAR-8177 do not display messages of internal errorsSimon Brandhof2016-11-161-4/+4
* SONAR-8337 add properties to control ES log level in Web and CESébastien Lesaint2016-11-162-0/+158
* SONAR-8336 add properties to control SQL logs level in CE and WebSébastien Lesaint2016-11-162-6/+163
* 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-162-16/+126
* SONAR-6996 Replace the issue key by the file name in the 'issue changed' noti...Teryk Bellahsene2016-11-165-10/+11
* SONAR-8298 Ability to configure timeout of web sessionsSimon Brandhof2016-11-161-35/+61
* SONAR-6912 add response example to api/users/deactivateSimon Brandhof2016-11-162-14/+9
* SONAR-6912 do not deactivate last organization administratorSimon Brandhof2016-11-161-13/+65
* SONAR-6912 Refactor WS api/users/deactivateSimon Brandhof2016-11-163-128/+123
* SONAR-6912 Use System2 in BaseIndexerSimon Brandhof2016-11-1630-146/+165
* SONAR-8339 drop access_log-like log debug line in Web serverSébastien Lesaint2016-11-161-37/+0
* SONAR-8333 make APP logging configuration support 4 log filesSébastien Lesaint2016-11-163-15/+61
* SONAR-8333 restore process name in logsSébastien Lesaint2016-11-162-2/+2
* SONAR-8333 make ES log into its own log fileSébastien Lesaint2016-11-162-2/+2
* SONAR-8333 make CE and WEB log in their own filesSébastien Lesaint2016-11-162-20/+57
* SONAR-8333 remove dead log filtering in CE tasks logsSébastien Lesaint2016-11-162-165/+0
* SONAR-8332 add request ID in request under key IDSébastien Lesaint2016-11-151-0/+24
* SONAR-8332 do not generate request id (and don't fail) in safe-modeSébastien Lesaint2016-11-151-0/+8
* Project admin permission is not considered as a System AdminTeryk Bellahsene2016-11-151-0/+2
* SONAR-8345 WS api/user_groups/search requires System Administer permissionTeryk Bellahsene2016-11-151-9/+11
* SONAR-8342 SONAR-8343 SONAR-8344 Make permission template WS require system a...Teryk Bellahsene2016-11-151-2/+4
* SONAR-8332 make RequestIdMDCStorage inner class of RequestIdFilterSébastien Lesaint2016-11-152-63/+89
* SONAR-8332 use name ID instead of UID in classe naming and commentsSébastien Lesaint2016-11-153-11/+11
* SONAR-8332 make RequestUidGeneratorImpl support any number of HTTP requestSébastien Lesaint2016-11-154-4/+112
* SONAR-8332 add HTTP request UID to WebServer logsSébastien Lesaint2016-11-154-3/+120
* SONAR-8292 Quality Profile change includes the author of the modificationTeryk Bellahsene2016-11-151-0/+45
* SONAR-8005 Limit ES results to the first 10'000Teryk Bellahsene2016-11-151-2/+16