summaryrefslogtreecommitdiffstats
path: root/server/sonar-process
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-7226 deploy all artifacts to central, except SQ zipSimon Brandhof2016-02-041-17/+0
|
* SONAR-7122 Drop the ability to customize the web app contextSimon Brandhof2016-02-021-4/+0
|
* Use INFO level by default in unit testsSimon Brandhof2016-02-021-1/+1
|
* Fix project title in copyright headersSimon Brandhof2016-01-1344-44/+44
|
* SONAR-7168 replace System.err with LOG.trace in Monitor and LifecycleSébastien Lesaint2016-01-131-1/+1
|
* SONAR-7168 fix stop during restart not workingSébastien Lesaint2016-01-138-143/+435
| | | | | lifeCycle transition from RESTARTING to STOPPING should actually _not_ be allowed because it can occur when restarting child processes (the WatcherThreads detects that stop and tries to shutdown all other processes), this fixes the issue by adding a HARD_STOPPING state, representing a not gracefull stop, to which transition from RESTARTING is allowed adds class AllProcessesCommands which implements access to sharedMemory for any process and is now used as the underlying implementation of DefaultProcessCommands. This class allows using a single IO to access sharedMemory from App
* SONAR-7168 fix stop failing during restart + restart WS call flood issueSébastien Lesaint2016-01-133-27/+41
| | | | | stop triggered though shareMemory by Orchestrator did not work when a restart was under way be lifeCycle transition from RESTARTING to STOPPING wasn't allowed when flooding the restart WS, the restart never occured because the WS erased the shareMemory space of the WebServer when called called, erasing the stop signal sent by the main process
* SONAR-7168 rework threads and restart implementationSébastien Lesaint2016-01-132-12/+100
|
* SONAR-7168 add support for restart requested by child processesSébastien Lesaint2016-01-131-4/+13
|
* SONAR-7168 add restart request support to ProcessCommandsSébastien Lesaint2016-01-134-6/+86
|
* Fix quality flaws5.4-M3Simon Brandhof2016-01-061-1/+1
|
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-0542-174/+168
|
* Fix quality flawsSimon Brandhof2016-01-041-1/+0
|
* Automatic merge from branch-5.3Jenkins CI2015-12-142-52/+25
|\ | | | | | | | | | | | | * origin/branch-5.3: SONAR-7141 Fail fast if server started with Java 1.6 SONAR-7140 Do not check java.io.tmpdir in bootstrap process SONAR-6905 Batch should dump analysis-related URL into a properties file
| * SONAR-7141 Fail fast if server started with Java 1.6Simon Brandhof2015-12-142-5/+5
| |
| * SONAR-7140 Do not check java.io.tmpdir in bootstrap processSimon Brandhof2015-12-142-50/+23
| |
* | Upgrade version to 5.4-SNAPSHOTEric Hartmann2015-12-091-1/+1
|/
* 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.