Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Automatic merge from branch-6.2 | ssjenka | 2016-12-01 | 2 | -5/+8 |
|\ | | | | | | | | | | | | | | | | | | | | | * origin/branch-6.2: SONAR-8335 rename LogDomain#ES_CLIENT to LogDomain#ES SONAR-8335 add IT on dynamic log level change SONAR-8335 make changing root level change level of all loggers SONAR-8335 add missing coverage on jmx log property SONAR-8335 drop dead code ServerLogging#getCurrentLogFile SONAR-8335 move RootLoggerConfig out of LogbackHelper SONAR-8335 move LogBackHelper to subpackage logging | ||||
| * | SONAR-8335 make changing root level change level of all loggers | Sébastien Lesaint | 2016-12-01 | 1 | -1/+3 |
| | | |||||
| * | SONAR-8335 move RootLoggerConfig out of LogbackHelper | Sébastien Lesaint | 2016-12-01 | 1 | -2/+3 |
| | | |||||
| * | SONAR-8335 move LogBackHelper to subpackage logging | Sébastien Lesaint | 2016-12-01 | 2 | -3/+3 |
| | | |||||
| * | [maven-release-plugin] prepare for next development iteration | David Rautureau | 2016-11-21 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare release 6.2-RC16.2-RC1 | David Rautureau | 2016-11-21 | 1 | -1/+1 |
| | | |||||
* | | Prepare for next development iteration | David Rautureau | 2016-11-21 | 1 | -1/+1 |
|/ | |||||
* | SONAR-8335 support global log level in ES JVM as we do for other JVM | Sébastien Lesaint | 2016-11-18 | 2 | -7/+66 |
| | |||||
* | SONAR-8383 expose association process -> log filename | Simon Brandhof | 2016-11-17 | 1 | -1/+2 |
| | |||||
* | SONAR-8335 better error reporting on property values and UT coverage | Sébastien Lesaint | 2016-11-16 | 2 | -3/+25 |
| | |||||
* | SONAR-8335 support properties to configure log level per JVM | Sébastien Lesaint | 2016-11-16 | 1 | -1/+2 |
| | |||||
* | SONAR-8333 make APP logging configuration support 4 log files | Sébastien Lesaint | 2016-11-16 | 2 | -2/+8 |
| | | | | | | 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 | 2 | -2/+4 |
| | | | | because when running ITs with option -Dsonar.log.console we can't make a difference between logs from each process anymore | ||||
* | SONAR-8333 make ES log into its own log file | Sébastien Lesaint | 2016-11-16 | 3 | -16/+45 |
| | |||||
* | Improve handling of some thread interruptions | Simon Brandhof | 2016-09-21 | 1 | -4/+5 |
| | |||||
* | Prepare for next development iteration | David Rautureau | 2016-09-19 | 1 | -1/+1 |
| | |||||
* | SONAR-7960 add task UUID to logs | Sébastien Lesaint | 2016-08-16 | 1 | -1/+1 |
| | |||||
* | SONAR-7833 task start/stop logs in sonar.log only if DEBUG is enabled | Sébastien Lesaint | 2016-08-16 | 1 | -1/+1 |
| | | | | | start log is always at DEBUG level stop log is at DEBUG level in case of success, at ERROR level in case of error | ||||
* | Fix compatibility of ES with KOPF | Simon Brandhof | 2016-08-04 | 1 | -1/+1 |
| | | | | Only for DEV purpose ! | ||||
* | SONAR-7908 ability to disable Elasticsearch process | Simon Brandhof | 2016-08-03 | 3 | -96/+52 |
| | |||||
* | prepare for next development iteration | David Rautureau | 2016-07-20 | 1 | -1/+1 |
| | |||||
* | Fix Quality flaws | Simon Brandhof | 2016-06-16 | 1 | -1/+1 |
| | |||||
* | SONAR-7653 upgrade to Elasticsearch 2.3.3 | Simon Brandhof | 2016-05-31 | 5 | -37/+50 |
| | |||||
* | Automatic merge from branch-5.6 | Jenkins CI | 2016-05-27 | 1 | -1/+0 |
|\ | | | | | | | | | | | | | | | | | * origin/branch-5.6: SONAR-7652 fix connection to SQL Azure Upgrade version of java 8 on Travis SONAR-7653 remove useless code SONAR-7653 remove Java option XX:MaxPermSize SONAR-7587 end of support of Java 7 | ||||
| * | SONAR-7653 remove useless code | Simon Brandhof | 2016-05-26 | 1 | -1/+0 |
| | | | | | | | | | | | | JVM does not start if runtime version is not 1.8, so it's useless to check java version programmatically. | ||||
| * | prepare for next development iteration on release branch | Tom | 2016-05-20 | 1 | -1/+1 |
| | | |||||
| * | Release 5.6-RC1 | Tom | 2016-05-20 | 1 | -1/+1 |
| | | |||||
* | | prepare for next development iteration | Tom | 2016-05-20 | 1 | -1/+1 |
|/ | |||||
* | Upgrade version to 5.6-SNAPSHOT | Tom | 2016-04-07 | 1 | -1/+1 |
| | |||||
* | SONAR-7436 replace JMX/RMI by HTTP | Simon Brandhof | 2016-04-05 | 3 | -3/+39 |
| | |||||
* | SONAR-7436 Monitoring of CE process in system WS and console | Simon Brandhof | 2016-03-25 | 4 | -29/+51 |
| | |||||
* | SONAR-7435 rename state when process is done starting from ready to up | Sébastien Lesaint | 2016-03-21 | 2 | -2/+2 |
| | | | | also clean up code of DefaultProcessCommands and fix it's Javadoc which was out of sync with implementation | ||||
* | SONAR-7330 delete ES script "ListUpdate" | Simon Brandhof | 2016-02-29 | 4 | -361/+5 |
| | |||||
* | Upgrade version to 5.5-SNAPSHOT | Eric Hartmann | 2016-02-09 | 1 | -1/+1 |
| | |||||
* | SONAR-7226 deploy all artifacts to central, except SQ zip | Simon Brandhof | 2016-02-04 | 1 | -16/+0 |
| | |||||
* | Use INFO level by default in unit tests | Simon Brandhof | 2016-02-02 | 1 | -1/+1 |
| | |||||
* | Fix project title in copyright headers | Simon Brandhof | 2016-01-13 | 10 | -10/+10 |
| | |||||
* | Fix quality flaws5.4-M3 | Simon Brandhof | 2016-01-06 | 1 | -1/+1 |
| | |||||
* | Upgrade to parent 26 and new copyright headers | Simon Brandhof | 2016-01-05 | 10 | -40/+40 |
| | |||||
* | Automatic merge from branch-5.3 | Jenkins CI | 2015-12-14 | 1 | -1/+3 |
|\ | | | | | | | | | | | | | * 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/+3 |
| | | |||||
* | | Upgrade version to 5.4-SNAPSHOT | Eric Hartmann | 2015-12-09 | 1 | -1/+1 |
|/ | |||||
* | Fix quality flaws (sorry for previous commit) | Simon Brandhof | 2015-11-27 | 1 | -13/+9 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-11-27 | 1 | -1/+3 |
| | |||||
* | Merge remote-tracking branch 'origin/branch-5.2' | Simon Brandhof | 2015-10-30 | 1 | -0/+17 |
|\ | |||||
| * | Do not deploy internal artifacts to maven central repo | Simon Brandhof | 2015-10-29 | 1 | -0/+17 |
| | | |||||
| * | [maven-release-plugin] prepare for next development iteration | Thomas Vérin | 2015-10-27 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare release 5.2-RC4 | Thomas Vérin | 2015-10-27 | 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 |
| | |