aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Collapse)AuthorAgeFilesLines
...
* InputFile should return an input stream to make it easier to test code ↵David Gageot2012-05-074-87/+150
| | | | reading InputFiles
* SONAR-1927 Fix default dashboard and widgetDavid Gageot2012-05-042-1/+22
|
* SONAR-1927 Dashboards are global instead of detachedDavid Gageot2012-05-042-8/+37
|
* SONAR-1927 Global dashboardsDavid Gageot2012-05-021-1/+9
|
* Code cleaning : Add @Override annotationsDavid Gageot2012-04-2713-0/+51
|
* Code cleaning : Unused codeDavid Gageot2012-04-273-2/+3
|
* Code cleaning : Remove indirect access to static memberDavid Gageot2012-04-273-6/+2
|
* Code cleaning : Remove unnecessary castsDavid Gageot2012-04-273-9/+9
|
* Added comments on codeDavid Gageot2012-04-272-2/+8
|
* Remove warningsDavid Gageot2012-04-2711-86/+105
|
* SONAR-3428 Configure InfinitestDavid Gageot2012-04-252-0/+4
|
* Merge branch 'release-3.0'Eric Hartmann2012-04-1614-23/+29
|\
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2012-04-131-1/+1
| |
| * [maven-release-plugin] prepare release 3.0-RC3Eric Hartmann2012-04-131-1/+1
| |
| * SONAR-3412 Remove zero values from drilldowns of package/file cyclesSimon Brandhof2012-04-121-0/+6
| |
| * Rename version 2.15 to 3.0Simon Brandhof2012-04-1114-23/+23
| |
| * Upgrade to 3.0-SNAPSHOTEric Hartmann2012-04-111-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2012-04-101-1/+1
| |
| * [maven-release-plugin] prepare release 2.15-RC2Eric Hartmann2012-04-101-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2012-04-061-1/+1
| |
| * [maven-release-plugin] prepare release 2.15-RC1Eric Hartmann2012-04-061-1/+1
| |
* | Upgrade to 3.1-SNAPSHOTEric Hartmann2012-04-111-1/+1
| |
* | Upgrade version to 2.16Eric Hartmann2012-04-061-1/+1
|/
* SONAR-3393 add a factory method to AverageFormulaSimon Brandhof2012-04-053-22/+29
|
* Fix some quality flawsSimon Brandhof2012-04-052-2/+2
|
* Fix violationsFabrice Bellingard2012-04-052-22/+38
|
* SONAR-3393 Provide an AverageFormula classFabrice Bellingard2012-04-044-69/+136
|
* SONAR-3320 Add an extension point to observe property changesSimon Brandhof2012-04-045-11/+133
|
* SONAR-3318 Fix handling of exceptions in CommandExecutorEvgeny Mandrikov2012-04-041-0/+2
|
* SONAR-3318 Allow to capture stdout and stderr using CommandExecutorEvgeny Mandrikov2012-04-049-35/+219
| | | | Also improve handling of exceptions.
* Fix charset constant in unit test RuleFailureModelTestSimon Brandhof2012-04-031-2/+2
|
* Fix compatibility with Java 5Simon Brandhof2012-04-031-1/+1
|
* Fix some quality flawsSimon Brandhof2012-04-032-9/+2
|
* Fix some quality flawsSimon Brandhof2012-04-021-2/+2
|
* SONAR-3315 Improve error message when importing duplicate filesFabrice Bellingard2012-04-021-2/+2
|
* SONAR-3287 Add "modifiable_history" property on ResourceTypeFabrice Bellingard2012-03-301-1/+41
|
* SONAR-3287 Use new ResourceType props for #isAvailableForFiltersFabrice Bellingard2012-03-304-18/+52
|
* SONAR-3287 Add properties on ResourceType and use them in RubyFabrice Bellingard2012-03-291-0/+32
| | | | => To be able to tell, for instance, that a resource is "deletable" and so to display the "Deletion" link accordingly.
* SONAR-3323 rename @RequiredMeasures attributes to allOf and anyOfSimon Brandhof2012-03-271-3/+3
|
* SONAR-3224 remove the need for server restartSimon Brandhof2012-03-221-44/+0
|
* SONAR-3224 API: support Ruby on Rails applicationsSimon Brandhof2012-03-222-0/+46
|
* SONAR-3323 Display tab/page/widget only when required measures existFabrice Bellingard2012-03-221-0/+57
| | | | | | => new annotation @RequiredMeasure(mandatory={}, oneOf={}) that can be applied on any views. Tested on pages, tabs and widgets
* SONAR-3343 Improve AnnotationRuleParser for better consistencyFabrice Bellingard2012-03-212-16/+22
| | | | When a rule is annotated, its name and its description fields should be saved as NULL if they are not not provided.
* SONAR-3289 Mark metric 'class_complexity_distribution' as deprecatedEvgeny Mandrikov2012-03-211-0/+3
|
* SONAR-2900 The AnnotationCheckFactory should accept check objects and not ↵Simon Brandhof2012-03-202-21/+68
| | | | only check classes
* SONAR-3344 Display metadata of SonarSource licensesSimon Brandhof2012-03-205-7/+323
|
* API: add the methods DateUtils#parseDateQuietly(String) and ↵Simon Brandhof2012-03-202-12/+75
| | | | parseDateTimeQuietly(String)
* SONAR-3289 Mark metric 'class_complexity_distribution' as deprecatedEvgeny Mandrikov2012-03-201-0/+7
|
* SONAR-2084 fix some quality flawsSimon Brandhof2012-03-203-13/+58
|
* SONAR-2084 fix the key of the property sonar.secretKeyPathSimon Brandhof2012-03-203-10/+9
|