Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove bad key in core.properties | Simon Brandhof | 2013-09-23 | 1 | -1/+0 |
| | |||||
* | SONAR-4679 Implement include filters by excluding all other resources | Jean-Baptiste Lievremont | 2013-09-23 | 18 | -219/+541 |
| | |||||
* | SONAR-4679 Separate pattern matching at filter time from pattern ↵ | Jean-Baptiste Lievremont | 2013-09-23 | 13 | -183/+279 |
| | | | | initialization at scan time | ||||
* | SONAR-4679 Rename generic class Pattern to more accurate IssuePattern | Jean-Baptiste Lievremont | 2013-09-23 | 11 | -95/+94 |
| | |||||
* | SONAR-4537 Code Viewer permission should only prevent users from seeing the ↵ | Julien Lancelot | 2013-09-20 | 3 | -15/+5 |
| | | | | code, not from using any other feature | ||||
* | SONAR-3644 Update documentation link on issues exclusion | Jean-Baptiste Lievremont | 2013-09-20 | 2 | -10/+4 |
| | |||||
* | SONAR-3387 Fix quality flaws | Jean-Baptiste Lievremont | 2013-09-20 | 3 | -8/+50 |
| | |||||
* | SONAR-4666 Remove prototypejs from widgets (Most Violated Rules) | stephenbroyer | 2013-09-19 | 1 | -2/+2 |
| | |||||
* | SONAR-4666 Remove prototypejs from widgets (Events) | stephenbroyer | 2013-09-19 | 1 | -16/+16 |
| | |||||
* | SONAR-4666 Remove prototypejs from widgets (Description) | stephenbroyer | 2013-09-19 | 1 | -1/+1 |
| | |||||
* | SONAR-4666 Remove prototypejs from widgets (Complexity) | stephenbroyer | 2013-09-19 | 1 | -2/+2 |
| | |||||
* | SONAR-4684 Remove differential view support from some Issues widgets | Julien Lancelot | 2013-09-19 | 2 | -3/+2 |
| | |||||
* | SONAR-3387 Set manual issues as CLOSED/REMOVED when not relocatable | Jean-Baptiste Lievremont | 2013-09-19 | 2 | -6/+64 |
| | |||||
* | SONAR-4660 Move 'Security' in its own category and move 'Encryption' inside. ↵ | Julien Lancelot | 2013-09-19 | 2 | -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 Lievremont | 2013-09-19 | 2 | -9/+18 |
| | | | | on exclusion | ||||
* | SONAR-4683 First naive implementation of manual issues relocation | Jean-Baptiste Lievremont | 2013-09-19 | 4 | -12/+223 |
| | |||||
* | SONAR-4195 In the Measures filter form, make sure the "Key contains" ↵ | Julien Lancelot | 2013-09-18 | 1 | -2/+1 |
| | | | | criteria works the same way as the "Name contains" criteria | ||||
* | SONAR-766 Filter out generated coverage metrics along with used coverage metrics | Jean-Baptiste Lievremont | 2013-09-18 | 2 | -2/+9 |
| | |||||
* | SONAR-4682 Start decoupling hash computation from issue matching | Jean-Baptiste Lievremont | 2013-09-18 | 6 | -63/+282 |
| | | | | Create SourceHashHolder to take care of the heavy hash computations | ||||
* | SONAR-3387 Rename Violation to Issue | Jean-Baptiste Lievremont | 2013-09-18 | 3 | -9/+9 |
| | |||||
* | SONAR-4621 'Removed' measure badly formatted on Rules Compliance widget | Julien Lancelot | 2013-09-18 | 1 | -1/+1 |
| | |||||
* | Fix quality flaws | Julien Lancelot | 2013-09-18 | 1 | -1/+1 |
| | |||||
* | SONAR-4660 Make Settings > 'Database Cleaner', 'Differential Views', ↵ | Julien Lancelot | 2013-09-18 | 4 | -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 type | Julien Lancelot | 2013-09-17 | 4 | -16/+63 |
| | |||||
* | Remove duplicated annotation values in IssueTrackingDecorator | Simon Brandhof | 2013-09-16 | 1 | -2/+2 |
| | |||||
* | SONAR-4617 Refactoring away from Resource<T> | Simon Brandhof | 2013-09-16 | 8 | -16/+16 |
| | |||||
* | Revert "Add package-info files on sonar-core-plugin module" | Julien Lancelot | 2013-09-16 | 17 | -392/+81 |
| | | | | This reverts commit 5e8d5ce5de4cb4e92c6e0a7cd137a1164989fd74. | ||||
* | SONAR-4499 Replace "method" by "function" | Julien Lancelot | 2013-09-16 | 1 | -12/+12 |
| | |||||
* | Add package-info files on sonar-core-plugin module | Julien Lancelot | 2013-09-16 | 17 | -81/+392 |
| | |||||
* | Refactor definition of exclusion properties | Simon Brandhof | 2013-09-16 | 3 | -69/+140 |
| | |||||
* | SONAR-766 Remove string duplication and protect constructor | Jean-Baptiste Lievremont | 2013-09-16 | 1 | -2/+2 |
| | |||||
* | SONAR-766 Fix subcategory for coverage exclusions | Jean-Baptiste Lievremont | 2013-09-13 | 2 | -3/+3 |
| | |||||
* | Change property labels for project module (ex|in)clusions | Jean-Baptiste Lievremont | 2013-09-13 | 1 | -2/+2 |
| | |||||
* | SONAR-766 Add exclusions for coverage | Jean-Baptiste Lievremont | 2013-09-13 | 4 | -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 settings | Jean-Baptiste Lievremont | 2013-09-12 | 2 | -12/+12 |
| | |||||
* | SONAR-4661 SONAR-4655 Fix labels on Exclusions > Duplications properties | Jean-Baptiste Lievremont | 2013-09-12 | 1 | -2/+2 |
| | |||||
* | SONAR-4661 Fix category name in category help key | Jean-Baptiste Lievremont | 2013-09-12 | 1 | -2/+2 |
| | |||||
* | SONAR-4656 Fix documentation labels on sonar.(include|exclude)Modules properties | Jean-Baptiste Lievremont | 2013-09-12 | 1 | -2/+3 |
| | |||||
* | SONAR-4655 Move CPD exclusions settings to dedicated subcategory of Exclusions | Jean-Baptiste Lievremont | 2013-09-12 | 2 | -2/+5 |
| | |||||
* | SONAR-3644 Fix issues notified during testing | Jean-Baptiste Lievremont | 2013-09-12 | 4 | -29/+33 |
| | | | | | Fix issue with empty end block pattern Change labels for batch messages (configuration exceptions) | ||||
* | SONAR-3644 Fix labels and sizes in exclusions settings | Jean-Baptiste Lievremont | 2013-09-12 | 1 | -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 configuration | Jean-Baptiste Lievremont | 2013-09-11 | 2 | -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' subcategory | Jean-Baptiste Lievremont | 2013-09-11 | 2 | -49/+60 |
| | | | | | Migrate file related exclusions configuration to PropertyDefinition API Introduce 'exclusions.files' subcategory | ||||
* | SONAR-3644 Add l10n keys for issues exclusions subcategory | Jean-Baptiste Lievremont | 2013-09-11 | 2 | -1/+3 |
| | |||||
* | SONAR-3644 Remove obvious issues | Jean-Baptiste Lievremont | 2013-09-11 | 3 | -4/+9 |
| | |||||
* | SONAR-3644 Get rid of potential NPE issue warning (cannot guarantee that ↵ | Jean-Baptiste Lievremont | 2013-09-11 | 1 | -2/+3 |
| | | | | subsequent calls to line() will not return null) | ||||
* | SONAR-3644 Extract constant for documentation link and rename subcategory | Jean-Baptiste Lievremont | 2013-09-11 | 1 | -17/+19 |
| | |||||
* | SONAR-3644 Remove Constants interface | Jean-Baptiste Lievremont | 2013-09-11 | 4 | -105/+79 |
| | |||||
* | SONAR-4653 Provide new CSS styles for tables and titles in rule descriptions | Simon Brandhof | 2013-09-10 | 1 | -3/+3 |
| | |||||
* | SONAR-3644 Add checks for invalid regexps | Jean-Baptiste Lievremont | 2013-09-10 | 3 | -4/+35 |
| |