summaryrefslogtreecommitdiffstats
path: root/server/sonar-process
Commit message (Collapse)AuthorAgeFilesLines
* [maven-release-plugin] prepare release 5.6.15.6.1David Rautureau2016-07-251-3/+2
|
* set next dev version to 5.6.1-SNAPSHOTTom2016-06-271-1/+1
|
* Remove useless declaration of animal-sniffer-maven-pluginSimon Brandhof2016-06-091-15/+2
|
* Update version to 5.6-SNAPSHOTTom2016-06-011-1/+1
|
* Release 5.65.6Tom2016-06-011-1/+1
|
* prepare for next development iteration on release branchTom2016-05-271-1/+1
|
* release 5.6-RC2Tom2016-05-271-1/+1
|
* SONAR-7653 remove useless codeSimon Brandhof2016-05-262-33/+2
| | | | | | JVM does not start if runtime version is not 1.8, so it's useless to check java version programmatically.
* SONAR-7653 remove Java option XX:MaxPermSizeSimon Brandhof2016-05-261-2/+2
| | | | this option is dropped from java 8
* prepare for next development iteration on release branchTom2016-05-201-1/+1
|
* Release 5.6-RC1Tom2016-05-201-1/+1
|
* fix quality flawsSébastien Lesaint2016-05-201-0/+20
|
* Improve stability of ProcessUtilsTest on slow envSimon Brandhof2016-05-181-2/+2
|
* SONAR-7422 add DefaultProcessCommand#reset()Sébastien Lesaint2016-05-182-1/+27
|
* SONAR-7580 jdbc_url default value is computed or set by JdbcSettingsSébastien Lesaint2016-05-121-1/+0
| | | | it used to be hardcoded to jdbc:h2:tcp://localhost:9092/sonar, which did not take into account the optionaly specified embedded database port property
* Automatic merge from branch-5.5Jenkins CI2016-04-121-1/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/branch-5.5: QA: enable deploy on branch-* add l10n names for reliability_rating and security_rating Add PropertiesDao.deleteById SONAR-7533 Hide sonar.login property in analysis.log sent in the scanner report SONAR-7238 do not display identity provider details when it is "sonarqube" fix bug which prevents to add a quality gate condition for "new_" metric SONAR-7402 clicking on project bubble brings to the project page Fix javadoc errors Exclude protobuf code from SQ analysis Fix some Javadoc warnings Improve javadoc Change return type of Plugin#getSonarQubeVersion()
| * Exclude protobuf code from SQ analysisJulien HENRY2016-04-111-1/+5
| |
| * fixed version for 5.5-SNAPSHOTTom2016-04-111-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationTom2016-04-071-1/+1
| |
| * [maven-release-plugin] prepare release 5.5-RC15.5-RC1Tom2016-04-071-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationTom2016-04-071-1/+1
| |
| * [maven-release-plugin] prepare release 5.5Tom2016-04-071-3/+2
| |
* | Upgrade version to 5.6-SNAPSHOTTom2016-04-071-1/+1
|/
* SONAR-7411 drop support for HTTPs Tomcat connectorSébastien Lesaint2016-04-061-55/+0
|
* Fix quality flawsSimon Brandhof2016-04-061-1/+1
|
* Fix ProcessStateSystemInfoTest on Java 8Simon Brandhof2016-04-051-5/+2
|
* SONAR-7436 replace JMX/RMI by HTTPSimon Brandhof2016-04-0522-578/+415
|
* Revert "SONAR-7122 Drop the ability to customize the web app context"Julien Lancelot2016-03-311-0/+4
| | | | | | This reverts commit 8f7a9ad479a219fc22ac729a23f220e450c572b7. SONAR-7494 Reintroduce the web app context
* SONAR-7436 System Info must not fail if the monitored process is not upSimon Brandhof2016-03-256-10/+247
|
* SONAR-7436 Add DEBUG log when setting JMX URLSimon Brandhof2016-03-251-3/+7
|
* SONAR-7436 Monitoring of CE process in system WS and consoleSimon Brandhof2016-03-2521-10/+813
|
* fix quality flawsSébastien Lesaint2016-03-221-3/+5
|
* SONAR-6732 CE and WebServer must share the same startedAt dateSébastien Lesaint2016-03-211-0/+1
|
* SONAR-7435 reduce heap of both CE and WebServer to 512Sébastien Lesaint2016-03-211-2/+2
|
* SONAR-7435 add sonar.ce.javaOpts and sonar.ce.javaAdditionalOptsSébastien Lesaint2016-03-211-0/+7
| | | | also enforce some JVM parameters
* SONAR-7435 CE process waiting for WebServer to be operationalSébastien Lesaint2016-03-212-19/+53
| | | | CE detects WebServer is operational though shared file IPC (see ProcessCommand)
* SONAR-7435 DefaultProcessCommands close() doesn't throw any exceptionSébastien Lesaint2016-03-213-3/+4
| | | | this make writing try-with-resource easier
* SONAR-7435 SQ processes should have constant process idsSébastien Lesaint2016-03-212-2/+10
| | | | remove process id generation from JavaCommand
* SONAR-7435 replace DefaultProcessCommands constructors by static methodsSébastien Lesaint2016-03-213-22/+54
|
* SONAR-7435 add operational flag to shared memory IPCSébastien Lesaint2016-03-214-32/+100
|
* SONAR-7435 rename state when process is done starting from ready to upSébastien Lesaint2016-03-2111-93/+111
| | | | also clean up code of DefaultProcessCommands and fix it's Javadoc which was out of sync with implementation
* SONAR-7435 move awaitTermination to ProcessUtils and add UTsSébastien Lesaint2016-03-212-0/+99
|
* Improve allocation of new ports in integration testsSimon Brandhof2016-03-071-1/+0
|
* SONAR-7330 delete ES script "ListUpdate"Simon Brandhof2016-02-291-3/+0
|
* Automatic merge from branch-5.4Jenkins CI2016-02-154-7/+432
|\ | | | | | | | | | | | | | | | | | | | | * origin/branch-5.4: Refactor a bit ComponentContainer stabilize ProjectDrilldownTest SONAR-7125 use efficient delete dir code in core, batch and server SONAR-7125 use efficient delete dir from NIO in sonar-api SONAR-7125 add FileUtils in sonar-core with efficient delete methods SONAR-7125 use efficient delete dir method in sonar-process SONAR-7125 use nio to clean temp directory at startup
| * SONAR-7125 use efficient delete dir method in sonar-processSébastien Lesaint2016-02-124-7/+432
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2016-02-091-1/+1
| |
| * [maven-release-plugin] prepare release 5.4-RC15.4-RC1Eric Hartmann2016-02-091-1/+1
| |
* | Upgrade version to 5.5-SNAPSHOTEric Hartmann2016-02-091-1/+1
|/
* SONAR-7168 fix quality flaw in AllProcessesCommandsSébastien Lesaint2016-02-083-4/+12
|