]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
9 years agoSONAR-6610 Correctly handle views and subviews
Julien Lancelot [Thu, 10 Sep 2015 09:32:10 +0000 (11:32 +0200)]
SONAR-6610 Correctly handle views and subviews

9 years agoSONAR-6827 Compute cutom measures on views
Julien Lancelot [Thu, 10 Sep 2015 09:02:34 +0000 (11:02 +0200)]
SONAR-6827 Compute cutom measures on views

9 years agoAdd getAddedRawRuleMeasure() and getAddedRawCharacteristicMeasure()
Julien Lancelot [Wed, 9 Sep 2015 14:12:12 +0000 (16:12 +0200)]
Add getAddedRawRuleMeasure() and getAddedRawCharacteristicMeasure()

9 years agoCreate DebtModelHolderRule
Julien Lancelot [Wed, 9 Sep 2015 13:00:33 +0000 (15:00 +0200)]
Create DebtModelHolderRule

9 years agoCreate Characteristic interface
Julien Lancelot [Wed, 9 Sep 2015 12:57:25 +0000 (14:57 +0200)]
Create Characteristic interface

Replace the concrete class by an interface for consistency with other objects (Issue, Measure, Rule, etc.)

9 years agoSONAR-6827 Get all measures from a component and a metric
Julien Lancelot [Wed, 9 Sep 2015 10:45:57 +0000 (12:45 +0200)]
SONAR-6827 Get all measures from a component and a metric

Add new getRawMeasures(component, metric) to return all measures, including rule and characteristic measures
Remved not used getRawMeasure(component, metric, rule) and getRawMeasure(component, metric, characteristic)

9 years agoSONAR-6827 Add hasCharacteristicById
Julien Lancelot [Tue, 8 Sep 2015 14:57:52 +0000 (16:57 +0200)]
SONAR-6827 Add hasCharacteristicById

9 years agoSONAR-6827 Complete UT
Julien Lancelot [Tue, 8 Sep 2015 14:52:42 +0000 (16:52 +0200)]
SONAR-6827 Complete UT

9 years agofix for SONAR-6766
Stas Vilchik [Thu, 10 Sep 2015 14:52:12 +0000 (16:52 +0200)]
fix for SONAR-6766

9 years agoSONAR-6766 migrate to "flows"
Stas Vilchik [Thu, 10 Sep 2015 14:22:04 +0000 (16:22 +0200)]
SONAR-6766 migrate to "flows"

9 years agoDo not return empty array of locations in WS
Simon Brandhof [Thu, 10 Sep 2015 13:57:00 +0000 (15:57 +0200)]
Do not return empty array of locations in WS

9 years agoSONAR-6052 Drop secondary locations from db/ws
Simon Brandhof [Mon, 7 Sep 2015 13:32:30 +0000 (15:32 +0200)]
SONAR-6052 Drop secondary locations from db/ws

9 years agoSONAR-6052 Drop secondary locations and rename execution flow -> flow
Julien HENRY [Thu, 3 Sep 2015 16:17:36 +0000 (18:17 +0200)]
SONAR-6052 Drop secondary locations and rename execution flow -> flow

9 years agoincrease the number of displayed computation reports
Stas Vilchik [Thu, 10 Sep 2015 13:03:20 +0000 (15:03 +0200)]
increase the number of displayed computation reports

9 years agofix the js error with empty search
Stas Vilchik [Thu, 10 Sep 2015 12:51:08 +0000 (14:51 +0200)]
fix the js error with empty search

9 years agofix display of component administration links
Stas Vilchik [Thu, 10 Sep 2015 11:30:18 +0000 (13:30 +0200)]
fix display of component administration links

9 years agofix typo in the l10n messages
Stas Vilchik [Thu, 10 Sep 2015 10:43:04 +0000 (12:43 +0200)]
fix typo in the l10n messages

9 years agoRevert "use single web app"
Stas Vilchik [Thu, 10 Sep 2015 08:42:07 +0000 (10:42 +0200)]
Revert "use single web app"

9 years agoRevert "temporary disable web medium tests"
Stas Vilchik [Thu, 10 Sep 2015 08:41:48 +0000 (10:41 +0200)]
Revert "temporary disable web medium tests"

This reverts commit d9c700ff5c0c9e9908602c51aa24df492e76aa63.

9 years agoFix the location where to download nodejs from
David Gageot [Thu, 10 Sep 2015 09:44:24 +0000 (11:44 +0200)]
Fix the location where to download nodejs from

