aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-1879 Remove the character '-' from plugin keyssimonbrandhof2010-10-192-1/+23
|
* SONAR-1695 Sonar startup crashes during use of Update Center if manifest ↵simonbrandhof2010-10-191-1/+1
| | | | uses wrong date format
* SONAR-1772:Godin2010-10-196-11/+29
| | | | | * Provide aux classpath for findbugs * Produce xml report with messages
* fix ITssimonbrandhof2010-10-192-4/+4
|
* Add c-rules to list of pluginsGodin2010-10-191-0/+1
|
* SONAR-1772: Add FindbugsVersionTestGodin2010-10-181-0/+15
|
* SONAR-1784: Move AbstractSurefireParser to package ↵Godin2010-10-182-2/+6
| | | | org.sonar.plugins.surefire.api
* SONAR-1772: Execute findbugs in separate thread and terminate after ↵Godin2010-10-181-1/+1
| | | | "sonar.findbugs.timeout" milliseconds
* SONAR-1772: Execute findbugs in separate thread and terminate after ↵Godin2010-10-184-3/+35
| | | | "sonar.findbugs.timeout" milliseconds
* SONAR-1039 Issue with connecting sonar default database in a windows machine ↵simonbrandhof2010-10-181-0/+3
| | | | via the maven build in solaris machine
* SONAR-1772:Godin2010-10-186-12/+65
| | | | | * Add FindbugsVersion * Use sonar.findbugs.effort
* VIEWS-43 Deleted projects are still displayed in view componentssimonbrandhof2010-10-181-1/+1
|
* [SONAR-1875] Improve CodeReaderFilter with channel capabilitiesbellingard2010-10-184-9/+186
| | | | http://jira.codehaus.org/browse/SONAR-1875
* SONAR-1772: Remove the use of the Maven Findbugs plugin to directly pilot ↵Godin2010-10-1811-4/+1443
| | | | the Findbugs library
* checkstyle integration tests: use the new rules XML formatsimonbrandhof2010-10-181-8/+10
|
* pmd integration tests: use the new rules XML formatsimonbrandhof2010-10-181-9/+16
|
* add the methods Characteristic.getChildren(boolean onlyEnabled)simonbrandhof2010-10-181-4/+21
|
* upgrade to maven assembly 2.2simonbrandhof2010-10-181-0/+1
|
* SONAR-1808: Move AbstractCoberturaParser to package ↵Godin2010-10-182-1/+2
| | | | org.sonar.plugins.cobertura.api
* Upgrade to sonar-packaging-maven-plugin 0.3Godin2010-10-181-2/+2
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-10-184-7/+7
|
* [maven-release-plugin] prepare release sonar-update-center-0.3simonbrandhof2010-10-184-7/+7
|
* VIEWS-55 Check user authorization on masterprojectsimonbrandhof2010-10-181-0/+1
|
* VIEWS-20 Do not check user authorization on view componentssimonbrandhof2010-10-183-6/+7
|
* VIEWS-5 TImeMachine only shows first analysis, not latestsimonbrandhof2010-10-183-5/+6
|
* SONAR-1705: When using the WAR packaging to deploy Sonar, if the ↵Godin2010-10-181-4/+7
| | | | "sonar.home" directory doesn't exist a clear message/exception must be displayed
* SONAR-1838: Change naming convention for exported packagesGodin2010-10-181-9/+5
|
* default value of PLUGINS.CHILD_FIRST_CLASSLOADER is falsesimonbrandhof2010-10-172-1/+2
|
* SONAR-1847: Meaningful exception should be thrown when saving violation with ↵Godin2010-10-171-2/+2
| | | | a rule that doesn't exist
* SONAR-1834: When exist, the source code exclusion patterns should be ↵Godin2010-10-171-1/+8
| | | | displayed in the Maven log
* SONAR-1808: Fix CoberturaSensor.Godin2010-10-171-1/+1
|
* SONAR-1808: Add "since" javadocGodin2010-10-171-0/+3
|
* SONAR-1808: Extract AbstractCoberturaParser from CoberturaSensor.Godin2010-10-172-144/+163
|
* SONAR-1784: Extract AbstractSurefireParser from SurefireSensor.Godin2010-10-172-105/+126
|
* SONAR-1869: Fix creation of attribute 'Plugin-ChildFirstClassLoader'Godin2010-10-161-1/+1
|
* SONAR-1680: Should be possible to replace dependency provided by ↵Godin2010-10-163-0/+98
| | | | sonar-plugin-api
* SONAR-1862:Godin2010-10-1616-57/+102
| | | | | | | * Upgrade to sonar-update-center-common 0.3-SNAPSHOT * Add column 'child_first_classloader' to table 'plugins' * Add possibility to use child-first classloader
* SONAR-1868: sonar-packaging-maven-plugin - extract plugin key from artifact idGodin2010-10-162-1/+34
|
* SONAR-1869: sonar-packaging-maven-plugin - should be possible to specify ↵Godin2010-10-164-41/+73
| | | | delegation model for plugin classloader
* SONAR-1862: Implement a child-first classloader strategy for pluginsGodin2010-10-161-8/+33
|
* SONAR-1838:Godin2010-10-151-3/+7
| | | | | * Fix small and stupid bug in ClassLoadersCollection - important to have dot at the end of package name * Add prefixes "com.sonar.plugins." and "com.sonarsource.plugins." for export
* upgrade to assembly mojo 2.2simonbrandhof2010-10-151-1/+1
|
* [SONAR-1853] Create a new CodeReaderFilter mechanism to prevent logic ↵bellingard2010-10-151-2/+15
| | | | | | | | duplications between Channel(s) http://jira.codehaus.org/browse/SONAR-1853 Added constructors without CodeReaderFilter ellipsis to be binary-backward compatible
* SONAR-1838: Allow inter-dependencies for pluginsGodin2010-10-154-40/+135
|
* soanr-dev-maven-plugin: add a log to show that sonar is startedsimonbrandhof2010-10-141-0/+1
|
* SONAR-1859 Add the boolean property 'sonar.copyPluginProperty'simonbrandhof2010-10-142-1/+24
|
* [SONAR-1853] Create a new CodeReaderFilter mechanism to prevent logic ↵bellingard2010-10-141-1/+35
| | | | | | | | duplications between Channel(s) http://jira.codehaus.org/browse/SONAR-1853 Javadoc added
* SONAR-1858: Do not package sonar-plugin dependenciesGodin2010-10-145-4/+101
|
* SONAR-1818: Add @threadSafe support for maven3Godin2010-10-144-2/+4
|
* [SONAR-1853] Create a new CodeReaderFilter mechanism to prevent logic ↵bellingard2010-10-144-21/+152
| | | | | | duplications between Channel(s) http://jira.codehaus.org/browse/SONAR-1853