aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-8817 Add SonarQube version safeguard in cluster mode (#1781)Eric Hartmann2017-03-151-0/+3
| | | SONAR-8817 Add SonarQube version safeguard in cluster mode
* SONAR-8816 drop web startup barrier from Compute EngineSimon Brandhof2017-03-131-1/+1
|
* SONAR-8816 automatic election of web leader in cluster modeSimon Brandhof2017-03-1323-3348/+57
|
* SONAR-8818 Add Hazelcast and its configuration (#1699)Eric Hartmann2017-02-2610-12/+759
| | | * SONAR-8818 Introduce Hazelcast
* Drop usages of MyBatis#openSession()Simon Brandhof2017-02-262-54/+55
| | | | in favor of DbClient#openSession()
* SONAR-7937 restart reloads sonar.propertiesSébastien Lesaint2017-02-243-22/+170
| | | | but changes of FileSystem related properties are not supported and will make restart fail
* SONAR-7937 extract JavaCommandFactory from AppSébastien Lesaint2017-02-245-157/+592
| | | | and fix missing coverage on this part
* SONAR-7937 Monitor reloads JavaCommand to execute on restartSébastien Lesaint2017-02-242-7/+8
|
* SONAR-8435 log "SonarQube is up" if all processes are operationalSébastien Lesaint2017-02-241-2/+8
| | | | | | | which implies: 1/ to distinguish from Monitored#getStatus() = UP and OPERATIONAL 2/ to have an option of Monitor to wait on process's status to be OPERATIONAL 3/ every Monitored implementation must return OPERATIONAL rather than UP if then don't make a distinction between the two
* Remove unused maven-release-pluginSimon Brandhof2017-02-211-6/+0
|
* Drop unused Surefire config for skipping testsSimon Brandhof2017-02-191-7/+0
|
* Clean-up sonar-testing-harness dependenciesSimon Brandhof2017-02-191-6/+6
| | | | and decrease usages of Hamcrest
* Prepare for next development iterationSimon Brandhof2017-02-141-1/+1
|
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-1013-26/+26
|
* SONAR-8646 Embed SonarFlexJulien Lancelot2017-02-101-2/+8
|
* SONAR-8721 Redirect links should be using httpsStas Vilchik2017-02-093-3/+3
|
* SONAR-8646 Embed SonarPHP and SonarPythonJulien Lancelot2017-02-061-2/+14
|
* SONAR-8703 Remove internal setting "sonar.web.dev.sources"Simon Brandhof2017-02-061-4/+0
|
* SONAR-8684 Remove env variable TMPDIRJulien Lancelot2017-01-262-14/+0
| | | | This variable was only used by rails
* SONAR-8684 Decrease expected jar app size due to removal of railsJulien Lancelot2017-01-241-2/+2
|
* Update comment regarding SCANNERAPI-167 and rename lib/batch by lib/scannerJulien HENRY2017-01-021-1/+2
|
* Revert "Update comment regarding SCANNERAPI-167 and rename lib/batch by ↵Julien HENRY2017-01-021-2/+1
| | | | | | lib/scanner" This reverts commit 0fa4d55b5cbc8a208907deedca21ad70f3fe1df6.
* Update comment regarding SCANNERAPI-167 and rename lib/batch by lib/scannerJulien HENRY2017-01-021-1/+2
|
* SONAR-8547 Get MSSQL driver from Maven centralSimon Brandhof2016-12-163-0/+13
| | | | MSSQL driver has been deployed by Microsoft on Maven central. This artifact is used now instead of copying it in Git sources.
* Automatic merge from branch-6.2ssjenka2016-12-012-5/+7
|\ | | | | | | | | | | | | | | | | | | | | * 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 loggersSébastien Lesaint2016-12-011-1/+2
| |
| * SONAR-8335 move RootLoggerConfig out of LogbackHelperSébastien Lesaint2016-12-011-2/+3
| |
| * SONAR-8335 move LogBackHelper to subpackage loggingSébastien Lesaint2016-12-012-3/+3
| |
* | Automatic merge from branch-6.2ssjenka2016-12-011-2/+2
|\| | | | | | | | | * origin/branch-6.2: SONAR-8415 Low max memory of main process can lead to OOM in log Gobbler
| * SONAR-8415 Low max memory of main process can lead to OOM in log GobblerSimon Brandhof2016-12-011-2/+2
| | | | | | Simply increase memory of app process from 3MB to 8MB
* | SONAR-7959 Remove ppc64 arch from wrapperSimon Brandhof2016-11-3013-28/+40
| |
* | Automatic merge from branch-6.2ssjenka2016-11-301-26/+28
|\| | | | | | | | | | | * origin/branch-6.2: SONAR-8423 Properly fail on invalid basic header SONAR-5430 Update SSO properties in order to start with "sonar.web.sso"
| * SONAR-5430 Update SSO properties in order to start with "sonar.web.sso"Julien Lancelot2016-11-281-26/+28
| |
* | Automatic merge from branch-6.2ssjenka2016-11-281-18/+0
|\| | | | | | | | | | | * origin/branch-6.2: SONAR-8420 Automated release SONAR-8382 fix l10n
| * SONAR-8420 Automated releaseDavid Rautureau2016-11-281-18/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | * add artifactsToPublish to bintray * export PROJECT_VERSION in env to be recorded in buildinfo * Remove distributionManagement (deploy is done by the artifactory-maven-plugin) * Enable release profile on Travis for maintenance branches * Remove checksums calculation of the distribution (done by the release process) * Remove javadoc profile (we only publish the javadoc of the plugin API)
| * [maven-release-plugin] prepare for next development iterationDavid Rautureau2016-11-211-1/+1
| |
| * [maven-release-plugin] prepare release 6.2-RC16.2-RC1David Rautureau2016-11-211-1/+1
| |
* | Prepare for next development iterationDavid Rautureau2016-11-211-1/+1
|/
* SONAR-8340 add documentation of rolling policy applied to 4 log filesSébastien Lesaint2016-11-181-0/+3
|
* SONAR-8335 support global log level in ES JVM as we do for other JVMSébastien Lesaint2016-11-181-3/+3
|
* SONAR-8298 clarify that session timeout is about inactivitySimon Brandhof2016-11-171-1/+3
|
* SONAR-8332 change default access log pattern to include SQ's HTTP request IDSébastien Lesaint2016-11-171-3/+3
|
* SONAR-8338 SONAR-8337 SONAR-8336 remove doc from sonar.propertiesSébastien Lesaint2016-11-171-17/+0
|
* SONAR-8383 expose association process -> log filenameSimon Brandhof2016-11-171-2/+1
|
* SONAR-8340 document log format in sonar.propertiesSébastien Lesaint2016-11-161-3/+34
|
* SONAR-8338 add documentation for new properties in sonar.propertiesSébastien Lesaint2016-11-161-0/+5
|
* SONAR-8337 add documentation for new properties in sonar.propertiesSébastien Lesaint2016-11-161-0/+6
|
* SONAR-8336 add documentation for new properties in sonar.propertiesSébastien Lesaint2016-11-161-1/+6
|
* SONAR-8341 add INFO log in App when SQ is done startingSébastien Lesaint2016-11-161-2/+16
|
* SONAR-8335 most accurate property rather than lowest level must applySébastien Lesaint2016-11-162-1/+12
|