]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
9 years agoadd Component#getReportAttributes()
Sébastien Lesaint [Wed, 12 Aug 2015 12:43:01 +0000 (14:43 +0200)]
add Component#getReportAttributes()

this is a preparatory change to add support for Views components in CE's Component interface
remove Component#getRef and Component#getVersion

9 years agoadd missing @CheckForNull on Component#getVersion()
Sébastien Lesaint [Wed, 12 Aug 2015 12:42:38 +0000 (14:42 +0200)]
add missing @CheckForNull on Component#getVersion()

9 years agoadd ContainerPopulator to be used by ComputeEngineContainer
Sébastien Lesaint [Wed, 12 Aug 2015 10:05:29 +0000 (12:05 +0200)]
add ContainerPopulator to be used by ComputeEngineContainer

by using a specific class to populate a container, one can reuse the ComputeEngineContainer without subclassing it

9 years agoReportProcessor must not have the responsability of populating CEQueueStatus
Sébastien Lesaint [Wed, 12 Aug 2015 08:43:23 +0000 (10:43 +0200)]
ReportProcessor must not have the responsability of populating CEQueueStatus

9 years agoextract ComputationStepExecutor from ReportProcessor
Sébastien Lesaint [Wed, 12 Aug 2015 07:13:14 +0000 (09:13 +0200)]
extract ComputationStepExecutor from ReportProcessor

allows to share code executing ComputationSteps and timing code with Views plugin

9 years agomake ApplyPermissionsStep implementation use a visitor
Sébastien Lesaint [Tue, 11 Aug 2015 14:14:26 +0000 (16:14 +0200)]
make ApplyPermissionsStep implementation use a visitor

9 years ago[SCRIPT] build and quick-build must stop SQ instance
Sébastien Lesaint [Tue, 11 Aug 2015 10:31:06 +0000 (12:31 +0200)]
[SCRIPT] build and quick-build must stop SQ instance

this will save having to kill the instance started with start.sh because mvn clean deleted the pid file

9 years agoadd a CE task queue and split batch processing scheduling
Sébastien Lesaint [Tue, 11 Aug 2015 10:27:58 +0000 (12:27 +0200)]
add a CE task queue and split batch processing scheduling

CE task queue is required to run other kind of CE processes (eg. Views CE process)

9 years agofix MyBatis and mapper loading to support mapper in server extensions
Sébastien Lesaint [Tue, 11 Aug 2015 10:25:32 +0000 (12:25 +0200)]
fix MyBatis and mapper loading to support mapper in server extensions

BatchSession and DbSession constructors need to be public to be used from server extensions
fix MyBatis XML mapper file loading which did not support mapper defined in a plugin ClassLoader
add MyBatisConfBuilder so that conf building code can be shared with server extensions

9 years agoSONAR-6482 WS permissions/groups do not return the Anyone group for admin permissions
Teryk Bellahsene [Mon, 24 Aug 2015 11:59:11 +0000 (13:59 +0200)]
SONAR-6482 WS permissions/groups do not return the Anyone group for admin permissions

9 years agoRevert "SONAR-6658 Drop validation on sonar.libraries and sonar.binaries"
Duarte Meneses [Mon, 24 Aug 2015 11:30:14 +0000 (13:30 +0200)]
Revert "SONAR-6658 Drop validation on sonar.libraries and sonar.binaries"

This reverts commit 1dd1cd5c6517ffe91ae9b0b003d65c126d54b4b4.

9 years agoSONAR-4865 Do not fail when issue message is greater than 4000 (just truncate)
Julien HENRY [Mon, 24 Aug 2015 11:23:12 +0000 (13:23 +0200)]
SONAR-4865 Do not fail when issue message is greater than 4000 (just truncate)

9 years agoCreate WS Request WsProject class 477/head
Teryk Bellahsene [Mon, 24 Aug 2015 07:28:09 +0000 (09:28 +0200)]
Create WS Request WsProject class

9 years agoCreate WS Request Group class
Teryk Bellahsene [Mon, 24 Aug 2015 06:59:17 +0000 (08:59 +0200)]
Create WS Request Group class

9 years agoSONAR-6502 WS permissions/add_group_to_template add a group to a permission template
Teryk Bellahsene [Mon, 24 Aug 2015 06:23:42 +0000 (08:23 +0200)]
SONAR-6502 WS permissions/add_group_to_template add a group to a permission template

