aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-8383 improve display of log links in sysinfo pageStas Vilchik2016-11-171-24/+25
|
* fix resetting of settingsStas Vilchik2016-11-172-2/+2
|
* SONAR-8383 download all log files from sysinfo consoleSimon Brandhof2016-11-171-1/+24
|
* SONAR-8383 add param "process" to api/system/logsSimon Brandhof2016-11-175-17/+156
|
* SONAR-8383 expose association process -> log filenameSimon Brandhof2016-11-175-47/+31
|
* SONAR-8177 do not display messages of internal errorsSimon Brandhof2016-11-163-5/+8
|
* Remove duplication in l10n core.propertiesSimon Brandhof2016-11-161-1/+0
|
* SONAR-8340 document log format in sonar.propertiesSébastien Lesaint2016-11-161-3/+34
|
* SONAR-8338 add documentation for new properties in sonar.propertiesSébastien Lesaint2016-11-161-0/+5
|
* SONAR-8338 add properties to control log level of JMX related loggersSébastien Lesaint2016-11-164-5/+31
|
* SONAR-8337 add documentation for new properties in sonar.propertiesSébastien Lesaint2016-11-161-0/+6
|
* SONAR-8337 add properties to control ES log level in Web and CESébastien Lesaint2016-11-165-2/+165
|
* SONAR-8336 add documentation for new properties in sonar.propertiesSébastien Lesaint2016-11-161-1/+6
|
* SONAR-8336 add properties to control SQL logs level in CE and WebSébastien Lesaint2016-11-1613-22/+220
|
* SONAR-8341 add ITSébastien Lesaint2016-11-161-0/+10
|
* SONAR-8341 add INFO log in App when SQ is done startingSébastien Lesaint2016-11-164-18/+122
|
* SONAR-8335 most accurate property rather than lowest level must applySébastien Lesaint2016-11-165-13/+54
|
* SONAR-8335 better error reporting on property values and UT coverageSébastien Lesaint2016-11-167-44/+243
|
* SONAR-8335 document new properties in sonar.propertiesSébastien Lesaint2016-11-161-1/+9
|
* SONAR-8335 support properties to configure log level per JVMSébastien Lesaint2016-11-167-28/+45
|
* SONAR-8385 apply feedbackStas Vilchik2016-11-162-4/+4
|
* SONAR-8382 apply feedbackStas Vilchik2016-11-164-20/+34
|
* SONAR-8389 Property set settings order should be keptTeryk Bellahsene2016-11-164-6/+8
|
* SONAR-6996 Replace the issue key by the file name in the 'issue changed' ↵Teryk Bellahsene2016-11-167-14/+16
| | | | notification
* SONAR-8365 Improve description of developer parametersin ↵Teryk Bellahsene2016-11-161-2/+2
| | | | api/measures/component_tree
* SONAR-8382 move About link to the top navStas Vilchik2016-11-163-2/+11
|
* SONAR-8298 Ability to configure timeout of web sessionsSimon Brandhof2016-11-163-41/+78
|
* SONAR-6912 add response example to api/users/deactivateSimon Brandhof2016-11-164-14/+20
|
* SONAR-6912 do not deactivate last organization administratorSimon Brandhof2016-11-166-20/+223
|
* SONAR-6912 Refactor WS api/users/deactivateSimon Brandhof2016-11-166-183/+150
| | | | | | - remove dead code for Ruby - move codebase from UserUpdater to DeactivateAction - sanitize tests
* SONAR-6912 Use System2 in BaseIndexerSimon Brandhof2016-11-1638-168/+197
| | | | | | in order to wrap call to System.currentTimeMillis(). That is needed to bypass the condition "if (requestedAt > lastUpdatedAt)" in tests.
* SONAR-8382 fix sign up, fix image urlsStas Vilchik2016-11-164-7/+7
|
* improve header consistency between pagesStas Vilchik2016-11-163-10/+17
|
* Improve reliability of RestartTest as Oracle init is slowSimon Brandhof2016-11-161-1/+1
| | | | | Creation of all Oracle tables can be more than 5 minutes in our QA environment.
* SONAR-8339 drop access_log-like log debug line in Web serverSébastien Lesaint2016-11-163-95/+2
|
* enable back upgrade tests QA axesSébastien Lesaint2016-11-161-4/+4
|
* SONAR-8333 add info log when a subprocess fails to startSébastien Lesaint2016-11-161-1/+5
|
* SONAR-8333 fixing ITsSébastien Lesaint2016-11-164-12/+17
|
* SONAR-8333 make APP logging configuration support 4 log filesSébastien Lesaint2016-11-1615-208/+578
| | | | | | add support for option sonar.wrapped=true to detect when SQ is started by JWP (wrapper) and correctly support all logging use cases include refactoring at LogBackHelper level to simplify code refactor applying log level property to make all process support only INFO, DEBUG and TRACE
* SONAR-8333 restore process name in logsSébastien Lesaint2016-11-169-32/+137
| | | | because when running ITs with option -Dsonar.log.console we can't make a difference between logs from each process anymore
* SONAR-8333 make ES log into its own log fileSébastien Lesaint2016-11-167-50/+73
|
* SONAR-8333 use orchestrator 3.13-build783 to fix SQ ITs based on logsSébastien Lesaint2016-11-1612-38/+30
|
* SONAR-8333 make CE and WEB log in their own filesSébastien Lesaint2016-11-165-59/+85
|
* SONAR-8333 remove dead log filtering in CE tasks logsSébastien Lesaint2016-11-166-251/+1
|
* SONAR-8385 Provide an option to extend the landing pageStas Vilchik2016-11-165-3/+17
|
* SONAR-8382 Create landing page for anonymous usersStas Vilchik2016-11-1637-33/+1325
|
* Decrease complexity of org.sonar.server.projectlink.ws.SearchActionSimon Brandhof2016-11-161-6/+3
| | | | Minor change on null conditions when using protobuf builders.
* Automatic merge from branch-6.1Simon Brandhof2016-11-160-0/+0
|\ | | | | | | | | * origin/branch-6.1: SONAR-8318 api/project_links/search support null name or type
| * SONAR-8318 api/project_links/search support null name or typeSébastien Lesaint2016-11-152-12/+32
| |
* | temporarily disable upgrade testsSébastien Lesaint2016-11-161-4/+4
| |