aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Release 5.45.4Eric Hartmann2016-03-0848-48/+48
|
* SONAR-7129 SONAR-7135 optimize SQL requests on MySQLSimon Brandhof2016-03-072-17/+44
|
* [maven-release-plugin] prepare for next development iterationEric Hartmann2016-03-0426-27/+27
|
* [maven-release-plugin] prepare release 5.4-RC45.4-RC4Eric Hartmann2016-03-0426-27/+27
|
* it-plugins - enforce analysis of C/C++ project without build-wrapperSimon Brandhof2016-03-041-5/+8
|
* SONAR-4004 require 3 characters to searchStas Vilchik2016-03-043-3/+25
|
* SONAR-7129 WS api/components/tree search query parameter must have at least ↵Teryk Bellahsene2016-03-042-2/+20
| | | | 3 characters
* SONAR-7135 WS api/measures/component_tree search query parameter has at ↵Teryk Bellahsene2016-03-042-2/+21
| | | | least 3 characters
* fix widgets resizing on the overview pageStas Vilchik2016-03-012-2/+8
|
* [maven-release-plugin] prepare for next development iterationEric Hartmann2016-03-0126-27/+27
|
* [maven-release-plugin] prepare release 5.4-RC35.4-RC3Eric Hartmann2016-03-0126-27/+27
|
* SONAR-7384 ensure no thread can await its own termination in MonitorSébastien Lesaint2016-02-241-1/+1
|
* SONAR-7316 do not create a builder for each changesetSébastien Lesaint2016-02-241-2/+3
|
* SONAR-7316 DbScmInfo should use a single ChangeSet object per revisionSébastien Lesaint2016-02-244-28/+98
|
* SONAR-7316 use String.intern to store ChangeSet#revisionSébastien Lesaint2016-02-241-6/+4
|
* SONAR-7316 Use String.intern to store author in ChangeSetJulien Lancelot2016-02-241-1/+3
|
* fix widgets resizing on the overview pageStas Vilchik2016-02-247-7/+24
|
* fix footer on my account page when leave issues sub-pageStas Vilchik2016-02-221-0/+1
|
* display component key in tooltip on code pageStas Vilchik2016-02-221-2/+2
|
* SONAR-7135 WS api/measures/component_tree sort by metric consistent for ↵Teryk Bellahsene2016-02-182-10/+32
| | | | component measureless
* [maven-release-plugin] prepare for next development iterationThomas Vérin2016-02-1526-27/+27
|
* [maven-release-plugin] prepare release 5.4-RC25.4-RC2Thomas Vérin2016-02-1526-27/+27
|
* Refactor a bit ComponentContainerSimon Brandhof2016-02-121-7/+18
|
* stabilize ProjectDrilldownTestStas Vilchik2016-02-122-1/+6
|
* SONAR-7125 use efficient delete dir code in core, batch and serverSébastien Lesaint2016-02-1216-79/+71
| | | | use Java NIO rather than Common IO FileUtils
* SONAR-7125 use efficient delete dir from NIO in sonar-apiSébastien Lesaint2016-02-121-1/+27
|
* SONAR-7125 add FileUtils in sonar-core with efficient delete methodsSébastien Lesaint2016-02-122-0/+430
| | | | methods delete from Commons IO FileUtils class reimplemented with Java NIO API
* SONAR-7125 use efficient delete dir method in sonar-processSébastien Lesaint2016-02-125-40/+433
|
* 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
* Fix shutdown of server after DB migrationSimon Brandhof2016-02-114-21/+49
| | | | | | When a DB migration is required, two containers are up at the same time ("safemode" and "level 2"). This is not handled by ComponentContainer, so one of the two children is badly dereferenced and can't be stopped.
* SONAR-7103 Fix new debt ratio when 5 periods are defined5.4-M145.4-M1Julien Lancelot2016-02-112-19/+77
|
* SONAR-7311 fix file leak because CE appenders are closed too lateSébastien Lesaint2016-02-102-30/+187
|
* [maven-release-plugin] prepare for next development iterationEric Hartmann2016-02-0926-27/+27
|
* [maven-release-plugin] prepare release 5.4-RC15.4-RC1Eric Hartmann2016-02-0926-27/+27
|
* Do not deploy sonar-plugin-api-deps in centralSimon Brandhof2016-02-091-0/+4
| | | It is shaded in sonar-core
* Improve qualityDuarte Meneses2016-02-083-33/+18
|
* Improve qualityDuarte Meneses2016-02-081-1/+0
|
* SONAR-7261 Increase expected jar sizeJulien Lancelot2016-02-081-1/+1
|
* Fix quality flawSimon Brandhof2016-02-081-8/+7
|
* SONAR-7261 Embed Java 3.10Julien Lancelot2016-02-081-1/+1
|
* SONAR-7168 fix quality flaw in AllProcessesCommandsSébastien Lesaint2016-02-084-5/+13
|
* Improve qualityDuarte Meneses2016-02-081-5/+4
|
* Fix quality flawTeryk Bellahsene2016-02-083-8/+3
|
* SONAR-7154 never delete temp dir, only delete its content if existsSébastien Lesaint2016-02-052-10/+23
|
* update wording on my account pageStas Vilchik2016-02-052-3/+3
|
* SONAR-7070 Update leak label in quality gate managementTeryk Bellahsene2016-02-052-6/+4
|
* fix quality flawsSébastien Lesaint2016-02-054-26/+35
|
* improve rendering of bar chartStas Vilchik2016-02-054-14/+16
|
* improve code qualityStas Vilchik2016-02-052-2/+2
|
* make it possible to manage favorite issue and measure filters on my account pageStas Vilchik2016-02-058-4/+186
|