9 years agoSONAR-6501 WS permissions/remove_user_from_template remove a user from a permission...
Teryk Bellahsene [Fri, 21 Aug 2015 12:33:51 +0000 (14:33 +0200)]
SONAR-6501 WS permissions/remove_user_from_template remove a user from a permission template

9 years agoSONAR-6500 WS permissions/add_user_to_template add a user to a permission template
Teryk Bellahsene [Thu, 20 Aug 2015 15:54:57 +0000 (17:54 +0200)]
SONAR-6500 WS permissions/add_user_to_template add a user to a permission template

9 years agoRename ComponentPermissions to ProjectPermissions
Teryk Bellahsene [Fri, 21 Aug 2015 10:02:16 +0000 (12:02 +0200)]
Rename ComponentPermissions to ProjectPermissions

9 years agoRemove selectGroupByName methods from UserDao
Teryk Bellahsene [Thu, 20 Aug 2015 14:49:52 +0000 (16:49 +0200)]
Remove selectGroupByName methods from UserDao

9 years agoDeprecate PermissionTemplateUpdater
Teryk Bellahsene [Thu, 20 Aug 2015 14:30:14 +0000 (16:30 +0200)]
Deprecate PermissionTemplateUpdater

9 years agoCreate PermissionValueValidator
Teryk Bellahsene [Thu, 20 Aug 2015 13:43:19 +0000 (15:43 +0200)]
Create PermissionValueValidator

9 years agoCreate PermissionDependenciesFinder
Teryk Bellahsene [Thu, 20 Aug 2015 13:14:35 +0000 (15:14 +0200)]
Create PermissionDependenciesFinder

9 years agoRestrict permission ws classes visibility
Teryk Bellahsene [Thu, 20 Aug 2015 10:24:15 +0000 (12:24 +0200)]
Restrict permission ws classes visibility

9 years agoCreate permission Parameters to declare parameters
Teryk Bellahsene [Thu, 20 Aug 2015 10:03:12 +0000 (12:03 +0200)]
Create permission Parameters to declare parameters

9 years agoCreate and use PermissionPrivilegeChecker in the permission domain
Teryk Bellahsene [Thu, 20 Aug 2015 08:54:38 +0000 (10:54 +0200)]
Create and use PermissionPrivilegeChecker in the permission domain

9 years agoImprove interfaces of permission template services
Teryk Bellahsene [Thu, 20 Aug 2015 07:35:50 +0000 (09:35 +0200)]
Improve interfaces of permission template services

9 years agoSONAR-6658 Drop validation on sonar.libraries and sonar.binaries
Duarte Meneses [Fri, 21 Aug 2015 15:26:04 +0000 (17:26 +0200)]
SONAR-6658 Drop validation on sonar.libraries and sonar.binaries

9 years agoSONAR-6665 StackOverflow error when analyzing project with several modules having...
Duarte Meneses [Fri, 21 Aug 2015 14:41:11 +0000 (16:41 +0200)]
SONAR-6665 StackOverflow error when analyzing project with several modules having same key

9 years agoSONAR-6690 update the style of select list component
Stas Vilchik [Fri, 21 Aug 2015 11:35:08 +0000 (13:35 +0200)]
SONAR-6690 update the style of select list component

9 years agoSONAR-6797 rewrite project permissions page
Stas Vilchik [Thu, 20 Aug 2015 13:39:03 +0000 (15:39 +0200)]
SONAR-6797 rewrite project permissions page

9 years agofix lingering tooltip on the groups page
Stas Vilchik [Fri, 21 Aug 2015 13:05:12 +0000 (15:05 +0200)]
fix lingering tooltip on the groups page

9 years agoImprove quality
Duarte Meneses [Thu, 20 Aug 2015 16:05:27 +0000 (18:05 +0200)]
Improve quality

9 years agoSONAR-6721 Prevent running concurrent batch processes on the same physical project
Duarte Meneses [Thu, 20 Aug 2015 14:58:48 +0000 (16:58 +0200)]
SONAR-6721 Prevent running concurrent batch processes on the same physical project

9 years agoRemove class deprecated since v4.2
Duarte Meneses [Wed, 19 Aug 2015 12:17:02 +0000 (14:17 +0200)]
Remove class deprecated since v4.2

9 years agoFix Cpd errors on test sources
Duarte Meneses [Wed, 19 Aug 2015 12:14:14 +0000 (14:14 +0200)]
Fix Cpd errors on test sources

9 years agoSONAR-6576 fix side-effects of issue location highlighting
Stas Vilchik [Fri, 21 Aug 2015 09:40:53 +0000 (11:40 +0200)]
SONAR-6576 fix side-effects of issue location highlighting

