Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-7580 jdbc_url default value is computed or set by JdbcSettings | Sébastien Lesaint | 2016-05-12 | 1 | -3/+52 |
| | | | | 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 | ||||
* | SONAR-7422 do not delete sharememory file in tempDir | Sébastien Lesaint | 2016-05-10 | 1 | -4/+48 |
| | |||||
* | SONAR-7436 Monitoring of CE process in system WS and console | Simon Brandhof | 2016-03-25 | 1 | -9/+7 |
| | |||||
* | SONAR-6732 CE and WebServer must share the same startedAt date | Sébastien Lesaint | 2016-03-21 | 1 | -0/+2 |
| | |||||
* | SONAR-7435 add sonar.ce.javaOpts and sonar.ce.javaAdditionalOpts | Sébastien Lesaint | 2016-03-21 | 1 | -0/+3 |
| | | | | also enforce some JVM parameters | ||||
* | SONAR-7435 SQ processes should have constant process ids | Sébastien Lesaint | 2016-03-21 | 1 | -5/+10 |
| | | | | remove process id generation from JavaCommand | ||||
* | SONAR-7435 add CE process, never stops but does nothing yet | Sébastien Lesaint | 2016-03-21 | 1 | -21/+46 |
| | |||||
* | 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 | ||||
* | SONAR-7154 never delete temp dir, only delete its content if exists | Sébastien Lesaint | 2016-02-05 | 1 | -9/+8 |
| | |||||
* | SONAR-7168 fileSystem must be reset during a restart | Sébastien Lesaint | 2016-01-18 | 3 | -49/+133 |
| | | | | 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 | 6 | -6/+6 |
| | |||||
* | SONAR-7168 add property to change log level of sonar-application | Sébastien Lesaint | 2016-01-13 | 1 | -3/+3 |
| | | | | 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 | 1 | -26/+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 | 6 | -24/+24 |
| | |||||
* | SONAR-7140 Do not check java.io.tmpdir in bootstrap process | Simon Brandhof | 2015-12-14 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | 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 | 1 | -2/+2 |
| | |||||
* | Useless code | David Gageot | 2015-05-12 | 1 | -1/+1 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-04-24 | 1 | -1/+1 |
| | |||||
* | SONAR-6293 refactor loading of default values of sonar.properties | Simon Brandhof | 2015-03-30 | 4 | -113/+28 |
| | |||||
* | SONAR-6036 : Remove KnownJavaCommand and clean the memory at the startup of ↵ | Eric Hartmann | 2015-02-21 | 1 | -2/+1 |
| | | | | the ProcessCommand | ||||
* | SONAR-6036 use IPC (Inter Process Communication) for monitoring | Eric Hartmann | 2015-02-20 | 1 | -2/+2 |
| | | | | processes | ||||
* | SONAR-6057 Make log rotation more configurable for production | Simon Brandhof | 2015-02-19 | 2 | -6/+104 |
| | |||||
* | SONAR-6115 SonarQube is slower whilst running with Java8 vs Java7 | Simon Brandhof | 2015-01-29 | 2 | -5/+9 |
| | |||||
* | SONAR-6088 Remove old preview/h2 mode | Julien HENRY | 2015-01-27 | 1 | -11/+3 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-01-06 | 1 | -6/+5 |
| | |||||
* | Increase default ES max heap size from 256m to 1G | Simon Brandhof | 2014-12-02 | 1 | -1/+1 |
| | |||||
* | SONAR-5828 Fix default value of property sonar.jdbc.maxActive | Simon Brandhof | 2014-11-04 | 1 | -0/+6 |
| | |||||
* | SONAR-5605 revert to mysql client cursor | Simon Brandhof | 2014-10-30 | 1 | -1/+0 |
| | |||||
* | Revert "Revert "SONAR-5605 MySQL: configure driver to use server side cursor ↵ | Julien Lancelot | 2014-10-23 | 1 | -0/+1 |
| | | | | | | | | | and not client side cursor"" This reverts commit cbd911bcb1bc40510fdf56639ef7476612bec24c. Conflicts: sonar-application/src/test/java/org/sonar/application/JdbcSettingsTest.java | ||||
* | Merge remote-tracking branch 'origin/branch-4.5' | Julien Lancelot | 2014-10-17 | 1 | -1/+0 |
|\ | | | | | | | | | Conflicts: sonar-application/src/test/java/org/sonar/application/JdbcSettingsTest.java | ||||
| * | Revert "SONAR-5605 MySQL: configure driver to use server side cursor and not ↵ | Julien Lancelot | 2014-10-17 | 1 | -1/+0 |
| | | | | | | | | | | | | client side cursor" This reverts commit ccf4726ae0530695bd55903a989bbd6afae1dd5c. | ||||
* | | Merge remote-tracking branch 'remotes/origin/branch-4.5' | Simon Brandhof | 2014-10-14 | 1 | -3/+2 |
|\| | | | | | | | | | Conflicts: sonar-application/src/main/java/org/sonar/application/DefaultSettings.java | ||||
| * | SONAR-5710 remove duplicated JVM options in command-line | Simon Brandhof | 2014-10-14 | 1 | -3/+2 |
| | | |||||
* | | Merge remote-tracking branch 'origin/branch-4.5' | Julien Lancelot | 2014-10-14 | 1 | -0/+1 |
|\| | | | | | | | | | | | | | | | | | Conflicts: plugins/sonar-xoo-plugin/src/main/java/org/sonar/xoo/XooPlugin.java sonar-application/src/main/assembly/conf/sonar.properties sonar-application/src/test/java/org/sonar/application/JdbcSettingsTest.java sonar-core/src/main/java/org/sonar/core/persistence/DatabaseVersion.java sonar-core/src/main/resources/org/sonar/core/persistence/rows-h2.sql | ||||
| * | SONAR-5605 MySQL: configure driver to use server side cursor and not client ↵ | Julien Lancelot | 2014-10-10 | 1 | -0/+1 |
| | | | | | | | | side cursor | ||||
* | | Fix quality flaws | Simon Brandhof | 2014-10-09 | 1 | -8/+6 |
| | | |||||
* | | SONAR-5687 refactor configuration of cluster | Simon Brandhof | 2014-10-09 | 1 | -2/+2 |
| | | |||||
* | | Central definition of properties shared by ES, web and monitor processes | Simon Brandhof | 2014-10-08 | 4 | -43/+33 |
|/ | |||||
* | SONAR-5710 Some JVM options should not be configurable | Simon Brandhof | 2014-10-08 | 1 | -0/+2 |
| | |||||
* | SONAR-5709 Add properties sonar.search.javaAdditionalOpts and ↵ | Simon Brandhof | 2014-10-08 | 2 | -1/+7 |
| | | | | sonar.web.javaAdditionalOpts | ||||
* | SONAR-5621 merge log files | Simon Brandhof | 2014-09-24 | 1 | -1/+5 |
| |