]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
8 years agofix quality flaws 875/head
Sébastien Lesaint [Thu, 31 Mar 2016 13:51:31 +0000 (15:51 +0200)]
fix quality flaws

8 years agoSONAR-7480 clean up SQ SearchAction code
Sébastien Lesaint [Fri, 25 Mar 2016 15:36:36 +0000 (16:36 +0100)]
SONAR-7480 clean up SQ SearchAction code

8 years agoSONAR-7480 remove useless map copy
Sébastien Lesaint [Fri, 25 Mar 2016 15:36:11 +0000 (16:36 +0100)]
SONAR-7480 remove useless map copy

8 years agoSONAR-7480 optimize SQL request in QP Search WS
Sébastien Lesaint [Fri, 25 Mar 2016 15:08:24 +0000 (16:08 +0100)]
SONAR-7480 optimize SQL request in QP Search WS

8 years agoFix closing of stream
Simon Brandhof [Thu, 31 Mar 2016 12:28:25 +0000 (14:28 +0200)]
Fix closing of stream

8 years agoIgnore a test of EventTest that has too many false-positives
Simon Brandhof [Thu, 31 Mar 2016 12:25:53 +0000 (14:25 +0200)]
Ignore a test of EventTest that has too many false-positives

8 years agoSONAR-7494 Fix IdentityProvider 876/head
Julien Lancelot [Thu, 31 Mar 2016 09:43:37 +0000 (11:43 +0200)]
SONAR-7494 Fix IdentityProvider

8 years agoSONAR-7494 Fix drilldown redirection
Julien Lancelot [Thu, 31 Mar 2016 07:41:41 +0000 (09:41 +0200)]
SONAR-7494 Fix drilldown redirection

8 years agoRevert "SONAR-7122 Drop the ability to customize the web app context"
Julien Lancelot [Wed, 30 Mar 2016 14:42:54 +0000 (16:42 +0200)]
Revert "SONAR-7122 Drop the ability to customize the web app context"

This reverts commit 8f7a9ad479a219fc22ac729a23f220e450c572b7.

SONAR-7494 Reintroduce the web app context

8 years agoSONAR-7494 add web context to the login page
Stas Vilchik [Wed, 30 Mar 2016 13:57:15 +0000 (15:57 +0200)]
SONAR-7494 add web context to the login page

8 years agoSONAR-7494 Web: Reintroduce the web app context
Stas Vilchik [Tue, 29 Mar 2016 11:41:47 +0000 (13:41 +0200)]
SONAR-7494 Web: Reintroduce the web app context

8 years agoFix quality flaws
Simon Brandhof [Thu, 31 Mar 2016 10:23:32 +0000 (12:23 +0200)]
Fix quality flaws

8 years agoFix default mime type of ProfileExporter
Simon Brandhof [Thu, 31 Mar 2016 10:23:23 +0000 (12:23 +0200)]
Fix default mime type of ProfileExporter

"plain/text" is not a valid type. It must be "text/plain"

8 years agoSONAR-6732 detect DevCockpit without causing premature start 881/head
Sébastien Lesaint [Wed, 30 Mar 2016 14:09:41 +0000 (16:09 +0200)]
SONAR-6732 detect DevCockpit without causing premature start

reading adapter rather that getting the PersistDevelopersDelegate instance avoid triggering start of the component and/or any of its dependencies
in fact, previous implementation was causing premature start of DeveloperRepositoryImpl before Settings were loaded

8 years agoSONAR-6732 use a SettingsLoad to load task settings
Sébastien Lesaint [Wed, 30 Mar 2016 10:15:28 +0000 (12:15 +0200)]
SONAR-6732 use a SettingsLoad to load task settings

allows support of startable components in the CE Task container which would read settings in their own start() method

8 years agoSONAR-7510 add sonar-plugin-bridge and ReportAnalysisComponentProvider
Sébastien Lesaint [Tue, 29 Mar 2016 16:10:21 +0000 (18:10 +0200)]
SONAR-7510 add sonar-plugin-bridge and ReportAnalysisComponentProvider