9 years agofix logo display
Stas Vilchik [Fri, 21 Aug 2015 09:31:10 +0000 (11:31 +0200)]
fix logo display

9 years agoadd element guards for navigation components
Stas Vilchik [Fri, 21 Aug 2015 09:27:06 +0000 (11:27 +0200)]
add element guards for navigation components

9 years agoSONAR-6796 apply feedback
Stas Vilchik [Fri, 21 Aug 2015 08:49:08 +0000 (10:49 +0200)]
SONAR-6796 apply feedback

9 years agorewrite settings navigation
Stas Vilchik [Thu, 20 Aug 2015 10:19:19 +0000 (12:19 +0200)]
rewrite settings navigation

9 years agorewrite component navigation
Stas Vilchik [Thu, 20 Aug 2015 09:38:54 +0000 (11:38 +0200)]
rewrite component navigation

9 years agorewrite global navigation
Stas Vilchik [Wed, 19 Aug 2015 07:24:16 +0000 (09:24 +0200)]
rewrite global navigation

9 years agoWS permissions/search_global_permissions improve readability
Teryk Bellahsene [Wed, 19 Aug 2015 14:36:10 +0000 (16:36 +0200)]
WS permissions/search_global_permissions improve readability

9 years agoSONAR-6796 use the latest response format
Stas Vilchik [Wed, 19 Aug 2015 14:35:46 +0000 (16:35 +0200)]
SONAR-6796 use the latest response format

9 years agoSONAR-6485 ws permissions/search_project_permissions update the search query parameter
Teryk Bellahsene [Wed, 19 Aug 2015 14:08:39 +0000 (16:08 +0200)]
SONAR-6485 ws permissions/search_project_permissions update the search query parameter

9 years agoSONAR-6485 WS permissions/search_project_permissions add paging field in response
Teryk Bellahsene [Wed, 19 Aug 2015 13:10:38 +0000 (15:10 +0200)]
SONAR-6485 WS permissions/search_project_permissions add paging field in response

9 years agoSONAR-6796 rewrite global permissions page
Stas Vilchik [Wed, 19 Aug 2015 12:39:31 +0000 (14:39 +0200)]
SONAR-6796 rewrite global permissions page

9 years agoUse the new Paging builder 476/head
Teryk Bellahsene [Wed, 19 Aug 2015 12:05:45 +0000 (14:05 +0200)]
Use the new Paging builder

9 years agoSONAR-6485 WS permissions/search_project_permissions search for project permissions
Teryk Bellahsene [Tue, 18 Aug 2015 06:30:48 +0000 (08:30 +0200)]
SONAR-6485 WS permissions/search_project_permissions search for project permissions

9 years agoMove ComponentTesting to sonar-db
Teryk Bellahsene [Tue, 18 Aug 2015 06:31:37 +0000 (08:31 +0200)]
Move ComponentTesting to sonar-db

9 years agoFix typo in PermissionQuery
Teryk Bellahsene [Thu, 13 Aug 2015 06:55:27 +0000 (08:55 +0200)]
Fix typo in PermissionQuery

9 years agofix displaying of issue comments
Stas Vilchik [Wed, 19 Aug 2015 09:13:04 +0000 (11:13 +0200)]
fix displaying of issue comments

9 years agodo not use /api/issues/show
Stas Vilchik [Wed, 19 Aug 2015 08:42:10 +0000 (10:42 +0200)]
do not use /api/issues/show

9 years agoUse immutable Set to define metrics fields in WS
Teryk Bellahsene [Wed, 19 Aug 2015 09:13:02 +0000 (11:13 +0200)]
Use immutable Set to define metrics fields in WS

9 years agoImprove tests
Duarte Meneses [Wed, 19 Aug 2015 08:49:32 +0000 (10:49 +0200)]
Improve tests

9 years agoDebug log level in unit tests
Duarte Meneses [Wed, 19 Aug 2015 08:29:13 +0000 (10:29 +0200)]
Debug log level in unit tests

9 years agoSONAR-6345 Display list of all plugins + version in batch debug logs
Duarte Meneses [Wed, 19 Aug 2015 08:28:32 +0000 (10:28 +0200)]
SONAR-6345 Display list of all plugins + version in batch debug logs

9 years agoSONAR-6576 improve wrapping of issue location markers
Stas Vilchik [Wed, 19 Aug 2015 08:11:03 +0000 (10:11 +0200)]
SONAR-6576 improve wrapping of issue location markers

