aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/branch-4.5'Julien Lancelot2014-10-173-4/+3
|\ | | | | | | | | 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-173-4/+3
| | | | | | | | | | | | 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-143-3/+4
|\| | | | | | | | | | | | | | | | | 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-103-3/+4
| | | | | | | | side cursor
* | Fix quality flawsSimon Brandhof2014-10-093-18/+22
| |
* | SONAR-5687 refactor configuration of clusterSimon Brandhof2014-10-092-4/+4
| |
* | Central definition of properties shared by ES, web and monitor processesSimon Brandhof2014-10-086-50/+42
| |
* | 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
* | SONAR-5643 Provide a default SVN SCM ProviderJulien HENRY2014-10-021-0/+6
| |
* | SONAR-5473 Fix fetching of remote SCM dataJulien HENRY2014-10-021-0/+6
| |
* | Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-09-303-2/+9
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Maven profiles for each technical stackSimon Brandhof2014-09-302-1/+8
| | | | | | | | and remove sonar-channel helpers from sonar-testing-harness
| * Update version to 4.5.1-SNAPSHOTEric Hartmann2014-09-291-1/+1
| |
| * Release 4.54.5Eric Hartmann2014-09-291-1/+1
| |
| * Redirect JSW logs to sonar.log instead of application.logSimon Brandhof2014-09-291-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2014-09-261-1/+1
| |
| * [maven-release-plugin] prepare release 4.5-RC34.5-RC3Eric Hartmann2014-09-261-1/+1
| |
* | Revert "SONAR-5473 Fix fetching of remote SCM data"Simon Brandhof2014-09-261-6/+0
| | | | | | | | This reverts commit da96eeccbe28e91619d60b34ae91ad442de6ce08.
* | Automatic merge from branch-4.5Jenkins CI2014-09-252-12/+8
|\| | | | | | | | | | | | | | | * origin/branch-4.5: SONAR-4898 add missing tests SONAR-4898 add missing tests Use correct temp dir for Ruby on Rails app Fail server startup if can not connect to DB
| * SONAR-4898 add missing testsSimon Brandhof2014-09-252-12/+8
| |
* | SONAR-5473 Fix fetching of remote SCM dataJulien HENRY2014-09-251-0/+6
| |
* | 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
| |
| * SONAR-5621 merge log filesSimon Brandhof2014-09-242-3/+26
| |
* | Automatic merge from branch-4.5Jenkins CI2014-09-222-1/+91
|\| | | | | | | | | * origin/branch-4.5: SONAR-4898 add some tests
| * SONAR-4898 add some testsSimon Brandhof2014-09-222-1/+91
| |
* | Merge remote-tracking branch 'origin/branch-4.5'Simon Brandhof2014-09-221-1/+15
|\|
| * SONAR-4898 add sonar.enableStopCommand property for internal useSimon Brandhof2014-09-221-1/+15
| |
* | Merge remote-tracking branch 'origin/branch-4.5'Simon Brandhof2014-09-224-41/+5
|\| | | | | | | | | Conflicts: server/sonar-search/src/main/java/org/sonar/search/SearchServer.java
| * SONAR-4898 drop RMI and autokillSimon Brandhof2014-09-214-41/+5
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2014-09-161-1/+1
| |
| * [maven-release-plugin] prepare release 4.5-RC24.5-RC2Eric Hartmann2014-09-161-1/+1
| |
* | SONAR-5389 New dependency APIJulien HENRY2014-09-171-7/+0
| |
* | Merge remote-tracking branch 'origin/branch-4.5'Simon Brandhof2014-09-122-111/+67
|\| | | | | | | | | | | | | | | Conflicts: server/process/pom.xml server/process/sonar-process/src/main/java/org/sonar/process/MonitoredProcess.java server/sonar-process-monitor/pom.xml server/sonar-process/pom.xml
| * SONAR-4898 add timeout to RMI calls on isReady()Simon Brandhof2014-09-121-1/+1
| |
| * Merge branch 'process-monitoring' into branch-4.5Simon Brandhof2014-09-122-107/+64
| |\
| | * SONAR-4898 refactor process monitoringSimon Brandhof2014-09-122-107/+64
| | |
| * | [maven-release-plugin] prepare for next development iterationEric Hartmann2014-09-081-1/+1
| | |
| * | [maven-release-plugin] prepare release 4.5-RC14.5-RC1Eric Hartmann2014-09-081-5/+4
| |/
* | SONAR-5560 - enabled scrolling for synchronizerStephane Gamard2014-09-081-1/+1
| |
* | Upgrade version to 5.0-SNAPSHOTEric Hartmann2014-09-041-1/+1
|/
* Fix minor quality flawSimon Brandhof2014-09-011-1/+1
|
* Null authorName instead of "Not Yet Implemented"Stephane Gamard2014-08-291-5/+4
|
* SONAR-4898 - fix early termination leaves search server as ghostStephane Gamard2014-08-291-5/+5
|
* SONAR-4898 - fix early termination leaves search server as ghostStephane Gamard2014-08-292-4/+4
|