Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-7429 Should be possible to specify "https.proxyHost" and ↵ | Simon Brandhof | 2016-03-11 | 1 | -1/+5 |
| | | | | "https.proxyPort" in "conf/sonar.properties" | ||||
* | SONAR-7430 Keep %l for format compatibility | Simon Brandhof | 2016-03-07 | 1 | -1/+1 |
| | | | | even if %l is always "-" | ||||
* | SONAR-7430 Wrong remote IP in access.log when server is behind a reverse proxy | Simon Brandhof | 2016-03-07 | 1 | -4/+7 |
| | |||||
* | SONAR-7417 add sonar.ce.workerCount to sonar.properties | Sébastien Lesaint | 2016-03-04 | 1 | -0/+15 |
| | |||||
* | Automatic merge from branch-5.4 | Jenkins CI | 2016-02-15 | 1 | -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-process | Sébastien Lesaint | 2016-02-12 | 1 | -33/+1 |
| | | |||||
| * | SONAR-7125 use nio to clean temp directory at startup | Sébastien Lesaint | 2016-02-12 | 1 | -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 iteration | Eric Hartmann | 2016-02-09 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare release 5.4-RC15.4-RC1 | Eric Hartmann | 2016-02-09 | 1 | -1/+1 |
| | | |||||
* | | Upgrade version to 5.5-SNAPSHOT | Eric Hartmann | 2016-02-09 | 1 | -1/+1 |
|/ | |||||
* | SONAR-7261 Increase expected jar size | Julien Lancelot | 2016-02-08 | 1 | -1/+1 |
| | |||||
* | SONAR-7154 never delete temp dir, only delete its content if exists | Sébastien Lesaint | 2016-02-05 | 2 | -10/+23 |
| | |||||
* | SONAR-7226 deploy all artifacts to central, except SQ zip | Simon Brandhof | 2016-02-04 | 1 | -10/+3 |
| | |||||
* | SONAR-7261 Embed JavaScript and C# plugins | Julien Lancelot | 2016-02-04 | 1 | -2/+14 |
| | | | | And use latest version of the Java plugin | ||||
* | SONAR-7122 Drop the ability to customize the web app context | Simon Brandhof | 2016-02-02 | 1 | -4/+0 |
| | |||||
* | Use INFO level by default in unit tests | Simon Brandhof | 2016-02-02 | 1 | -1/+1 |
| | |||||
* | SONAR-7197 remove binaries of Java Service Wrapper for Solaris5.4-M9 | Simon Brandhof | 2016-01-21 | 1 | -0/+1 |
| | |||||
* | SONAR-7168 fileSystem must be reset during a restart | Sébastien Lesaint | 2016-01-18 | 5 | -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 headers | Simon Brandhof | 2016-01-13 | 11 | -11/+11 |
| | |||||
* | SONAR-7197 Drop Solaris scripts from distribution | Simon Brandhof | 2016-01-13 | 3 | -1727/+0 |
| | |||||
* | SONAR-7168 add property to change log level of sonar-application | Sébastien Lesaint | 2016-01-13 | 2 | -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 working | Sébastien Lesaint | 2016-01-13 | 2 | -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 implementation | Sébastien Lesaint | 2016-01-13 | 1 | -2/+4 |
| | |||||
* | Upgrade to parent 26 and new copyright headers | Simon Brandhof | 2016-01-05 | 11 | -44/+44 |
| | |||||
* | Automatic merge from branch-5.3 | Jenkins CI | 2015-12-14 | 1 | -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 process | Simon Brandhof | 2015-12-14 | 1 | -1/+1 |
| | | |||||
* | | Upgrade version to 5.4-SNAPSHOT | Eric Hartmann | 2015-12-09 | 1 | -1/+1 |
|/ | |||||
* | Merge remote-tracking branch 'origin/branch-5.2' | Stas Vilchik | 2015-10-22 | 1 | -1/+1 |
|\ | |||||
| * | SONAR-6167 add MSSQL2014 and SQL Azure to sonar.properties | Simon Brandhof | 2015-10-21 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare for next development iteration | Thomas Vérin | 2015-10-20 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare release 5.2-RC35.2-RC3 | Thomas Vérin | 2015-10-20 | 1 | -1/+1 |
| | | |||||
* | | Automatic merge from branch-5.1 | Jenkins CI | 2015-10-14 | 1 | -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 zip | Simon Brandhof | 2015-10-13 | 1 | -2/+2 |
| | | |||||
* | | Upgrade version to 5.3-SNAPSHOT | Thomas Vérin | 2015-10-13 | 1 | -1/+1 |
|/ | |||||
* | [maven-release-plugin] prepare for next development iteration | Thomas Vérin | 2015-10-13 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 5.2-RC25.2-RC2 | Thomas Vérin | 2015-10-13 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | Thomas Vérin | 2015-10-12 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 5.2-RC15.2-RC1 | Thomas Vérin | 2015-10-12 | 1 | -1/+1 |
| | |||||
* | Fix Xms java option of sonar.web.javaOpts | Simon Brandhof | 2015-10-12 | 1 | -1/+1 |
| | | | | | - missing "-Djava.net.preferIPv4Stack=true" in comment of sonar.properties - missing default value "-Xms256m" | ||||
* | Replace groupIds org.codehaus by org.sonarsource | Simon Brandhof | 2015-10-09 | 2 | -14/+14 |
| | |||||
* | Remove the commented property #sonar.jdbc.url=jdbc:h2:tcp://localhost:9092/sonar | Simon Brandhof | 2015-10-09 | 1 | -4/+0 |
| | |||||
* | Improve the description of property sonar.log.level in sonar.properties | Simon Brandhof | 2015-10-09 | 1 | -1/+1 |
| | |||||
* | SONAR-6914 Change default sizes of HTTP and DB pools | Simon Brandhof | 2015-10-09 | 1 | -1/+4 |
| | |||||
* | SONAR-6863 improve mssql section of sonar.properties | Koushik Dasgupta | 2015-10-05 | 1 | -6/+10 |
| | |||||
* | SONAR-6863 Support Integrated Authentication for SQL Server with SonarQube ↵ | Koushik Dasgupta | 2015-09-29 | 1 | -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 logs | Simon Brandhof | 2015-09-27 | 1 | -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 version | Julien Lancelot | 2015-09-25 | 1 | -1/+1 |
| | |||||
* | SONAR-6552 fix bad merge | Simon Brandhof | 2015-09-17 | 2 | -13/+0 |
| | | | | | - fix ruby activerecord adapter - do not package jtds.jar | ||||
* | SONAR-6552 Replace jTDS by Microsoft JDBC driver 4.1 | Julien Lancelot | 2015-09-17 | 4 | -7/+6 |
| | |||||
* | Improve warnings about sonar.search.port/host in sonar.properties | Simon Brandhof | 2015-09-09 | 1 | -1/+2 |
| |