new sonar-plugin-bridge maven module replaces modules sonar-dev-cockpit-bridge and sonar-governance-bridge
ReportAnalysisComponentProvider generalizes loading component in the Compute Engine task processing analysis report which was specifically in Dev Cockpit before, as a method of DevCockpitBridge

8 years agoSONAR-7441 CeTaskProcessor must have annotation @ComputeEngineSide
Sébastien Lesaint [Tue, 29 Mar 2016 14:35:55 +0000 (16:35 +0200)]
SONAR-7441 CeTaskProcessor must have annotation @ComputeEngineSide

8 years agoSONAR-7441 deprecated Actions must be available in CE
Sébastien Lesaint [Thu, 31 Mar 2016 07:55:58 +0000 (09:55 +0200)]
SONAR-7441 deprecated Actions must be available in CE

because we currently support loading components annotated with @ServerSide

8 years agoSONAR-7441 load ServerSide components in CE for backward compatibility
Sébastien Lesaint [Wed, 30 Mar 2016 13:37:36 +0000 (15:37 +0200)]
SONAR-7441 load ServerSide components in CE for backward compatibility

8 years agoImprove execute analysis permission description
Julien Lancelot [Wed, 30 Mar 2016 13:18:52 +0000 (15:18 +0200)]
Improve execute analysis permission description

8 years agoSONAR-7423 Remove displaying of duration of task in progress
Stas Vilchik [Wed, 30 Mar 2016 12:03:22 +0000 (14:03 +0200)]
SONAR-7423 Remove displaying of duration of task in progress

8 years agoSONAR-7238 Display external identity information on user
Stas Vilchik [Wed, 30 Mar 2016 08:09:32 +0000 (10:09 +0200)]
SONAR-7238 Display external identity information on user

8 years agoincrease timeout for background tasks tooltip
Stas Vilchik [Wed, 30 Mar 2016 08:16:58 +0000 (10:16 +0200)]
increase timeout for background tasks tooltip

8 years agoFix Web API URL when not logged in
Teryk Bellahsene [Wed, 30 Mar 2016 10:41:11 +0000 (12:41 +0200)]
Fix Web API URL when not logged in

8 years agoSONAR-7478 Create UsersWsModule to manage Pico components 877/head
Teryk Bellahsene [Tue, 29 Mar 2016 14:40:32 +0000 (16:40 +0200)]
SONAR-7478 Create UsersWsModule to manage Pico components

8 years agoSONAR-7478 WS api/users/identity_providers return external identity providers
Teryk Bellahsene [Tue, 29 Mar 2016 14:34:18 +0000 (16:34 +0200)]
SONAR-7478 WS api/users/identity_providers return external identity providers

8 years agoSONAR-7458 Expose SQ Version in SensorContext 869/head
Julien HENRY [Thu, 24 Mar 2016 14:53:36 +0000 (15:53 +0100)]
SONAR-7458 Expose SQ Version in SensorContext

8 years agoSONAR-7497 Restore behavior for line coverage after move to proto3 878/head
Julien HENRY [Tue, 29 Mar 2016 16:13:12 +0000 (18:13 +0200)]
SONAR-7497 Restore behavior for line coverage after move to proto3

8 years agoMMF-165 Remove action plan mentions
Teryk Bellahsene [Wed, 30 Mar 2016 08:34:27 +0000 (10:34 +0200)]
MMF-165 Remove action plan mentions

8 years agofix ServerSystemTest (response.content() must not be called twice)
Sébastien Lesaint [Wed, 30 Mar 2016 07:29:47 +0000 (09:29 +0200)]
fix ServerSystemTest (response.content() must not be called twice)

8 years agoSONAR-7473 Remove ITs
Julien Lancelot [Wed, 30 Mar 2016 07:17:13 +0000 (09:17 +0200)]
SONAR-7473 Remove ITs

8 years agoMMF-223 clean up 872/head
Stas Vilchik [Fri, 25 Mar 2016 10:14:28 +0000 (11:14 +0100)]
MMF-223 clean up

