]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
13 years agofix IT
simonbrandhof [Tue, 7 Dec 2010 00:27:23 +0000 (00:27 +0000)]
fix IT

13 years agoSONAR-2024: Add support for rule status parameter
Godin [Tue, 7 Dec 2010 00:19:43 +0000 (00:19 +0000)]
SONAR-2024: Add support for rule status parameter

13 years agoSONAR-1988 Description of rule parameters should be optional
simonbrandhof [Tue, 7 Dec 2010 00:06:43 +0000 (00:06 +0000)]
SONAR-1988 Description of rule parameters should be optional
SONAR-2029 The field Rule.configKey should be nullable

13 years agoSONAR-2024: Add classes to work with "/api/rules" service
Godin [Mon, 6 Dec 2010 23:56:14 +0000 (23:56 +0000)]
SONAR-2024: Add classes to work with "/api/rules" service

13 years agofix IT
simonbrandhof [Mon, 6 Dec 2010 23:34:14 +0000 (23:34 +0000)]
fix IT

13 years agofix IT
simonbrandhof [Mon, 6 Dec 2010 23:32:52 +0000 (23:32 +0000)]
fix IT

13 years agoSONAR-2024: Add "limit" parameter to ViolationQuery
Godin [Mon, 6 Dec 2010 23:09:23 +0000 (23:09 +0000)]
SONAR-2024: Add "limit" parameter to ViolationQuery

13 years agoSONAR-1829: Rename the term 'Priority' by 'Severity' in quality profiles
Godin [Mon, 6 Dec 2010 22:40:50 +0000 (22:40 +0000)]
SONAR-1829: Rename the term 'Priority' by 'Severity' in quality profiles

13 years agoSONAR-2032 Delete the measures on metric 'violations' and rule priority
simonbrandhof [Mon, 6 Dec 2010 22:14:24 +0000 (22:14 +0000)]
SONAR-2032 Delete the measures on metric 'violations' and rule priority

13 years agoSONAR-249 change the color of variation values in dashboards
simonbrandhof [Mon, 6 Dec 2010 21:47:54 +0000 (21:47 +0000)]
SONAR-249 change the color of variation values in dashboards

13 years agofix db script for derby
simonbrandhof [Mon, 6 Dec 2010 21:46:46 +0000 (21:46 +0000)]
fix db script for derby

13 years agoFix test
Godin [Mon, 6 Dec 2010 19:10:18 +0000 (19:10 +0000)]
Fix test

13 years agoSONAR-1829: Rename the term "Priority" by "Severity" for rules in sonar-ws-client
Godin [Mon, 6 Dec 2010 18:47:39 +0000 (18:47 +0000)]
SONAR-1829: Rename the term "Priority" by "Severity" for rules in sonar-ws-client

13 years agoSONAR-1829: Rename the term "Priority" by "Severity" for rules - add setSeverity...
Godin [Mon, 6 Dec 2010 18:20:28 +0000 (18:20 +0000)]
SONAR-1829: Rename the term "Priority" by "Severity" for rules - add setSeverity/getSeverity and deprecate setPriority/getPriority

13 years agoSONAR-2011: Deprecate Project.getGroupId() and Project.getArtifactId()
Godin [Mon, 6 Dec 2010 17:39:48 +0000 (17:39 +0000)]
SONAR-2011: Deprecate Project.getGroupId() and Project.getArtifactId()

13 years agoSONAR-2011: Instead of deprecated project.getPom() use injected MavenProject in Proje...
Godin [Mon, 6 Dec 2010 17:29:41 +0000 (17:29 +0000)]
SONAR-2011: Instead of deprecated project.getPom() use injected MavenProject in ProjectLinksSensor

13 years agoDeprecate Project.getReuseExistingRulesConfig
Godin [Mon, 6 Dec 2010 16:54:31 +0000 (16:54 +0000)]
Deprecate Project.getReuseExistingRulesConfig

13 years agoSONAR-2031: Fix ITs
Godin [Mon, 6 Dec 2010 16:52:44 +0000 (16:52 +0000)]
SONAR-2031: Fix ITs

13 years agoFix typos
Godin [Mon, 6 Dec 2010 16:25:47 +0000 (16:25 +0000)]
Fix typos

13 years agoSONAR-2031: Remove the feature "reuse configuration" of the plugins Checkstyle and PMD
Godin [Mon, 6 Dec 2010 16:23:59 +0000 (16:23 +0000)]
SONAR-2031: Remove the feature "reuse configuration" of the plugins Checkstyle and PMD

