]>
source.dussan.org Git - sonarqube.git/log
Julien Lancelot [Fri, 12 Feb 2016 15:43:47 +0000 (16:43 +0100)]
Move Highlighting IT
Julien Lancelot [Fri, 12 Feb 2016 13:42:19 +0000 (14:42 +0100)]
Move DashboardTest ITs
Jenkins CI [Mon, 15 Feb 2016 07:11:57 +0000 (08:11 +0100)]
Automatic merge from branch-5.4
* origin/branch-5.4:
Refactor a bit ComponentContainer
stabilize ProjectDrilldownTest
SONAR-7125 use efficient delete dir code in core, batch and server
SONAR-7125 use efficient delete dir from NIO in sonar-api
SONAR-7125 add FileUtils in sonar-core with efficient delete methods
SONAR-7125 use efficient delete dir method in sonar-process
SONAR-7125 use nio to clean temp directory at startup
Simon Brandhof [Fri, 12 Feb 2016 13:53:59 +0000 (14:53 +0100)]
Refactor a bit ComponentContainer
Stas Vilchik [Fri, 12 Feb 2016 11:36:32 +0000 (12:36 +0100)]
stabilize ProjectDrilldownTest
Sébastien Lesaint [Thu, 11 Feb 2016 13:07:01 +0000 (14:07 +0100)]
SONAR-7125 use efficient delete dir code in core, batch and server
use Java NIO rather than Common IO FileUtils
Sébastien Lesaint [Thu, 11 Feb 2016 13:06:40 +0000 (14:06 +0100)]
SONAR-7125 use efficient delete dir from NIO in sonar-api
Sébastien Lesaint [Thu, 11 Feb 2016 11:00:05 +0000 (12:00 +0100)]
SONAR-7125 add FileUtils in sonar-core with efficient delete methods
methods delete from Commons IO FileUtils class reimplemented with Java NIO API
Sébastien Lesaint [Thu, 11 Feb 2016 12:42:30 +0000 (13:42 +0100)]
SONAR-7125 use efficient delete dir method in sonar-process
Sébastien Lesaint [Thu, 11 Feb 2016 09:14:31 +0000 (10:14 +0100)]
SONAR-7125 use nio to clean temp directory at startup
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
Julien Lancelot [Fri, 12 Feb 2016 10:43:14 +0000 (11:43 +0100)]
Move SystemAdminPermissionTest to authorisation
Julien Lancelot [Fri, 12 Feb 2016 10:31:10 +0000 (11:31 +0100)]
User UserRule to reset users
Julien Lancelot [Fri, 12 Feb 2016 08:28:39 +0000 (09:28 +0100)]
Move QualityProfileAdminPermissionTest ITs
Julien Lancelot [Fri, 12 Feb 2016 08:22:39 +0000 (09:22 +0100)]
Move ProvisioningPermissionTest ITs
Julien Lancelot [Thu, 11 Feb 2016 17:05:28 +0000 (18:05 +0100)]
Move DashboardSharingPermissionTest ITs
Julien Lancelot [Fri, 12 Feb 2016 08:08:57 +0000 (09:08 +0100)]
Rename PermissionTest to PermissionSearchTest
Julien Lancelot [Fri, 12 Feb 2016 07:27:10 +0000 (08:27 +0100)]
Move Measure ITs to category 4
Julien Lancelot [Thu, 11 Feb 2016 15:46:41 +0000 (16:46 +0100)]
Move remaining issues ITs
Sébastien Lesaint [Mon, 8 Feb 2016 16:47:37 +0000 (17:47 +0100)]
move in IT SystemAdminPermissionTest from it-core
Jenkins CI [Fri, 12 Feb 2016 07:01:23 +0000 (08:01 +0100)]
Automatic merge from branch-5.4
* 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
Simon Brandhof [Thu, 11 Feb 2016 17:14:52 +0000 (18:14 +0100)]
Fix shutdown of server after DB migration
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.
Simon Brandhof [Thu, 11 Feb 2016 16:05:25 +0000 (17:05 +0100)]
Fix quick-build.sh
Sébastien Lesaint [Mon, 8 Feb 2016 15:28:03 +0000 (16:28 +0100)]
move in IT HighlightingTest from it-core
Julien Lancelot [Thu, 11 Feb 2016 09:49:41 +0000 (10:49 +0100)]
SONAR-7103 Fix new debt ratio when 5 periods are defined
Julien Lancelot [Tue, 9 Feb 2016 16:37:22 +0000 (17:37 +0100)]
Move ManualIssueRelocationTest ITs
Julien Lancelot [Tue, 9 Feb 2016 16:16:02 +0000 (17:16 +0100)]
Move ManualIssueTest ITs
Julien Lancelot [Tue, 9 Feb 2016 15:38:43 +0000 (16:38 +0100)]
Move ManualRulesTest to rule package
Julien Lancelot [Tue, 9 Feb 2016 15:33:38 +0000 (16:33 +0100)]
Move IssueTrackingTest ITs
Julien Lancelot [Tue, 9 Feb 2016 13:50:21 +0000 (14:50 +0100)]
Move remaining authentication ITs
Julien Lancelot [Tue, 9 Feb 2016 08:01:01 +0000 (09:01 +0100)]
Move IssueSearchTest IT
Julien Lancelot [Mon, 8 Feb 2016 13:51:51 +0000 (14:51 +0100)]
Move IssueNotificationsTest IT
Julien Lancelot [Mon, 8 Feb 2016 11:19:38 +0000 (12:19 +0100)]
Move IT EventTest
Julien Lancelot [Wed, 16 Dec 2015 11:18:46 +0000 (12:18 +0100)]
Move ExternalAuthenticationTest ITs
Simon Brandhof [Thu, 11 Feb 2016 10:22:45 +0000 (11:22 +0100)]
Fix log output on Travis
Simon Brandhof [Thu, 11 Feb 2016 09:25:12 +0000 (10:25 +0100)]
Fix IT scripts
Simon Brandhof [Wed, 10 Feb 2016 19:56:46 +0000 (20:56 +0100)]
Fix and move perf tests
Simon Brandhof [Wed, 10 Feb 2016 17:19:40 +0000 (18:19 +0100)]
Move plugins ITs to QA and enable perf tests
Simon Brandhof [Wed, 10 Feb 2016 16:18:56 +0000 (17:18 +0100)]
Fix .travis.yml
Simon Brandhof [Fri, 5 Feb 2016 15:51:05 +0000 (16:51 +0100)]
Enable QA pipeline at SonarSource
Sébastien Lesaint [Wed, 10 Feb 2016 11:06:07 +0000 (12:06 +0100)]
SONAR-7311 fix file leak because CE appenders are closed too late
Jenkins CI [Tue, 9 Feb 2016 14:21:53 +0000 (15:21 +0100)]
Automatic merge from branch-5.4
* origin/branch-5.4:
[maven-release-plugin] prepare for next development iteration
[maven-release-plugin] prepare release 5.4-RC1
Jenkins CI [Tue, 9 Feb 2016 13:11:06 +0000 (14:11 +0100)]
Automatic merge from branch-5.4
* origin/branch-5.4:
Do not deploy sonar-plugin-api-deps in central
Eric Hartmann [Tue, 9 Feb 2016 11:54:51 +0000 (12:54 +0100)]
[maven-release-plugin] prepare for next development iteration
Eric Hartmann [Tue, 9 Feb 2016 11:54:50 +0000 (12:54 +0100)]
[maven-release-plugin] prepare release 5.4-RC1
Simon Brandhof [Tue, 9 Feb 2016 11:44:00 +0000 (12:44 +0100)]
Do not deploy sonar-plugin-api-deps in central
It is shaded in sonar-core
Jenkins CI [Tue, 9 Feb 2016 11:27:50 +0000 (12:27 +0100)]
Automatic merge from branch-5.4
* origin/branch-5.4:
[maven-release-plugin] prepare for next development iteration
[maven-release-plugin] prepare release 5.4-RC1
Eric Hartmann [Tue, 9 Feb 2016 10:13:08 +0000 (11:13 +0100)]
[maven-release-plugin] prepare for next development iteration
Eric Hartmann [Tue, 9 Feb 2016 10:13:07 +0000 (11:13 +0100)]
[maven-release-plugin] prepare release 5.4-RC1
Eric Hartmann [Tue, 9 Feb 2016 09:12:57 +0000 (10:12 +0100)]
Upgrade version to 5.5-SNAPSHOT
Duarte Meneses [Mon, 8 Feb 2016 10:28:38 +0000 (11:28 +0100)]
Improve quality
Duarte Meneses [Mon, 8 Feb 2016 09:40:42 +0000 (10:40 +0100)]
Improve quality
Julien Lancelot [Mon, 8 Feb 2016 09:28:33 +0000 (10:28 +0100)]
SONAR-7261 Increase expected jar size
Simon Brandhof [Mon, 8 Feb 2016 09:00:53 +0000 (10:00 +0100)]
Fix quality flaw
Julien Lancelot [Mon, 8 Feb 2016 09:00:02 +0000 (10:00 +0100)]
SONAR-7261 Embed Java 3.10
Sébastien Lesaint [Mon, 8 Feb 2016 08:45:06 +0000 (09:45 +0100)]
SONAR-7168 fix quality flaw in AllProcessesCommands
Duarte Meneses [Mon, 8 Feb 2016 08:30:34 +0000 (09:30 +0100)]
Improve quality
Teryk Bellahsene [Mon, 8 Feb 2016 08:31:48 +0000 (09:31 +0100)]
Fix quality flaw
Sébastien Lesaint [Thu, 4 Feb 2016 16:21:40 +0000 (17:21 +0100)]
SONAR-7154 never delete temp dir, only delete its content if exists
Stas Vilchik [Fri, 5 Feb 2016 16:01:06 +0000 (17:01 +0100)]
update wording on my account page
Teryk Bellahsene [Fri, 5 Feb 2016 15:42:01 +0000 (16:42 +0100)]
SONAR-7070 Update leak label in quality gate management
Sébastien Lesaint [Fri, 5 Feb 2016 13:33:05 +0000 (14:33 +0100)]
fix quality flaws
Stas Vilchik [Fri, 5 Feb 2016 14:34:51 +0000 (15:34 +0100)]
improve rendering of bar chart
Stas Vilchik [Fri, 5 Feb 2016 14:08:08 +0000 (15:08 +0100)]
improve code quality
Stas Vilchik [Fri, 5 Feb 2016 13:56:32 +0000 (14:56 +0100)]
make it possible to manage favorite issue and measure filters on my account page
Stas Vilchik [Fri, 5 Feb 2016 13:31:18 +0000 (14:31 +0100)]
display links to all issue filters and all measure filters on my account page
Simon Brandhof [Fri, 5 Feb 2016 11:00:25 +0000 (12:00 +0100)]
SONAR-6740 clean shutdown of ES client
Simon Brandhof [Thu, 4 Feb 2016 22:05:00 +0000 (23:05 +0100)]
SONAR-6740 do not start Rails if Java container fails to start
Simon Brandhof [Thu, 4 Feb 2016 21:42:10 +0000 (22:42 +0100)]
SONAR-6740 refactor configuration of Tomcat contexts
It allows to remove some warnings on static context when
server fails to start.
Simon Brandhof [Thu, 4 Feb 2016 21:40:54 +0000 (22:40 +0100)]
SONAR-6740 add fake plugin to emulate server startup failure
Teryk Bellahsene [Fri, 5 Feb 2016 10:17:45 +0000 (11:17 +0100)]
SONAR-7112 search box with correct component type order
Simon Brandhof [Fri, 5 Feb 2016 10:40:57 +0000 (11:40 +0100)]
Fix JaCoCo config for analysis of PR on Travis
Teryk Bellahsene [Thu, 4 Feb 2016 16:58:07 +0000 (17:58 +0100)]
SONAR-7040 Add context when failing to write a web service response
Stas Vilchik [Fri, 5 Feb 2016 09:27:59 +0000 (10:27 +0100)]
fix headers
Stas Vilchik [Fri, 5 Feb 2016 09:20:49 +0000 (10:20 +0100)]
update babel-eslint
Simon Brandhof [Fri, 5 Feb 2016 09:15:06 +0000 (10:15 +0100)]
Fix quality gates
Stas Vilchik [Fri, 5 Feb 2016 09:09:13 +0000 (10:09 +0100)]
migrate project services tests
Teryk Bellahsene [Fri, 5 Feb 2016 08:56:23 +0000 (09:56 +0100)]
SONAR-6987 WS api/tests/list improve description and fix typo
Julien Lancelot [Thu, 4 Feb 2016 15:48:35 +0000 (16:48 +0100)]
SONAR-7123 Improve size of projects name columns
Julien Lancelot [Thu, 4 Feb 2016 11:14:39 +0000 (12:14 +0100)]
SONAR-7114 Add line when changeset is invalid
Julien Lancelot [Wed, 3 Feb 2016 16:37:56 +0000 (17:37 +0100)]
SONAR-7169 Remove fallback from AverageFormula
Sébastien Lesaint [Wed, 3 Feb 2016 17:19:30 +0000 (18:19 +0100)]
SONAR-6940 tracking: do not query FILE_SOURCE for non-FILE components
Sébastien Lesaint [Tue, 2 Feb 2016 14:59:40 +0000 (15:59 +0100)]
fix typo in description of QualityGateMeasuresStep
Sébastien Lesaint [Wed, 3 Feb 2016 13:42:56 +0000 (14:42 +0100)]
SONAR-6397 don't call both containsKey and get when data is in cache
Sébastien Lesaint [Tue, 2 Feb 2016 11:18:16 +0000 (12:18 +0100)]
SONAR-7166 add explicit error when CeTask.componentKey is null
Stas Vilchik [Thu, 4 Feb 2016 16:20:03 +0000 (17:20 +0100)]
improve positioning of oauth buttons
Stas Vilchik [Thu, 4 Feb 2016 16:03:32 +0000 (17:03 +0100)]
SONAR-5947 Simplify the "System Upgrade" tab of the "Update Center" page
Stas Vilchik [Thu, 4 Feb 2016 15:55:12 +0000 (16:55 +0100)]
Merge pull request #742 from SonarSource/feature/stas/selenium-js-logs
dump js logs in failed selenium tests
Simon Brandhof [Thu, 4 Feb 2016 08:54:57 +0000 (09:54 +0100)]
SONAR-6858 Stop writing in exploded webapp at runtime
Simon Brandhof [Wed, 3 Feb 2016 22:10:48 +0000 (23:10 +0100)]
Remove old unused test resources
Simon Brandhof [Wed, 3 Feb 2016 22:10:34 +0000 (23:10 +0100)]
SONAR-6858 remove useless deployment of JDBC driver
Simon Brandhof [Mon, 1 Feb 2016 21:08:23 +0000 (22:08 +0100)]
SONAR-7226 deploy all artifacts to central, except SQ zip
Stas Vilchik [Thu, 4 Feb 2016 15:35:05 +0000 (16:35 +0100)]
SONAR-7268 Link of "New Issues" notification should bring to the project Issues page
Julien Lancelot [Thu, 4 Feb 2016 13:46:05 +0000 (14:46 +0100)]
SONAR-7242 Update default background color
Julien Lancelot [Thu, 4 Feb 2016 12:28:35 +0000 (13:28 +0100)]
Fix quality flaws
Julien Lancelot [Thu, 4 Feb 2016 09:41:23 +0000 (10:41 +0100)]
SONAR-7242 Update error message
Update error generate in issues mode when no browse permission
Julien Lancelot [Wed, 3 Feb 2016 12:52:05 +0000 (13:52 +0100)]
SONAR-6226 Fix IT
Julien Lancelot [Wed, 3 Feb 2016 10:58:11 +0000 (11:58 +0100)]
SONAR-7217 Update message
Julien Lancelot [Wed, 3 Feb 2016 10:39:29 +0000 (11:39 +0100)]
SONAR-7242 Identity Provider must define a display with icon url abd background color
Julien Lancelot [Wed, 3 Feb 2016 08:46:45 +0000 (09:46 +0100)]
SONAR-6226 Updating an email with blank value store null
Julien Lancelot [Wed, 3 Feb 2016 08:29:11 +0000 (09:29 +0100)]
SONAR-6226 Display link to home on error pages