]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
9 years agoSONAR-6748 Display a warning when open non-existent file/rule
Stas Vilchik [Wed, 16 Sep 2015 09:21:26 +0000 (11:21 +0200)]
SONAR-6748 Display a warning when open non-existent file/rule

9 years agoVIEWS-323 fix PersistComponentsStep, did not update longName
Sébastien Lesaint [Tue, 15 Sep 2015 12:24:13 +0000 (14:24 +0200)]
VIEWS-323 fix PersistComponentsStep, did not update longName

9 years agoVIEWS-323 make IndexComponentsStepTest support indexing a View
Sébastien Lesaint [Tue, 15 Sep 2015 12:23:40 +0000 (14:23 +0200)]
VIEWS-323 make IndexComponentsStepTest support indexing a View

9 years agoVIEWS-223 description is not report specific
Sébastien Lesaint [Mon, 14 Sep 2015 14:06:00 +0000 (16:06 +0200)]
VIEWS-223 description is not report specific

move it back from ReportAttributes to Component

9 years agoAdd support for Views in ApplyPermissionsStep
Julien Lancelot [Mon, 14 Sep 2015 13:02:34 +0000 (15:02 +0200)]
Add support for Views in ApplyPermissionsStep

9 years agoRemove issue index in ApplyPermissionsStep
Julien Lancelot [Mon, 14 Sep 2015 12:31:23 +0000 (14:31 +0200)]
Remove issue index in ApplyPermissionsStep

Now done in IndexIssuesStep for a while, so useless here

9 years agoSONAR-6331 revert overview page
Stas Vilchik [Tue, 15 Sep 2015 15:54:25 +0000 (17:54 +0200)]
SONAR-6331 revert overview page

9 years agoSONAR-6654 When a user flags an issue as "False Positive" or "Won't Fix", encourage...
Stas Vilchik [Tue, 15 Sep 2015 15:12:19 +0000 (17:12 +0200)]
SONAR-6654 When a user flags an issue as "False Positive" or "Won't Fix", encourage him/her to provide a comment

9 years agoSONAR-6852 Improve display of package names inside word cloud widget
Stas Vilchik [Tue, 15 Sep 2015 14:45:39 +0000 (16:45 +0200)]
SONAR-6852 Improve display of package names inside word cloud widget

9 years agoSONAR-6804 Wrap long lines in the response examples on the Web Service API page
Stas Vilchik [Tue, 15 Sep 2015 14:37:48 +0000 (16:37 +0200)]
SONAR-6804 Wrap long lines in the response examples on the Web Service API page

9 years agoSONAR-6251 Rename "Exclusions" settings category to "Analysis Scope"
Stas Vilchik [Tue, 15 Sep 2015 14:23:51 +0000 (16:23 +0200)]
SONAR-6251 Rename "Exclusions" settings category to "Analysis Scope"

9 years agoSONAR-6284 force project widgets displayed on global dashboards to select a project
Stas Vilchik [Tue, 15 Sep 2015 14:19:56 +0000 (16:19 +0200)]
SONAR-6284 force project widgets displayed on global dashboards to select a project

9 years agoSONAR-6219 Show timeline widget on measures with no values
lschoelens [Wed, 18 Feb 2015 16:13:38 +0000 (17:13 +0100)]
SONAR-6219 Show timeline widget on measures with no values

9 years agoRemove some useless views queries
Julien Lancelot [Tue, 15 Sep 2015 12:31:52 +0000 (14:31 +0200)]
Remove some useless views queries

selectRootViews and selectViewTree are not used anymore in Views

9 years agoSimplify deletion of a project in PurgeDao 506/head
Julien Lancelot [Tue, 15 Sep 2015 10:01:40 +0000 (12:01 +0200)]
Simplify deletion of a project in PurgeDao

- Rename deleteResourceTree to deleteProject
- deleteProject only takes a uuid as parameter (instead of a IdUUidPair)

9 years agoSONAR-6208 Sync rule activation between list and details
Stas Vilchik [Tue, 15 Sep 2015 10:31:53 +0000 (12:31 +0200)]
SONAR-6208 Sync rule activation between list and details

