aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Revert bad code formatting on CorePlugin class.Fabrice Bellingard2011-10-131-90/+142
|
* SONAR-1928 Extract widgets from the hotspots pageFabrice Bellingard2011-10-138-142/+542
| | | | | | | This commit includes: - SONAR-2070: new widget for most violated rules - SONAR-2071: new widget for most violated resources - SONAR-2902: new metric hotspot widget
* Remove some ignored tests and fix some commented-out codeSimon Brandhof2011-10-136-39/+8
|
* SONAR-2875 deprecate CodeCheck CheckMessage#getChecker(), replaced by Object ↵Simon Brandhof2011-10-111-1/+1
| | | | CheckMessage#getCheck()
* SONAR-2872 The TimeLine widget can't be displayed with Oracle DBFabrice Bellingard2011-10-101-2/+6
|
* SONAR-2740 Email notifications: add prefix to the sender's nameEvgeny Mandrikov2011-10-102-5/+6
|
* SONAR-2873 FindBugs should be disposed after usageEvgeny Mandrikov2011-10-101-1/+5
|
* SONAR-2875 API: deprecate the interface org.sonar.squid.api.CodeCheckSimon Brandhof2011-10-076-65/+26
|
* SONAR-2861 New Configuration APIsimonbrandhof2011-10-074-15/+45
| | | | | | | | The component org.apache.commons.Configuration is still available but plugins should use org.sonar.api.config.Settings. It also implies the following issues : SONAR-2870 do not rebuild the WAR file when editing sonar.properties SONAR-2869 allow to use the annotations @Properties/@Property on extensions
* SONAR-2856 Upgrade to cobertura-maven-plugin 2.5.1Evgeny Mandrikov2011-10-051-1/+1
|
* SONAR-2779 Explicitly specify UTF-8 for outgoing emailsEvgeny Mandrikov2011-09-302-2/+15
|
* SONAR-2727 Display a warning message in the footer when the Derby engine is usedSimon Brandhof2011-09-271-0/+1
|
* CPD: Limit time of analysis of one file to 5 minutesEvgeny Mandrikov2011-09-271-17/+51
|
* SONAR-1091 Fix SQL for CPD over different projectsEvgeny Mandrikov2011-09-262-1/+5
|
* SONAR-2827 The property sonar.exclusions can not be changed by extensionsSimon Brandhof2011-09-262-15/+28
|
* SONAR-2824 Java Squid should use isolated ClassLoader for bytecode analysisEvgeny Mandrikov2011-09-232-1/+21
|
* SONAR-1836 Add tests against bugs in CheckstyleEvgeny Mandrikov2011-09-223-0/+32
| | | | | | | Those tests will allow us to be notified during update of Checkstyle that bugs were fixed : * escaped unicode (exists in Checkstyle 5.1 - 5.4) * line comment at the end of file (exists in Checkstyle 5.2 - 5.4)
* SONAR-2817 The Custom Measures widget is not displayed at all on IE7+Simon Brandhof2011-09-211-19/+25
|
* SONAR-2812 The creation date of violation should not be reinitialized when ↵Simon Brandhof2011-09-202-0/+31
| | | | the hash of the line hasn't been changed
* SONAR-2074 Fix bug on Timeline widget when metric values are missingFabrice Bellingard2011-09-191-24/+35
| | | | | Indeed, Protovis can't display multiple arrays if they have disjoined X-axis value sets.
* Upgrade version to 2.12-SNAPSHOTSimon Brandhof2011-09-1614-14/+14
|
* Enable history deletion on viewsSimon Brandhof2011-09-151-1/+1
|
* SONAR-2074 Should not call I18n API directly for metricsFabrice Bellingard2011-09-131-1/+1
|
* SONAR-1091 Fix ClassCastException with OracleEvgeny Mandrikov2011-09-121-3/+3
|
* SONAR-1091 Fix SQL for OracleEvgeny Mandrikov2011-09-121-3/+3
| | | | Don't use 'resource' as table alias, because it's reserved word.
* Fix violationsEvgeny Mandrikov2011-09-121-12/+12
|
* Remove 2 commented-out lines of codesimonbrandhof2011-09-112-2/+0
|
* SONAR-2603 provide a dedicated page to generate server idsimonbrandhof2011-09-111-4/+11
|
* SONAR-1091 Improve descriptions for the 'Duplications' propertiesEvgeny Mandrikov2011-09-092-12/+20
|
* SONAR-2603 add some messagesSimon Brandhof2011-09-091-0/+10
|
* SONAR-2074 Improve Timeline widget styleFabrice Bellingard2011-09-091-1/+8
| | | | | - Apply same event style as for the stack area chart - Fix bug in event display (displays too many events)
* SONAR-2603 provide a dedicated settings page to generate server keysimonbrandhof2011-09-092-12/+7
| | | | | This page is merged to the catgories of the General Settings page. At the same time the Email Settings page is merged as well.
* SONAR-1091 New properties and category 'Duplications'Evgeny Mandrikov2011-09-094-18/+33
|
* SONAR-1091 Remove duplicated code in sonar-cpd-pluginEvgeny Mandrikov2011-09-084-129/+123
|
* SONAR-1091 Use correct encoding during detection of duplicationsEvgeny Mandrikov2011-09-081-5/+18
|
* SONAR-1091 Enable Sonar CPD engine by defaultEvgeny Mandrikov2011-09-083-33/+85
|
* SONAR-1091 CPD over different projectsEvgeny Mandrikov2011-09-0713-48/+69
| | | | | | | | | | | | | * Fix SQL for Oracle and Derby. * Rename table clone_blocks to duplications_index. * The use of "sonar.branch" should deactivate detection of cross-project duplications. * Show info about used engine. * Set size of block - 10.
* SONAR-1091 Update library for detection of duplicatesEvgeny Mandrikov2011-09-071-5/+0
|
* SONAR-2074 Remove the "Date" label.Fabrice Bellingard2011-09-071-7/+0
| | | | Based on Simon's feedback, it's true that it's useless and does not help much on usability.
* SONAR-893 Rename service into "History Deletion"Fabrice Bellingard2011-09-071-2/+2
| | | And "Deletion" service to "Project Deletion"
* SONAR-2074 Fix bug with Derby and add to "History" categoryFabrice Bellingard2011-09-072-1/+3
|
* SONAR-2701 Rename to "History Table" and add to "History" categoryFabrice Bellingard2011-09-072-2/+4
|
* SONAR-893 Remove the possibility to recover snapshots once deletedFabrice Bellingard2011-09-051-7/+1
| | | | This can lead to problems. This functionality will be added back once we have a clean way to handle snapshot statuses.
* SONAR-2074 Fix bug on IE6/7Fabrice Bellingard2011-09-051-1/+0
|
* SONAR-1091 Disable CPD over different projects, when dry runEvgeny Mandrikov2011-09-051-3/+15
|
* SONAR-1091 Improve SQL requestEvgeny Mandrikov2011-09-021-7/+9
|
* SONAR-2752 Improve UI to show duplications with other projectsEvgeny Mandrikov2011-09-021-4/+15
|
* SONAR-1091 CPD over different projectsEvgeny Mandrikov2011-09-0211-133/+217
| | | | | | * Improve table clone_blocks and so DbCloneIndex. * Add purge of old clone blocks.
* SONAR-2074 Update the JS script + JS data generation to fix bug on IEFabrice Bellingard2011-09-011-14/+14
|
* SONAR-893 Improve style and textFabrice Bellingard2011-09-011-1/+1
|