9 years agoCleanup travis script
David Gageot [Thu, 10 Sep 2015 08:16:31 +0000 (10:16 +0200)]
Cleanup travis script

9 years agoImprove warnings about sonar.search.port/host in sonar.properties
Simon Brandhof [Wed, 9 Sep 2015 20:42:17 +0000 (22:42 +0200)]
Improve warnings about sonar.search.port/host in sonar.properties

9 years agoFix unassociated mode IT
Julien HENRY [Wed, 9 Sep 2015 10:48:32 +0000 (12:48 +0200)]
Fix unassociated mode IT

9 years agoImprove quality 501/head
Duarte Meneses [Wed, 9 Sep 2015 09:38:12 +0000 (11:38 +0200)]
Improve quality

9 years agoOptimize batch project container
Duarte Meneses [Tue, 8 Sep 2015 14:25:52 +0000 (16:25 +0200)]
Optimize batch project container

9 years agoSONAR-6817 Issues mode should support analysis of projects not associated
Duarte Meneses [Tue, 8 Sep 2015 13:24:50 +0000 (15:24 +0200)]
SONAR-6817 Issues mode should support analysis of projects not associated

9 years agoSONAR-6644 fix debt when characteristic is none
Simon Brandhof [Mon, 7 Sep 2015 20:08:45 +0000 (22:08 +0200)]
SONAR-6644 fix debt when characteristic is none

9 years agoSONAR-6827 Validate uniqueness of output metrics
Julien Lancelot [Tue, 8 Sep 2015 12:54:01 +0000 (14:54 +0200)]
SONAR-6827 Validate uniqueness of output metrics

Output metric can only by generated by one measure computer

9 years agoSONAR-6827 Rebuild MeasureComputerDefinition only if needed
Julien Lancelot [Tue, 8 Sep 2015 12:52:17 +0000 (14:52 +0200)]
SONAR-6827 Rebuild MeasureComputerDefinition only if needed

Rebuild it only if it has not been created by the builder

9 years agoSONAR-6827 Check output metrics are not core metrics
Julien Lancelot [Tue, 8 Sep 2015 12:49:49 +0000 (14:49 +0200)]
SONAR-6827 Check output metrics are not core metrics

9 years agoSONAR-6730 Improve javadoc
Julien Lancelot [Tue, 8 Sep 2015 12:49:21 +0000 (14:49 +0200)]
SONAR-6730 Improve javadoc

9 years agoSONAR-6840 Allow measure values of integers with more than 10 digits in database
Simon Brandhof [Tue, 8 Sep 2015 13:16:19 +0000 (15:16 +0200)]
SONAR-6840 Allow measure values of integers with more than 10 digits in database

9 years agoadd ComponentDtoFunctions to factor ComponentDto functions 499/head
Sébastien Lesaint [Mon, 7 Sep 2015 08:51:25 +0000 (10:51 +0200)]
add ComponentDtoFunctions to factor ComponentDto functions

9 years agoPersistComponentsStep now supports Views components
Sébastien Lesaint [Fri, 4 Sep 2015 15:29:24 +0000 (17:29 +0200)]
PersistComponentsStep now supports Views components

9 years agofix ComponentTesting: Subview in table PROJECTS have no path
Sébastien Lesaint [Fri, 4 Sep 2015 13:00:13 +0000 (15:00 +0200)]
fix ComponentTesting: Subview in table PROJECTS have no path

9 years agouse a visitor and no more BatchReportReader in PersistComponentsStep
Sébastien Lesaint [Fri, 4 Sep 2015 07:58:49 +0000 (09:58 +0200)]
use a visitor and no more BatchReportReader in PersistComponentsStep

will allow to make the step compatible with Views

9 years agoadd description and path to ReportAttributes
Sébastien Lesaint [Fri, 4 Sep 2015 07:58:11 +0000 (09:58 +0200)]
add description and path to ReportAttributes

will allow to not use the BatchReportReader at all in PersistComponentsStep

9 years agopull UuidFactory out of FillComponentsStep to use it in Views
Sébastien Lesaint [Thu, 3 Sep 2015 16:37:54 +0000 (18:37 +0200)]
pull UuidFactory out of FillComponentsStep to use it in Views

9 years agoWIP improving coverage quick wins
Sébastien Lesaint [Thu, 3 Sep 2015 09:42:46 +0000 (11:42 +0200)]
WIP improving coverage quick wins

9 years agoremove unkown type support in PathAwareCrawler and PathAwareVisitor
Sébastien Lesaint [Wed, 2 Sep 2015 13:08:50 +0000 (15:08 +0200)]
remove unkown type support in PathAwareCrawler and PathAwareVisitor