9 years agoSONAR-6207 Provide a keyboard shortcut to activate a rule from the list of rules
Stas Vilchik [Tue, 15 Sep 2015 10:15:52 +0000 (12:15 +0200)]
SONAR-6207 Provide a keyboard shortcut to activate a rule from the list of rules

9 years agoSONAR-6209 While in the profile context, activation modal should suggest selected...
Stas Vilchik [Tue, 15 Sep 2015 09:51:55 +0000 (11:51 +0200)]
SONAR-6209 While in the profile context, activation modal should suggest selected profile first

9 years agoFix benchmark of saving of FILE_SOURCES
Simon Brandhof [Tue, 15 Sep 2015 09:49:41 +0000 (11:49 +0200)]
Fix benchmark of saving of FILE_SOURCES

9 years agoSONAR-6747 Display the number of issues on a line in the component viewer
Stas Vilchik [Tue, 15 Sep 2015 09:14:22 +0000 (11:14 +0200)]
SONAR-6747 Display the number of issues on a line in the component viewer

9 years agoSONAR-6160 Show a notification when user reaches the last issue / rule
Stas Vilchik [Tue, 15 Sep 2015 08:51:56 +0000 (10:51 +0200)]
SONAR-6160 Show a notification when user reaches the last issue / rule

9 years agoimprove formatting of LEVEL measures
Stas Vilchik [Tue, 15 Sep 2015 08:17:05 +0000 (10:17 +0200)]
improve formatting of LEVEL measures

9 years agoSONAR-6697 update UI of the custom measures page
Stas Vilchik [Tue, 15 Sep 2015 08:09:05 +0000 (10:09 +0200)]
SONAR-6697 update UI of the custom measures page

9 years agoUpgrade to Elasticsearch 1.7.1
Simon Brandhof [Thu, 10 Sep 2015 14:18:33 +0000 (16:18 +0200)]
Upgrade to Elasticsearch 1.7.1

9 years agoAllow server-side plugins to use javax.servlet
Simon Brandhof [Mon, 14 Sep 2015 19:40:16 +0000 (21:40 +0200)]
Allow server-side plugins to use javax.servlet

9 years agoImprove FileCache tests
Duarte Meneses [Mon, 14 Sep 2015 14:46:35 +0000 (16:46 +0200)]
Improve FileCache tests

9 years agoimprove batch logging and performance
Duarte Meneses [Wed, 9 Sep 2015 14:48:49 +0000 (16:48 +0200)]
improve batch logging and performance

9 years agoSONAR-6708 fix sqale colors on treemap
Stas Vilchik [Mon, 14 Sep 2015 13:51:10 +0000 (15:51 +0200)]
SONAR-6708 fix sqale colors on treemap

9 years agoSONAR-5851 fix bug with duplicated languages in the list
Stas Vilchik [Mon, 14 Sep 2015 13:33:43 +0000 (15:33 +0200)]
SONAR-5851 fix bug with duplicated languages in the list

9 years agoSONAR-6802 SONAR-6803 add an ability to apply a permission template to projects
Stas Vilchik [Mon, 14 Sep 2015 12:53:09 +0000 (14:53 +0200)]
SONAR-6802 SONAR-6803 add an ability to apply a permission template to projects

9 years agoCleanup code
David Gageot [Mon, 14 Sep 2015 07:15:42 +0000 (09:15 +0200)]
Cleanup code

9 years agoStop using random ports. It causes FP
David Gageot [Mon, 14 Sep 2015 06:51:30 +0000 (08:51 +0200)]
Stop using random ports. It causes FP

The same port can be given twice before the processes
are started.
On Travis, we know all those ports are free. We still
check with nc, just to be sure.

9 years agofix display of the assignees facet on the issues page
Stas Vilchik [Fri, 11 Sep 2015 15:58:10 +0000 (17:58 +0200)]
fix display of the assignees facet on the issues page

9 years agoSONAR-6789 increase min-width of the container to prevent global menu wrapping
Stas Vilchik [Fri, 11 Sep 2015 14:51:02 +0000 (16:51 +0200)]
SONAR-6789 increase min-width of the container to prevent global menu wrapping

