Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/branch-4.5' | Julien Lancelot | 2014-10-14 | 2 | -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 Lancelot | 2014-10-10 | 2 | -1/+2 |
| | | | | | | | | side cursor | ||||
* | | Fix quality flaws | Simon Brandhof | 2014-10-09 | 1 | -8/+6 |
| | | |||||
* | | SONAR-5687 refactor configuration of cluster | Simon Brandhof | 2014-10-09 | 1 | -2/+2 |
| | | |||||
* | | Central definition of properties shared by ES, web and monitor processes | Simon Brandhof | 2014-10-08 | 4 | -43/+33 |
| | | |||||
* | | Merge remote-tracking branch 'origin/branch-4.5' | Stephane Gamard | 2014-10-08 | 3 | -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 configurable | Simon Brandhof | 2014-10-08 | 2 | -6/+8 |
| | | |||||
| * | SONAR-5709 Add properties sonar.search.javaAdditionalOpts and ↵ | Simon Brandhof | 2014-10-08 | 3 | -1/+13 |
| | | | | | | | | sonar.web.javaAdditionalOpts | ||||
* | | Merge remote-tracking branch 'remotes/origin/branch-4.5' | Simon Brandhof | 2014-09-30 | 1 | -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.log | Simon Brandhof | 2014-09-29 | 1 | -1/+1 |
| | | |||||
* | | Automatic merge from branch-4.5 | Jenkins CI | 2014-09-24 | 2 | -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 one | Simon Brandhof | 2014-09-24 | 1 | -4/+14 |
| | | |||||
| * | SONAR-5621 merge log files | Simon Brandhof | 2014-09-24 | 2 | -3/+26 |
| | | |||||
* | | Automatic merge from branch-4.5 | Jenkins CI | 2014-09-22 | 1 | -1/+7 |
|\| | | | | | | | | | * origin/branch-4.5: SONAR-4898 add some tests | ||||
| * | SONAR-4898 add some tests | Simon Brandhof | 2014-09-22 | 1 | -1/+7 |
| | | |||||
* | | Merge remote-tracking branch 'origin/branch-4.5' | Simon Brandhof | 2014-09-22 | 1 | -1/+15 |
|\| | |||||
| * | SONAR-4898 add sonar.enableStopCommand property for internal use | Simon Brandhof | 2014-09-22 | 1 | -1/+15 |
| | | |||||
* | | Merge remote-tracking branch 'origin/branch-4.5' | Simon Brandhof | 2014-09-22 | 3 | -37/+3 |
|\| | | | | | | | | | Conflicts: server/sonar-search/src/main/java/org/sonar/search/SearchServer.java | ||||
| * | SONAR-4898 drop RMI and autokill | Simon Brandhof | 2014-09-21 | 3 | -37/+3 |
| | | |||||
* | | Merge remote-tracking branch 'origin/branch-4.5' | Simon Brandhof | 2014-09-12 | 1 | -107/+59 |
|\| | | | | | | | | | | | | | | | 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 Brandhof | 2014-09-12 | 1 | -1/+1 |
| | | |||||
| * | SONAR-4898 refactor process monitoring | Simon Brandhof | 2014-09-12 | 1 | -107/+59 |
| | | |||||
* | | SONAR-5560 - enabled scrolling for synchronizer | Stephane Gamard | 2014-09-08 | 1 | -1/+1 |
|/ | |||||
* | Fix minor quality flaw | Simon Brandhof | 2014-09-01 | 1 | -1/+1 |
| | |||||
* | Null authorName instead of "Not Yet Implemented" | Stephane Gamard | 2014-08-29 | 1 | -5/+4 |
| | |||||
* | SONAR-4898 - fix early termination leaves search server as ghost | Stephane Gamard | 2014-08-29 | 1 | -5/+5 |
| | |||||
* | SONAR-4898 - fix early termination leaves search server as ghost | Stephane Gamard | 2014-08-29 | 2 | -4/+4 |
| | |||||
* | Testing IPv4 for sonar-server | Stephane Gamard | 2014-08-29 | 1 | -1/+1 |
| | |||||
* | SONAR-4898 try to fix ping monitoring | Simon Brandhof | 2014-08-28 | 1 | -2/+2 |
| | | | | Sometimes child autokills because it did not receive pings in the last 30 seconds. I hope it comes from the parent process that is slow to start monitoring (send pings). | ||||
* | Fix some quality flaws | Simon Brandhof | 2014-08-26 | 4 | -24/+17 |
| | |||||
* | Add missing tests in sonar-process module | Simon Brandhof | 2014-08-26 | 1 | -5/+0 |
| | |||||
* | Disable process monitoring when in debug with agentlib:jdwt | Stephane Gamard | 2014-08-25 | 1 | -0/+7 |
| | |||||
* | SONAR-5483 - Added cluster notification log | Stephane Gamard | 2014-08-25 | 1 | -1/+1 |
| | |||||
* | SONAR-5483 - Added cluster notification log | Stephane Gamard | 2014-08-25 | 1 | -0/+4 |
| | |||||
* | Revert Props setDefault | Stephane Gamard | 2014-08-14 | 1 | -1/+1 |
| | |||||
* | fix quality flaw & added test for UpdateListScriptFactory | Stephane Gamard | 2014-08-14 | 1 | -1/+1 |
| | |||||
* | fix quality flaws | Stephane Gamard | 2014-08-14 | 3 | -15/+33 |
| | |||||
* | SONAR-4898 - Can run in install dir with spaces in path. | Stephane Gamard | 2014-08-12 | 1 | -8/+8 |
| | |||||
* | SONAR-5519 create temp directory if not exists at startup | Simon Brandhof | 2014-08-07 | 1 | -2/+1 |
| | |||||
* | Fix merge | Simon Brandhof | 2014-08-07 | 2 | -8/+5 |
| | |||||
* | SONAR-5518 Remove the property sonar.embeddedDatabase.dataDir | Simon Brandhof | 2014-08-07 | 1 | -4/+2 |
| | |||||
* | SONAR-5499 Do not allow to change the distributed JDBC drivers | Simon Brandhof | 2014-08-07 | 11 | -317/+403 |
| | |||||
* | SONAR-4907 - Added naming for search and server within a node. | Stephane Gamard | 2014-08-06 | 2 | -0/+8 |
| | |||||
* | SONAR-4898 revert move of wrapper.conf - forgot MSWindows and its backslashes... | Simon Brandhof | 2014-08-06 | 10 | -10/+10 |
| | |||||
* | SONAR-4898 revert move of wrapper.conf | Simon Brandhof | 2014-08-06 | 8 | -39/+22 |
| | |||||
* | SONAR-5483 - renamed "sonar.search.clusterName" to "sonar.cluster.name" property | Stephane Gamard | 2014-08-05 | 1 | -1/+1 |
| | |||||
* | SONAR-5483 - Do not launch web server when "sonar.cluster.master" property ↵ | Stephane Gamard | 2014-08-05 | 2 | -4/+3 |
| | | | | is set | ||||
* | SONAR-5483 - Do not launch web server when "sonar.cluster.master" property ↵ | Stephane Gamard | 2014-08-05 | 1 | -20/+30 |
| | | | | is set | ||||
* | SONAR-4898 accept system properties starting with "sonar." | Simon Brandhof | 2014-08-04 | 1 | -1/+12 |
| | |||||
* | SONAR-4898 fix directory of access.log | Simon Brandhof | 2014-08-04 | 1 | -0/+1 |
| |