13 years agoImprove ViolationsDecoratorTest
Godin [Mon, 6 Dec 2010 15:48:20 +0000 (15:48 +0000)]
Improve ViolationsDecoratorTest

13 years agoAdd unit tests for NewViolationsDecorator
Godin [Mon, 6 Dec 2010 15:33:53 +0000 (15:33 +0000)]
Add unit tests for NewViolationsDecorator

13 years agoNewViolationsDecorator :
Godin [Mon, 6 Dec 2010 15:25:47 +0000 (15:25 +0000)]
NewViolationsDecorator :
* Fix bug
* Add unit tests

13 years agoRemove empty packages and directories
Godin [Mon, 6 Dec 2010 14:27:14 +0000 (14:27 +0000)]
Remove empty packages and directories

13 years agoSONAR-249 add 2 periods for variation values + rename SNAPSHOT.VAR_xxx columns +...
simonbrandhof [Mon, 6 Dec 2010 14:12:57 +0000 (14:12 +0000)]
SONAR-249 add 2 periods for variation values + rename SNAPSHOT.VAR_xxx columns + fix saving of dependencies

13 years agoFix metric name
Godin [Mon, 6 Dec 2010 14:05:58 +0000 (14:05 +0000)]
Fix metric name

13 years agoImprove performance of NewViolationsDecorator
Godin [Mon, 6 Dec 2010 14:03:32 +0000 (14:03 +0000)]
Improve performance of NewViolationsDecorator

13 years agoNewViolationsDecorator should count new violations by priority and by rule
Godin [Mon, 6 Dec 2010 13:41:41 +0000 (13:41 +0000)]
NewViolationsDecorator should count new violations by priority and by rule

13 years agoSONAR-1450: Don't do anything in ViolationPersisterDecorator if no violations for...
Godin [Mon, 6 Dec 2010 11:25:14 +0000 (11:25 +0000)]
SONAR-1450: Don't do anything in ViolationPersisterDecorator if no violations for current resource

13 years ago* check excluded resources in DefaultIndex#getChildren()
simonbrandhof [Mon, 6 Dec 2010 11:15:43 +0000 (11:15 +0000)]
* check excluded resources in DefaultIndex#getChildren()
* check exclusion of resources when adding new dependency between resources
* remove the unused method PersistenceManager#saveViolation()

13 years agoSONAR-2011:
Godin [Mon, 6 Dec 2010 11:15:36 +0000 (11:15 +0000)]
SONAR-2011:
* Deprecate Project.getPom()
* Decrease scope of dependency on maven-project from provided to test for sonar-findbugs-plugin

13 years agoMinor change : use Maps.newHashMap() instead of new HashMap<...>()
simonbrandhof [Mon, 6 Dec 2010 10:39:25 +0000 (10:39 +0000)]
Minor change : use Maps.newHashMap() instead of new HashMap<...>()

13 years agoSONAR-249 rename some methods of PastSnapshot so sonar can detect it's a bean
simonbrandhof [Sat, 4 Dec 2010 19:19:40 +0000 (19:19 +0000)]
SONAR-249 rename some methods of PastSnapshot so sonar can detect it's a bean

13 years agosome method renaming + improve code Q
simonbrandhof [Sat, 4 Dec 2010 17:24:22 +0000 (17:24 +0000)]
some method renaming + improve code Q

13 years agoimprove code Q
simonbrandhof [Sat, 4 Dec 2010 17:17:51 +0000 (17:17 +0000)]
improve code Q

13 years agoSONAR-249 add some unit tests
simonbrandhof [Sat, 4 Dec 2010 11:26:20 +0000 (11:26 +0000)]
SONAR-249 add some unit tests

13 years agoSONAR-249 select box in small
simonbrandhof [Sat, 4 Dec 2010 09:54:53 +0000 (09:54 +0000)]
SONAR-249 select box in small

13 years agoAdd missing extensions to CorePlugin
Godin [Sat, 4 Dec 2010 01:03:21 +0000 (01:03 +0000)]
Add missing extensions to CorePlugin

13 years agofix the property sonar.skippedModules to exclude the GWT module 'sonar-core-gwt'...
simonbrandhof [Fri, 3 Dec 2010 22:08:54 +0000 (22:08 +0000)]
fix the property sonar.skippedModules to exclude the GWT module 'sonar-core-gwt' from analysis

13 years agoSONAR-2011: Remove unused dependencies on maven-plugin-api and maven-core from sonar...
Godin [Fri, 3 Dec 2010 22:02:24 +0000 (22:02 +0000)]
SONAR-2011: Remove unused dependencies on maven-plugin-api and maven-core from sonar-findbugs-plugin

