Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-8816 automatic election of web leader in cluster mode | Simon Brandhof | 2017-03-13 | 11 | -1974/+0 |
| | |||||
* | SONAR-8818 Add Hazelcast and its configuration (#1699) | Eric Hartmann | 2017-02-26 | 4 | -6/+382 |
| | | | * SONAR-8818 Introduce Hazelcast | ||||
* | SONAR-7937 restart reloads sonar.properties | Sébastien Lesaint | 2017-02-24 | 1 | -4/+81 |
| | | | | but changes of FileSystem related properties are not supported and will make restart fail | ||||
* | SONAR-7937 extract JavaCommandFactory from App | Sébastien Lesaint | 2017-02-24 | 2 | -68/+437 |
| | | | | and fix missing coverage on this part | ||||
* | SONAR-7937 Monitor reloads JavaCommand to execute on restart | Sébastien Lesaint | 2017-02-24 | 1 | -6/+7 |
| | |||||
* | SONAR-8637 Update POM parent version | Teryk Bellahsene | 2017-02-10 | 6 | -12/+12 |
| | |||||
* | SONAR-8684 Remove env variable TMPDIR | Julien Lancelot | 2017-01-26 | 1 | -12/+0 |
| | | | | This variable was only used by rails | ||||
* | SONAR-8335 move LogBackHelper to subpackage logging | Sébastien Lesaint | 2016-12-01 | 1 | -1/+1 |
| | |||||
* | SONAR-8335 most accurate property rather than lowest level must apply | Sébastien Lesaint | 2016-11-16 | 1 | -0/+10 |
| | |||||
* | SONAR-8335 better error reporting on property values and UT coverage | Sébastien Lesaint | 2016-11-16 | 1 | -12/+48 |
| | |||||
* | SONAR-8335 support properties to configure log level per JVM | Sébastien Lesaint | 2016-11-16 | 1 | -3/+3 |
| | |||||
* | SONAR-8333 make APP logging configuration support 4 log files | Sébastien Lesaint | 2016-11-16 | 1 | -21/+144 |
| | | | | | | add support for option sonar.wrapped=true to detect when SQ is started by JWP (wrapper) and correctly support all logging use cases include refactoring at LogBackHelper level to simplify code refactor applying log level property to make all process support only INFO, DEBUG and TRACE | ||||
* | SONAR-8333 restore process name in logs | Sébastien Lesaint | 2016-11-16 | 1 | -7/+10 |
| | | | | because when running ITs with option -Dsonar.log.console we can't make a difference between logs from each process anymore | ||||
* | SONAR-8351 Configure HTTP proxy URL from bootstrap process | Simon Brandhof | 2016-11-09 | 1 | -0/+51 |
| | | | | | | | Proxy is configured in conf/sonar.properties. The related properties are propagated to system properties by the first call to DefaultHttpDownloader. The correct approach is to directly configure the JVM properties when the bootstrap process creates web server and CE processes. | ||||
* | SONAR-8351 Clean-up AppTest | Simon Brandhof | 2016-11-09 | 1 | -33/+21 |
| | |||||
* | SONAR-7909 reset sharedMemory at startup | Sébastien Lesaint | 2016-09-09 | 1 | -1/+23 |
| | |||||
* | Merge branch 'branch-5.6' | Sébastien Lesaint | 2016-08-24 | 1 | -0/+16 |
|\ | |||||
| * | SONAR-7896 set env var TMPDIR to make JRuby use SQ tmp dir for tmp files | Sébastien Lesaint | 2016-08-24 | 1 | -0/+16 |
| | | | | | | | | these temp file are especially used when uploading | ||||
* | | SONAR-7908 ability to disable Elasticsearch process | Simon Brandhof | 2016-08-03 | 1 | -3/+39 |
| | | |||||
* | | SONAR-7899 configure container of "startup followers" | Simon Brandhof | 2016-07-29 | 1 | -16/+0 |
|/ | |||||
* | SONAR-7580 jdbc_url default value is computed or set by JdbcSettings | Sébastien Lesaint | 2016-05-12 | 1 | -59/+104 |
| | | | | 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 | -0/+25 |
| | |||||
* | SONAR-7436 Monitoring of CE process in system WS and console | Simon Brandhof | 2016-03-25 | 1 | -3/+4 |
| | |||||
* | SONAR-6732 CE and WebServer must share the same startedAt date | Sébastien Lesaint | 2016-03-21 | 1 | -12/+29 |
| | |||||
* | SONAR-7435 add CE process, never stops but does nothing yet | Sébastien Lesaint | 2016-03-21 | 1 | -1/+1 |
| | |||||
* | SONAR-7154 never delete temp dir, only delete its content if exists | Sébastien Lesaint | 2016-02-05 | 1 | -1/+15 |
| | |||||
* | 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 | 2 | -58/+208 |
| | | | | 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 | 5 | -5/+5 |
| | |||||
* | SONAR-7168 add property to change log level of sonar-application | Sébastien Lesaint | 2016-01-13 | 1 | -3/+37 |
| | | | | 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 | -24/+0 |
| | | | | | 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 | ||||
* | Upgrade to parent 26 and new copyright headers | Simon Brandhof | 2016-01-05 | 5 | -20/+20 |
| | |||||
* | SONAR-6552 Replace jTDS by Microsoft JDBC driver 4.1 | Julien Lancelot | 2015-09-17 | 1 | -4/+4 |
| | |||||
* | 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 | ||||
* | Use StandardCharsets instead of Guava and commons-io | Simon Brandhof | 2015-05-15 | 1 | -2/+2 |
| | |||||
* | Redundant throws clause in tests | David Gageot | 2015-05-07 | 3 | -7/+7 |
| | |||||
* | 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 | 1 | -0/+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 | 4 | -78/+12 |
| | |||||
* | Update the test, we are expecting that search is started before web. | Eric Hartmann | 2015-02-21 | 1 | -1/+1 |
| | |||||
* | SONAR-6057 Make log rotation more configurable for production | Simon Brandhof | 2015-02-19 | 2 | -20/+94 |
| | |||||
* | Fix test | Julien HENRY | 2015-01-27 | 1 | -1/+4 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-01-23 | 1 | -1/+13 |
| | |||||
* | Replace fest-assert by assertJ | Simon Brandhof | 2015-01-10 | 5 | -10/+10 |
| | |||||
* | SONAR-5828 Fix default value of property sonar.jdbc.maxActive | Simon Brandhof | 2014-11-04 | 1 | -0/+1 |
| | |||||
* | SONAR-5605 revert to mysql client cursor | Simon Brandhof | 2014-10-30 | 1 | -4/+2 |
| | |||||
* | Revert "Revert "SONAR-5605 MySQL: configure driver to use server side cursor ↵ | Julien Lancelot | 2014-10-23 | 1 | -2/+2 |
| | | | | | | | | | 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 | -2/+2 |
|\ | | | | | | | | | Conflicts: sonar-application/src/test/java/org/sonar/application/JdbcSettingsTest.java |