]>
source.dussan.org Git - sonarqube.git/log
Eric Hartmann [Fri, 4 Mar 2016 16:25:47 +0000 (17:25 +0100)]
[maven-release-plugin] prepare release 5.4-RC4
Simon Brandhof [Wed, 2 Mar 2016 14:05:13 +0000 (15:05 +0100)]
it-plugins - enforce analysis of C/C++ project without build-wrapper
Stas Vilchik [Fri, 4 Mar 2016 09:59:07 +0000 (10:59 +0100)]
SONAR-4004 require 3 characters to search
Teryk Bellahsene [Fri, 4 Mar 2016 08:58:14 +0000 (09:58 +0100)]
SONAR-7129 WS api/components/tree search query parameter must have at least 3 characters
Teryk Bellahsene [Fri, 4 Mar 2016 08:51:03 +0000 (09:51 +0100)]
SONAR-7135 WS api/measures/component_tree search query parameter has at least 3 characters
Stas Vilchik [Tue, 1 Mar 2016 11:25:49 +0000 (12:25 +0100)]
fix widgets resizing on the overview page
Eric Hartmann [Tue, 1 Mar 2016 09:36:11 +0000 (10:36 +0100)]
[maven-release-plugin] prepare for next development iteration
Eric Hartmann [Tue, 1 Mar 2016 09:36:10 +0000 (10:36 +0100)]
[maven-release-plugin] prepare release 5.4-RC3
Sébastien Lesaint [Wed, 24 Feb 2016 12:50:17 +0000 (13:50 +0100)]
SONAR-7384 ensure no thread can await its own termination in Monitor
Sébastien Lesaint [Tue, 23 Feb 2016 17:40:27 +0000 (18:40 +0100)]
SONAR-7316 do not create a builder for each changeset
Sébastien Lesaint [Tue, 23 Feb 2016 16:51:49 +0000 (17:51 +0100)]
SONAR-7316 DbScmInfo should use a single ChangeSet object per revision
Sébastien Lesaint [Mon, 22 Feb 2016 11:50:43 +0000 (12:50 +0100)]
SONAR-7316 use String.intern to store ChangeSet#revision
Julien Lancelot [Mon, 15 Feb 2016 10:46:22 +0000 (11:46 +0100)]
SONAR-7316 Use String.intern to store author in ChangeSet
Stas Vilchik [Wed, 24 Feb 2016 13:24:28 +0000 (14:24 +0100)]
fix widgets resizing on the overview page
Stas Vilchik [Mon, 22 Feb 2016 10:12:56 +0000 (11:12 +0100)]
fix footer on my account page when leave issues sub-page
Stas Vilchik [Mon, 22 Feb 2016 10:10:36 +0000 (11:10 +0100)]
display component key in tooltip on code page
Teryk Bellahsene [Thu, 18 Feb 2016 15:05:24 +0000 (16:05 +0100)]
SONAR-7135 WS api/measures/component_tree sort by metric consistent for component measureless
Thomas Vérin [Mon, 15 Feb 2016 15:38:37 +0000 (16:38 +0100)]
[maven-release-plugin] prepare for next development iteration
Thomas Vérin [Mon, 15 Feb 2016 15:38:37 +0000 (16:38 +0100)]
[maven-release-plugin] prepare release 5.4-RC2
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
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