8 years agoSONAR-7470 Delete manual rules from DB
Julien Lancelot [Thu, 24 Mar 2016 17:03:34 +0000 (18:03 +0100)]
SONAR-7470 Delete manual rules from DB

8 years agoSONAR-7470 Remove 'manual' from SQL queries
Julien Lancelot [Thu, 24 Mar 2016 16:39:57 +0000 (17:39 +0100)]
SONAR-7470 Remove 'manual' from SQL queries

8 years agoSONAR-7470 Drop ability to manage manual rules from backend
Julien Lancelot [Thu, 24 Mar 2016 15:23:28 +0000 (16:23 +0100)]
SONAR-7470 Drop ability to manage manual rules from backend

8 years agoSONAR-7470 Drop ability to manage manual rules from WS
Julien Lancelot [Thu, 24 Mar 2016 15:05:28 +0000 (16:05 +0100)]
SONAR-7470 Drop ability to manage manual rules from WS

8 years agoSONAR-7470 Drop ability to manage manual rules from UI
Julien Lancelot [Thu, 24 Mar 2016 14:08:48 +0000 (15:08 +0100)]
SONAR-7470 Drop ability to manage manual rules from UI

8 years agoSONAR-7472 Delete manual issues from DB
Julien Lancelot [Thu, 24 Mar 2016 17:04:37 +0000 (18:04 +0100)]
SONAR-7472 Delete manual issues from DB

8 years agoSONAR-7472 Drop manual issues in issue tracking
Julien Lancelot [Thu, 24 Mar 2016 11:31:43 +0000 (12:31 +0100)]
SONAR-7472 Drop manual issues in issue tracking

8 years agoSONAR-7472 Drop WS api/issues/create
Teryk Bellahsene [Tue, 29 Mar 2016 16:50:35 +0000 (18:50 +0200)]
SONAR-7472 Drop WS api/issues/create

8 years agoSONAR-7472 Drop ability to create manual issues from WS
Julien Lancelot [Thu, 24 Mar 2016 10:33:44 +0000 (11:33 +0100)]
SONAR-7472 Drop ability to create manual issues from WS

8 years agoSONAR-7472 Drop ability to create manual issues from UI
Julien Lancelot [Thu, 24 Mar 2016 10:12:32 +0000 (11:12 +0100)]
SONAR-7472 Drop ability to create manual issues from UI

8 years agoSONAR-7473 Drop 'reporter' from scanner
Julien Lancelot [Thu, 24 Mar 2016 10:07:49 +0000 (11:07 +0100)]
SONAR-7473 Drop 'reporter' from scanner

8 years agoSONAR-7473 Drop 'reporter' from bundle
Julien Lancelot [Thu, 24 Mar 2016 09:59:25 +0000 (10:59 +0100)]
SONAR-7473 Drop 'reporter' from bundle

8 years agoSONAR-7473 Drop 'reporter' field in issue change notification
Julien Lancelot [Wed, 23 Mar 2016 15:29:11 +0000 (16:29 +0100)]
SONAR-7473 Drop 'reporter' field in issue change notification

8 years agoSONAR-7473 Drop 'reporter' field from ES
Julien Lancelot [Wed, 23 Mar 2016 14:47:05 +0000 (15:47 +0100)]
SONAR-7473 Drop 'reporter' field from ES

8 years agoSONAR-7473 Drop 'reporter' field from WS
Julien Lancelot [Wed, 23 Mar 2016 14:40:13 +0000 (15:40 +0100)]
SONAR-7473 Drop 'reporter' field from WS

8 years agoSONAR-7473 Drop 'reporter' field from backend
Julien Lancelot [Thu, 24 Mar 2016 16:44:13 +0000 (17:44 +0100)]
SONAR-7473 Drop 'reporter' field from backend

8 years agoSONAR-7473 Drop 'reporter' field from issue filter widgets
Julien Lancelot [Thu, 24 Mar 2016 16:42:40 +0000 (17:42 +0100)]
SONAR-7473 Drop 'reporter' field from issue filter widgets

