Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release 5.45.4 | Eric Hartmann | 2016-03-08 | 48 | -48/+48 |
| | |||||
* | SONAR-7129 SONAR-7135 optimize SQL requests on MySQL | Simon Brandhof | 2016-03-07 | 2 | -17/+44 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2016-03-04 | 26 | -27/+27 |
| | |||||
* | [maven-release-plugin] prepare release 5.4-RC45.4-RC4 | Eric Hartmann | 2016-03-04 | 26 | -27/+27 |
| | |||||
* | it-plugins - enforce analysis of C/C++ project without build-wrapper | Simon Brandhof | 2016-03-04 | 1 | -5/+8 |
| | |||||
* | SONAR-4004 require 3 characters to search | Stas Vilchik | 2016-03-04 | 3 | -3/+25 |
| | |||||
* | SONAR-7129 WS api/components/tree search query parameter must have at least ↵ | Teryk Bellahsene | 2016-03-04 | 2 | -2/+20 |
| | | | | 3 characters | ||||
* | SONAR-7135 WS api/measures/component_tree search query parameter has at ↵ | Teryk Bellahsene | 2016-03-04 | 2 | -2/+21 |
| | | | | least 3 characters | ||||
* | fix widgets resizing on the overview page | Stas Vilchik | 2016-03-01 | 2 | -2/+8 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2016-03-01 | 26 | -27/+27 |
| | |||||
* | [maven-release-plugin] prepare release 5.4-RC35.4-RC3 | Eric Hartmann | 2016-03-01 | 26 | -27/+27 |
| | |||||
* | SONAR-7384 ensure no thread can await its own termination in Monitor | Sébastien Lesaint | 2016-02-24 | 1 | -1/+1 |
| | |||||
* | SONAR-7316 do not create a builder for each changeset | Sébastien Lesaint | 2016-02-24 | 1 | -2/+3 |
| | |||||
* | SONAR-7316 DbScmInfo should use a single ChangeSet object per revision | Sébastien Lesaint | 2016-02-24 | 4 | -28/+98 |
| | |||||
* | SONAR-7316 use String.intern to store ChangeSet#revision | Sébastien Lesaint | 2016-02-24 | 1 | -6/+4 |
| | |||||
* | SONAR-7316 Use String.intern to store author in ChangeSet | Julien Lancelot | 2016-02-24 | 1 | -1/+3 |
| | |||||
* | fix widgets resizing on the overview page | Stas Vilchik | 2016-02-24 | 7 | -7/+24 |
| | |||||
* | fix footer on my account page when leave issues sub-page | Stas Vilchik | 2016-02-22 | 1 | -0/+1 |
| | |||||
* | display component key in tooltip on code page | Stas Vilchik | 2016-02-22 | 1 | -2/+2 |
| | |||||
* | SONAR-7135 WS api/measures/component_tree sort by metric consistent for ↵ | Teryk Bellahsene | 2016-02-18 | 2 | -10/+32 |
| | | | | component measureless | ||||
* | [maven-release-plugin] prepare for next development iteration | Thomas Vérin | 2016-02-15 | 26 | -27/+27 |
| | |||||
* | [maven-release-plugin] prepare release 5.4-RC25.4-RC2 | Thomas Vérin | 2016-02-15 | 26 | -27/+27 |
| | |||||
* | Refactor a bit ComponentContainer | Simon Brandhof | 2016-02-12 | 1 | -7/+18 |
| | |||||
* | stabilize ProjectDrilldownTest | Stas Vilchik | 2016-02-12 | 2 | -1/+6 |
| | |||||
* | SONAR-7125 use efficient delete dir code in core, batch and server | Sébastien Lesaint | 2016-02-12 | 16 | -79/+71 |
| | | | | use Java NIO rather than Common IO FileUtils | ||||
* | SONAR-7125 use efficient delete dir from NIO in sonar-api | Sébastien Lesaint | 2016-02-12 | 1 | -1/+27 |
| | |||||
* | SONAR-7125 add FileUtils in sonar-core with efficient delete methods | Sébastien Lesaint | 2016-02-12 | 2 | -0/+430 |
| | | | | methods delete from Commons IO FileUtils class reimplemented with Java NIO API | ||||
* | SONAR-7125 use efficient delete dir method in sonar-process | Sébastien Lesaint | 2016-02-12 | 5 | -40/+433 |
| | |||||
* | SONAR-7125 use nio to clean temp directory at startup | Sébastien Lesaint | 2016-02-12 | 1 | -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 migration | Simon Brandhof | 2016-02-11 | 4 | -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-M1 | Julien Lancelot | 2016-02-11 | 2 | -19/+77 |
| | |||||
* | SONAR-7311 fix file leak because CE appenders are closed too late | Sébastien Lesaint | 2016-02-10 | 2 | -30/+187 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2016-02-09 | 26 | -27/+27 |
| | |||||
* | [maven-release-plugin] prepare release 5.4-RC15.4-RC1 | Eric Hartmann | 2016-02-09 | 26 | -27/+27 |
| | |||||
* | Do not deploy sonar-plugin-api-deps in central | Simon Brandhof | 2016-02-09 | 1 | -0/+4 |
| | | | It is shaded in sonar-core | ||||
* | Improve quality | Duarte Meneses | 2016-02-08 | 3 | -33/+18 |
| | |||||
* | Improve quality | Duarte Meneses | 2016-02-08 | 1 | -1/+0 |
| | |||||
* | SONAR-7261 Increase expected jar size | Julien Lancelot | 2016-02-08 | 1 | -1/+1 |
| | |||||
* | Fix quality flaw | Simon Brandhof | 2016-02-08 | 1 | -8/+7 |
| | |||||
* | SONAR-7261 Embed Java 3.10 | Julien Lancelot | 2016-02-08 | 1 | -1/+1 |
| | |||||
* | SONAR-7168 fix quality flaw in AllProcessesCommands | Sébastien Lesaint | 2016-02-08 | 4 | -5/+13 |
| | |||||
* | Improve quality | Duarte Meneses | 2016-02-08 | 1 | -5/+4 |
| | |||||
* | Fix quality flaw | Teryk Bellahsene | 2016-02-08 | 3 | -8/+3 |
| | |||||
* | SONAR-7154 never delete temp dir, only delete its content if exists | Sébastien Lesaint | 2016-02-05 | 2 | -10/+23 |
| | |||||
* | update wording on my account page | Stas Vilchik | 2016-02-05 | 2 | -3/+3 |
| | |||||
* | SONAR-7070 Update leak label in quality gate management | Teryk Bellahsene | 2016-02-05 | 2 | -6/+4 |
| | |||||
* | fix quality flaws | Sébastien Lesaint | 2016-02-05 | 4 | -26/+35 |
| | |||||
* | improve rendering of bar chart | Stas Vilchik | 2016-02-05 | 4 | -14/+16 |
| | |||||
* | improve code quality | Stas Vilchik | 2016-02-05 | 2 | -2/+2 |
| | |||||
* | make it possible to manage favorite issue and measure filters on my account page | Stas Vilchik | 2016-02-05 | 8 | -4/+186 |
| |