9 years agoSONAR-6576 improve usage highlighting inside issue locations
Stas Vilchik [Wed, 19 Aug 2015 08:01:57 +0000 (10:01 +0200)]
SONAR-6576 improve usage highlighting inside issue locations

9 years agoSONAR-6576 fix parsing of "<" and ">" characters
Stas Vilchik [Wed, 19 Aug 2015 07:50:33 +0000 (09:50 +0200)]
SONAR-6576 fix parsing of "<" and ">" characters

9 years agoSONAR-6576 do not show secondary locations and execution flows of closed issues
Stas Vilchik [Wed, 19 Aug 2015 07:44:13 +0000 (09:44 +0200)]
SONAR-6576 do not show secondary locations and execution flows of closed issues

9 years agoFix quality flaws
Teryk Bellahsene [Tue, 18 Aug 2015 16:19:10 +0000 (18:19 +0200)]
Fix quality flaws

9 years agoAdd consistency in error messages of permissions WS
Teryk Bellahsene [Tue, 18 Aug 2015 15:57:29 +0000 (17:57 +0200)]
Add consistency in error messages of permissions WS

9 years agoImprove permissions WS description and error message
Teryk Bellahsene [Tue, 18 Aug 2015 14:39:51 +0000 (16:39 +0200)]
Improve permissions WS description and error message

9 years agofix SONAR-6655 Activation criteria does not reset activation severity
Stas Vilchik [Tue, 18 Aug 2015 13:50:49 +0000 (15:50 +0200)]
fix SONAR-6655 Activation criteria does not reset activation severity

9 years agofix SONAR-6657 Cannot deactivate just activated rule
Stas Vilchik [Tue, 18 Aug 2015 13:39:55 +0000 (15:39 +0200)]
fix SONAR-6657 Cannot deactivate just activated rule

9 years agofix display of facet toggle
Stas Vilchik [Tue, 18 Aug 2015 13:26:08 +0000 (15:26 +0200)]
fix display of facet toggle

9 years agoSONAR-5322 Add description to "Page Size" parameters in measure filter widgets
Stas Vilchik [Tue, 18 Aug 2015 12:45:07 +0000 (14:45 +0200)]
SONAR-5322 Add description to "Page Size" parameters in measure filter widgets

9 years agoSONAR-6331 fix display of provisioned projects
Stas Vilchik [Tue, 18 Aug 2015 07:45:28 +0000 (09:45 +0200)]
SONAR-6331 fix display of provisioned projects

9 years agofix incomplete assertions
Sébastien Lesaint [Tue, 18 Aug 2015 10:55:06 +0000 (12:55 +0200)]
fix incomplete assertions

9 years agoInclude max length when updating a user
Teryk Bellahsene [Tue, 18 Aug 2015 09:37:08 +0000 (11:37 +0200)]
Include max length when updating a user

9 years agofix quality flaws
Sébastien Lesaint [Tue, 18 Aug 2015 08:26:46 +0000 (10:26 +0200)]
fix quality flaws

9 years agoSONAR-6761 Drop incremental mode
Duarte Meneses [Mon, 17 Aug 2015 15:25:24 +0000 (17:25 +0200)]
SONAR-6761 Drop incremental mode

9 years agoSONAR-6767 Default mode should be named publish mode
Duarte Meneses [Mon, 17 Aug 2015 15:08:13 +0000 (17:08 +0200)]
SONAR-6767 Default mode should be named publish mode

9 years agoAdjust expected results due to changes in Xoo plugin
Duarte Meneses [Mon, 17 Aug 2015 12:36:06 +0000 (14:36 +0200)]
Adjust expected results due to changes in Xoo plugin

9 years agoMigrate batch ITs
Duarte Meneses [Fri, 14 Aug 2015 12:49:49 +0000 (14:49 +0200)]
Migrate batch ITs

9 years agoundo deprecation of RulesProfile
Duarte Meneses [Fri, 14 Aug 2015 12:50:38 +0000 (14:50 +0200)]
undo deprecation of RulesProfile

9 years agoAdd xoo2 language with 2 rules
Duarte Meneses [Fri, 14 Aug 2015 12:44:04 +0000 (14:44 +0200)]
Add xoo2 language with 2 rules

9 years agofix quality flaws
Stas Vilchik [Tue, 18 Aug 2015 07:28:08 +0000 (09:28 +0200)]
fix quality flaws

9 years agofix display on rule meta in the workspace
Stas Vilchik [Mon, 17 Aug 2015 15:34:19 +0000 (17:34 +0200)]
fix display on rule meta in the workspace