8 years agoSONAR-7473 Drop 'reporter' field from UI
Julien Lancelot [Wed, 23 Mar 2016 12:48:51 +0000 (13:48 +0100)]
SONAR-7473 Drop 'reporter' field from UI

8 years agoremove unnecessary routerMiddleware from quality gates app
Stas Vilchik [Tue, 29 Mar 2016 15:21:53 +0000 (17:21 +0200)]
remove unnecessary routerMiddleware from quality gates app

8 years agoSONAR-7402 simplify home page
Stas Vilchik [Tue, 29 Mar 2016 15:15:14 +0000 (17:15 +0200)]
SONAR-7402 simplify home page

8 years agorename Show Details to Show Measures
Stas Vilchik [Tue, 29 Mar 2016 13:41:54 +0000 (15:41 +0200)]
rename Show Details to Show Measures

8 years agofix scrolling of source viewer inside workspace window
Stas Vilchik [Tue, 29 Mar 2016 13:19:50 +0000 (15:19 +0200)]
fix scrolling of source viewer inside workspace window

8 years agoSONAR-7441 no DB Component should have @ServerSide nor @ComputeEngineSide 870/head
Sébastien Lesaint [Tue, 29 Mar 2016 09:23:39 +0000 (11:23 +0200)]
SONAR-7441 no DB Component should have @ServerSide nor @ComputeEngineSide

8 years agorenamed BatchMetrics to ScannerMetrics
Sébastien Lesaint [Tue, 29 Mar 2016 09:19:57 +0000 (11:19 +0200)]
renamed BatchMetrics to ScannerMetrics

8 years agoSONAR-7441 add ComputeEngineSide annotation where applicable
Sébastien Lesaint [Wed, 23 Mar 2016 09:14:22 +0000 (10:14 +0100)]
SONAR-7441 add ComputeEngineSide annotation where applicable

8 years agoSONAR-7441 add annotation ComputeEngineSide
Sébastien Lesaint [Wed, 23 Mar 2016 08:56:27 +0000 (09:56 +0100)]
SONAR-7441 add annotation ComputeEngineSide

8 years agodrop old unused tests
Stas Vilchik [Tue, 29 Mar 2016 09:48:53 +0000 (11:48 +0200)]
drop old unused tests

8 years agoMMF-233 ignore ManualRulesTest
Stas Vilchik [Tue, 29 Mar 2016 09:02:12 +0000 (11:02 +0200)]
MMF-233 ignore ManualRulesTest

8 years agoFix IssueBulkChangeTest IT related to action plan removal
Teryk Bellahsene [Tue, 29 Mar 2016 08:59:39 +0000 (10:59 +0200)]
Fix IssueBulkChangeTest IT related to action plan removal

8 years agoFix SystemI Info integration test
Simon Brandhof [Tue, 29 Mar 2016 07:57:32 +0000 (09:57 +0200)]
Fix SystemI Info integration test

 JMX section has been renamed.

8 years agoSONAR-7436 System Info must not fail if the monitored process is not up
Simon Brandhof [Fri, 25 Mar 2016 14:15:49 +0000 (15:15 +0100)]
SONAR-7436 System Info must not fail if the monitored process is not up

8 years agoSONAR-7402 improve display of ratings
Stas Vilchik [Fri, 25 Mar 2016 16:58:38 +0000 (17:58 +0100)]
SONAR-7402 improve display of ratings

8 years agoSONAR-7435 increase timeout and reset sharedMemory to stabilize test
Sébastien Lesaint [Thu, 24 Mar 2016 16:33:49 +0000 (17:33 +0100)]
SONAR-7435 increase timeout and reset sharedMemory to stabilize test

8 years agoimprove code quality
Stas Vilchik [Fri, 25 Mar 2016 16:46:57 +0000 (17:46 +0100)]
improve code quality

8 years agoSONAR-7483 rework delete rule modal
Stas Vilchik [Fri, 25 Mar 2016 16:07:42 +0000 (17:07 +0100)]
SONAR-7483 rework delete rule modal

