aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | move in IT SystemAdminPermissionTest from it-coreSébastien Lesaint2016-02-128-0/+928
| |
* | Automatic merge from branch-5.4Jenkins CI2016-02-128-70/+313
|\| | | | | | | | | | | | | * origin/branch-5.4: Fix shutdown of server after DB migration SONAR-7103 Fix new debt ratio when 5 periods are defined SONAR-7311 fix file leak because CE appenders are closed too late
| * 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
| |
* | Fix quick-build.shSimon Brandhof2016-02-112-2/+2
| |
* | move in IT HighlightingTest from it-coreSébastien Lesaint2016-02-1114-1/+302
| |
* | Move ManualIssueRelocationTest ITsJulien Lancelot2016-02-1114-0/+254
| |
* | Move ManualIssueTest ITsJulien Lancelot2016-02-114-4/+363
| |
* | Move ManualRulesTest to rule packageJulien Lancelot2016-02-114-142/+146
| |
* | Move IssueTrackingTest ITsJulien Lancelot2016-02-119-22/+247
| |
* | Move remaining authentication ITsJulien Lancelot2016-02-1117-117/+541
| |
* | Move IssueSearchTest ITJulien Lancelot2016-02-114-0/+441
| |
* | Move IssueNotificationsTest ITJulien Lancelot2016-02-115-0/+356
| |
* | Move IT EventTestJulien Lancelot2016-02-117-24/+465
| |
* | Move ExternalAuthenticationTest ITsJulien Lancelot2016-02-1124-38/+1279
| |
* | Fix log output on TravisSimon Brandhof2016-02-111-1/+1
| |
* | Fix IT scriptsSimon Brandhof2016-02-117-64/+18
| |
* | Fix and move perf testsSimon Brandhof2016-02-1030-6/+7
| |
* | Move plugins ITs to QA and enable perf testsSimon Brandhof2016-02-106-21/+24
| |
* | Fix .travis.ymlSimon Brandhof2016-02-101-10/+9
| |
* | Enable QA pipeline at SonarSourceSimon Brandhof2016-02-1044-86/+53503
| |
* | Automatic merge from branch-5.4Jenkins CI2016-02-090-0/+0
|\| | | | | | | | | | | * origin/branch-5.4: [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release 5.4-RC1
| * [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
| |
* | Automatic merge from branch-5.4Jenkins CI2016-02-091-0/+4
|\| | | | | | | | | * origin/branch-5.4: Do not deploy sonar-plugin-api-deps in central
| * Do not deploy sonar-plugin-api-deps in centralSimon Brandhof2016-02-091-0/+4
| | | | | | It is shaded in sonar-core
* | Automatic merge from branch-5.4Jenkins CI2016-02-090-0/+0
|\ \ | | | | | | | | | | | | | | | * origin/branch-5.4: [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release 5.4-RC1
| * | [maven-release-plugin] prepare for next development iterationEric Hartmann2016-02-0926-27/+27
| | |
| * | [maven-release-plugin] prepare release 5.4-RC1Eric Hartmann2016-02-0926-27/+27
| |/
* / Upgrade version to 5.5-SNAPSHOTEric Hartmann2016-02-0948-48/+48
|/
* 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
|
* display links to all issue filters and all measure filters on my account pageStas Vilchik2016-02-053-0/+9
|
* SONAR-6740 clean shutdown of ES clientSimon Brandhof2016-02-056-286/+76
|
* SONAR-6740 do not start Rails if Java container fails to startSimon Brandhof2016-02-055-5/+103
|
* SONAR-6740 refactor configuration of Tomcat contextsSimon Brandhof2016-02-056-207/+125
| | | | | It allows to remove some warnings on static context when server fails to start.