aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* SONAR-4617 Refactoring away from Resource<T>Simon Brandhof2013-09-168-16/+16
|
* Revert "Add package-info files on sonar-core-plugin module"Julien Lancelot2013-09-1617-392/+81
| | | | This reverts commit 5e8d5ce5de4cb4e92c6e0a7cd137a1164989fd74.
* SONAR-4499 Replace "method" by "function"Julien Lancelot2013-09-161-12/+12
|
* Add package-info files on sonar-core-plugin moduleJulien Lancelot2013-09-1617-81/+392
|
* Refactor definition of exclusion propertiesSimon Brandhof2013-09-163-69/+140
|
* SONAR-766 Remove string duplication and protect constructorJean-Baptiste Lievremont2013-09-161-2/+2
|
* SONAR-766 Fix subcategory for coverage exclusionsJean-Baptiste Lievremont2013-09-132-3/+3
|
* Change property labels for project module (ex|in)clusionsJean-Baptiste Lievremont2013-09-131-2/+2
|
* SONAR-766 Add exclusions for coverageJean-Baptiste Lievremont2013-09-134-1/+176
| | | | | | Introduce new API to filter measures before they are saved to context Implement a measure filter for code coverage measures Add configuration property for coverage exclusions
* SONAR-4656 SONAR-3644 Fix remaining properties labels in exclusions settingsJean-Baptiste Lievremont2013-09-122-12/+12
|
* SONAR-4661 SONAR-4655 Fix labels on Exclusions > Duplications propertiesJean-Baptiste Lievremont2013-09-121-2/+2
|
* SONAR-4661 Fix category name in category help keyJean-Baptiste Lievremont2013-09-121-2/+2
|
* SONAR-4656 Fix documentation labels on sonar.(include|exclude)Modules propertiesJean-Baptiste Lievremont2013-09-121-2/+3
|
* SONAR-4655 Move CPD exclusions settings to dedicated subcategory of ExclusionsJean-Baptiste Lievremont2013-09-122-2/+5
|
* SONAR-3644 Fix issues notified during testingJean-Baptiste Lievremont2013-09-124-29/+33
| | | | | Fix issue with empty end block pattern Change labels for batch messages (configuration exceptions)
* SONAR-3644 Fix labels and sizes in exclusions settingsJean-Baptiste Lievremont2013-09-121-6/+6
| | | | | | | Replace 'violations' with 'issues' Replace 'switch off' with 'ignore' Double the size of large configuration fields (for regexps/patterns) Change title of multicriteria property
* SONAR-4656 Display sonar.includedModules property in configurationJean-Baptiste Lievremont2013-09-112-0/+19
| | | | | | Add core configuration constant for included modules Declare property in core configuration block Set indexes on configuration properties
* SONAR-3644 Move 'Exclusions' category to 'Files' subcategoryJean-Baptiste Lievremont2013-09-112-49/+60
| | | | | Migrate file related exclusions configuration to PropertyDefinition API Introduce 'exclusions.files' subcategory
* SONAR-3644 Add l10n keys for issues exclusions subcategoryJean-Baptiste Lievremont2013-09-112-1/+3
|
* SONAR-3644 Remove obvious issuesJean-Baptiste Lievremont2013-09-113-4/+9
|
* SONAR-3644 Get rid of potential NPE issue warning (cannot guarantee that ↵Jean-Baptiste Lievremont2013-09-111-2/+3
| | | | subsequent calls to line() will not return null)
* SONAR-3644 Extract constant for documentation link and rename subcategoryJean-Baptiste Lievremont2013-09-111-17/+19
|
* SONAR-3644 Remove Constants interfaceJean-Baptiste Lievremont2013-09-114-105/+79
|
* SONAR-4653 Provide new CSS styles for tables and titles in rule descriptionsSimon Brandhof2013-09-101-3/+3
|
* SONAR-3644 Add checks for invalid regexpsJean-Baptiste Lievremont2013-09-103-4/+35
|