9 years agofix SONAR-6786 sonar.web.context causing issue filters to fail
Stas Vilchik [Mon, 17 Aug 2015 15:16:37 +0000 (17:16 +0200)]
fix SONAR-6786 sonar.web.context causing issue filters to fail

9 years agoSONAR-6765 apply feedback
Stas Vilchik [Mon, 17 Aug 2015 15:08:06 +0000 (17:08 +0200)]
SONAR-6765 apply feedback

9 years agoSONAR-6766 show issue execution flow
Stas Vilchik [Thu, 13 Aug 2015 11:55:24 +0000 (13:55 +0200)]
SONAR-6766 show issue execution flow

9 years agoImprove quality
Duarte Meneses [Thu, 13 Aug 2015 15:18:09 +0000 (17:18 +0200)]
Improve quality

9 years agoCreate AnalysisReportDao object to test the DAO
Teryk Bellahsene [Thu, 13 Aug 2015 15:14:38 +0000 (17:14 +0200)]
Create AnalysisReportDao object to test the DAO

9 years agoclean batch unused test resources
Duarte Meneses [Thu, 13 Aug 2015 14:35:22 +0000 (16:35 +0200)]
clean batch unused test resources

9 years agoFix bug creating project keys with branch
Duarte Meneses [Thu, 13 Aug 2015 13:07:34 +0000 (15:07 +0200)]
Fix bug creating project keys with branch

9 years agorefactor batch class names/packages
Duarte Meneses [Thu, 13 Aug 2015 07:54:48 +0000 (09:54 +0200)]
refactor batch class names/packages

9 years agoSONAR-6785 Optimize project sync with multithreading
Duarte Meneses [Wed, 12 Aug 2015 15:00:37 +0000 (17:00 +0200)]
SONAR-6785 Optimize project sync with multithreading

9 years agofix quality flaws in sonar-views-bridge
Sébastien Lesaint [Thu, 13 Aug 2015 13:01:06 +0000 (15:01 +0200)]
fix quality flaws in sonar-views-bridge

9 years agofix quality flaws (package-info & coverage) in sonar-server
Sébastien Lesaint [Thu, 13 Aug 2015 13:00:10 +0000 (15:00 +0200)]
fix quality flaws (package-info & coverage) in sonar-server

9 years agofix duplication of implementation of PathAwareVisitor.PathElement
Sébastien Lesaint [Thu, 13 Aug 2015 10:45:10 +0000 (12:45 +0200)]
fix duplication of implementation of PathAwareVisitor.PathElement

9 years agoDepthTraversalTypeAwareCrawler now extends TypeAwareVisitorAdapter
Sébastien Lesaint [Thu, 13 Aug 2015 10:24:48 +0000 (12:24 +0200)]
DepthTraversalTypeAwareCrawler now extends TypeAwareVisitorAdapter

this avoid duplication of properties and adapter methods

9 years agoadd missing package-info.java in sonar-core
Sébastien Lesaint [Thu, 13 Aug 2015 10:16:55 +0000 (12:16 +0200)]
add missing package-info.java in sonar-core

9 years agoSONAR-6765 update the style of issue location message
Stas Vilchik [Thu, 13 Aug 2015 10:19:51 +0000 (12:19 +0200)]
SONAR-6765 update the style of issue location message

9 years agoSONAR-6765 SONAR-6766 show multiple issue locations and execution flows
Stas Vilchik [Wed, 12 Aug 2015 09:23:22 +0000 (11:23 +0200)]
SONAR-6765 SONAR-6766 show multiple issue locations and execution flows

9 years agoImprovements on all permissions/* WS
Teryk Bellahsene [Tue, 11 Aug 2015 13:50:28 +0000 (15:50 +0200)]
Improvements on all permissions/* WS

- use PermissionRequest
- add checks
- improve WS descriptions

9 years agoSONAR-6487 WS permissions/groups with project permissions
Teryk Bellahsene [Tue, 11 Aug 2015 12:40:19 +0000 (14:40 +0200)]
SONAR-6487 WS permissions/groups with project permissions

9 years agoRename RequestHandler parameters
Teryk Bellahsene [Tue, 11 Aug 2015 11:39:17 +0000 (13:39 +0200)]
Rename RequestHandler parameters

9 years agoPermission Change with meaningful names
Teryk Bellahsene [Tue, 11 Aug 2015 06:57:51 +0000 (08:57 +0200)]
Permission Change with meaningful names