13 years agoSONAR-249 correctly display last analysis and date modes in the select box
simonbrandhof [Fri, 3 Dec 2010 21:10:09 +0000 (21:10 +0000)]
SONAR-249 correctly display last analysis and date modes in the select box

13 years agoSONAR-249 support configurations by custom date or by last analysis
simonbrandhof [Fri, 3 Dec 2010 19:20:25 +0000 (19:20 +0000)]
SONAR-249 support configurations by custom date or by last analysis

13 years agoSONAR-249 add the select-box to display variation periods
simonbrandhof [Fri, 3 Dec 2010 17:51:58 +0000 (17:51 +0000)]
SONAR-249 add the select-box to display variation periods

13 years agoSONAR-2011: Remove dependency on maven-core from sonar-plugin-api
Godin [Fri, 3 Dec 2010 15:42:00 +0000 (15:42 +0000)]
SONAR-2011: Remove dependency on maven-core from sonar-plugin-api

13 years agoSONAR-249 correctly save the variations configuration into the table SNAPSHOTS
simonbrandhof [Fri, 3 Dec 2010 15:28:17 +0000 (15:28 +0000)]
SONAR-249 correctly save the variations configuration into the table SNAPSHOTS

13 years agoSONAR-2011: Remove dependency on maven-common-artifact-filters from sonar-plugin-api
Godin [Fri, 3 Dec 2010 14:57:36 +0000 (14:57 +0000)]
SONAR-2011: Remove dependency on maven-common-artifact-filters from sonar-plugin-api

13 years agoSONAR-1450: Prevent NPE with Natural and VB plugins
Godin [Fri, 3 Dec 2010 13:38:45 +0000 (13:38 +0000)]
SONAR-1450: Prevent NPE with Natural and VB plugins

13 years agoCore Plugins: don't use deprecated methods, add missing license header
Godin [Fri, 3 Dec 2010 13:14:37 +0000 (13:14 +0000)]
Core Plugins: don't use deprecated methods, add missing license header

13 years agoSONAR-249 improve some widgets + display variation of test execution time
simonbrandhof [Fri, 3 Dec 2010 12:59:56 +0000 (12:59 +0000)]
SONAR-249 improve some widgets + display variation of test execution time

13 years agoSONAR-1450: Remove unused methods, improve unit tests
Godin [Fri, 3 Dec 2010 12:34:20 +0000 (12:34 +0000)]
SONAR-1450: Remove unused methods, improve unit tests

13 years agoSONAR-1450: Add checksum to RuleFailureModel and use it in ViolationPersisterDecorator
Godin [Fri, 3 Dec 2010 12:00:23 +0000 (12:00 +0000)]
SONAR-1450: Add checksum to RuleFailureModel and use it in ViolationPersisterDecorator

13 years agoSONAR-2007 remove iso categories from checkstyle, pmd and findbugs
simonbrandhof [Fri, 3 Dec 2010 11:50:44 +0000 (11:50 +0000)]
SONAR-2007 remove iso categories from checkstyle, pmd and findbugs

13 years agoSONAR-249 remove the annotation @SupportVariationDashboard
simonbrandhof [Fri, 3 Dec 2010 11:35:57 +0000 (11:35 +0000)]
SONAR-249 remove the annotation @SupportVariationDashboard

13 years agoSONAR-249 add variations to design widgets
simonbrandhof [Fri, 3 Dec 2010 11:30:55 +0000 (11:30 +0000)]
SONAR-249 add variations to design widgets

13 years agoSONAR-249 add variations to widgets comments, tests and complexity
simonbrandhof [Fri, 3 Dec 2010 11:05:14 +0000 (11:05 +0000)]
SONAR-249 add variations to widgets comments, tests and complexity

13 years agoSONAR-2007: Remove IsoCategory from Squid rules
Godin [Fri, 3 Dec 2010 10:56:26 +0000 (10:56 +0000)]
SONAR-2007: Remove IsoCategory from Squid rules

13 years agoSONAR-1683: Remove dependency on maven-dependency-tree from sonar-plugin-api
Godin [Fri, 3 Dec 2010 00:48:31 +0000 (00:48 +0000)]
SONAR-1683: Remove dependency on maven-dependency-tree from sonar-plugin-api

13 years agodocument the sonar version in db migration scripts
simonbrandhof [Fri, 3 Dec 2010 00:15:13 +0000 (00:15 +0000)]
document the sonar version in db migration scripts

13 years agodocument the sonar version in db migration scripts
simonbrandhof [Fri, 3 Dec 2010 00:13:09 +0000 (00:13 +0000)]
document the sonar version in db migration scripts