8 years agoSONAR-7499 Display a note that transition 'wontfix' requires 'Administer Issues'
Julien Lancelot [Fri, 25 Mar 2016 15:07:30 +0000 (16:07 +0100)]
SONAR-7499 Display a note that transition 'wontfix' requires 'Administer Issues'

8 years agoSONAR-7360 Encryption form should hide data and prevent caching
Stas Vilchik [Fri, 25 Mar 2016 15:33:15 +0000 (16:33 +0100)]
SONAR-7360 Encryption form should hide data and prevent caching

8 years agoSONAR-7436 Add DEBUG log when setting JMX URL
Simon Brandhof [Fri, 25 Mar 2016 15:29:08 +0000 (16:29 +0100)]
SONAR-7436 Add DEBUG log when setting JMX URL

8 years agoSONAR-6158 On a project Issues page, it should be possible to easily select the Leak...
Stas Vilchik [Fri, 25 Mar 2016 15:10:52 +0000 (16:10 +0100)]
SONAR-6158 On a project Issues page, it should be possible to easily select the Leak period to filter new issues

8 years agoSONAR-7402 do not diplay leak value for RATING measures
Stas Vilchik [Fri, 25 Mar 2016 14:53:32 +0000 (15:53 +0100)]
SONAR-7402 do not diplay leak value for RATING measures

8 years agoSONAR-7204 Clean action plans out of localization properties 871/head
Julien Lancelot [Fri, 25 Mar 2016 13:25:39 +0000 (14:25 +0100)]
SONAR-7204 Clean action plans out of localization properties

8 years agoSONAR-7469 SONAR-7202 SONAR-7201 fix up 5.5-M11
Stas Vilchik [Fri, 25 Mar 2016 09:46:57 +0000 (10:46 +0100)]
SONAR-7469 SONAR-7202 SONAR-7201 fix up

8 years agoSONAR-7467 Drop/deprecate action plan API
Teryk Bellahsene [Thu, 24 Mar 2016 17:27:47 +0000 (18:27 +0100)]
SONAR-7467 Drop/deprecate action plan API

8 years agoSONAR-7469 SONAR-7202 SONAR-7201 Remove action plan from the UI
Teryk Bellahsene [Thu, 24 Mar 2016 17:28:36 +0000 (18:28 +0100)]
SONAR-7469 SONAR-7202 SONAR-7201 Remove action plan from the UI

8 years agoSONAR-7466 Remove ACTION_PLANS table and related code
Teryk Bellahsene [Thu, 24 Mar 2016 14:15:52 +0000 (15:15 +0100)]
SONAR-7466 Remove ACTION_PLANS table and related code

8 years agoSONAR-7468 SONAR-7199 Remove or update Action Plan related web services
Teryk Bellahsene [Thu, 24 Mar 2016 10:49:11 +0000 (11:49 +0100)]
SONAR-7468 SONAR-7199 Remove or update Action Plan related web services

8 years agoSONAR-7397 The "Change Password" form must be available in the UI only for local...
Stas Vilchik [Fri, 25 Mar 2016 13:52:09 +0000 (14:52 +0100)]
SONAR-7397 The "Change Password" form must be available in the UI only for local accounts

8 years agofix code blocks in markdown
Stas Vilchik [Fri, 25 Mar 2016 13:30:39 +0000 (14:30 +0100)]
fix code blocks in markdown

8 years agoSONAR-6742 Stop displaying plugin actions for issues in the UI
Stas Vilchik [Fri, 25 Mar 2016 13:25:55 +0000 (14:25 +0100)]
SONAR-6742 Stop displaying plugin actions for issues in the UI

8 years agoSONAR-7409 use period parameter
Stas Vilchik [Fri, 25 Mar 2016 12:38:55 +0000 (13:38 +0100)]
SONAR-7409 use period parameter

8 years agoFix integration test about System Info page
Simon Brandhof [Fri, 25 Mar 2016 12:32:03 +0000 (13:32 +0100)]
Fix integration test about System Info page

