Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |
| | |||||
* | display links to all issue filters and all measure filters on my account page | Stas Vilchik | 2016-02-05 | 3 | -0/+9 |
| | |||||
* | SONAR-6740 clean shutdown of ES client | Simon Brandhof | 2016-02-05 | 6 | -286/+76 |
| | |||||
* | SONAR-6740 do not start Rails if Java container fails to start | Simon Brandhof | 2016-02-05 | 5 | -5/+103 |
| | |||||
* | SONAR-6740 refactor configuration of Tomcat contexts | Simon Brandhof | 2016-02-05 | 6 | -207/+125 |
| | | | | | It allows to remove some warnings on static context when server fails to start. | ||||
* | SONAR-6740 add fake plugin to emulate server startup failure | Simon Brandhof | 2016-02-05 | 2 | -1/+45 |
| | |||||
* | SONAR-7112 search box with correct component type order5.4-M13 | Teryk Bellahsene | 2016-02-05 | 4 | -7/+43 |
| | |||||
* | Fix JaCoCo config for analysis of PR on Travis | Simon Brandhof | 2016-02-05 | 1 | -1/+1 |
| | |||||
* | SONAR-7040 Add context when failing to write a web service response | Teryk Bellahsene | 2016-02-05 | 4 | -1/+107 |
| | |||||
* | fix headers | Stas Vilchik | 2016-02-05 | 4 | -8/+64 |
| | |||||
* | update babel-eslint | Stas Vilchik | 2016-02-05 | 1 | -1/+1 |
| | |||||
* | Fix quality gates | Simon Brandhof | 2016-02-05 | 8 | -23/+19 |
| | |||||
* | migrate project services tests | Stas Vilchik | 2016-02-05 | 21 | -25/+807 |
| | |||||
* | SONAR-6987 WS api/tests/list improve description and fix typo | Teryk Bellahsene | 2016-02-05 | 2 | -8/+19 |
| | |||||
* | SONAR-7123 Improve size of projects name columns | Julien Lancelot | 2016-02-05 | 9 | -7/+138 |
| | |||||
* | SONAR-7114 Add line when changeset is invalid | Julien Lancelot | 2016-02-05 | 4 | -19/+23 |
| | |||||
* | SONAR-7169 Remove fallback from AverageFormula | Julien Lancelot | 2016-02-04 | 5 | -77/+2 |
| | |||||
* | SONAR-6940 tracking: do not query FILE_SOURCE for non-FILE components | Sébastien Lesaint | 2016-02-04 | 1 | -3/+10 |
| | |||||
* | fix typo in description of QualityGateMeasuresStep | Sébastien Lesaint | 2016-02-04 | 1 | -1/+1 |
| | |||||
* | SONAR-6397 don't call both containsKey and get when data is in cache | Sébastien Lesaint | 2016-02-04 | 1 | -17/+56 |
| | |||||
* | SONAR-7166 add explicit error when CeTask.componentKey is null | Sébastien Lesaint | 2016-02-04 | 2 | -11/+35 |
| | |||||
* | improve positioning of oauth buttons | Stas Vilchik | 2016-02-04 | 1 | -1/+1 |
| |