9 years agofix execution of web tests
Stas Vilchik [Fri, 11 Sep 2015 13:55:32 +0000 (15:55 +0200)]
fix execution of web tests

9 years agofix execution of web tests
Stas Vilchik [Fri, 11 Sep 2015 13:36:19 +0000 (15:36 +0200)]
fix execution of web tests

9 years agoSONAR-6285 show filters on the issues home page
Stas Vilchik [Fri, 11 Sep 2015 12:40:32 +0000 (14:40 +0200)]
SONAR-6285 show filters on the issues home page

9 years agofix SONAR-6788 The language of manual rules is displayed as "undefined" in the select...
Stas Vilchik [Fri, 11 Sep 2015 09:59:28 +0000 (11:59 +0200)]
fix SONAR-6788 The language of manual rules is displayed as "undefined" in the select box of the rules facet on the issues page

9 years agoExclude generated protobuf codebase from analysis
Simon Brandhof [Thu, 10 Sep 2015 09:15:46 +0000 (11:15 +0200)]
Exclude generated protobuf codebase from analysis

9 years agoUpgrade protobuf lib to 3.0.0-beta-1
Simon Brandhof [Wed, 9 Sep 2015 07:37:48 +0000 (09:37 +0200)]
Upgrade protobuf lib to 3.0.0-beta-1

9 years agoUse new DbClient in ViewIndexerTest
Julien Lancelot [Fri, 11 Sep 2015 08:35:51 +0000 (10:35 +0200)]
Use new DbClient in ViewIndexerTest

9 years agoUse a single thread because NetworkUtils.freePort()
David Gageot [Fri, 11 Sep 2015 08:01:09 +0000 (10:01 +0200)]
Use a single thread because NetworkUtils.freePort()
is not thread safe

9 years agoSONAR-6793 Make it possible to collapse WS response example
Stas Vilchik [Fri, 11 Sep 2015 07:58:36 +0000 (09:58 +0200)]
SONAR-6793 Make it possible to collapse WS response example

9 years agofix SONAR-6815 Impossible to configure dashboard when one of the widgets has double...
Stas Vilchik [Fri, 11 Sep 2015 07:31:59 +0000 (09:31 +0200)]
fix SONAR-6815 Impossible to configure dashboard when one of the widgets has double quotes in its description

9 years agoUse latest travis-utils
David Gageot [Fri, 11 Sep 2015 06:47:24 +0000 (08:47 +0200)]
Use latest travis-utils

9 years agoUse latest orchestrator
David Gageot [Fri, 11 Sep 2015 06:45:51 +0000 (08:45 +0200)]
Use latest orchestrator

9 years agoIncrease read timeout for WSLoader
Julien HENRY [Thu, 10 Sep 2015 18:58:37 +0000 (20:58 +0200)]
Increase read timeout for WSLoader

9 years agoFix phase name for indexation
Julien HENRY [Thu, 10 Sep 2015 09:15:56 +0000 (11:15 +0200)]
Fix phase name for indexation

9 years agofix SONAR-6708 TreeMap Widget: colors of squares are not matching SQALE rating while...
Stas Vilchik [Thu, 10 Sep 2015 15:53:17 +0000 (17:53 +0200)]
fix SONAR-6708 TreeMap Widget: colors of squares are not matching SQALE rating while drilling down on sub-components

9 years agoimprove code quality
Stas Vilchik [Thu, 10 Sep 2015 15:24:54 +0000 (17:24 +0200)]
improve code quality

9 years agoimprove code quality
Stas Vilchik [Thu, 10 Sep 2015 15:21:38 +0000 (17:21 +0200)]
improve code quality

9 years agomove from jshint to eslint
Stas Vilchik [Thu, 10 Sep 2015 15:04:54 +0000 (17:04 +0200)]
move from jshint to eslint

9 years agoMeasureDtoToMeasure now always allow rule and characteristic measures 504/head
Julien Lancelot [Thu, 10 Sep 2015 14:07:03 +0000 (16:07 +0200)]
MeasureDtoToMeasure now always allow rule and characteristic measures

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