aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-process
Commit message (Collapse)AuthorAgeFilesLines
* fixing quality flaws (mostly Java NIO slow methods usage)Sébastien Lesaint2016-09-281-6/+6
|
* Fix instability of LogbackHelperSimon Brandhof2016-09-281-1/+15
|
* Improve handling of some thread interruptionsSimon Brandhof2016-09-212-1/+3
|
* Improve thread-safe initialization of SLF4JSimon Brandhof2016-09-211-14/+1
| | | | | http://jira.qos.ch/browse/SLF4J-167 has been fixed in SLF4J 1.7.14 so that the initialization trick can be removed from SonarQube.
* Prepare for next development iterationDavid Rautureau2016-09-191-1/+1
|
* SONAR-7909 reset sharedMemory at startupSébastien Lesaint2016-09-092-67/+96
|
* Merge branch 'branch-5.6'Sébastien Lesaint2016-09-091-1/+1
|\
| * SONAR-7884 update default Update Center URL to HTTPSSébastien Lesaint2016-09-081-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationDavid Rautureau2016-07-251-1/+1
| |
| * [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
| |
* | fix coverage of DefaultProcessCommandsSébastien Lesaint2016-08-251-38/+85
| |
* | SONAR-7989 remove AJP support in embedded tomcatSébastien Lesaint2016-08-251-5/+0
| |
* | SONAR-7825 rename ProcessCommands#systemInfoUrl to #httpUrlSébastien Lesaint2016-08-233-8/+8
| |
* | SONAR-7825 alter CE HTTP server for general useSébastien Lesaint2016-08-232-193/+0
| |
* | SONAR-7960 add task UUID to logsSébastien Lesaint2016-08-161-3/+3
| |
* | SONAR-7833 task start/stop logs in sonar.log only if DEBUG is enabledSébastien Lesaint2016-08-162-4/+3
| | | | | | | | | | start log is always at DEBUG level stop log is at DEBUG level in case of success, at ERROR level in case of error
* | SONAR-7908 ability to disable Elasticsearch processSimon Brandhof2016-08-031-16/+12
| |
* | SONAR-7910 support sonar.cluster.web.disabledSimon Brandhof2016-08-031-0/+2
| |
* | SONAR-7909 support sonar.cluster.ce.disabledSimon Brandhof2016-08-031-0/+2
| |
* | SONAR-7899 configure container of "startup followers"Simon Brandhof2016-07-291-2/+0
| |
* | fix some quality flawsSébastien Lesaint2016-07-211-2/+2
| |
* | Automatic merge from branch-6.0ssjenka2016-07-201-2/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/branch-6.0: do not display 0 on overview page when no profiles SONAR-7492 display rating tooltips on measures page Improve Authentication ITs SONAR-7761 Restore error in login page when not even privilege [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release 6.0-RC1
| * | [maven-release-plugin] prepare for next development iterationDavid Rautureau2016-07-201-1/+1
| | |
| * | [maven-release-plugin] prepare release 6.0-RC16.0-RC1David Rautureau2016-07-201-3/+2
| | |
* | | prepare for next development iterationDavid Rautureau2016-07-201-1/+1
|/ /
* | SONAR-7741 upgrade OK HTTP to 3.3.1Sébastien Lesaint2016-07-112-4/+4
| |
* | fix various quality flawsSébastien Lesaint2016-07-071-4/+3
| |
* | Disable tests using symlink on WindowsJulien HENRY2016-07-051-0/+5
| |
* | Remove unused constants in ProcessPropertiesSimon Brandhof2016-06-101-7/+0
| |
* | Automatic merge from branch-5.6ssjenka2016-06-091-15/+2
|\| | | | | | | | | * origin/branch-5.6: Remove useless declaration of animal-sniffer-maven-plugin
| * 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-7616 apply new default JVM settings of ES 2.3Simon Brandhof2016-05-311-3/+3
| |
* | More stable ProcessUtilsTestSimon Brandhof2016-05-271-1/+1
| |
* | Automatic merge from branch-5.6Jenkins CI2016-05-273-35/+4
|\| | | | | | | | | | | | | | | | | * origin/branch-5.6: SONAR-7652 fix connection to SQL Azure Upgrade version of java 8 on Travis SONAR-7653 remove useless code SONAR-7653 remove Java option XX:MaxPermSize SONAR-7587 end of support of Java 7
| * 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
| |
* | prepare for next development iterationTom2016-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
| |