Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-7154 never delete temp dir, only delete its content if exists | Sébastien Lesaint | 2016-02-05 | 2 | -10/+23 |
| | |||||
* | 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-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 |
| | |||||
* | SONAR-7140 Do not check java.io.tmpdir in bootstrap process | Simon Brandhof | 2015-12-14 | 1 | -1/+1 |
| | |||||
* | SONAR-6167 add MSSQL2014 and SQL Azure to sonar.properties | Simon Brandhof | 2015-10-21 | 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" | ||||
* | 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-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 |
| | |||||
* | Add support of Oracle 12c in sonar.properties | Simon Brandhof | 2015-09-03 | 1 | -3/+3 |
| | |||||
* | Remove misleading comment about Xms in sonar.properties | Simon Brandhof | 2015-08-26 | 1 | -6/+0 |
| | |||||
* | SONAR-6445 reduce max memory of bootstrap process to 3Mb | Simon Brandhof | 2015-08-25 | 1 | -1/+1 |
| | |||||
* | Rename variables "sut" to "underTest" in tests | Simon Brandhof | 2015-07-16 | 1 | -4/+4 |
| | |||||
* | Quality flaws | Simon Brandhof | 2015-06-29 | 1 | -1/+4 |
| | | | | | - do not declare multiple variables on same line - fix imports | ||||
* | Fix logging of warnings when JDBC URL is not correct | Simon Brandhof | 2015-06-26 | 1 | -2/+2 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-06-21 | 1 | -10/+9 |
| | |||||
* | Cleanup warnings | Gabor Liptak | 2015-06-17 | 1 | -4/+6 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-06-05 | 3 | -3/+3 |
| | |||||
* | Replace references to jira.codehaus.org by jira.sonarsource.com | Simon Brandhof | 2015-05-29 | 1 | -2/+2 |
| | |||||
* | Extract an interface from org.sonar.process.ProcessCommands | Simon Brandhof | 2015-05-29 | 1 | -1/+2 |
| | | | | | Try to stabilize StopWatcherTest when machine is slow or under pressure. More than 1 second could be spent in the creation of ProcessCommands mock. | ||||
* | Use StandardCharsets instead of Guava and commons-io | Simon Brandhof | 2015-05-15 | 2 | -4/+4 |
| | |||||
* | Useless code | David Gageot | 2015-05-12 | 1 | -1/+1 |
| | |||||
* | Redundant throws clause in tests | David Gageot | 2015-05-07 | 3 | -7/+7 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-04-24 | 1 | -1/+1 |
| | |||||
* | SONAR-6445 Decrease the max memory used by server bootstrapper process | Simon Brandhof | 2015-04-22 | 1 | -2/+1 |
| | |||||
* | SONAR-6434 Stop the support of Oracle 10g | Simon Brandhof | 2015-04-20 | 1 | -3/+3 |
| | |||||
* | Add missing line to clearly separate properties | Fabrice Bellingard | 2015-04-01 | 1 | -0/+1 |
| | |||||
* | Remove bad comment in code | Simon Brandhof | 2015-03-31 | 1 | -5/+0 |
| | |||||
* | Remove coupling of test with machine locale | Simon Brandhof | 2015-03-31 | 1 | -1/+2 |
| | |||||
* | Remove bad comment of sonar.properties about encoding | Simon Brandhof | 2015-03-30 | 2 | -4/+14 |
| | | | | Encoding is UTF-8, but not ISO-8859-1 as documented. | ||||
* | SONAR-6293 refactor loading of default values of sonar.properties | Simon Brandhof | 2015-03-30 | 9 | -194/+44 |
| | |||||
* | SONAR-6293 add property sonar.search.host | schnatterer | 2015-03-27 | 1 | -0/+2 |
| | |||||
* | Complete documentation of db section in sonar.properties | Simon Brandhof | 2015-03-09 | 1 | -2/+5 |
| | |||||
* | SONAR-6036 : Remove KnownJavaCommand and clean the memory at the startup of ↵ | Eric Hartmann | 2015-02-21 | 1 | -2/+1 |
| | | | | the ProcessCommand | ||||
* | Update the test, we are expecting that search is started before web. | Eric Hartmann | 2015-02-21 | 1 | -1/+1 |
| | |||||
* | SONAR-6036 use IPC (Inter Process Communication) for monitoring | Eric Hartmann | 2015-02-20 | 2 | -2/+3 |
| | | | | processes | ||||
* | Fix links to documentation of plugins: ↵ | Simon Brandhof | 2015-02-20 | 1 | -2/+2 |
| | | | | http://redirect.sonarsource.com/doc/plugin-library.html | ||||
* | SONAR-6194 SONAR-5009 profiling api + unique property sonar.log.level | Simon Brandhof | 2015-02-19 | 1 | -2/+2 |
| |