aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/src/main/java/org/sonar/application/AppFileSystem.java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-8816 automatic election of web leader in cluster modeSimon Brandhof2017-03-131-186/+0
|
* SONAR-7937 restart reloads sonar.propertiesSébastien Lesaint2017-02-241-1/+18
| | | | but changes of FileSystem related properties are not supported and will make restart fail
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
|
* fixing quality flaws (mostly Java NIO slow methods usage)Sébastien Lesaint2016-09-281-6/+7
|
* SONAR-7909 reset sharedMemory at startupSébastien Lesaint2016-09-091-2/+7
|
* Fix Quality flawsSimon Brandhof2016-07-181-2/+1
|
* SONAR-7422 do not delete sharememory file in tempDirSébastien Lesaint2016-05-101-4/+48
|
* 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
* SONAR-7154 never delete temp dir, only delete its content if existsSébastien Lesaint2016-02-051-9/+8
|
* SONAR-7168 fileSystem must be reset during a restartSébastien Lesaint2016-01-181-0/+120
deletion of temp directory is required for uninstalling plugins but also to cleanly start web server (eg. deleting unsuccessfully processed analysis reports)