aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-4044 move to Java 6Simon Brandhof2013-03-255-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 Lancelot2013-03-253-4/+6
| | | | for resource
* Add missing @since and @deprecated annotation and restore deleted properties ↵Julien Lancelot2013-03-254-0/+44
| | | | in order to only depreciate them
* Remove unused importsSimon Brandhof2013-03-254-5/+2
|
* Update equals from AbstractLanguageTest to only check key and not hash id ↵Julien Lancelot2013-03-252-19/+29
| | | | of languages
* SONAR-4173 Renamed project_configuration by resource_configurationJulien Lancelot2013-03-254-7/+13
|
* SONAR-3879 Moved status constant to Rule. Removed Rule status enumeration.Julien Lancelot2013-03-2514-184/+110
|
* Depreciate methodJulien Lancelot2013-03-251-0/+4
|
* SONAR-4069 Restore Metrics as a BatchExtensionJulien HENRY2013-03-253-5/+4
| | | | to avoid compatibility issues with plugins
* SONAR-4083 name is required when creating a metric and description return ↵Julien Lancelot2013-03-252-6/+12
| | | | nothing when there's no description
* SONAR-3879 : Add constant for rule statusJulien Lancelot2013-03-253-10/+14
|
* Change level of CPD log to DEBUG when language is not supportedJulien HENRY2013-03-221-1/+1
|
* SONAR-4173 Add the possibility for a plugin to add a configuration pageJulien Lancelot2013-03-224-62/+70
|
* SONAR-3879 Fix issue where beta status is always displayed on rule searchJulien Lancelot2013-03-221-2/+2
|
* SONAR-3879 Display rule tags in title of popupJulien Lancelot2013-03-225-13/+33
|
* SONAR-3879 Replace rule status enumeration in the annotation by a stringJulien Lancelot2013-03-229-34/+61
|
* Add html idJulien Lancelot2013-03-221-1/+1
|
* SONAR-4145 Remove the useless and misleading properties ↵Julien Lancelot2013-03-215-53/+12
| | | | 'sonar.skipTendencies' and 'tendency.depth'
* SONAR-3900 Add new metrics "complexity in classes" and "complexity in ↵Julien Lancelot2013-03-213-28/+105
| | | | methods" to compute "complexity/class" and "complexity/method"
* SONAR-4083 The WS metrics should allow to create or delete only manual metricsJulien Lancelot2013-03-215-4/+42
|
* Replace deprecated find(:first, ...) by first(...) callJulien Lancelot2013-03-212-4/+4
|
* SONAR-4184 decrease line-height of line-block in order to align text with ↵Julien Lancelot2013-03-211-1/+1
| | | | select2 component
* SONAR-3839 A followed dashboard shouldn't be flagged as unfollowed after ↵Julien Lancelot2013-03-211-6/+2
| | | | being edited
* SONAR-4168 If a Measure filter name is "edited" without having first ↵Julien Lancelot2013-03-211-12/+12
| | | | "Closed" the "Change Columns" section, pending column changes are lost
* SONAR-4206 Fix transaction issueJulien Lancelot2013-03-213-3/+17
|
* Fix quality flawsJulien Lancelot2013-03-211-1/+1
|
* SONAR-4163 Add "New false positive issue" notificationJulien Lancelot2013-03-206-10/+206
|
* SONAR-4116 In the Measure filters, before "new_*" measures we should not ↵Julien Lancelot2013-03-202-5/+43
| | | | display a '+' or '-' character
* Revert "SONAR-4114 The /api/resources web service should not return an empty ↵Julien Lancelot2013-03-201-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 Lancelot2013-03-201-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 Lancelot2013-03-208-12/+31
| | | | Update Center
* Fix quality flawsJulien Lancelot2013-03-201-5/+0
|
* Improve equals() of Java definition classJulien Lancelot2013-03-202-2/+19
|
* Replace deprecated find(:first, ...) by first(...) callJulien Lancelot2013-03-191-1/+1
|
* SONAR-4111 Remove the availability of the following metrics on the web interfaceJulien Lancelot2013-03-191-0/+6
|
* SONAR-4069 Refactoring to ease override of some componentsJulien HENRY2013-03-1914-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_idJulien HENRY2013-03-194-11/+95
|
* SONAR-4069 Cleanup of snapshot creationJulien HENRY2013-03-192-41/+21
|
* SONAR-4184 Use dropdown_tag component on violations drilldown period select boxJulien Lancelot2013-03-193-23/+19
|
* SONAR-4184 Use dropdown_tag component on dashboard period select boxJulien Lancelot2013-03-192-10/+18
|
* Merge pull request #25 from soid/masterJulien Lancelot2013-03-191-1/+1
|\ | | | | SONAR-4197 Escaping JSON in Timeline widget
| * escaping json for timeline widgetGreg Temchenko2013-03-081-1/+1
| |
* | SONAR-4033 Text inputs width overflowJulien Lancelot2013-03-192-5/+4
| |
* | Remove unused importJulien Lancelot2013-03-191-1/+0
| |
* | Fix quality flawsJulien Lancelot2013-03-191-1/+1
| |
* | Override equals in order to keep backward compatibility between the ↵Julien Lancelot2013-03-191-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 Lancelot2013-03-183-29/+31
| | | | | | | | relating to "new_coverage"
* | SONAR-4182 Unit tests coverage widget: unexpected 0 appears in differential modeJulien Lancelot2013-03-181-1/+1
| |
* | SONAR-4206 Add notification in profile changelog when a rule is removedJulien Lancelot2013-03-185-36/+40
| |
* | SONAR-4069 ResourcePermission need to be in TaskContainerJulien HENRY2013-03-184-11/+16
| |