]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
8 years agoMove Highlighting IT 5.5-M1
Julien Lancelot [Fri, 12 Feb 2016 15:43:47 +0000 (16:43 +0100)]
Move Highlighting IT

8 years agoMove DashboardTest ITs
Julien Lancelot [Fri, 12 Feb 2016 13:42:19 +0000 (14:42 +0100)]
Move DashboardTest ITs

8 years agoAutomatic merge from branch-5.4
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

8 years agoRefactor a bit ComponentContainer
Simon Brandhof [Fri, 12 Feb 2016 13:53:59 +0000 (14:53 +0100)]
Refactor a bit ComponentContainer

8 years agostabilize ProjectDrilldownTest
Stas Vilchik [Fri, 12 Feb 2016 11:36:32 +0000 (12:36 +0100)]
stabilize ProjectDrilldownTest

8 years agoSONAR-7125 use efficient delete dir code in core, batch and server 775/head
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

8 years agoSONAR-7125 use efficient delete dir from NIO in sonar-api
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

8 years agoSONAR-7125 add FileUtils in sonar-core with efficient delete methods
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

8 years agoSONAR-7125 use efficient delete dir method in sonar-process
Sébastien Lesaint [Thu, 11 Feb 2016 12:42:30 +0000 (13:42 +0100)]
SONAR-7125 use efficient delete dir method in sonar-process

8 years agoSONAR-7125 use nio to clean temp directory at startup
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

8 years agoMove SystemAdminPermissionTest to authorisation
Julien Lancelot [Fri, 12 Feb 2016 10:43:14 +0000 (11:43 +0100)]
Move SystemAdminPermissionTest to authorisation

8 years agoUser UserRule to reset users
Julien Lancelot [Fri, 12 Feb 2016 10:31:10 +0000 (11:31 +0100)]
User UserRule to reset users

8 years agoMove QualityProfileAdminPermissionTest ITs
Julien Lancelot [Fri, 12 Feb 2016 08:28:39 +0000 (09:28 +0100)]
Move QualityProfileAdminPermissionTest ITs

8 years agoMove ProvisioningPermissionTest ITs
Julien Lancelot [Fri, 12 Feb 2016 08:22:39 +0000 (09:22 +0100)]
Move ProvisioningPermissionTest ITs

8 years agoMove DashboardSharingPermissionTest ITs
Julien Lancelot [Thu, 11 Feb 2016 17:05:28 +0000 (18:05 +0100)]
Move DashboardSharingPermissionTest ITs

8 years agoRename PermissionTest to PermissionSearchTest
Julien Lancelot [Fri, 12 Feb 2016 08:08:57 +0000 (09:08 +0100)]
Rename PermissionTest to PermissionSearchTest

8 years agoMove Measure ITs to category 4
Julien Lancelot [Fri, 12 Feb 2016 07:27:10 +0000 (08:27 +0100)]
Move Measure ITs to category 4

8 years agoMove remaining issues ITs
Julien Lancelot [Thu, 11 Feb 2016 15:46:41 +0000 (16:46 +0100)]
Move remaining issues ITs

8 years agomove in IT SystemAdminPermissionTest from it-core
Sébastien Lesaint [Mon, 8 Feb 2016 16:47:37 +0000 (17:47 +0100)]
move in IT SystemAdminPermissionTest from it-core

8 years agoAutomatic merge from branch-5.4
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

8 years agoFix shutdown of server after DB migration
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.

8 years agoFix quick-build.sh
Simon Brandhof [Thu, 11 Feb 2016 16:05:25 +0000 (17:05 +0100)]
Fix quick-build.sh

8 years agomove in IT HighlightingTest from it-core
Sébastien Lesaint [Mon, 8 Feb 2016 15:28:03 +0000 (16:28 +0100)]
move in IT HighlightingTest from it-core

8 years agoSONAR-7103 Fix new debt ratio when 5 periods are defined 774/head 5.4-M1 5.4-M14
Julien Lancelot [Thu, 11 Feb 2016 09:49:41 +0000 (10:49 +0100)]
SONAR-7103 Fix new debt ratio when 5 periods are defined

8 years agoMove ManualIssueRelocationTest ITs
Julien Lancelot [Tue, 9 Feb 2016 16:37:22 +0000 (17:37 +0100)]
Move ManualIssueRelocationTest ITs

