aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-7429 Should be possible to specify "https.proxyHost" and ↵Simon Brandhof2016-03-111-1/+5
| | | | "https.proxyPort" in "conf/sonar.properties"
* SONAR-7430 Keep %l for format compatibilitySimon Brandhof2016-03-071-1/+1
| | | | even if %l is always "-"
* SONAR-7430 Wrong remote IP in access.log when server is behind a reverse proxySimon Brandhof2016-03-071-4/+7
|
* SONAR-7417 add sonar.ce.workerCount to sonar.propertiesSébastien Lesaint2016-03-041-0/+15
|
* Automatic merge from branch-5.4Jenkins CI2016-02-151-2/+3
|\ | | | | | | | | | | | | | | | | | | | | * 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-121-33/+1
| |
| * SONAR-7125 use nio to clean temp directory at startupSébastien Lesaint2016-02-121-2/+35
| | | | | | | | we used to use Commons IO which loads all files in memory, causing OOM in the App process because it is configured with only 16Mb of heap
| * [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-7261 Increase expected jar sizeJulien Lancelot2016-02-081-1/+1
|
* SONAR-7154 never delete temp dir, only delete its content if existsSébastien Lesaint2016-02-052-10/+23
|
* SONAR-7226 deploy all artifacts to central, except SQ zipSimon Brandhof2016-02-041-10/+3
|
* SONAR-7261 Embed JavaScript and C# pluginsJulien Lancelot2016-02-041-2/+14
| | | | And use latest version of the Java plugin
* 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
|
* SONAR-7197 remove binaries of Java Service Wrapper for Solaris5.4-M9Simon Brandhof2016-01-211-0/+1
|
* SONAR-7168 fileSystem must be reset during a restartSébastien Lesaint2016-01-185-107/+341
| | | | deletion of temp directory is required for uninstalling plugins but also to cleanly start web server (eg. deleting unsuccessfully processed analysis reports)
* Fix project title in copyright headersSimon Brandhof2016-01-1311-11/+11
|
* SONAR-7197 Drop Solaris scripts from distributionSimon Brandhof2016-01-133-1727/+0
|
* SONAR-7168 add property to change log level of sonar-applicationSébastien Lesaint2016-01-132-6/+40
| | | | property sonar.app.log.level must either be specifid as a command line argument with -D option or in wrapper.conf as a property such as "wrapper.java.additional.1=-Dsonar.app.log.level=TRACE"
* SONAR-7168 fix stop during restart not workingSébastien Lesaint2016-01-132-50/+11
| | | | | 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 rework threads and restart implementationSébastien Lesaint2016-01-131-2/+4
|
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-0511-44/+44
|
* Automatic merge from branch-5.3Jenkins CI2015-12-141-1/+1
|\ | | | | | | | | | | | | * 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-7140 Do not check java.io.tmpdir in bootstrap processSimon Brandhof2015-12-141-1/+1
| |
* | Upgrade version to 5.4-SNAPSHOTEric Hartmann2015-12-091-1/+1
|/
* Merge remote-tracking branch 'origin/branch-5.2'Stas Vilchik2015-10-221-1/+1
|\
| * SONAR-6167 add MSSQL2014 and SQL Azure to sonar.propertiesSimon Brandhof2015-10-211-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-141-2/+2
|\| | | | | | | | | | | | | | | | | * 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 enforcer rule about size of zipSimon Brandhof2015-10-131-2/+2
| |
* | 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-092-14/+14
|
* Remove the commented property #sonar.jdbc.url=jdbc:h2:tcp://localhost:9092/sonarSimon Brandhof2015-10-091-4/+0
|
* Improve the description of property sonar.log.level in sonar.propertiesSimon Brandhof2015-10-091-1/+1
|
* SONAR-6914 Change default sizes of HTTP and DB poolsSimon Brandhof2015-10-091-1/+4
|
* SONAR-6863 improve mssql section of sonar.propertiesKoushik Dasgupta2015-10-051-6/+10
|
* SONAR-6863 Support Integrated Authentication for SQL Server with SonarQube ↵Koushik Dasgupta2015-09-291-2/+9
| | | | | | 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-271-3/+2
| | | | | | - 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)
* SONAR-6587 Update SVN plugin to latest versionJulien Lancelot2015-09-251-1/+1
|
* SONAR-6552 fix bad mergeSimon Brandhof2015-09-172-13/+0
| | | | | - fix ruby activerecord adapter - do not package jtds.jar
* SONAR-6552 Replace jTDS by Microsoft JDBC driver 4.1Julien Lancelot2015-09-174-7/+6
|
* Improve warnings about sonar.search.port/host in sonar.propertiesSimon Brandhof2015-09-091-1/+2
|