Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release 2.11 | GAUDIN | 2011-09-30 | 14 | -14/+14 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | Simon Brandhof | 2011-09-28 | 14 | -14/+14 |
| | |||||
* | [maven-release-plugin] prepare release 2.11-RC3 | Simon Brandhof | 2011-09-28 | 14 | -14/+14 |
| | |||||
* | CPD: Limit time of analysis of one file to 5 minutes | Evgeny Mandrikov | 2011-09-27 | 1 | -17/+51 |
| | |||||
* | SONAR-1091 Fix SQL for CPD over different projects | Evgeny Mandrikov | 2011-09-26 | 2 | -1/+5 |
| | |||||
* | SONAR-2827 The property sonar.exclusions can not be changed by extensions | Simon Brandhof | 2011-09-26 | 2 | -15/+28 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-09-25 | 14 | -14/+14 |
| | |||||
* | [maven-release-plugin] prepare release 2.11-RC2 | simonbrandhof | 2011-09-25 | 14 | -14/+14 |
| | |||||
* | SONAR-2824 Java Squid should use isolated ClassLoader for bytecode analysis | Evgeny Mandrikov | 2011-09-23 | 2 | -1/+21 |
| | |||||
* | SONAR-2817 The Custom Measures widget is not displayed at all on IE7+ | Simon Brandhof | 2011-09-21 | 1 | -19/+25 |
| | |||||
* | SONAR-2812 The creation date of violation should not be reinitialized when ↵ | Simon Brandhof | 2011-09-20 | 2 | -0/+31 |
| | | | | the hash of the line hasn't been changed | ||||
* | SONAR-2074 Fix bug on Timeline widget when metric values are missing | Fabrice Bellingard | 2011-09-19 | 1 | -24/+35 |
| | | | | Indeed, Protovis can't display multiple arrays if they have disjoined X-axis value sets. | ||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-09-15 | 14 | -14/+14 |
| | |||||
* | [maven-release-plugin] prepare release 2.11-RC1 | simonbrandhof | 2011-09-15 | 14 | -14/+14 |
| | |||||
* | Enable history deletion on views | Simon Brandhof | 2011-09-15 | 1 | -1/+1 |
| | |||||
* | SONAR-2074 Should not call I18n API directly for metrics | Fabrice Bellingard | 2011-09-13 | 1 | -1/+1 |
| | |||||
* | SONAR-1091 Fix ClassCastException with Oracle | Evgeny Mandrikov | 2011-09-12 | 1 | -3/+3 |
| | |||||
* | SONAR-1091 Fix SQL for Oracle | Evgeny Mandrikov | 2011-09-12 | 1 | -3/+3 |
| | | | | Don't use 'resource' as table alias, because it's reserved word. | ||||
* | Fix violations | Evgeny Mandrikov | 2011-09-12 | 1 | -12/+12 |
| | |||||
* | Remove 2 commented-out lines of code | simonbrandhof | 2011-09-11 | 2 | -2/+0 |
| | |||||
* | SONAR-2603 provide a dedicated page to generate server id | simonbrandhof | 2011-09-11 | 1 | -4/+11 |
| | |||||
* | SONAR-1091 Improve descriptions for the 'Duplications' properties | Evgeny Mandrikov | 2011-09-09 | 2 | -12/+20 |
| | |||||
* | SONAR-2603 add some messages | Simon Brandhof | 2011-09-09 | 1 | -0/+10 |
| | |||||
* | SONAR-2074 Improve Timeline widget style | Fabrice Bellingard | 2011-09-09 | 1 | -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 key | simonbrandhof | 2011-09-09 | 2 | -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 Mandrikov | 2011-09-09 | 4 | -18/+33 |
| | |||||
* | SONAR-1091 Remove duplicated code in sonar-cpd-plugin | Evgeny Mandrikov | 2011-09-08 | 4 | -129/+123 |
| | |||||
* | SONAR-1091 Use correct encoding during detection of duplications | Evgeny Mandrikov | 2011-09-08 | 1 | -5/+18 |
| | |||||
* | SONAR-1091 Enable Sonar CPD engine by default | Evgeny Mandrikov | 2011-09-08 | 3 | -33/+85 |
| | |||||
* | SONAR-1091 CPD over different projects | Evgeny Mandrikov | 2011-09-07 | 13 | -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 duplicates | Evgeny Mandrikov | 2011-09-07 | 1 | -5/+0 |
| | |||||
* | SONAR-2074 Remove the "Date" label. | Fabrice Bellingard | 2011-09-07 | 1 | -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 Bellingard | 2011-09-07 | 1 | -2/+2 |
| | | | And "Deletion" service to "Project Deletion" | ||||
* | SONAR-2074 Fix bug with Derby and add to "History" category | Fabrice Bellingard | 2011-09-07 | 2 | -1/+3 |
| | |||||
* | SONAR-2701 Rename to "History Table" and add to "History" category | Fabrice Bellingard | 2011-09-07 | 2 | -2/+4 |
| | |||||
* | SONAR-893 Remove the possibility to recover snapshots once deleted | Fabrice Bellingard | 2011-09-05 | 1 | -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/7 | Fabrice Bellingard | 2011-09-05 | 1 | -1/+0 |
| | |||||
* | SONAR-1091 Disable CPD over different projects, when dry run | Evgeny Mandrikov | 2011-09-05 | 1 | -3/+15 |
| | |||||
* | SONAR-1091 Improve SQL request | Evgeny Mandrikov | 2011-09-02 | 1 | -7/+9 |
| | |||||
* | SONAR-2752 Improve UI to show duplications with other projects | Evgeny Mandrikov | 2011-09-02 | 1 | -4/+15 |
| | |||||
* | SONAR-1091 CPD over different projects | Evgeny Mandrikov | 2011-09-02 | 11 | -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 IE | Fabrice Bellingard | 2011-09-01 | 1 | -14/+14 |
| | |||||
* | SONAR-893 Improve style and text | Fabrice Bellingard | 2011-09-01 | 1 | -1/+1 |
| | |||||
* | SONAR-2616 Improve the user auto-suggest box | Fabrice Bellingard | 2011-09-01 | 1 | -0/+1 |
| | | | | Initial bug : when assigning a review, if assignee does not exist an error message should appear. | ||||
* | SONAR-1091 Add CPD over different projects | Evgeny Mandrikov | 2011-09-01 | 8 | -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 projects | Fabrice Bellingard | 2011-08-31 | 1 | -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 date | Fabrice Bellingard | 2011-08-31 | 1 | -3/+3 |
| | |||||
* | SONAR-2745 Fix wrong language display on the Components service page | Fabrice Bellingard | 2011-08-31 | 1 | -0/+1 |
| | |||||
* | SONAR-2074 Fix bug that occurs when several snapshots on the same day | Fabrice Bellingard | 2011-08-31 | 1 | -4/+16 |
| | |||||
* | SONAR-2701 Fix bug that can occur when using Views | Fabrice Bellingard | 2011-08-31 | 1 | -3/+6 |
| |