we now fail, rather than silently accepting unknown types

9 years agoMake methods static in the permission domain
Teryk Bellahsene [Tue, 8 Sep 2015 07:56:38 +0000 (09:56 +0200)]
Make methods static in the permission domain

9 years agoSONAR-6827 fix selectBySnapshotAndMetricKeys 493/head
Julien Lancelot [Fri, 4 Sep 2015 07:38:13 +0000 (09:38 +0200)]
SONAR-6827 fix selectBySnapshotAndMetricKeys

it should also return rule/characteristic measures

9 years agoRemove useless MeasureDto.componentKey
Julien Lancelot [Thu, 3 Sep 2015 16:02:01 +0000 (18:02 +0200)]
Remove useless MeasureDto.componentKey

9 years agoSONAR-6827 MeasureDtoToMeasure supports rule and characteristic measures
Julien Lancelot [Thu, 3 Sep 2015 15:46:25 +0000 (17:46 +0200)]
SONAR-6827 MeasureDtoToMeasure supports rule and characteristic measures

9 years agoSONAR-6827 MeasureComputersVisitor should support a views tree
Julien Lancelot [Wed, 2 Sep 2015 16:17:08 +0000 (18:17 +0200)]
SONAR-6827 MeasureComputersVisitor should support a views tree

9 years agoSONAR-6460 Add Checks#addAnnotatedChecks(Iterable) 495/head
Julien HENRY [Mon, 7 Sep 2015 12:21:50 +0000 (14:21 +0200)]
SONAR-6460 Add Checks#addAnnotatedChecks(Iterable)

9 years agoSONAR-6749 Add query to get custom measures from a metric key and a text value 496/head
Julien Lancelot [Mon, 7 Sep 2015 14:12:51 +0000 (16:12 +0200)]
SONAR-6749 Add query to get custom measures from a metric key and a text value

9 years agoSONAR-6353 new metric days_since_last_commit
Simon Brandhof [Fri, 4 Sep 2015 15:20:26 +0000 (17:20 +0200)]
SONAR-6353 new metric days_since_last_commit

9 years agoAdd permission template name as a web service parameter in the permission template...
Teryk Bellahsene [Fri, 4 Sep 2015 15:26:16 +0000 (17:26 +0200)]
Add permission template name as a web service parameter in the permission template domain

9 years agoSONAR-6495 WS permissions/search_templates add default templates 491/head
Teryk Bellahsene [Fri, 4 Sep 2015 13:42:52 +0000 (15:42 +0200)]
SONAR-6495 WS permissions/search_templates add default templates

9 years agoPrefix web service protobuf messages with 'Ws'
Teryk Bellahsene [Fri, 4 Sep 2015 11:24:49 +0000 (13:24 +0200)]
Prefix web service protobuf messages with 'Ws'

9 years agoUpdate DbTester javadoc
Teryk Bellahsene [Fri, 4 Sep 2015 06:27:25 +0000 (08:27 +0200)]
Update DbTester javadoc

9 years agoSONAR-6495 WS permissions/search_templates search for permission templates
Teryk Bellahsene [Thu, 3 Sep 2015 16:44:05 +0000 (18:44 +0200)]
SONAR-6495 WS permissions/search_templates search for permission templates

9 years agoPort almost all remaining Selenium tests
David Gageot [Fri, 4 Sep 2015 11:22:49 +0000 (13:22 +0200)]
Port almost all remaining Selenium tests

9 years agoFix metrics of type MILLISEC
Simon Brandhof [Thu, 3 Sep 2015 09:35:37 +0000 (11:35 +0200)]
Fix metrics of type MILLISEC

Underlying type must be long instead of int

9 years agoAdd CloseableIterator#wrap(CloseableIterator, AutoCloseable...)
Simon Brandhof [Thu, 3 Sep 2015 09:07:04 +0000 (11:07 +0200)]
Add CloseableIterator#wrap(CloseableIterator, AutoCloseable...)

9 years agoFix api/sources/index
Simon Brandhof [Thu, 3 Sep 2015 07:43:03 +0000 (09:43 +0200)]
Fix api/sources/index

9 years agoDrop empty package
Simon Brandhof [Tue, 1 Sep 2015 21:14:47 +0000 (23:14 +0200)]
Drop empty package

9 years agoDrop WS api/sources/index
Simon Brandhof [Mon, 31 Aug 2015 13:16:46 +0000 (15:16 +0200)]
Drop WS api/sources/index