8 years agoMove ManualIssueTest ITs
Julien Lancelot [Tue, 9 Feb 2016 16:16:02 +0000 (17:16 +0100)]
Move ManualIssueTest ITs

8 years agoMove ManualRulesTest to rule package
Julien Lancelot [Tue, 9 Feb 2016 15:38:43 +0000 (16:38 +0100)]
Move ManualRulesTest to rule package

8 years agoMove IssueTrackingTest ITs
Julien Lancelot [Tue, 9 Feb 2016 15:33:38 +0000 (16:33 +0100)]
Move IssueTrackingTest ITs

8 years agoMove remaining authentication ITs
Julien Lancelot [Tue, 9 Feb 2016 13:50:21 +0000 (14:50 +0100)]
Move remaining authentication ITs

8 years agoMove IssueSearchTest IT
Julien Lancelot [Tue, 9 Feb 2016 08:01:01 +0000 (09:01 +0100)]
Move IssueSearchTest IT

8 years agoMove IssueNotificationsTest IT
Julien Lancelot [Mon, 8 Feb 2016 13:51:51 +0000 (14:51 +0100)]
Move IssueNotificationsTest IT

8 years agoMove IT EventTest
Julien Lancelot [Mon, 8 Feb 2016 11:19:38 +0000 (12:19 +0100)]
Move IT EventTest

8 years agoMove ExternalAuthenticationTest ITs
Julien Lancelot [Wed, 16 Dec 2015 11:18:46 +0000 (12:18 +0100)]
Move ExternalAuthenticationTest ITs

8 years agoFix log output on Travis
Simon Brandhof [Thu, 11 Feb 2016 10:22:45 +0000 (11:22 +0100)]
Fix log output on Travis

8 years agoFix IT scripts
Simon Brandhof [Thu, 11 Feb 2016 09:25:12 +0000 (10:25 +0100)]
Fix IT scripts

8 years agoFix and move perf tests
Simon Brandhof [Wed, 10 Feb 2016 19:56:46 +0000 (20:56 +0100)]
Fix and move perf tests

8 years agoMove plugins ITs to QA and enable perf tests
Simon Brandhof [Wed, 10 Feb 2016 17:19:40 +0000 (18:19 +0100)]
Move plugins ITs to QA and enable perf tests

8 years agoFix .travis.yml
Simon Brandhof [Wed, 10 Feb 2016 16:18:56 +0000 (17:18 +0100)]
Fix .travis.yml

8 years agoEnable QA pipeline at SonarSource
Simon Brandhof [Fri, 5 Feb 2016 15:51:05 +0000 (16:51 +0100)]
Enable QA pipeline at SonarSource

8 years agoSONAR-7311 fix file leak because CE appenders are closed too late 772/head
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

8 years agoAutomatic merge from branch-5.4
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

8 years agoAutomatic merge from branch-5.4
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

8 years ago[maven-release-plugin] prepare for next development iteration
Eric Hartmann [Tue, 9 Feb 2016 11:54:51 +0000 (12:54 +0100)]
[maven-release-plugin] prepare for next development iteration

8 years ago[maven-release-plugin] prepare release 5.4-RC1 5.4-RC1
Eric Hartmann [Tue, 9 Feb 2016 11:54:50 +0000 (12:54 +0100)]
[maven-release-plugin] prepare release 5.4-RC1

8 years agoDo not deploy sonar-plugin-api-deps in central
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

8 years agoAutomatic merge from branch-5.4
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

8 years ago[maven-release-plugin] prepare for next development iteration
Eric Hartmann [Tue, 9 Feb 2016 10:13:08 +0000 (11:13 +0100)]
[maven-release-plugin] prepare for next development iteration

8 years ago[maven-release-plugin] prepare release 5.4-RC1
Eric Hartmann [Tue, 9 Feb 2016 10:13:07 +0000 (11:13 +0100)]
[maven-release-plugin] prepare release 5.4-RC1

8 years agoUpgrade version to 5.5-SNAPSHOT
Eric Hartmann [Tue, 9 Feb 2016 09:12:57 +0000 (10:12 +0100)]
Upgrade version to 5.5-SNAPSHOT

8 years agoImprove quality
Duarte Meneses [Mon, 8 Feb 2016 10:28:38 +0000 (11:28 +0100)]
Improve quality

