aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-process
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/branch-5.2'Simon Brandhof2015-10-301-0/+17
|\
| * Do not deploy internal artifacts to maven central repoSimon Brandhof2015-10-291-0/+17
| |
| * [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-271-1/+1
| |
| * [maven-release-plugin] prepare release 5.2-RC4Thomas Vérin2015-10-271-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-201-1/+1
| |
| * [maven-release-plugin] prepare release 5.2-RC35.2-RC3Thomas Vérin2015-10-201-1/+1
| |
* | Automatic merge from branch-5.1Jenkins CI2015-10-142-29/+86
|\| | | | | | | | | | | | | | | | | * origin/branch-5.2: Improve message when trying to install a non-plugin JAR Fix enforcer rule about size of zip Fix reliability of NetworkUtils#freePort() Fix Maven warnings SONAR-6219 Fix ruby warning "don't put space before argument parentheses"
| * Fix reliability of NetworkUtils#freePort()Simon Brandhof2015-10-132-29/+86
| |
* | Upgrade version to 5.3-SNAPSHOTThomas Vérin2015-10-131-1/+1
|/
* [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-131-1/+1
|
* [maven-release-plugin] prepare release 5.2-RC25.2-RC2Thomas Vérin2015-10-131-1/+1
|
* [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-121-1/+1
|
* [maven-release-plugin] prepare release 5.2-RC15.2-RC1Thomas Vérin2015-10-121-1/+1
|
* Fix Xms java option of sonar.web.javaOptsSimon Brandhof2015-10-121-1/+1
| | | | | - missing "-Djava.net.preferIPv4Stack=true" in comment of sonar.properties - missing default value "-Xms256m"
* Replace groupIds org.codehaus by org.sonarsourceSimon Brandhof2015-10-091-2/+2
|
* SONAR-6914 Change default sizes of HTTP and DB poolsSimon Brandhof2015-10-092-4/+3
|
* SONAR-6830 add WS api/system/logs and api/system/change_log_levelSimon Brandhof2015-10-062-5/+3
|
* SONAR-6863 Support Integrated Authentication for SQL Server with SonarQube ↵Koushik Dasgupta2015-09-292-3/+0
| | | | | | installed in Windows Enabling Integrated Authentication for connecting to MS Sql Server. Default value for sonar.jdbc.username and sonar.jdbc.password have been removed.
* SONAR-6799 SONAR-6232 compute engine logsSimon Brandhof2015-09-272-7/+22
| | | | | | - add WS api/ce/logs - add boolean field 'logs' to the responses of the WS that return tasks - purge log files (max nb of files per project can be configured)
* Fix test false-positives when port is already in useSimon Brandhof2015-09-041-1/+1
|
* Rename remaining variables "sut" to "underTest" in testsSimon Brandhof2015-07-161-18/+18
|
* The test is still unstableDavid Gageot2015-07-131-4/+4
|
* FIX race condition on LogbackHelperDavid Gageot2015-07-072-14/+14
|
* Attempt to remove false-positive on LogbackHelperTestSimon Brandhof2015-07-071-0/+12
|
* Test should be less flaky nowDavid Gageot2015-07-071-13/+8
|
* Unused importsDavid Gageot2015-07-071-1/+0
|
* Fix deprecated codeDavid Gageot2015-07-071-2/+2
|
* Fix Flaky testDavid Gageot2015-07-061-9/+2
|
* Cleanup warningsGabor Liptak2015-06-171-1/+1
|
* Increase some timeouts in testsSimon Brandhof2015-06-161-1/+1
|
* SONAR-6370 fix quality flawsSimon Brandhof2015-06-051-3/+4
|
* Replace references to jira.codehaus.org by jira.sonarsource.comSimon Brandhof2015-05-292-3/+3
|
* Extract an interface from org.sonar.process.ProcessCommandsSimon Brandhof2015-05-295-124/+194
| | | | | Try to stabilize StopWatcherTest when machine is slow or under pressure. More than 1 second could be spent in the creation of ProcessCommands mock.
* Faster sonar-process monitor to detect when process is startedSimon Brandhof2015-05-281-1/+1
|
* Use StandardCharsets instead of Guava and commons-ioSimon Brandhof2015-05-153-7/+8
|
* Useless codeDavid Gageot2015-05-122-2/+2
|
* Redundant throws clause in testsDavid Gageot2015-05-0712-46/+46
|
* Why wait for so "long"?David Gageot2015-05-071-1/+1
|
* Throw actual exceptionDavid Gageot2015-05-072-4/+4
|
* Dead codeDavid Gageot2015-05-072-10/+0
|
* Fix quality flawsSimon Brandhof2015-04-241-1/+1
|
* SONAR-6293 refactor loading of default values of sonar.propertiesSimon Brandhof2015-03-305-74/+201
|
* SONAR-6293 add property sonar.search.hostschnatterer2015-03-271-0/+1
|
* Update pom to 5.2-SNAPSHOTJulien Lancelot2015-02-271-1/+1
|
* Fix quality flawsSimon Brandhof2015-02-232-4/+7
|
* Fix quality flawsSimon Brandhof2015-02-231-1/+1
|
* Fix quality flawsSimon Brandhof2015-02-231-1/+1
|
* Fix cleaning of shared memoryEric Hartmann2015-02-211-2/+2
|
* SONAR-6036 : Remove KnownJavaCommand and clean the memory at the startup of ↵Eric Hartmann2015-02-211-0/+7
| | | | the ProcessCommand
* Revert "SONAR-6036 Try deleting the memory mapped file at JVM termination"Eric Hartmann2015-02-211-4/+1
| | | | This reverts commit 5bea5d7c5dfddf7f824977dd8e3bf93faac66be8.