]>
source.dussan.org Git - sonarqube.git/log
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
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.
Julien Lancelot [Thu, 11 Feb 2016 09:49:41 +0000 (10:49 +0100)]
SONAR-7103 Fix new debt ratio when 5 periods are defined
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
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
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
Julien Lancelot [Wed, 3 Feb 2016 08:28:54 +0000 (09:28 +0100)]
SONAR-6226 When url is not https, throw a MessageException
Julien Lancelot [Tue, 2 Feb 2016 16:58:58 +0000 (17:58 +0100)]
SONAR-6226 Remove password when updating user
Julien Lancelot [Tue, 2 Feb 2016 16:41:39 +0000 (17:41 +0100)]
SONAR-6226 Id provider info are set when users signup
Julien Lancelot [Wed, 3 Feb 2016 14:21:06 +0000 (15:21 +0100)]
SONAR-7261 Embed JavaScript and C# plugins
And use latest version of the Java plugin
Julien Lancelot [Wed, 3 Feb 2016 14:08:54 +0000 (15:08 +0100)]
SONAR-7123 Improve size of PROJECTS.LONG_NAME columns
Stas Vilchik [Wed, 3 Feb 2016 17:17:41 +0000 (18:17 +0100)]
SONAR-7116 No way to scroll down when searching for a component
Stas Vilchik [Wed, 3 Feb 2016 17:07:15 +0000 (18:07 +0100)]
SONAR-5947 Simplify the "System Upgrade" tab of the "Update Center" page
Stas Vilchik [Wed, 3 Feb 2016 16:07:00 +0000 (17:07 +0100)]
fix loading of results in project permissions page
Julien Lancelot [Wed, 3 Feb 2016 14:45:43 +0000 (15:45 +0100)]
SONAR-7216 Update allow users to signup description
Stas Vilchik [Wed, 3 Feb 2016 15:57:57 +0000 (16:57 +0100)]
rename permission "Provision Projects" to "Create Projects"
Stas Vilchik [Wed, 3 Feb 2016 15:51:21 +0000 (16:51 +0100)]
SONAR-7252 add missed messages
Teryk Bellahsene [Wed, 3 Feb 2016 15:41:16 +0000 (16:41 +0100)]
SONAR-7266 Rename project parameters creation method
Teryk Bellahsene [Wed, 3 Feb 2016 15:40:08 +0000 (16:40 +0100)]
SONAR-7266 Project admin can manage project permissions
Stas Vilchik [Wed, 3 Feb 2016 15:40:24 +0000 (16:40 +0100)]
SONAR-7252 improve issues widget on my account page
Stas Vilchik [Wed, 3 Feb 2016 15:21:44 +0000 (16:21 +0100)]
display a real link to project on view projects page
Stas Vilchik [Wed, 3 Feb 2016 14:40:52 +0000 (15:40 +0100)]
make it possible to go back after opening code/projects page
Stas Vilchik [Wed, 3 Feb 2016 13:50:01 +0000 (14:50 +0100)]
display source viewer header on code page
Stas Vilchik [Wed, 3 Feb 2016 13:47:17 +0000 (14:47 +0100)]
fix loading of code in source viewer
Teryk Bellahsene [Wed, 3 Feb 2016 15:20:47 +0000 (16:20 +0100)]
SONAR-6987 WS api/tests/list factor test code
Teryk Bellahsene [Tue, 2 Feb 2016 16:03:12 +0000 (17:03 +0100)]
SONAR-6987 WS api/tests/list search tests by source file key
Julien Lancelot [Tue, 2 Feb 2016 15:17:48 +0000 (16:17 +0100)]
SONAR-7242 Add a migration to remove the preview permission
Julien Lancelot [Tue, 2 Feb 2016 11:36:39 +0000 (12:36 +0100)]
SONAR-7242 Remove "Execute Preview Analysis" permission
Simon Brandhof [Wed, 3 Feb 2016 12:24:46 +0000 (13:24 +0100)]
Upgrade to orchestrator 3.10.1 to fix installation conflicts
Teryk Bellahsene [Wed, 3 Feb 2016 11:29:24 +0000 (12:29 +0100)]
SONAR-6584 WS api/resources/index fix when no measure returned
Stas Vilchik [Wed, 3 Feb 2016 10:40:53 +0000 (11:40 +0100)]
drop z-index optimization (fixes issue with overalpped global search)
Stas Vilchik [Wed, 3 Feb 2016 10:24:19 +0000 (11:24 +0100)]
display key for provisioned projects
Teryk Bellahsene [Tue, 2 Feb 2016 13:27:48 +0000 (14:27 +0100)]
SONAR-6584 WS api/resources/index limit number of measures and components
Stas Vilchik [Wed, 3 Feb 2016 10:04:14 +0000 (11:04 +0100)]
fix projects management page
Stas Vilchik [Wed, 3 Feb 2016 09:55:32 +0000 (10:55 +0100)]
drop status tooltips on background tasks page
Stas Vilchik [Wed, 3 Feb 2016 09:53:24 +0000 (10:53 +0100)]
improve rendering of key on overview page
Simon Brandhof [Wed, 3 Feb 2016 09:57:43 +0000 (10:57 +0100)]
Fix HttpsTest
Simon Brandhof [Wed, 3 Feb 2016 09:27:39 +0000 (10:27 +0100)]
Fix conflict of SQ installations in ITs
Simon Brandhof [Wed, 3 Feb 2016 08:29:31 +0000 (09:29 +0100)]
Use release v24 of travis-utils
Duarte Meneses [Wed, 3 Feb 2016 08:26:49 +0000 (09:26 +0100)]
Fix IT
Simon Brandhof [Wed, 3 Feb 2016 08:15:42 +0000 (09:15 +0100)]
Temporarily exclude city-model plugin from tests
Orchestrator does not correctly handle the Content-Disposition header to extract filename
Simon Brandhof [Wed, 3 Feb 2016 08:04:49 +0000 (09:04 +0100)]
Upgrade to orchestrator 3.10 to fix downloads from Bintray
Teryk Bellahsene [Fri, 29 Jan 2016 18:13:49 +0000 (19:13 +0100)]
SONAR-7152 WS api/qualitygates/project_status search by project id or key
Stas Vilchik [Tue, 2 Feb 2016 15:53:49 +0000 (16:53 +0100)]
one more time, improve rendering of login form with many oauth providers