aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove the update center link from sidebar (feature is postponed to next rele...simonbrandhof2010-09-291-1/+0
* Switch to org.apache.maven.plugins:maven-failsafe-plugin from org.codehaus.mo...Godin2010-09-281-3/+3
* SONAR-1689 Sorting on alerts does not work anymoresimonbrandhof2010-09-283-4/+18
* SONAR-1822 Add the property 'sonar.skipTendencies' to skip calculation of mea...simonbrandhof2010-09-284-11/+36
* upgrade to sonar-dev-maven-plugin 0.6 in order to fix integration tests (data...simonbrandhof2010-09-283-3/+3
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-09-281-4/+4
* [maven-release-plugin] prepare release sonar-dev-maven-plugin-0.6simonbrandhof2010-09-281-4/+4
* SONAR-1821 Regression: creating/dropping database does not worksimonbrandhof2010-09-2814-22/+22
* SONAR-1814 improve javadocsimonbrandhof2010-09-281-2/+2
* SONAR-1814 add the method ExtensionProvider.provide() in order to support obf...simonbrandhof2010-09-286-50/+73
* SONAR-1814 add a warning when a ExtensionProvider class is registered in Plug...simonbrandhof2010-09-281-1/+9
* XMLProfileImporter : check that the nodes <name> and <language> are definedsimonbrandhof2010-09-283-0/+38
* SONAR-1814 add javadocsimonbrandhof2010-09-281-0/+27
* checkstyle unit tests must not request http://www.puppycrawl.com when parsing...simonbrandhof2010-09-282-7/+15
* fix alignement of icons in the CSS class "data2"simonbrandhof2010-09-281-1/+4
* SONAR-1814 remove the API to find a plugin from an extension :simonbrandhof2010-09-2817-443/+507
* Add svn:ignoreGodin2010-09-270-0/+0
* SONAR-1815: Fix packaging of dependencies when groupId=org.codehaus.sonarGodin2010-09-271-1/+4
* SONAR-1711 temporarily log warnings instead of throwing an exception when sav...simonbrandhof2010-09-272-2/+4
* SONAR-1709: Set HTTP status code in StaticResourcesServlet in case of errorGodin2010-09-271-0/+3
* SONAR-1709: Add unit test and improve logging for StaticResourcesServletGodin2010-09-272-5/+71
* SONAR-1709: in ruby-helper parameter :plugin should be optionalGodin2010-09-271-2/+11
* fix backward compatibility of the interface GeneratesViolations.simonbrandhof2010-09-273-0/+36
* SONAR-1709:Godin2010-09-273-0/+41
* fix CSS on Chrome and Safari (data2 rows are too big)simonbrandhof2010-09-263-8/+10
* SONAR-1711 Allow to exclude sources from code analysis based on cutoff datesimonbrandhof2010-09-2613-21/+91
* fix pom of volume-testing projectsimonbrandhof2010-09-261-2/+2
* Should be possible to change version of Sonar in ITs for sonar-packaging-mave...Godin2010-09-258-7/+10
* Fix ITs for sonar-packaging-maven-pluginGodin2010-09-253-4/+4
* Use gwt-incubator from Maven central repoGodin2010-09-254-4/+4
* SONAR-1709: Add StaticResourcesServlet for loading static resources from pluginsGodin2010-09-254-4/+73
* SONAR-1634: Provide meaningful error message, when plugin tries to define me...Godin2010-09-241-9/+9
* SONAR-1812 the interface GeneratesViolations is replaced by DecoratorBarriers...simonbrandhof2010-09-241-26/+0
* SONAR-1634: Provide meaningful error message, when plugin tries to define me...Godin2010-09-241-3/+32
* SONAR-1711 add a lock on SensorContext/DecoratorContext in order to avoid cre...simonbrandhof2010-09-2410-23/+191
* replace some "new ArrayList<GENERIC>()" with Lists.newArrayList() of google g...simonbrandhof2010-09-242-5/+6
* add the repository name to the parameters of AnnotationRuleRepository.create()simonbrandhof2010-09-241-3/+4
* do not execute unit tests in parallel in sonar-plugin-apisimonbrandhof2010-09-241-10/+0
* SONAR-1812 The declaration @BelongsTo(classes=GeneratesViolations.class) does...simonbrandhof2010-09-2412-29/+68
* remove a useless nested RuntimeException when an error occur during loading o...simonbrandhof2010-09-242-25/+22
* do not keep in cache violations in DecoratorContextsimonbrandhof2010-09-241-6/+3
* fix SONAR-1802 : Can't import FindBugs profile when some rules are duplicated...fmallet2010-09-233-11/+13
* add AnnotationRuleRepository to load rules from sonar-check-api annotationssimonbrandhof2010-09-2316-121/+136
* Add svn:ignoreGodin2010-09-230-0/+0
* integration tests : upgrade to sonar-dev-maven-plugin 0.5Godin2010-09-233-15/+11
* The default value of the RuleParam type parameter is "s" (String)fmallet2010-09-231-1/+1
* SONAR-1780:Godin2010-09-236-31/+64
* the rule.setUniqueKey(String repositoryKey, String key) also feed the mandato...fmallet2010-09-231-1/+1
* SONAR-1706 Depreciate sonar.reuseExistingRulesConfigurationsimonbrandhof2010-09-233-0/+13
* add unit test to AnnotationUtilsTestsimonbrandhof2010-09-231-1/+9