aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-4716 Add remediation cost when creating issuesJulien Lancelot2013-10-014-300/+2
|
* SONAR-2657, SONAR-3677 Compute file hash and introduce partial analysis modeJulien HENRY2013-10-018-0/+588
|
* SONAR-4675 Replace Jetty web server by Tomcat 7Simon Brandhof2013-10-014-0/+20
|
* SONAR-4714 Load technical debt model only once per project instead of once ↵Julien Lancelot2013-10-0126-1334/+13
| | | | per module
* SONAR-4713 Fail on unprovisioned projectJean-Baptiste Lievremont2013-10-011-1/+9
| | | | | | Add new property to make provisioning mandatory Turn ProjectReactorValidator into an IoC-managed component Add check at project scan bootstrap to fail if project does not exist
* SONAR-4715 Replace deprecated Apache configuration API by SettingsJulien Lancelot2013-10-016-22/+17
|
* SONAR-4715 remove toString()Julien Lancelot2013-09-301-5/+0
|
* SONAR-4715 Minor refactoringJulien Lancelot2013-09-302-9/+12
|
* SONAR-4715 Execute technical debt decorator only persistable resourcesJulien Lancelot2013-09-302-2/+2
|
* Renamed Requirement and Characteristic used by technical debt decoratorJulien Lancelot2013-09-3018-95/+101
|
* SONAR-3871 Finalize provisioning pageJean-Baptiste Lievremont2013-09-301-0/+4
| | | | | | Add 'operations' and 'created' columns in view Add controller methods to update / delete a provisioned project Remove tab UI (will only manage projects)
* SONAR-4712 Ensure most pages work without snapshotJean-Baptiste Lievremont2013-09-301-0/+1
| | | | | | | Add message for pages available to empty (provisioned) projects Modify layouts that don't depend explicitly on last snapshot Hide 'Tools' section from the navigation sidebar on empty projects Ensure 'Tools' section is available when last snapshot exists
* SONAR-4733 Metric label is missing in alert messagesSimon Brandhof2013-09-302-6/+35
|
* Fix quality flawsJulien Lancelot2013-09-302-0/+46
|
* SONAR-4718 update widget descriptionJulien Lancelot2013-09-291-1/+1
|
* SONAR-4717 replace wrong widget keyJulien Lancelot2013-09-291-1/+1
|
* SONAR-4717 Fix link on technical debt measureJulien Lancelot2013-09-291-1/+1
|
* SONAR-4718 Offer a new "Technical Debt Pyramid" widgetJulien Lancelot2013-09-274-0/+190
|
* SONAR-4717 Offer a new "Technical Debt" widgetJulien Lancelot2013-09-271-1/+1
|
* SONAR-4717 Offer a new "Technical Debt" widgetJulien Lancelot2013-09-274-0/+55
|
* SONAR-4715 Compute the new "Technical Debt" metricJulien Lancelot2013-09-2727-0/+1886
|
* SONAR-4711 Initial version of provisioning page in settingsJean-Baptiste Lievremont2013-09-261-0/+17
|
* SONAR-3871 Initialization of project provisioningJean-Baptiste Lievremont2013-09-261-0/+1
|
* Fix documentation link for issues exclusionsJean-Baptiste Lievremont2013-09-241-1/+1
|
* SONAR-3871 Create permission for provisioning - initial commit for backupJean-Baptiste Lievremont2013-09-241-0/+2
|
* Remove bad key in core.propertiesSimon Brandhof2013-09-231-1/+0
|
* SONAR-4679 Implement include filters by excluding all other resourcesJean-Baptiste Lievremont2013-09-2318-219/+541
|
* SONAR-4679 Separate pattern matching at filter time from pattern ↵Jean-Baptiste Lievremont2013-09-2313-183/+279
| | | | initialization at scan time
* SONAR-4679 Rename generic class Pattern to more accurate IssuePatternJean-Baptiste Lievremont2013-09-2311-95/+94
|
* SONAR-4537 Code Viewer permission should only prevent users from seeing the ↵Julien Lancelot2013-09-203-15/+5
| | | | code, not from using any other feature
* SONAR-3644 Update documentation link on issues exclusionJean-Baptiste Lievremont2013-09-202-10/+4
|
* SONAR-3387 Fix quality flawsJean-Baptiste Lievremont2013-09-203-8/+50
|
* SONAR-4666 Remove prototypejs from widgets (Most Violated Rules)stephenbroyer2013-09-191-2/+2
|
* SONAR-4666 Remove prototypejs from widgets (Events)stephenbroyer2013-09-191-16/+16
|
* SONAR-4666 Remove prototypejs from widgets (Description)stephenbroyer2013-09-191-1/+1
|
* SONAR-4666 Remove prototypejs from widgets (Complexity)stephenbroyer2013-09-191-2/+2
|
* SONAR-4684 Remove differential view support from some Issues widgetsJulien Lancelot2013-09-192-3/+2
|
* SONAR-3387 Set manual issues as CLOSED/REMOVED when not relocatableJean-Baptiste Lievremont2013-09-192-6/+64
|
* SONAR-4660 Move 'Security' in its own category and move 'Encryption' inside. ↵Julien Lancelot2013-09-192-11/+6
| | | | Move 'Email' under 'General' . Set 'General' as the default selected category.
* SONAR-766 Filter ALL unit coverage related metrics (line, branch, standard) ↵Jean-Baptiste Lievremont2013-09-192-9/+18
| | | | on exclusion
* SONAR-4683 First naive implementation of manual issues relocationJean-Baptiste Lievremont2013-09-194-12/+223
|
* SONAR-4195 In the Measures filter form, make sure the "Key contains" ↵Julien Lancelot2013-09-181-2/+1
| | | | criteria works the same way as the "Name contains" criteria
* SONAR-766 Filter out generated coverage metrics along with used coverage metricsJean-Baptiste Lievremont2013-09-182-2/+9
|
* SONAR-4682 Start decoupling hash computation from issue matchingJean-Baptiste Lievremont2013-09-186-63/+282
| | | | Create SourceHashHolder to take care of the heavy hash computations
* SONAR-3387 Rename Violation to IssueJean-Baptiste Lievremont2013-09-183-9/+9
|
* SONAR-4621 'Removed' measure badly formatted on Rules Compliance widgetJulien Lancelot2013-09-181-1/+1
|
* Fix quality flawsJulien Lancelot2013-09-181-1/+1
|
* SONAR-4660 Make Settings > 'Database Cleaner', 'Differential Views', ↵Julien Lancelot2013-09-184-177/+86
| | | | 'Duplications', 'Localization' and 'Security' pages, some sub-categories of the 'General' page
* SONAR-4625 New issues email should contain total issues for each issue typeJulien Lancelot2013-09-174-16/+63
|
* Remove duplicated annotation values in IssueTrackingDecoratorSimon Brandhof2013-09-161-2/+2
|