aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/src
Commit message (Expand)AuthorAgeFilesLines
* SONAR-4781 Properties starting with "sonar.web." can't be encrypted in sonar....Julien Lancelot2014-04-182-2/+2
* SONAR-5226 Remove extensions/jdbc-driver/h2Julien Lancelot2014-04-171-5/+4
* Replacement injection of ServletContext by Properties in PlatformJulien Lancelot2014-04-1617-7/+660
* SONAR-5204 add commentSimon Brandhof2014-04-091-1/+3
* SONAR-5075 Update application name in shell scriptsJulien HENRY2014-04-087-14/+14
* SONAR-5204 fix initial heap sizeSimon Brandhof2014-04-081-7/+7
* SONAR-5204 add a link to JIRA ticket in wrapper.confSimon Brandhof2014-04-071-1/+2
* SONAR-5204 allow server to use more than 4Gb RAMSimon Brandhof2014-04-071-13/+14
* Merge branch 'master' of github.com:red6/sonar into red6-masterSimon Brandhof2014-04-023-4/+38
|\
| * SONAR-4742 Add support of AJP 1.3 protocolJan Stamer2014-02-153-4/+38
* | SONAR-5075 Update the title of the command window when starting the web serve...Julien HENRY2014-03-211-4/+4
* | Merge branch 'master' of github.com:jdigweed/sonar into jdigweed-masterSimon Brandhof2014-03-213-2/+76
|\ \
| * | adding clientAuth commentJohn W2014-03-201-0/+6
| * | Adding clientauth testsJohn W2014-03-201-1/+48
| * | Adding truststore properties; making clientAuth configurableJohn W2014-03-201-1/+5
| * | Adding properties/comments for truststore configurationJohn W2014-03-201-0/+17
| |/
* | SONAR-4843 Document sonar.rails.dev in conf/sonar.propertiesSimon Brandhof2014-03-151-1/+6
* | SONAR-4843 Rename the property sonar.web.dev to sonar.rails.devSimon Brandhof2014-03-152-4/+4
* | Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-1116-16/+16
|/
* SONAR-5000 add comments to sonar.propertiesSimon Brandhof2014-01-141-1/+3
* SONAR-5000 Stop support of the property "sonar.jdbc.schema"Simon Brandhof2014-01-081-13/+0
* SONAR-4756 Remove thread part from log format when profilingLevel < FULLJean-Baptiste Lievremont2014-01-071-1/+1
* SONAR-4968 Remove mac 32bits scriptSimon Brandhof2013-12-121-571/+0
* SONAR-4756 Document profiling level property in config fileJean-Baptiste Lievremont2013-12-121-0/+7
* SONAR-4756 Use sonar.log.console to decide if console logging is enabledJean-Baptiste Lievremont2013-12-041-0/+2
* SONAR-4756 Show Rails logs when profiling level is FULLJean-Baptiste Lievremont2013-12-031-2/+2
* SONAR-4756 Fix default config (server messages tested in ITs)Jean-Baptiste Lievremont2013-12-021-1/+6
* SONAR-4756 Fix side effect (SONAR_HOME not set in webapp tests)Jean-Baptiste Lievremont2013-12-022-3/+27
* SONAR-4756 Silence default logger before proper logging configuration is loadedJean-Baptiste Lievremont2013-12-021-0/+43
* SONAR-4756 Move log level configuration to sonar-server - WIPJean-Baptiste Lievremont2013-12-022-107/+2
* SONAR-4756 Add thread identifier to logging format on file appenderJean-Baptiste Lievremont2013-12-021-1/+1
* SONAR-4912 Keep deprecated rules extension on server sideJulien HENRY2013-11-261-1/+0
* SONAR-4833 Increase permanent generation size to accomodate for ElasticSearchJean-Baptiste Lievremont2013-11-251-1/+1
* SONAR-4901 Add profiling logs around ES queriesJean-Baptiste Lievremont2013-11-221-0/+6
* SONAR-4858 Silence search errorsJean-Baptiste Lievremont2013-11-211-2/+2
* SONAR-4832 Tune down ElasticSearch loggingJean-Baptiste Lievremont2013-11-211-0/+11
* SONAR-4741 Bind to 0.0.0.0 by defaultSimon Brandhof2013-10-243-2/+53
* SONAR-4741 Log clear message when HTTP and HTTPS ports are the sameSimon Brandhof2013-10-242-7/+29
* Better error message when wrapper.conf is not correctSimon Brandhof2013-10-233-8/+27
* Log in console when server is upSimon Brandhof2013-10-216-28/+37
* Property sonar.web.host was used for shutdown portSimon Brandhof2013-10-212-3/+5
* SONAR-4742 remove AJP supportSimon Brandhof2013-10-173-55/+1
* Add a warning when server development mode is enabledSimon Brandhof2013-10-161-0/+2
* Reduce size of server classpathSimon Brandhof2013-10-152-5/+1
* SONAR-4675 unit test must not generate temp files in sourcesSimon Brandhof2013-10-151-15/+17
* SONAR-4675 change order of AJP/HTTPS properties in conf/sonar.propertiesSimon Brandhof2013-10-151-3/+3
* SONAR-4675 root web context must be "" instead of "/"Simon Brandhof2013-10-152-4/+15
* SONAR-4675 remove ability to customize logback-access.xmlSimon Brandhof2013-10-146-34/+37
* SONAR-4742 Add support of AJP 1.3 protocolSimon Brandhof2013-10-143-47/+128
* SONAR-4741 HTTPS modeSimon Brandhof2013-10-1410-88/+351