Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-4044 move to Java 6 | Simon Brandhof | 2013-03-25 | 5 | -15/+20 |
| | | | | | | | - update jdk signature used by animal sniffer - update javac configuration - fix blueprints-core lib - upgrade commons-dbcp and postgresql driver in order to use JDBC 4 | ||||
* | Add parameter init_resource_for_role to specify which parameter to search ↵ | Julien Lancelot | 2013-03-25 | 3 | -4/+6 |
| | | | | for resource | ||||
* | Add missing @since and @deprecated annotation and restore deleted properties ↵ | Julien Lancelot | 2013-03-25 | 4 | -0/+44 |
| | | | | in order to only depreciate them | ||||
* | Remove unused imports | Simon Brandhof | 2013-03-25 | 4 | -5/+2 |
| | |||||
* | Update equals from AbstractLanguageTest to only check key and not hash id ↵ | Julien Lancelot | 2013-03-25 | 2 | -19/+29 |
| | | | | of languages | ||||
* | SONAR-4173 Renamed project_configuration by resource_configuration | Julien Lancelot | 2013-03-25 | 4 | -7/+13 |
| | |||||
* | SONAR-3879 Moved status constant to Rule. Removed Rule status enumeration. | Julien Lancelot | 2013-03-25 | 14 | -184/+110 |
| | |||||
* | Depreciate method | Julien Lancelot | 2013-03-25 | 1 | -0/+4 |
| | |||||
* | SONAR-4069 Restore Metrics as a BatchExtension | Julien HENRY | 2013-03-25 | 3 | -5/+4 |
| | | | | to avoid compatibility issues with plugins | ||||
* | SONAR-4083 name is required when creating a metric and description return ↵ | Julien Lancelot | 2013-03-25 | 2 | -6/+12 |
| | | | | nothing when there's no description | ||||
* | SONAR-3879 : Add constant for rule status | Julien Lancelot | 2013-03-25 | 3 | -10/+14 |
| | |||||
* | Change level of CPD log to DEBUG when language is not supported | Julien HENRY | 2013-03-22 | 1 | -1/+1 |
| | |||||
* | SONAR-4173 Add the possibility for a plugin to add a configuration page | Julien Lancelot | 2013-03-22 | 4 | -62/+70 |
| | |||||
* | SONAR-3879 Fix issue where beta status is always displayed on rule search | Julien Lancelot | 2013-03-22 | 1 | -2/+2 |
| | |||||
* | SONAR-3879 Display rule tags in title of popup | Julien Lancelot | 2013-03-22 | 5 | -13/+33 |
| | |||||
* | SONAR-3879 Replace rule status enumeration in the annotation by a string | Julien Lancelot | 2013-03-22 | 9 | -34/+61 |
| | |||||
* | Add html id | Julien Lancelot | 2013-03-22 | 1 | -1/+1 |
| | |||||
* | SONAR-4145 Remove the useless and misleading properties ↵ | Julien Lancelot | 2013-03-21 | 5 | -53/+12 |
| | | | | 'sonar.skipTendencies' and 'tendency.depth' | ||||
* | SONAR-3900 Add new metrics "complexity in classes" and "complexity in ↵ | Julien Lancelot | 2013-03-21 | 3 | -28/+105 |
| | | | | methods" to compute "complexity/class" and "complexity/method" | ||||
* | SONAR-4083 The WS metrics should allow to create or delete only manual metrics | Julien Lancelot | 2013-03-21 | 5 | -4/+42 |
| | |||||
* | Replace deprecated find(:first, ...) by first(...) call | Julien Lancelot | 2013-03-21 | 2 | -4/+4 |
| | |||||
* | SONAR-4184 decrease line-height of line-block in order to align text with ↵ | Julien Lancelot | 2013-03-21 | 1 | -1/+1 |
| | | | | select2 component | ||||
* | SONAR-3839 A followed dashboard shouldn't be flagged as unfollowed after ↵ | Julien Lancelot | 2013-03-21 | 1 | -6/+2 |
| | | | | being edited | ||||
* | SONAR-4168 If a Measure filter name is "edited" without having first ↵ | Julien Lancelot | 2013-03-21 | 1 | -12/+12 |
| | | | | "Closed" the "Change Columns" section, pending column changes are lost | ||||
* | SONAR-4206 Fix transaction issue | Julien Lancelot | 2013-03-21 | 3 | -3/+17 |
| | |||||
* | Fix quality flaws | Julien Lancelot | 2013-03-21 | 1 | -1/+1 |
| | |||||
* | SONAR-4163 Add "New false positive issue" notification | Julien Lancelot | 2013-03-20 | 6 | -10/+206 |
| | |||||
* | SONAR-4116 In the Measure filters, before "new_*" measures we should not ↵ | Julien Lancelot | 2013-03-20 | 2 | -5/+43 |
| | | | | display a '+' or '-' character | ||||
* | Revert "SONAR-4114 The /api/resources web service should not return an empty ↵ | Julien Lancelot | 2013-03-20 | 1 | -1/+1 |
| | | | | | | response when there is no value on a resource for an existing metric" This reverts commit 77d2d15357f5b2d8d89c9f1443348904862ac310. | ||||
* | SONAR-4114 The /api/resources web service should not return an empty ↵ | Julien Lancelot | 2013-03-20 | 1 | -1/+1 |
| | | | | response when there is no value on a resource for an existing metric | ||||
* | SONAR-4190 Add Issue Tracker information on 'Installed Plugins' tab in the ↵ | Julien Lancelot | 2013-03-20 | 8 | -12/+31 |
| | | | | Update Center | ||||
* | Fix quality flaws | Julien Lancelot | 2013-03-20 | 1 | -5/+0 |
| | |||||
* | Improve equals() of Java definition class | Julien Lancelot | 2013-03-20 | 2 | -2/+19 |
| | |||||
* | Replace deprecated find(:first, ...) by first(...) call | Julien Lancelot | 2013-03-19 | 1 | -1/+1 |
| | |||||
* | SONAR-4111 Remove the availability of the following metrics on the web interface | Julien Lancelot | 2013-03-19 | 1 | -0/+6 |
| | |||||
* | SONAR-4069 Refactoring to ease override of some components | Julien HENRY | 2013-03-19 | 14 | -126/+131 |
| | | | | | * Don't fail when there is a fake profile with id=null * Don't fail when there is a fake language | ||||
* | SONAR-4069 Allow to persist a project with a copy_resource_id | Julien HENRY | 2013-03-19 | 4 | -11/+95 |
| | |||||
* | SONAR-4069 Cleanup of snapshot creation | Julien HENRY | 2013-03-19 | 2 | -41/+21 |
| | |||||
* | SONAR-4184 Use dropdown_tag component on violations drilldown period select box | Julien Lancelot | 2013-03-19 | 3 | -23/+19 |
| | |||||
* | SONAR-4184 Use dropdown_tag component on dashboard period select box | Julien Lancelot | 2013-03-19 | 2 | -10/+18 |
| | |||||
* | Merge pull request #25 from soid/master | Julien Lancelot | 2013-03-19 | 1 | -1/+1 |
|\ | | | | | SONAR-4197 Escaping JSON in Timeline widget | ||||
| * | escaping json for timeline widget | Greg Temchenko | 2013-03-08 | 1 | -1/+1 |
| | | |||||
* | | SONAR-4033 Text inputs width overflow | Julien Lancelot | 2013-03-19 | 2 | -5/+4 |
| | | |||||
* | | Remove unused import | Julien Lancelot | 2013-03-19 | 1 | -1/+0 |
| | | |||||
* | | Fix quality flaws | Julien Lancelot | 2013-03-19 | 1 | -1/+1 |
| | | |||||
* | | Override equals in order to keep backward compatibility between the ↵ | Julien Lancelot | 2013-03-19 | 1 | -0/+19 |
| | | | | | | | | deprecated Java class and the new one in sonar-java | ||||
* | | SONAR-4117 The '%' character is not displayed in Measure Filters on measures ↵ | Julien Lancelot | 2013-03-18 | 3 | -29/+31 |
| | | | | | | | | relating to "new_coverage" | ||||
* | | SONAR-4182 Unit tests coverage widget: unexpected 0 appears in differential mode | Julien Lancelot | 2013-03-18 | 1 | -1/+1 |
| | | |||||
* | | SONAR-4206 Add notification in profile changelog when a rule is removed | Julien Lancelot | 2013-03-18 | 5 | -36/+40 |
| | | |||||
* | | SONAR-4069 ResourcePermission need to be in TaskContainer | Julien HENRY | 2013-03-18 | 4 | -11/+16 |
| | |