summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-1832:Godin2010-11-016-48/+55
| | | | | * Improve performance for "Architecture rule" * Reduce number of violations whose line number is 0
* SONAR-1643 increase the size of DASHBOARD.COLUMN_LAYOUTsimonbrandhof2010-11-011-1/+1
|
* SONAR-1643 fix ITsimonbrandhof2010-11-012-3/+3
|
* HttpDownloader should not create file if fail to downloadGodin2010-11-012-3/+21
|
* SONAR-1643 add example of widget properties in plugin archetype + use ↵simonbrandhof2010-11-0116-125/+115
| | | | enumeration for the type of widget property
* Add a more meaningful error message when a plugin manifest can't be readGodin2010-11-012-10/+19
|
* 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-1913: Property renamed to "sonar.updatecenter.activate".Godin2010-11-012-2/+2
|
* SONAR-1643 simonbrandhof2010-11-0110-67/+43
| | | | | | * values of widget_properties are typed in widget API (for example booleans, integers or floats instead of strings) * remove unused CSS * highlight the current layout when editing layouts
* SONAR-1913: Add a property to deactivate Update CenterGodin2010-11-012-1/+12
|
* [SONAR-1875] Improve CodeReaderFilter with channel capabilitiesbellingard2010-11-011-3/+17
| | | | http://jira.codehaus.org/browse/SONAR-1875
* SONAR-1893: Display new sonar releasesGodin2010-11-014-7/+33
|
* SONAR-1643 add a link to configure widgetsimonbrandhof2010-11-011-1/+1
|
* SONAR-1643 widgets require to be configured only if it has mandatory ↵simonbrandhof2010-11-013-5/+62
| | | | properties without default value
* SONAR-1643 add widget propertiessimonbrandhof2010-10-2912-150/+175
|
* SONAR-1904: WildcardPattern "**/Reader" shouldn't match ↵Godin2010-10-292-5/+16
| | | | "org.sonar.channel.CodeReader" and "java.io.StringReader"
* Typo fixesbellingard2010-10-293-5/+5
|
* 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-288-97/+65
|
* SONAR-1643 edit widget propertiessimonbrandhof2010-10-286-7/+63
|
* SONAR-1643 improve display of widgets to add + administrators can edit the ↵simonbrandhof2010-10-286-36/+21
| | | | default dashboard
* SONAR-1837: Add profiling logs to database optimization tasksGodin2010-10-281-2/+2
|
* SONAR-1837:Godin2010-10-2813-55/+102
| | | | | * Add profiling logs to database optimization tasks * Extend TimeProfiler to produce logs using debug level
* SONAR-1643 follow shared dashboardssimonbrandhof2010-10-283-9/+54
|
* 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 configure widgets: links edit and remove can not be clickedsimonbrandhof2010-10-283-17/+12
|
* SONAR-1643 manage default dashboards for anonymous userssimonbrandhof2010-10-284-11/+16
|
* SONAR-1643 unfollow shared dashboardssimonbrandhof2010-10-283-3/+11
|
* SONAR-1643 move core widgets from sonar-server to sonar-core-plugin + improve UIsimonbrandhof2010-10-2854-718/+385
|
* SONAR-1844: The "Squid" rule engine should be renamed "Sonar" rule engine in ↵Godin2010-10-281-1/+1
| | | | the web interface
* Use sonar-update-center-common 0.4-SNAPSHOTGodin2010-10-281-1/+1
|
* SONAR-1643 apply a part of the GSOC branchsimonbrandhof2010-10-2866-2176/+6313
|
* Assume that snapshot and release candidate are the same as releaseGodin2010-10-272-12/+32
|
* SONAR-1887: Display available plugin updatesGodin2010-10-276-61/+92
| | | | SONAR-1888: Add a button to install the last compatible version
* SONAR-1886: Uninstall a pluginGodin2010-10-274-4/+28
|
* SONAR-1887: Display available plugin updatesGodin2010-10-272-16/+35
|
* SONAR-1886: Uninstall a pluginGodin2010-10-277-27/+30
|
* SONAR-1886: Uninstall a pluginGodin2010-10-275-15/+42
|
* SONAR-1886: Uninstall a pluginGodin2010-10-276-16/+73
|
* SONAR-1563: Display installed pluginsGodin2010-10-275-146/+116
| | | | SONAR-1889: Display new available plugins
* SONAR-1563: Display installed pluginsGodin2010-10-271-31/+78
|
* SONAR-1772: Remove deprecated property "sonar.findbugs.maxHeap"Godin2010-10-252-23/+2
|
* SONAR-1832: Fix unit testGodin2010-10-251-5/+5
|
* SONAR-1903: Fix problem with cloned rules and AnnotationCheckFactoryGodin2010-10-252-5/+6
|
* Add unit test for cloned rules to AnnotationCheckFactoryGodin2010-10-252-9/+33
|
* SONAR-1832: Remove duplicated words from violation messageGodin2010-10-251-6/+2
|
* SONAR-1888: Add a button to install the last compatible versionGodin2010-10-251-1/+5
|
* SONAR-1563: Rename domain to "updatecenter"Godin2010-10-257-7/+7
|
* Reactivate link for update centerGodin2010-10-251-0/+1
|
* SONAR-1832: Use injected AnnotationRuleParserGodin2010-10-251-2/+2
|