aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-7653 remove Java option XX:MaxPermSizeSimon Brandhof2016-05-261-2/+2
| | | | this option is dropped from java 8
* prepare for next development iteration on release branchTom2016-05-201-1/+1
|
* Release 5.6-RC1Tom2016-05-201-1/+1
|
* SONAR-7580 jdbc_url default value is computed or set by JdbcSettingsSébastien Lesaint2016-05-122-62/+156
| | | | 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-7260 Fix comment about mysql 5.6 in sonar.propertiesSimon Brandhof2016-05-121-3/+1
|
* SONAR-7422 do not delete sharememory file in tempDirSébastien Lesaint2016-05-102-4/+73
|
* Automatic merge from branch-5.5Jenkins CI2016-04-141-2/+1
|\ | | | | | | | | | | | | | | | | | | * origin/branch-5.5: SONAR-7429 defaults of HTTPS proxy are values of HTTP proxy Add context when failing to map a db measure to a ws measure SONAR-7187 Fix perf issue in selectByQuery Add support of WS api/ce/task to sonar-ws Add partial support of api/projects to sonar-ws SONAR-7427 Remove "effort_to_reach_reliability_rating_a" and "effort_to_reach_security_rating_a" from js
| * SONAR-7429 defaults of HTTPS proxy are values of HTTP proxySimon Brandhof2016-04-141-2/+1
| |
| * fixed version for 5.5-SNAPSHOTTom2016-04-111-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationTom2016-04-071-1/+1
| |
| * [maven-release-plugin] prepare release 5.5-RC15.5-RC1Tom2016-04-071-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationTom2016-04-071-1/+1
| |
| * [maven-release-plugin] prepare release 5.5Tom2016-04-071-1/+1
| |
* | Upgrade version to 5.6-SNAPSHOTTom2016-04-071-1/+1
|/
* SONAR-7411 drop support for HTTPs Tomcat connectorSébastien Lesaint2016-04-061-78/+6
|
* SONAR-7436 replace JMX/RMI by HTTPSimon Brandhof2016-04-051-2/+2
|
* SONAR-7519 Update embedded Git plugin to 1.2Julien HENRY2016-04-051-1/+1
|
* Revert "SONAR-7122 Drop the ability to customize the web app context"Julien Lancelot2016-03-311-0/+4
| | | | | | This reverts commit 8f7a9ad479a219fc22ac729a23f220e450c572b7. SONAR-7494 Reintroduce the web app context
* SONAR-7436 Monitoring of CE process in system WS and consoleSimon Brandhof2016-03-252-12/+11
|
* Fix documentation of CE section of sonar.propertiesSimon Brandhof2016-03-241-10/+7
|
* SONAR-6732 CE and WebServer must share the same startedAt dateSébastien Lesaint2016-03-212-12/+31
|
* SONAR-7435 reduce heap of both CE and WebServer to 512Sébastien Lesaint2016-03-211-2/+2
|
* SONAR-7435 add sonar.ce.javaOpts and sonar.ce.javaAdditionalOptsSébastien Lesaint2016-03-212-0/+15
| | | | also enforce some JVM parameters
* SONAR-7435 SQ processes should have constant process idsSébastien Lesaint2016-03-211-5/+10
| | | | remove process id generation from JavaCommand
* SONAR-7435 add CE process, never stops but does nothing yetSébastien Lesaint2016-03-214-24/+65
|
* Rename batch into scannerJulien HENRY2016-03-182-2/+2
|
* SONAR-7429 Should be possible to specify "https.proxyHost" and ↵Simon Brandhof2016-03-111-1/+5
| | | | "https.proxyPort" in "conf/sonar.properties"
* SONAR-7430 Keep %l for format compatibilitySimon Brandhof2016-03-071-1/+1
| | | | even if %l is always "-"
* SONAR-7430 Wrong remote IP in access.log when server is behind a reverse proxySimon Brandhof2016-03-071-4/+7
|
* SONAR-7417 add sonar.ce.workerCount to sonar.propertiesSébastien Lesaint2016-03-041-0/+15
|
* Automatic merge from branch-5.4Jenkins CI2016-02-151-2/+3
|\ | | | | | | | | | | | | | | | | | | | | * origin/branch-5.4: Refactor a bit ComponentContainer stabilize ProjectDrilldownTest SONAR-7125 use efficient delete dir code in core, batch and server SONAR-7125 use efficient delete dir from NIO in sonar-api SONAR-7125 add FileUtils in sonar-core with efficient delete methods SONAR-7125 use efficient delete dir method in sonar-process SONAR-7125 use nio to clean temp directory at startup
| * SONAR-7125 use efficient delete dir method in sonar-processSébastien Lesaint2016-02-121-33/+1
| |
| * SONAR-7125 use nio to clean temp directory at startupSébastien Lesaint2016-02-121-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
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2016-02-091-1/+1
| |
| * [maven-release-plugin] prepare release 5.4-RC15.4-RC1Eric Hartmann2016-02-091-1/+1
| |
* | Upgrade version to 5.5-SNAPSHOTEric Hartmann2016-02-091-1/+1
|/
* SONAR-7261 Increase expected jar sizeJulien Lancelot2016-02-081-1/+1
|
* SONAR-7154 never delete temp dir, only delete its content if existsSébastien Lesaint2016-02-052-10/+23
|
* SONAR-7226 deploy all artifacts to central, except SQ zipSimon Brandhof2016-02-041-10/+3
|
* SONAR-7261 Embed JavaScript and C# pluginsJulien Lancelot2016-02-041-2/+14
| | | | And use latest version of the Java plugin
* SONAR-7122 Drop the ability to customize the web app contextSimon Brandhof2016-02-021-4/+0
|
* Use INFO level by default in unit testsSimon Brandhof2016-02-021-1/+1
|
* SONAR-7197 remove binaries of Java Service Wrapper for Solaris5.4-M9Simon Brandhof2016-01-211-0/+1
|
* SONAR-7168 fileSystem must be reset during a restartSébastien Lesaint2016-01-185-107/+341
| | | | 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-1311-11/+11
|
* SONAR-7197 Drop Solaris scripts from distributionSimon Brandhof2016-01-133-1727/+0
|
* SONAR-7168 add property to change log level of sonar-applicationSébastien Lesaint2016-01-132-6/+40
| | | | 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-132-50/+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 implementationSébastien Lesaint2016-01-131-2/+4
|
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-0511-44/+44
|