8 years agoSONAR-7402 improve display of measures home page
Stas Vilchik [Thu, 24 Mar 2016 10:20:18 +0000 (11:20 +0100)]
SONAR-7402 improve display of measures home page

8 years agoRevert "SONAR-6941 Partition files of scanner report in different folders"
Sébastien Lesaint [Fri, 25 Mar 2016 08:36:09 +0000 (09:36 +0100)]
Revert "SONAR-6941 Partition files of scanner report in different folders"

This reverts commit 0417484bef1e4bfefbe7dc8a7a5c9a1a105697af.

8 years agoSONAR-7436 Monitoring of CE process in system WS and console
Simon Brandhof [Wed, 16 Mar 2016 22:01:11 +0000 (23:01 +0100)]
SONAR-7436 Monitoring of CE process in system WS and console

8 years agoFix quality flaws
Simon Brandhof [Thu, 24 Mar 2016 21:38:16 +0000 (22:38 +0100)]
Fix quality flaws

8 years agoCorrectly stop server when an error is raised during startup
Simon Brandhof [Thu, 24 Mar 2016 09:42:38 +0000 (10:42 +0100)]
Correctly stop server when an error is raised during startup

8 years agoSONAR-6171 Make sure at server startup that the DB is configured to use the UTF8...
Simon Brandhof [Wed, 16 Mar 2016 15:40:07 +0000 (16:40 +0100)]
SONAR-6171 Make sure at server startup that the DB is configured to use the UTF8 charset and to be case-sensitive

8 years agoFix quality flaws
Simon Brandhof [Thu, 24 Mar 2016 19:26:11 +0000 (20:26 +0100)]
Fix quality flaws

8 years agoSONAR-7402 provide link to file
Stas Vilchik [Thu, 24 Mar 2016 12:59:23 +0000 (13:59 +0100)]
SONAR-7402 provide link to file

8 years agoFix IT because of update of measure page
Julien Lancelot [Thu, 24 Mar 2016 15:52:12 +0000 (16:52 +0100)]
Fix IT because of update of measure page

8 years agoSONAR-7489 Empty branch should be considered as no branch 868/head
Julien HENRY [Thu, 24 Mar 2016 13:28:51 +0000 (14:28 +0100)]
SONAR-7489 Empty branch should be considered as no branch

8 years agoMore stable Selenium EventTest
Simon Brandhof [Thu, 24 Mar 2016 14:34:20 +0000 (15:34 +0100)]
More stable Selenium EventTest

8 years agoSONAR-6731 Fix loading of plugins by CE when running on MS Windows
Simon Brandhof [Wed, 23 Mar 2016 13:35:41 +0000 (14:35 +0100)]
SONAR-6731 Fix loading of plugins by CE when running on MS Windows

8 years agoRename the term "Compute Engine Server" to "Compute Engine"
Simon Brandhof [Thu, 24 Mar 2016 12:13:38 +0000 (13:13 +0100)]
Rename the term "Compute Engine Server" to "Compute Engine"

8 years agoFix documentation of CE section of sonar.properties
Simon Brandhof [Thu, 24 Mar 2016 10:56:33 +0000 (11:56 +0100)]
Fix documentation of CE section of sonar.properties

8 years agoUpdate timing of highlighting perf test
Julien HENRY [Thu, 24 Mar 2016 10:53:20 +0000 (11:53 +0100)]
Update timing of highlighting perf test

8 years agoUpdate com.github.eirslett:frontend-maven-plugin to fix proxy issue
Marc-Andre Laperle [Tue, 22 Mar 2016 18:54:03 +0000 (14:54 -0400)]
Update com.github.eirslett:frontend-maven-plugin to fix proxy issue

Behind a proxy, it was not possible to build Sonarqube because it
failed to download node-v4.2.4-linux-x64.tar.gz, for example.
Updating com.github.eirslett:frontend-maven-plugin fixes this issue.

Signed-off-by: Marc-Andre Laperle <malaperle@gmail.com>
8 years agoFix some quality flaws
Julien HENRY [Thu, 24 Mar 2016 09:33:29 +0000 (10:33 +0100)]
Fix some quality flaws