This WS is not used and is marked as internal, so it can be dropped

9 years agoSONAR-6813 Drop ES index sourceLines
Simon Brandhof [Fri, 28 Aug 2015 16:51:07 +0000 (18:51 +0200)]
SONAR-6813 Drop ES index sourceLines

9 years agoSONAR-6824 add metric last_commit_date
Simon Brandhof [Tue, 1 Sep 2015 21:14:19 +0000 (23:14 +0200)]
SONAR-6824 add metric last_commit_date

9 years agoFix project lock on windows
Duarte Meneses [Fri, 4 Sep 2015 10:13:29 +0000 (12:13 +0200)]
Fix project lock on windows

9 years agoSONAR-6499 WS permission/set_default_template fix when views default template has...
Teryk Bellahsene [Fri, 4 Sep 2015 09:30:24 +0000 (11:30 +0200)]
SONAR-6499 WS permission/set_default_template fix when views default template has never been set

9 years agoTrying a better cache cleaning mechanism
David Gageot [Fri, 4 Sep 2015 07:19:04 +0000 (09:19 +0200)]
Trying a better cache cleaning mechanism

9 years agoSONAR-6746 Drop Plugin interface + batch cleanup 492/head
Julien HENRY [Mon, 27 Jul 2015 15:39:34 +0000 (17:39 +0200)]
SONAR-6746 Drop Plugin interface + batch cleanup

9 years agoLimit amount of logs produced by batch ITs
Julien HENRY [Fri, 4 Sep 2015 08:47:29 +0000 (10:47 +0200)]
Limit amount of logs produced by batch ITs

9 years agoFail fast on cache write error
Duarte Meneses [Thu, 3 Sep 2015 15:26:40 +0000 (17:26 +0200)]
Fail fast on cache write error

9 years agoSONAR-6832 - Stop support SQ Runner <= 2.3
Duarte Meneses [Thu, 3 Sep 2015 15:26:22 +0000 (17:26 +0200)]
SONAR-6832 - Stop support SQ Runner <= 2.3

9 years agoHide project lock on windows
Duarte Meneses [Wed, 2 Sep 2015 08:11:08 +0000 (10:11 +0200)]
Hide project lock on windows

9 years agoImprove file hashing performance
Duarte Meneses [Tue, 1 Sep 2015 13:49:04 +0000 (15:49 +0200)]
Improve file hashing performance

9 years agoImprove batch unit tests
Duarte Meneses [Tue, 1 Sep 2015 12:13:13 +0000 (14:13 +0200)]
Improve batch unit tests

9 years agoImprove logging
Duarte Meneses [Tue, 1 Sep 2015 09:29:50 +0000 (11:29 +0200)]
Improve logging

9 years agoOptimize project reactor builder
Duarte Meneses [Tue, 1 Sep 2015 09:24:35 +0000 (11:24 +0200)]
Optimize project reactor builder

9 years agoFix test false-positives when port is already in use
Simon Brandhof [Fri, 4 Sep 2015 07:13:12 +0000 (09:13 +0200)]
Fix test false-positives when port is already in use

9 years agoAdd support of Oracle 12c in sonar.properties
Simon Brandhof [Thu, 3 Sep 2015 14:53:47 +0000 (16:53 +0200)]
Add support of Oracle 12c in sonar.properties

9 years agoFix quality flaws
Simon Brandhof [Wed, 2 Sep 2015 12:37:28 +0000 (14:37 +0200)]
Fix quality flaws

9 years agoRemove some more potential FP
David Gageot [Wed, 2 Sep 2015 16:34:04 +0000 (18:34 +0200)]
Remove some more potential FP

9 years agoImprove Selenium code
David Gageot [Wed, 2 Sep 2015 13:05:12 +0000 (15:05 +0200)]
Improve Selenium code

9 years agoBetter regexp support for Selenium its
David Gageot [Wed, 2 Sep 2015 12:43:28 +0000 (14:43 +0200)]
Better regexp support for Selenium its

9 years agoMake sure each IT is isolated
David Gageot [Wed, 2 Sep 2015 14:14:01 +0000 (16:14 +0200)]
Make sure each IT is isolated

9 years agoAdd missing headers
David Gageot [Wed, 2 Sep 2015 13:14:29 +0000 (15:14 +0200)]
Add missing headers

9 years agoSONAR-6487 WS permissions/search_project_permissions do not return component copies...
Teryk Bellahsene [Wed, 2 Sep 2015 15:48:16 +0000 (17:48 +0200)]
SONAR-6487 WS permissions/search_project_permissions do not return component copies used in views for example