8 years agoImprove quality
Duarte Meneses [Mon, 8 Feb 2016 09:40:42 +0000 (10:40 +0100)]
Improve quality

8 years agoSONAR-7261 Increase expected jar size
Julien Lancelot [Mon, 8 Feb 2016 09:28:33 +0000 (10:28 +0100)]
SONAR-7261 Increase expected jar size

8 years agoFix quality flaw
Simon Brandhof [Mon, 8 Feb 2016 09:00:53 +0000 (10:00 +0100)]
Fix quality flaw

8 years agoSONAR-7261 Embed Java 3.10
Julien Lancelot [Mon, 8 Feb 2016 09:00:02 +0000 (10:00 +0100)]
SONAR-7261 Embed Java 3.10

8 years agoSONAR-7168 fix quality flaw in AllProcessesCommands
Sébastien Lesaint [Mon, 8 Feb 2016 08:45:06 +0000 (09:45 +0100)]
SONAR-7168 fix quality flaw in AllProcessesCommands

8 years agoImprove quality
Duarte Meneses [Mon, 8 Feb 2016 08:30:34 +0000 (09:30 +0100)]
Improve quality

8 years agoFix quality flaw
Teryk Bellahsene [Mon, 8 Feb 2016 08:31:48 +0000 (09:31 +0100)]
Fix quality flaw

8 years agoSONAR-7154 never delete temp dir, only delete its content if exists 770/head
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

8 years agoupdate wording on my account page
Stas Vilchik [Fri, 5 Feb 2016 16:01:06 +0000 (17:01 +0100)]
update wording on my account page

8 years agoSONAR-7070 Update leak label in quality gate management
Teryk Bellahsene [Fri, 5 Feb 2016 15:42:01 +0000 (16:42 +0100)]
SONAR-7070 Update leak label in quality gate management

8 years agofix quality flaws
Sébastien Lesaint [Fri, 5 Feb 2016 13:33:05 +0000 (14:33 +0100)]
fix quality flaws

8 years agoimprove rendering of bar chart
Stas Vilchik [Fri, 5 Feb 2016 14:34:51 +0000 (15:34 +0100)]
improve rendering of bar chart

8 years agoimprove code quality
Stas Vilchik [Fri, 5 Feb 2016 14:08:08 +0000 (15:08 +0100)]
improve code quality

8 years agomake it possible to manage favorite issue and measure filters on my account page
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

8 years agodisplay links to all issue filters and all 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

8 years agoSONAR-6740 clean shutdown of ES client
Simon Brandhof [Fri, 5 Feb 2016 11:00:25 +0000 (12:00 +0100)]
SONAR-6740 clean shutdown of ES client

8 years agoSONAR-6740 do not start Rails if Java container fails to start
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

8 years agoSONAR-6740 refactor configuration of Tomcat contexts
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.

8 years agoSONAR-6740 add fake plugin to emulate server startup failure
Simon Brandhof [Thu, 4 Feb 2016 21:40:54 +0000 (22:40 +0100)]
SONAR-6740 add fake plugin to emulate server startup failure

8 years agoSONAR-7112 search box with correct component type order 5.4-M13
Teryk Bellahsene [Fri, 5 Feb 2016 10:17:45 +0000 (11:17 +0100)]
SONAR-7112 search box with correct component type order

8 years agoFix JaCoCo config for analysis of PR on Travis
Simon Brandhof [Fri, 5 Feb 2016 10:40:57 +0000 (11:40 +0100)]
Fix JaCoCo config for analysis of PR on Travis

8 years agoSONAR-7040 Add context when failing to write a web service response
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

8 years agofix headers
Stas Vilchik [Fri, 5 Feb 2016 09:27:59 +0000 (10:27 +0100)]
fix headers

8 years agoupdate babel-eslint
Stas Vilchik [Fri, 5 Feb 2016 09:20:49 +0000 (10:20 +0100)]
update babel-eslint

8 years agoFix quality gates
Simon Brandhof [Fri, 5 Feb 2016 09:15:06 +0000 (10:15 +0100)]
Fix quality gates

8 years agomigrate project services tests
Stas Vilchik [Fri, 5 Feb 2016 09:09:13 +0000 (10:09 +0100)]
migrate project services tests