13 years agoSONAR-249 do not hide widgets which are changed in variation view + improve ruby...
simonbrandhof [Fri, 3 Dec 2010 00:09:06 +0000 (00:09 +0000)]
SONAR-249 do not hide widgets which are changed in variation view + improve ruby api to display trend icons and measure variations + support variations in the widgets rules/size

13 years agoFix violations reported on Nemo.
Godin [Thu, 2 Dec 2010 23:56:05 +0000 (23:56 +0000)]
Fix violations reported on Nemo.

13 years agoSONAR-1450: Show only date for violation in UI
Godin [Thu, 2 Dec 2010 23:29:02 +0000 (23:29 +0000)]
SONAR-1450: Show only date for violation in UI

13 years agoSONAR-1829: Replace "Priority" by "Severity" in Violations drilldown service
Godin [Thu, 2 Dec 2010 23:18:42 +0000 (23:18 +0000)]
SONAR-1829: Replace "Priority" by "Severity" in Violations drilldown service

13 years agoFix violation reported on Nemo.
Godin [Thu, 2 Dec 2010 23:14:29 +0000 (23:14 +0000)]
Fix violation reported on Nemo.

13 years agoSONAR-1829: Replace "Priority" by "Severity" in Hotspots service
Godin [Thu, 2 Dec 2010 23:02:07 +0000 (23:02 +0000)]
SONAR-1829: Replace "Priority" by "Severity" in Hotspots service

13 years agoSONAR-1450: Improve unit tests
Godin [Thu, 2 Dec 2010 22:08:46 +0000 (22:08 +0000)]
SONAR-1450: Improve unit tests

13 years agoSONAR-1450: Add IT
Godin [Thu, 2 Dec 2010 21:50:06 +0000 (21:50 +0000)]
SONAR-1450: Add IT

13 years agoSONAR-1450: Add IT
Godin [Thu, 2 Dec 2010 21:48:31 +0000 (21:48 +0000)]
SONAR-1450: Add IT

13 years agoSONAR-1450: Add project for IT
Godin [Thu, 2 Dec 2010 21:35:04 +0000 (21:35 +0000)]
SONAR-1450: Add project for IT

13 years agoSONAR-1450: Fix ViolationPersisterDecorator
Godin [Thu, 2 Dec 2010 21:16:03 +0000 (21:16 +0000)]
SONAR-1450: Fix ViolationPersisterDecorator

13 years agoSONAR-1450: Compare violations using checksums
Godin [Thu, 2 Dec 2010 19:27:22 +0000 (19:27 +0000)]
SONAR-1450: Compare violations using checksums

13 years agoFix JavaDocs
Godin [Thu, 2 Dec 2010 18:46:14 +0000 (18:46 +0000)]
Fix JavaDocs

13 years agofix animal-sniffer in sonar-core-plugin
simonbrandhof [Thu, 2 Dec 2010 17:35:04 +0000 (17:35 +0000)]
fix animal-sniffer in sonar-core-plugin

13 years agoAdd missing dependency from sonar-core-plugin to sonar-batch
Godin [Thu, 2 Dec 2010 14:33:02 +0000 (14:33 +0000)]
Add missing dependency from sonar-core-plugin to sonar-batch

13 years agoremove idea file
simonbrandhof [Thu, 2 Dec 2010 14:06:28 +0000 (14:06 +0000)]
remove idea file

13 years agoextract GWT components from sonar-core-plugin
simonbrandhof [Thu, 2 Dec 2010 14:05:25 +0000 (14:05 +0000)]
extract GWT components from sonar-core-plugin

13 years agoSONAR-1450: Extract ViolationPersisterDecorator from ViolationPersister
Godin [Thu, 2 Dec 2010 13:52:57 +0000 (13:52 +0000)]
SONAR-1450: Extract ViolationPersisterDecorator from ViolationPersister

13 years agodid I already say that IT are going to pass now ?
simonbrandhof [Thu, 2 Dec 2010 13:06:40 +0000 (13:06 +0000)]
did I already say that IT are going to pass now ?