9 years agoAll measures on person_id_must be ignored
Julien Lancelot [Wed, 2 Sep 2015 15:28:28 +0000 (17:28 +0200)]
All measures on person_id_must be ignored

As dev cockpit is not compatible with current dev of SonarQube, all measures related to this plugin must be ignored
For instance, FillMeasuresWithVariationsStep is failing in setVariationMeasures() if there's some dev measures.

9 years agofix broken View page because of missing Squale metric
Sébastien Lesaint [Wed, 2 Sep 2015 15:20:01 +0000 (17:20 +0200)]
fix broken View page because of missing Squale metric

9 years agoRevert "Better regexp support for Selenium its"
David Gageot [Wed, 2 Sep 2015 15:26:23 +0000 (17:26 +0200)]
Revert "Better regexp support for Selenium its"

This reverts commit b7d62595b994ba1a78d41a3834418c53f81587ab.

9 years agoRevert "Make sure each IT is isolated"
David Gageot [Wed, 2 Sep 2015 15:26:15 +0000 (17:26 +0200)]
Revert "Make sure each IT is isolated"

This reverts commit 2fdbf71a68743ce4bb4b6307df94014ff9897544.

9 years agoSONAR-6499 WS permissions/set_default_template improve description
Teryk Bellahsene [Wed, 2 Sep 2015 15:21:30 +0000 (17:21 +0200)]
SONAR-6499 WS permissions/set_default_template improve description

9 years agoRename id and template id parameters in the permission domain 487/head
Teryk Bellahsene [Wed, 2 Sep 2015 14:52:19 +0000 (16:52 +0200)]
Rename id and template id parameters in the permission domain

9 years agoUse WsProjectRef instead of Request to get a project
Teryk Bellahsene [Wed, 2 Sep 2015 08:47:08 +0000 (10:47 +0200)]
Use WsProjectRef instead of Request to get a project

9 years agoSONAR-6499 WS permissions/set_default_template set default permission template for...
Teryk Bellahsene [Wed, 2 Sep 2015 08:31:20 +0000 (10:31 +0200)]
SONAR-6499 WS permissions/set_default_template set default permission template for projects, views or developer

9 years agoSONAR-6494 WS permissions/apply_template apply a permission template to a project
Teryk Bellahsene [Tue, 1 Sep 2015 06:22:42 +0000 (08:22 +0200)]
SONAR-6494 WS permissions/apply_template apply a permission template to a project

9 years agoRename WsGroup and WsProject to WsGroupRef and WsProjectRef
Teryk Bellahsene [Tue, 1 Sep 2015 06:07:49 +0000 (08:07 +0200)]
Rename WsGroup and WsProject to WsGroupRef and WsProjectRef

9 years agoImprove WsGroup and WsProject contracts
Teryk Bellahsene [Mon, 31 Aug 2015 07:10:49 +0000 (09:10 +0200)]
Improve WsGroup and WsProject contracts

9 years agoMake sure each IT is isolated
David Gageot [Wed, 2 Sep 2015 14:14:01 +0000 (16:14 +0200)]
Make sure each IT is isolated

9 years agoBetter regexp support for Selenium its
David Gageot [Wed, 2 Sep 2015 12:43:28 +0000 (14:43 +0200)]
Better regexp support for Selenium its

9 years agoRevert "Better regexp support for Selenium its"
David Gageot [Wed, 2 Sep 2015 14:00:25 +0000 (16:00 +0200)]
Revert "Better regexp support for Selenium its"

This reverts commit aa224322a2accb2b80806d1f294ff0183e87949c.

9 years agoBetter regexp support for Selenium its
David Gageot [Wed, 2 Sep 2015 12:43:28 +0000 (14:43 +0200)]
Better regexp support for Selenium its

9 years agoBetter default value for second it cateogy
David Gageot [Wed, 2 Sep 2015 12:27:07 +0000 (14:27 +0200)]
Better default value for second it cateogy

9 years agoSONAR-6730 Replace ComponentVisitors and inject directly ComponentVisitor in CE container
Julien Lancelot [Tue, 1 Sep 2015 14:55:22 +0000 (16:55 +0200)]
SONAR-6730 Replace ComponentVisitors and inject directly ComponentVisitor in CE container

9 years agoSONAR-6730 Add boolean measure
Julien Lancelot [Tue, 1 Sep 2015 14:30:44 +0000 (16:30 +0200)]
SONAR-6730 Add boolean measure