Commit Graph

13196 Commits

Author SHA1 Message Date
Godin
51f793f7e9 Add svn:ignore 2010-09-27 15:59:40 +00:00
Godin
4fdde0e690 SONAR-1815: Fix packaging of dependencies when groupId=org.codehaus.sonar 2010-09-27 15:27:44 +00:00
simonbrandhof
4193099ff2 SONAR-1711 temporarily log warnings instead of throwing an exception when saving measures/violations on unknown resources 2010-09-27 14:52:10 +00:00
Godin
a6071ca39f SONAR-1709: Set HTTP status code in StaticResourcesServlet in case of error 2010-09-27 13:37:01 +00:00
Godin
f854c3c8f0 SONAR-1709: Add unit test and improve logging for StaticResourcesServlet 2010-09-27 13:27:50 +00:00
Godin
6ab9363b7b SONAR-1709: in ruby-helper parameter :plugin should be optional 2010-09-27 12:09:38 +00:00
simonbrandhof
929f517b8c fix backward compatibility of the interface GeneratesViolations. 2010-09-27 11:49:37 +00:00
Godin
3727f84e84 SONAR-1709:
* Add ruby-helper for URL construction for static resources from plugins
* Add integration test
2010-09-27 10:09:23 +00:00
simonbrandhof
1cbc025312 fix CSS on Chrome and Safari (data2 rows are too big)
+ filters: move links to alerts in the table footer
2010-09-26 22:20:41 +00:00
simonbrandhof
36e81898a5 SONAR-1711 Allow to exclude sources from code analysis based on cutoff date 2010-09-26 21:46:58 +00:00
simonbrandhof
1723690eeb fix pom of volume-testing project 2010-09-26 16:42:10 +00:00
Godin
b1e312189e Should be possible to change version of Sonar in ITs for sonar-packaging-maven-plugin 2010-09-25 03:03:47 +00:00
Godin
a79a829f0b Fix ITs for sonar-packaging-maven-plugin 2010-09-25 02:23:51 +00:00
Godin
e2df740178 Use gwt-incubator from Maven central repo 2010-09-25 01:18:41 +00:00
Godin
2dc85f396a SONAR-1709: Add StaticResourcesServlet for loading static resources from plugins 2010-09-25 01:14:53 +00:00
Godin
cea7dd4296 SONAR-1634: Provide meaningful error message, when plugin tries to define metric, which already defined in other plugin or in core 2010-09-24 16:32:51 +00:00
simonbrandhof
c0c61a4e99 SONAR-1812 the interface GeneratesViolations is replaced by DecoratorBarriers.END_OF_VIOLATIONS_GENERATION 2010-09-24 16:18:27 +00:00
Godin
a35d6e4e17 SONAR-1634: Provide meaningful error message, when plugin tries to define metric, which already defined in other plugin or in core 2010-09-24 16:17:56 +00:00
simonbrandhof
51c728457c SONAR-1711 add a lock on SensorContext/DecoratorContext in order to avoid creation of resources in methods saveViolation() and saveMeasure(). 2010-09-24 16:02:35 +00:00
simonbrandhof
a5ba257ffd replace some "new ArrayList<GENERIC>()" with Lists.newArrayList() of google guava 2010-09-24 12:29:01 +00:00
simonbrandhof
543451b116 add the repository name to the parameters of AnnotationRuleRepository.create() 2010-09-24 12:28:01 +00:00
simonbrandhof
e0d64b3648 do not execute unit tests in parallel in sonar-plugin-api 2010-09-24 12:26:39 +00:00
simonbrandhof
d3707d42f0 SONAR-1812 The declaration @BelongsTo(classes=GeneratesViolations.class) does not work 2010-09-24 12:24:57 +00:00
simonbrandhof
d1f184b66a remove a useless nested RuntimeException when an error occur during loading of plugins 2010-09-24 11:32:13 +00:00
simonbrandhof
60ae820348 do not keep in cache violations in DecoratorContext 2010-09-24 09:49:34 +00:00
fmallet
fe2910fa2c fix SONAR-1802 : Can't import FindBugs profile when some rules are duplicated in the findbugs.xml configuration file 2010-09-23 19:54:10 +00:00
simonbrandhof
1dfd7034c4 add AnnotationRuleRepository to load rules from sonar-check-api annotations 2010-09-23 17:28:25 +00:00
Godin
ab9fa99f65 Add svn:ignore 2010-09-23 17:15:54 +00:00
Godin
b38798f836 integration tests : upgrade to sonar-dev-maven-plugin 0.5 2010-09-23 16:46:14 +00:00
fmallet
68405a43a6 The default value of the RuleParam type parameter is "s" (String) 2010-09-23 16:24:53 +00:00
Godin
1006c3556b SONAR-1780:
* An exception should be thrown in case when two Sonar plugins try to use the same key
* Add message to log, when file with plugin was deleted
2010-09-23 16:18:26 +00:00
fmallet
d5ad02bdab the rule.setUniqueKey(String repositoryKey, String key) also feed the mandatory configKey property with the value of the key 2010-09-23 15:47:03 +00:00
simonbrandhof
98a9a7f8c3 SONAR-1706 Depreciate sonar.reuseExistingRulesConfiguration 2010-09-23 15:14:09 +00:00
simonbrandhof
6f6dec3d76 add unit test to AnnotationUtilsTest 2010-09-23 14:52:08 +00:00
simonbrandhof
cd1f2cfe24 fix issue in AnnotationUtils.getClassAnnotation(Object obj, Class<A> annotation) when the parameter obj is a Class 2010-09-23 14:50:15 +00:00
simonbrandhof
edbb6d604f depreciate the methods Plugin.getKey(), getName() and getDescription() 2010-09-23 14:33:58 +00:00
simonbrandhof
263fa203a1 [maven-release-plugin] prepare for next development iteration 2010-09-23 13:34:39 +00:00
simonbrandhof
5f1e4f8d4e [maven-release-plugin] prepare release sonar-dev-maven-plugin-0.5 2010-09-23 13:34:29 +00:00
simonbrandhof
f908b8b900 add the package org.sonar.api.checks in order to implement its own rules engine 2010-09-23 13:29:43 +00:00
simonbrandhof
28a97998eb do not execute sonar-ws-client unit tests in parallel 2010-09-23 09:26:45 +00:00
simonbrandhof
cc199ff792 findbugs plugin: improve a unit test 2010-09-23 08:24:10 +00:00
simonbrandhof
04ffe3a61b remove logback-test.xml from sonar-plugin-api: it generates too many warnings when several logback files are found in the classpath 2010-09-22 21:04:56 +00:00
simonbrandhof
0a85d34d0a remove unused GWT permutations in order to increase build duration + use parallel unit tests on plugins checkstyle, pmd and findbugs 2010-09-22 21:03:57 +00:00
simonbrandhof
89c8dcc3b8 sonar-plugin-api: use parallel junit tests 2010-09-22 21:02:17 +00:00
simonbrandhof
4da6caa4a5 sonar-gwt-api : activate the parallel unit tests 2010-09-22 21:01:42 +00:00
simonbrandhof
86a7530425 upgrade the surefire maven plugin 2010-09-22 21:00:25 +00:00
Godin
0d86a8edda SONAR-1792: Add description for properties 2010-09-22 15:36:53 +00:00
Godin
2d9f5f46a8 SONAR-1787: Rename configuration properties in sonar-dev-maven-plugin
SONAR-1792: Add description for properties
2010-09-22 15:12:51 +00:00
Godin
eceb6ccea0 SONAR-1804: Downgrade cargo version to 1.0-beta-2 2010-09-22 14:56:42 +00:00
simonbrandhof
2edad37f21 fix CSS class "data2" when nested tables 2010-09-22 13:32:49 +00:00