aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/src/test
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-8816 automatic election of web leader in cluster modeSimon Brandhof2017-03-1311-1974/+0
|
* SONAR-8818 Add Hazelcast and its configuration (#1699)Eric Hartmann2017-02-264-6/+382
| | | * SONAR-8818 Introduce Hazelcast
* SONAR-7937 restart reloads sonar.propertiesSébastien Lesaint2017-02-241-4/+81
| | | | but changes of FileSystem related properties are not supported and will make restart fail
* SONAR-7937 extract JavaCommandFactory from AppSébastien Lesaint2017-02-242-68/+437
| | | | and fix missing coverage on this part
* SONAR-7937 Monitor reloads JavaCommand to execute on restartSébastien Lesaint2017-02-241-6/+7
|
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-106-12/+12
|
* SONAR-8684 Remove env variable TMPDIRJulien Lancelot2017-01-261-12/+0
| | | | This variable was only used by rails
* SONAR-8335 move LogBackHelper to subpackage loggingSébastien Lesaint2016-12-011-1/+1
|
* SONAR-8335 most accurate property rather than lowest level must applySébastien Lesaint2016-11-161-0/+10
|
* SONAR-8335 better error reporting on property values and UT coverageSébastien Lesaint2016-11-161-12/+48
|
* SONAR-8335 support properties to configure log level per JVMSébastien Lesaint2016-11-161-3/+3
|
* SONAR-8333 make APP logging configuration support 4 log filesSébastien Lesaint2016-11-161-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 logsSébastien Lesaint2016-11-161-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 processSimon Brandhof2016-11-091-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 AppTestSimon Brandhof2016-11-091-33/+21
|
* SONAR-7909 reset sharedMemory at startupSébastien Lesaint2016-09-091-1/+23
|
* Merge branch 'branch-5.6'Sébastien Lesaint2016-08-241-0/+16
|\
| * SONAR-7896 set env var TMPDIR to make JRuby use SQ tmp dir for tmp filesSébastien Lesaint2016-08-241-0/+16
| | | | | | | | these temp file are especially used when uploading
* | SONAR-7908 ability to disable Elasticsearch processSimon Brandhof2016-08-031-3/+39
| |
* | SONAR-7899 configure container of "startup followers"Simon Brandhof2016-07-291-16/+0
|/
* SONAR-7580 jdbc_url default value is computed or set by JdbcSettingsSébastien Lesaint2016-05-121-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 tempDirSébastien Lesaint2016-05-101-0/+25
|
* SONAR-7436 Monitoring of CE process in system WS and consoleSimon Brandhof2016-03-251-3/+4
|
* SONAR-6732 CE and WebServer must share the same startedAt dateSébastien Lesaint2016-03-211-12/+29
|
* SONAR-7435 add CE process, never stops but does nothing yetSébastien Lesaint2016-03-211-1/+1
|
* SONAR-7154 never delete temp dir, only delete its content if existsSébastien Lesaint2016-02-051-1/+15
|
* Use INFO level by default in unit testsSimon Brandhof2016-02-021-1/+1
|
* SONAR-7168 fileSystem must be reset during a restartSébastien Lesaint2016-01-182-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 headersSimon Brandhof2016-01-135-5/+5
|
* SONAR-7168 add property to change log level of sonar-applicationSébastien Lesaint2016-01-131-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 workingSébastien Lesaint2016-01-131-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 headersSimon Brandhof2016-01-055-20/+20
|
* SONAR-6552 Replace jTDS by Microsoft JDBC driver 4.1Julien Lancelot2015-09-171-4/+4
|
* Rename variables "sut" to "underTest" in testsSimon Brandhof2015-07-161-4/+4
|
* Quality flawsSimon Brandhof2015-06-291-1/+4
| | | | | - do not declare multiple variables on same line - fix imports
* Use StandardCharsets instead of Guava and commons-ioSimon Brandhof2015-05-151-2/+2
|
* Redundant throws clause in testsDavid Gageot2015-05-073-7/+7
|
* Remove bad comment in codeSimon Brandhof2015-03-311-5/+0
|
* Remove coupling of test with machine localeSimon Brandhof2015-03-311-1/+2
|
* Remove bad comment of sonar.properties about encodingSimon Brandhof2015-03-301-0/+14
| | | | Encoding is UTF-8, but not ISO-8859-1 as documented.
* SONAR-6293 refactor loading of default values of sonar.propertiesSimon Brandhof2015-03-304-78/+12
|
* Update the test, we are expecting that search is started before web.Eric Hartmann2015-02-211-1/+1
|
* SONAR-6057 Make log rotation more configurable for productionSimon Brandhof2015-02-192-20/+94
|
* Fix testJulien HENRY2015-01-271-1/+4
|
* Fix quality flawsSimon Brandhof2015-01-231-1/+13
|
* Replace fest-assert by assertJSimon Brandhof2015-01-105-10/+10
|
* SONAR-5828 Fix default value of property sonar.jdbc.maxActiveSimon Brandhof2014-11-041-0/+1
|
* SONAR-5605 revert to mysql client cursorSimon Brandhof2014-10-301-4/+2
|
* Revert "Revert "SONAR-5605 MySQL: configure driver to use server side cursor ↵Julien Lancelot2014-10-231-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 Lancelot2014-10-171-2/+2
|\ | | | | | | | | Conflicts: sonar-application/src/test/java/org/sonar/application/JdbcSettingsTest.java