8 years agoSONAR-6987 WS api/tests/list improve description and fix typo
Teryk Bellahsene [Fri, 5 Feb 2016 08:56:23 +0000 (09:56 +0100)]
SONAR-6987 WS api/tests/list improve description and fix typo

8 years agoSONAR-7123 Improve size of projects name columns 765/head
Julien Lancelot [Thu, 4 Feb 2016 15:48:35 +0000 (16:48 +0100)]
SONAR-7123 Improve size of projects name columns

8 years agoSONAR-7114 Add line when changeset is invalid 761/head
Julien Lancelot [Thu, 4 Feb 2016 11:14:39 +0000 (12:14 +0100)]
SONAR-7114 Add line when changeset is invalid

8 years agoSONAR-7169 Remove fallback from AverageFormula 759/head
Julien Lancelot [Wed, 3 Feb 2016 16:37:56 +0000 (17:37 +0100)]
SONAR-7169 Remove fallback from AverageFormula

8 years agoSONAR-6940 tracking: do not query FILE_SOURCE for non-FILE components 763/head
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

8 years agofix typo in description of QualityGateMeasuresStep
Sébastien Lesaint [Tue, 2 Feb 2016 14:59:40 +0000 (15:59 +0100)]
fix typo in description of QualityGateMeasuresStep

8 years agoSONAR-6397 don't call both containsKey and get when data is in cache
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

8 years agoSONAR-7166 add explicit error when CeTask.componentKey is null 764/head
Sébastien Lesaint [Tue, 2 Feb 2016 11:18:16 +0000 (12:18 +0100)]
SONAR-7166 add explicit error when CeTask.componentKey is null

8 years agoimprove positioning of oauth buttons
Stas Vilchik [Thu, 4 Feb 2016 16:20:03 +0000 (17:20 +0100)]
improve positioning of oauth buttons

8 years agoSONAR-5947 Simplify the "System Upgrade" tab of the "Update Center" page
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

8 years agoMerge pull request #742 from SonarSource/feature/stas/selenium-js-logs
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

8 years agoSONAR-6858 Stop writing in exploded webapp at runtime
Simon Brandhof [Thu, 4 Feb 2016 08:54:57 +0000 (09:54 +0100)]
SONAR-6858 Stop writing in exploded webapp at runtime

8 years agoRemove old unused test resources
Simon Brandhof [Wed, 3 Feb 2016 22:10:48 +0000 (23:10 +0100)]
Remove old unused test resources

8 years agoSONAR-6858 remove useless deployment of JDBC driver
Simon Brandhof [Wed, 3 Feb 2016 22:10:34 +0000 (23:10 +0100)]
SONAR-6858 remove useless deployment of JDBC driver

8 years agoSONAR-7226 deploy all artifacts to central, except SQ zip
Simon Brandhof [Mon, 1 Feb 2016 21:08:23 +0000 (22:08 +0100)]
SONAR-7226 deploy all artifacts to central, except SQ zip

8 years agoSONAR-7268 Link of "New Issues" notification should bring to the project Issues page
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

8 years agoSONAR-7242 Update default background color
Julien Lancelot [Thu, 4 Feb 2016 13:46:05 +0000 (14:46 +0100)]
SONAR-7242 Update default background color

8 years agoFix quality flaws
Julien Lancelot [Thu, 4 Feb 2016 12:28:35 +0000 (13:28 +0100)]
Fix quality flaws

8 years agoSONAR-7242 Update error message
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

8 years agoSONAR-6226 Fix IT 757/head 5.4-M12
Julien Lancelot [Wed, 3 Feb 2016 12:52:05 +0000 (13:52 +0100)]
SONAR-6226 Fix IT

8 years agoSONAR-7217 Update message
Julien Lancelot [Wed, 3 Feb 2016 10:58:11 +0000 (11:58 +0100)]
SONAR-7217 Update message

8 years agoSONAR-7242 Identity Provider must define a display with icon url abd background color
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

8 years agoSONAR-6226 Updating an email with blank value store null
Julien Lancelot [Wed, 3 Feb 2016 08:46:45 +0000 (09:46 +0100)]
SONAR-6226 Updating an email with blank value store null

8 years agoSONAR-6226 Display link to home on error pages
Julien Lancelot [Wed, 3 Feb 2016 08:29:11 +0000 (09:29 +0100)]
SONAR-6226 Display link to home on error pages