aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Release 2.11GAUDIN2011-09-3014-14/+14
|
* [maven-release-plugin] prepare for next development iterationSimon Brandhof2011-09-2814-14/+14
|
* [maven-release-plugin] prepare release 2.11-RC3Simon Brandhof2011-09-2814-14/+14
|
* 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
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-09-2514-14/+14
|
* [maven-release-plugin] prepare release 2.11-RC2simonbrandhof2011-09-2514-14/+14
|
* SONAR-2824 Java Squid should use isolated ClassLoader for bytecode analysisEvgeny Mandrikov2011-09-232-1/+21
|
* 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.
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-09-1514-14/+14
|
* [maven-release-plugin] prepare release 2.11-RC1simonbrandhof2011-09-1514-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
|
* SONAR-2616 Improve the user auto-suggest boxFabrice Bellingard2011-09-011-0/+1
| | | | Initial bug : when assigning a review, if assignee does not exist an error message should appear.
* SONAR-1091 Add CPD over different projectsEvgeny Mandrikov2011-09-018-5/+329
| | | | | | | * Add table clone_blocks * Add DbCloneIndex, which can be activated in sonar-cpd-plugin using property "sonar.cpd.cross_project=true"
* SONAR-893 Improve the "History" service for projectsFabrice Bellingard2011-08-311-3/+6
| | | | | | | | - Display snapshot that are currently being built without the possibility to modify their status - Remove the popup and the bulk change, as there's the recovery mechanism - Invert Event and Time columns - Set the table to minimum width
* SONAR-2074 Fix bug if event date slightly differs from snapshot dateFabrice Bellingard2011-08-311-3/+3
|
* SONAR-2745 Fix wrong language display on the Components service pageFabrice Bellingard2011-08-311-0/+1
|
* SONAR-2074 Fix bug that occurs when several snapshots on the same day Fabrice Bellingard2011-08-311-4/+16
|
* SONAR-2701 Fix bug that can occur when using ViewsFabrice Bellingard2011-08-311-3/+6
|