summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-1663 improve QAsimonbrandhof2010-11-1818-71/+25
|
* SONAR-1663 include the dbcleaner plugin + move all purges in this pluginsimonbrandhof2010-11-1893-123/+2258
|
* SONAR-1845, SONAR-1930, SONAR-1931: Add description to properties for new ↵Godin2010-11-173-7/+7
| | | | squid rules to workaround SONAR-1988
* SONAR-1977: Ignore violations from findbugs report, if rule not activated in ↵Godin2010-11-151-1/+1
| | | | Sonar
* SONAR-1977: Ignore violations from findbugs report, if rule not activated in ↵Godin2010-11-155-15/+76
| | | | Sonar
* SONAR-1845 , SONAR-1931, SONAR-1933 , SONAR-1932 , SONAR-1930 : Add names ↵Godin2010-11-155-5/+5
| | | | for new squid rules
* fix SONAR-1978 : The Squid "Unused private method" doesn't report a ↵fmallet2010-11-156-1/+52
| | | | violation at correct line with generic methods
* SONAR-1845: Create a new Sonar rule to check method complexityGodin2010-11-147-11/+93
|
* SONAR-971: Cardinality of checkstyle rule TodoComment should be multipleGodin2010-11-131-0/+1
|
* Add missing license headersGodin2010-11-1312-10/+249
|
* Add test for UndocumentedApiCheckGodin2010-11-132-0/+43
|
* SONAR-1931: Create a SQUID rule : total class complexity should not exceed a ↵Godin2010-11-134-3/+102
| | | | pre-defined threshold
* SONAR-1933: Create a SQUID rule : break instruction should not be used ↵Godin2010-11-133-1/+88
| | | | outside a switch statement
* SONAR-1932: Create a SQUID rule : instruction "continue" should not be usedGodin2010-11-133-1/+71
|
* SONAR-1930: Create a SQUID rule : depth of inheritance should not exceed XXGodin2010-11-133-7/+83
|
* SONAR-1953 Minimum period used in purge tasks should be configurablesimonbrandhof2010-11-124-10/+25
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-11-0911-11/+11
|
* [maven-release-plugin] prepare release 2.4-RC1simonbrandhof2010-11-0911-11/+11
|
* fix rendering issue of the rules widget on Google Chrome/Safarisimonbrandhof2010-11-091-2/+2
|
* compress HTML templates in plugins core and designsimonbrandhof2010-11-082-0/+38
|
* upgrade to sonar-update-center 0.4 and sonar-packaging-maven-plugin 0.4simonbrandhof2010-11-082-2/+0
|
* VIEWS-56 do not display the Design page on viewssimonbrandhof2010-11-081-1/+1
|
* fix layout of core widgetssimonbrandhof2010-11-0512-80/+84
|
* custom dashboards: add the annotation @WidgetLayout with values DEFAULT ↵simonbrandhof2010-11-0513-26/+6
| | | | (gray border + padding) or NONE (no padding, no border)
* Add description to core widgetsgaudol2010-11-0412-19/+25
|
* SONAR-1643 improve HTML of widget filtering by categoriessimonbrandhof2010-11-044-7/+8
|
* Improve routines for patterns, add unit testsGodin2010-11-034-41/+39
|
* SONAR-1901: Fix UndocumentedApiCheckGodin2010-11-032-16/+28
|
* Use ProjectClasspath instead of custom filtering in sonar-squid-java-pluginGodin2010-11-032-86/+16
|
* SONAR-1915: Deploy core plugins to maven repositoryGodin2010-11-0311-69/+0
|
* SONAR-1772: Add annotations.jar and jsr305.jar to auxiliary classpath before ↵Godin2010-11-027-152/+39
| | | | launching Findbugs analysis
* SONAR-1772: Use method getURL() from org.sonar.api.platform.ServerGodin2010-11-022-12/+11
|
* add some missing license headersGodin2010-11-026-14/+136
|
* SONAR-1772: Add unit test for FindbugsDownloaderGodin2010-11-022-4/+88
|
* SONAR-1772: Add annotations.jar and jsr305.jar to auxiliary classpath before ↵Godin2010-11-015-19/+81
| | | | launching Findbugs analysis
* rename description of the google analytics pluginsimonbrandhof2010-11-011-1/+1
|
* SONAR-1832:Godin2010-11-011-3/+0
| | | | | * Improve performance for "Architecture rule" * Reduce number of violations whose line number is 0
* SONAR-1832:Godin2010-11-016-48/+55
| | | | | * Improve performance for "Architecture rule" * Reduce number of violations whose line number is 0
* SONAR-1901: "Undocumented API" is not defined as a rule in SonarGodin2010-11-015-43/+100
| | | | | | | * Add abstract class JavaAstCheck * Change description of rule * Check must not extend the PublicApiVisitor * Add an optional new parameter to rule whose value would be a list of wildcard patterns
* SONAR-1901: Add new rule to report on "Undocumented API"Godin2010-10-281-0/+32
|
* SONAR-1901: Add new rule to report on "Undocumented API"Godin2010-10-287-93/+61
|
* SONAR-1837:Godin2010-10-2811-39/+48
| | | | | * Add profiling logs to database optimization tasks * Extend TimeProfiler to produce logs using debug level
* SONAR-1871: Generate a meaningful error message when the PMD XPATH rule is ↵Godin2010-10-282-23/+52
| | | | activated without setting the "XPATH_EXPRESSION_PARAM" and "XPATH_MESSAGE_PARAM" values
* SONAR-1643 move core widgets from sonar-server to sonar-core-plugin + improve UIsimonbrandhof2010-10-2824-158/+338
|
* SONAR-1844: The "Squid" rule engine should be renamed "Sonar" rule engine in ↵Godin2010-10-281-1/+1
| | | | the web interface
* SONAR-1643 apply a part of the GSOC branchsimonbrandhof2010-10-2815-0/+723
|
* SONAR-1772: Remove deprecated property "sonar.findbugs.maxHeap"Godin2010-10-251-8/+0
|
* SONAR-1832: Fix unit testGodin2010-10-251-5/+5
|
* SONAR-1832: Remove duplicated words from violation messageGodin2010-10-251-6/+2
|
* SONAR-1832: Use injected AnnotationRuleParserGodin2010-10-251-2/+2
|