aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* SONAR-4252 rename Sonar to SonarQube in admin pagesSimon Brandhof2013-04-211-1/+1
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-21252-756/+756
* Merge remote-tracking branch 'origin/master'Julien Lancelot2013-04-191-1/+2
|\
| * SONAR-3159 Properties sub-categories, sort and descriptionJulien HENRY2013-04-191-1/+2
* | SONAR-3755 Renamed some column of issues and issue_changesJulien Lancelot2013-04-194-11/+11
|/
* SONAR-3755 Set isNew at false when loading issue from dbJulien Lancelot2013-04-192-10/+2
* SONAR-3755 Set issues updated at to the date when issues were loaded from dat...Julien Lancelot2013-04-192-11/+23
* SONAR-3755 rename Issue#message() to description()Simon Brandhof2013-04-194-287/+59
* SONAR-3755 Small code simplificationJulien Lancelot2013-04-191-2/+3
* SONAR-3755 Fix issue in Issues TrackingJulien Lancelot2013-04-195-36/+147
* SONAR-3755 Add unit test on issues trackingJulien Lancelot2013-04-185-3/+186
* SONAR-3755 Fix issue when tracking issuesJulien Lancelot2013-04-181-14/+14
* SONAR-4188 Refactore all issues decorator in one and add false positive and u...Julien Lancelot2013-04-181-82/+7
* SONAR-4034 Support a new property sonar.security.updateUserAttributesJulien HENRY2013-04-181-14/+96
* SONAR-4256 Improve description of "sonar.importSources" propertyJulien HENRY2013-04-181-1/+1
* SONAR-4188 Close issues when resource has been moved or has been deletedJulien Lancelot2013-04-182-41/+33
* SONAR-3755 support the parameter "rules" in /api/issues/searchSimon Brandhof2013-04-171-22/+14
* SONAR-3755 Fix issue when displaying issues in source viewerJulien Lancelot2013-04-171-1/+1
* SONAR-3755 Improve IssuesWorkflowDecoratorJulien Lancelot2013-04-175-45/+57
* SONAR-4147 Implemented profiling of purgeJulien HENRY2013-04-173-10/+43
* Fix buildSimon Brandhof2013-04-171-8/+6
* SONAR-4223 Remove or depreciate property "sonar.enableFileVariation"Simon Brandhof2013-04-172-60/+28
* Fix IssuePersisterTestSimon Brandhof2013-04-172-34/+34
* SONAR-3755 Improve IssuesWorkflowDecoratorJulien Lancelot2013-04-172-60/+123
* SONAR-3755 Add IssuesWorkflowDecoratorJulien Lancelot2013-04-175-54/+321
* SONAR-3755 Add first version of Issues drilldownJulien Lancelot2013-04-161-0/+7
* SONAR-4252 Rename Sonar to SonarQubeSimon Brandhof2013-04-161-10/+10
* SONAR-3755 Added issue decorator on new issues metricsJulien Lancelot2013-04-151-0/+2
* SONAR-3755 Added issues decoratorsJulien Lancelot2013-04-154-104/+119
* Do not decorate from IssueTrackingDecorator if no issue for current ressourceJulien Lancelot2013-04-151-2/+4
* Fix quality flawJulien Lancelot2013-04-151-1/+1
* SONAR-3755 Add Issues console pageJulien Lancelot2013-04-121-0/+1
* SONAR-3755 refactor IssueFinderSimon Brandhof2013-04-124-81/+676
|\
| * SONAR-3755 Add status when creating new IssuesJulien Lancelot2013-04-121-26/+29
| * SONAR-3755 Add unit tests and fix quality flawJulien Lancelot2013-04-121-12/+10
| * SONAR-3755 Add IssueTracking and update IssuePersister to save or update issu...Julien Lancelot2013-04-124-81/+672
|/
* Remove unused importsJulien Lancelot2013-04-041-2/+0
* Use new PropertyDefinition API in CpdPluginJulien Lancelot2013-04-042-33/+31
* SONAR-4221 Remove the property sonar.timemachine.TRK.period4/5 and restore me...Julien Lancelot2013-04-021-6/+4
* SONAR-4201 "sonar.login" and "sonar.password" should default to "admin/admin"Julien Lancelot2013-03-281-1/+1
* SONAR-4212 It should be possible to edit/remove the pre-defined manual metricsJulien Lancelot2013-03-281-15/+0
* SONAR-4221 Make it possible for the Views and Developers plugin to define the...Julien Lancelot2013-03-281-5/+13
* SONAR-3891 Make it possible for the Views and Developers plugin to decide if ...Julien Lancelot2013-03-271-0/+2
* SONAR-4163 Add " - False Positive" in email subject when the new resolution i...Julien Lancelot2013-03-262-72/+68
* SONAR-3153 Add missing deprecated tag and move property from SecurityRealmFac...Julien Lancelot2013-03-251-1/+1
* Change level of CPD log to DEBUG when language is not supportedJulien HENRY2013-03-221-1/+1
* SONAR-3879 Display rule tags in title of popupJulien Lancelot2013-03-221-4/+3
* SONAR-4145 Remove the useless and misleading properties 'sonar.skipTendencies...Julien Lancelot2013-03-212-21/+8
* SONAR-4163 Add "New false positive issue" notificationJulien Lancelot2013-03-206-10/+206
* SONAR-4069 Refactoring to ease override of some componentsJulien HENRY2013-03-193-28/+28