13 years agofix IT (yes it's true ;-)
simonbrandhof [Thu, 2 Dec 2010 11:29:51 +0000 (11:29 +0000)]
fix IT (yes it's true ;-)

13 years agoMinor fixes for class Measure
Godin [Thu, 2 Dec 2010 11:07:51 +0000 (11:07 +0000)]
Minor fixes for class Measure

13 years agoFix date/time format for gwt
Godin [Thu, 2 Dec 2010 10:57:25 +0000 (10:57 +0000)]
Fix date/time format for gwt

13 years agoSONAR-249 save configuration used for measure variations and new violations in the...
simonbrandhof [Wed, 1 Dec 2010 22:09:09 +0000 (22:09 +0000)]
SONAR-249 save configuration used for measure variations and new violations in the table SNAPSHOTS

13 years agofix IT
simonbrandhof [Wed, 1 Dec 2010 15:09:35 +0000 (15:09 +0000)]
fix IT

13 years agoFix JavaDoc
Godin [Wed, 1 Dec 2010 14:01:36 +0000 (14:01 +0000)]
Fix JavaDoc

13 years agoSONAR-2007 fix IT
simonbrandhof [Wed, 1 Dec 2010 13:55:49 +0000 (13:55 +0000)]
SONAR-2007 fix IT

13 years agoSONAR-1450: Add creation date of violation to violations tab
Godin [Wed, 1 Dec 2010 13:38:41 +0000 (13:38 +0000)]
SONAR-1450: Add creation date of violation to violations tab

13 years agoSONAR-1450:
Godin [Wed, 1 Dec 2010 13:19:46 +0000 (13:19 +0000)]
SONAR-1450:
* Expose rule_failure.created_at in rest api
* Support createdAt in sonar-ws-client

13 years agoSONAR-1450: Expose rule_failure.created_at in rest api
Godin [Wed, 1 Dec 2010 11:46:58 +0000 (11:46 +0000)]
SONAR-1450: Expose rule_failure.created_at in rest api

13 years agoDeprecate some classes from org.sonar.api.web.gwt.client.webservices
Godin [Wed, 1 Dec 2010 11:41:09 +0000 (11:41 +0000)]
Deprecate some classes from org.sonar.api.web.gwt.client.webservices

13 years agoSONAR-2007 Remove the useless ISO Categories + fix components page
simonbrandhof [Wed, 1 Dec 2010 11:30:48 +0000 (11:30 +0000)]
SONAR-2007 Remove the useless ISO Categories + fix components page

13 years agoSONAR-1450: Fix NPE in NewViolationsDecorator
Godin [Wed, 1 Dec 2010 09:23:32 +0000 (09:23 +0000)]
SONAR-1450: Fix NPE in NewViolationsDecorator

13 years agoSONAR-1450: Add first implementation of NewViolationsDecorator
Godin [Wed, 1 Dec 2010 00:03:43 +0000 (00:03 +0000)]
SONAR-1450: Add first implementation of NewViolationsDecorator

13 years agoSONAR-1450: Add first implementation of NewViolationsDecorator
Godin [Tue, 30 Nov 2010 23:53:17 +0000 (23:53 +0000)]
SONAR-1450: Add first implementation of NewViolationsDecorator

13 years agoSONAR-1450: Add first implementation of NewViolationsDecorator
Godin [Tue, 30 Nov 2010 23:34:59 +0000 (23:34 +0000)]
SONAR-1450: Add first implementation of NewViolationsDecorator

13 years agoSONAR-1450: Add createdAt to Violation class
Godin [Tue, 30 Nov 2010 22:03:11 +0000 (22:03 +0000)]
SONAR-1450: Add createdAt to Violation class

13 years agodatabase migration : remove/update some scripts that are used only in releases <...
simonbrandhof [Tue, 30 Nov 2010 21:48:33 +0000 (21:48 +0000)]
database migration : remove/update some scripts that are used only in releases <= 1.10 and remove useless methods "self.down"

13 years agodatabase migration : remove/update some scripts that are used only in releases <...
simonbrandhof [Tue, 30 Nov 2010 21:38:13 +0000 (21:38 +0000)]
database migration : remove/update some scripts that are used only in releases <= 1.8

13 years agodatabase migration : remove scripts that are used only in releases <= 1.10
simonbrandhof [Tue, 30 Nov 2010 21:05:14 +0000 (21:05 +0000)]
database migration : remove scripts that are used only in releases <= 1.10

13 years agoSONAR-249 add missing files
simonbrandhof [Tue, 30 Nov 2010 21:03:48 +0000 (21:03 +0000)]
SONAR-249 add missing files

13 years agoSONAR-249 add the columns SNAPSHOT.VAR_MODE_x and VAR_LABEL_x (x=1, 2 or 3)
simonbrandhof [Tue, 30 Nov 2010 21:02:26 +0000 (21:02 +0000)]
SONAR-249 add the columns SNAPSHOT.VAR_MODE_x and VAR_LABEL_x (x=1, 2 or 3)