aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/src/main
Commit message (Collapse)AuthorAgeFilesLines
...
* Useless codeDavid Gageot2015-05-121-1/+1
|
* Fix quality flawsSimon Brandhof2015-04-241-1/+1
|
* SONAR-6445 Decrease the max memory used by server bootstrapper processSimon Brandhof2015-04-221-2/+1
|
* SONAR-6434 Stop the support of Oracle 10gSimon Brandhof2015-04-201-3/+3
|
* Add missing line to clearly separate propertiesFabrice Bellingard2015-04-011-0/+1
|
* Remove bad comment of sonar.properties about encodingSimon Brandhof2015-03-301-4/+0
| | | | Encoding is UTF-8, but not ISO-8859-1 as documented.
* SONAR-6293 refactor loading of default values of sonar.propertiesSimon Brandhof2015-03-305-116/+32
|
* SONAR-6293 add property sonar.search.hostschnatterer2015-03-271-0/+2
|
* Complete documentation of db section in sonar.propertiesSimon Brandhof2015-03-091-2/+5
|
* SONAR-6036 : Remove KnownJavaCommand and clean the memory at the startup of ↵Eric Hartmann2015-02-211-2/+1
| | | | the ProcessCommand
* SONAR-6036 use IPC (Inter Process Communication) for monitoringEric Hartmann2015-02-202-2/+3
| | | | processes
* Fix links to documentation of plugins: ↵Simon Brandhof2015-02-201-2/+2
| | | | http://redirect.sonarsource.com/doc/plugin-library.html
* SONAR-6194 SONAR-5009 profiling api + unique property sonar.log.levelSimon Brandhof2015-02-191-2/+2
|
* SONAR-5700 ability to change level of loggers of 3rd-party librariesSimon Brandhof2015-02-191-5/+4
|
* Support property sonar.log.debug (boolean)Simon Brandhof2015-02-191-0/+2
|
* SONAR-6057 Make log rotation more configurable for productionSimon Brandhof2015-02-194-59/+125
|
* SONAR-6110 Drop support files for Linux PPC 64Julien Lancelot2015-02-131-564/+0
|
* SONAR-6140 use JVM ciphers by defaultSimon Brandhof2015-02-041-3/+9
|
* SONAR-6139 Upgrade Tomcat from 7.0.54 to 8.0.18Simon Brandhof2015-02-021-2/+3
| | | | SONAR-6141 apply Mozilla recommandations for default ciphers (Intermediate Compatibility)
* SONAR-6140 Ability to restrict list of HTTPS ciphers with the new propert ↵Simon Brandhof2015-02-021-0/+9
| | | | sonar.web.https.ciphers
* SONAR-6115 SonarQube is slower whilst running with Java8 vs Java7Simon Brandhof2015-01-292-5/+9
|
* SONAR-6088 Remove old preview/h2 modeJulien HENRY2015-01-271-11/+3
|
* Automatic merge from branch-5.0Jenkins CI2015-01-071-11/+22
|\ | | | | | | | | | | | | * origin/branch-5.0: Improve documentation of memory settings Add missing sonar-testing-harness in sonar-maven-plugin module Fix documentation of JVM server mode
| * Improve documentation of memory settingsSimon Brandhof2015-01-061-9/+19
| |
| * Fix documentation of JVM server modeSimon Brandhof2015-01-061-7/+8
| |
* | Fix quality flawsSimon Brandhof2015-01-061-6/+5
|/
* SONAR-6022 Update dead links pointing to documentationFabrice Bellingard2015-01-062-2/+2
|
* Remove wront comment about file.encoding=UTF-8 in sonar.propertiesSimon Brandhof2015-01-051-1/+0
|
* Increase default ES max heap size from 256m to 1GSimon Brandhof2014-12-021-1/+1
|
* Increase default ES max heap size from 256m to 1GSimon Brandhof2014-12-021-1/+1
|
* SONAR-5828 Fix default value of property sonar.jdbc.maxActiveSimon Brandhof2014-11-042-6/+25
|
* SONAR-5605 revert to mysql client cursorSimon Brandhof2014-10-302-2/+1
|
* Revert "Revert "SONAR-5605 MySQL: configure driver to use server side cursor ↵Julien Lancelot2014-10-232-1/+2
| | | | | | | | | and not client side cursor"" This reverts commit cbd911bcb1bc40510fdf56639ef7476612bec24c. Conflicts: sonar-application/src/test/java/org/sonar/application/JdbcSettingsTest.java
* Merge remote-tracking branch 'origin/branch-4.5'Julien Lancelot2014-10-172-2/+1
|\ | | | | | | | | Conflicts: sonar-application/src/test/java/org/sonar/application/JdbcSettingsTest.java
| * Revert "SONAR-5605 MySQL: configure driver to use server side cursor and not ↵Julien Lancelot2014-10-172-2/+1
| | | | | | | | | | | | client side cursor" This reverts commit ccf4726ae0530695bd55903a989bbd6afae1dd5c.
* | Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-10-142-3/+7
|\| | | | | | | | | Conflicts: sonar-application/src/main/java/org/sonar/application/DefaultSettings.java
| * SONAR-5692 document sonar.search.httpPort in the developer section of ↵Simon Brandhof2014-10-141-0/+5
| | | | | | | | sonar.properties
| * SONAR-5710 remove duplicated JVM options in command-lineSimon Brandhof2014-10-141-3/+2
| |
* | Merge remote-tracking branch 'origin/branch-4.5'Julien Lancelot2014-10-142-1/+2
|\| | | | | | | | | | | | | | | | | Conflicts: plugins/sonar-xoo-plugin/src/main/java/org/sonar/xoo/XooPlugin.java sonar-application/src/main/assembly/conf/sonar.properties sonar-application/src/test/java/org/sonar/application/JdbcSettingsTest.java sonar-core/src/main/java/org/sonar/core/persistence/DatabaseVersion.java sonar-core/src/main/resources/org/sonar/core/persistence/rows-h2.sql
| * SONAR-5605 MySQL: configure driver to use server side cursor and not client ↵Julien Lancelot2014-10-102-1/+2
| | | | | | | | side cursor
* | Fix quality flawsSimon Brandhof2014-10-091-8/+6
| |
* | SONAR-5687 refactor configuration of clusterSimon Brandhof2014-10-091-2/+2
| |
* | Central definition of properties shared by ES, web and monitor processesSimon Brandhof2014-10-084-43/+33
| |
* | Merge remote-tracking branch 'origin/branch-4.5'Stephane Gamard2014-10-083-5/+19
|\| | | | | | | | | | | Conflicts: server/sonar-server/src/main/java/org/sonar/server/rule/index/RuleIndex.java sonar-batch/src/main/java/org/sonar/batch/scan2/DefaultFileLinesContextFactory.java
| * SONAR-5710 Some JVM options should not be configurableSimon Brandhof2014-10-082-6/+8
| |
| * SONAR-5709 Add properties sonar.search.javaAdditionalOpts and ↵Simon Brandhof2014-10-083-1/+13
| | | | | | | | sonar.web.javaAdditionalOpts
* | Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-09-301-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/sonar-core-plugin/pom.xml plugins/sonar-cpd-plugin/pom.xml plugins/sonar-dbcleaner-plugin/pom.xml plugins/sonar-design-plugin/pom.xml plugins/sonar-email-notifications-plugin/pom.xml plugins/sonar-l10n-en-plugin/pom.xml plugins/sonar-xoo-plugin/pom.xml pom.xml server/pom.xml server/sonar-process-monitor/pom.xml server/sonar-process/pom.xml server/sonar-search/pom.xml server/sonar-server/pom.xml server/sonar-web/pom.xml server/sonar-ws-client/pom.xml sonar-application/pom.xml sonar-batch-maven-compat/pom.xml sonar-batch-protocol/pom.xml sonar-batch/pom.xml sonar-check-api/pom.xml sonar-colorizer/pom.xml sonar-core/pom.xml sonar-deprecated/pom.xml sonar-duplications/pom.xml sonar-graph/pom.xml sonar-home/pom.xml sonar-java-api/pom.xml sonar-markdown/pom.xml sonar-maven-plugin/pom.xml sonar-maven3-plugin/pom.xml sonar-plugin-api/pom.xml sonar-plugin-api/src/test/java/org/sonar/api/utils/HttpDownloaderTest.java sonar-testing-harness/pom.xml
| * Redirect JSW logs to sonar.log instead of application.logSimon Brandhof2014-09-291-1/+1
| |
* | Automatic merge from branch-4.5Jenkins CI2014-09-242-3/+36
|\| | | | | | | | | | | | | * origin/branch-4.5: SONAR-5621 Merge server log files into a single one SONAR-5621 merge log files Update description of "sonar.technicalDebt.ratingGrid"
| * SONAR-5621 Merge server log files into a single oneSimon Brandhof2014-09-241-4/+14
| |