aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main
Commit message (Expand)AuthorAgeFilesLines
* SONAR-2017 Log execution time of decoratorssimonbrandhof2010-11-281-1/+1
* Fix violations reported on NemoGodin2010-11-281-3/+6
* Fix violations reported on NemoGodin2010-11-268-34/+25
* SONAR-1405: The API must optionally allow plugins to add rule violations on l...Godin2010-11-263-7/+29
* SONAR-249: extract persistence layer from data index + dump measures at the e...simonbrandhof2010-11-269-139/+127
* fix javadocsimonbrandhof2010-11-241-4/+1
* SONAR-1556: When a language is specified with the 'sonar.language' property b...Godin2010-11-231-5/+8
* SONAR-1663 include the dbcleaner plugin + move all purges in this pluginsimonbrandhof2010-11-183-111/+0
* SONAR-1981: If name not specified for rule, then AnnotationRuleParser should ...Godin2010-11-151-2/+4
* fix unit testsimonbrandhof2010-11-121-4/+4
* SONAR-1953 Minimum period used in purge tasks should be configurablesimonbrandhof2010-11-121-0/+40
* fix backward-compatibility with jacoco 0.2simonbrandhof2010-11-101-7/+7
* SONAR-1943 Add proxy authentication support for update centersimonbrandhof2010-11-091-15/+95
* custom dashboards: add the annotation @WidgetLayout with values DEFAULT (gray...simonbrandhof2010-11-053-2/+68
* SONAR-1668 Name of the project does not get updatedsimonbrandhof2010-11-051-1/+1
* SONAR-1643 filter widgets by category when configuring a dashboardsimonbrandhof2010-11-031-0/+34
* Improve routines for patterns, add unit testsGodin2010-11-031-0/+12
* add the method getURL() to org.sonar.api.platform.Serversimonbrandhof2010-11-021-0/+6
* HttpDownloader should not create file if fail to downloadGodin2010-11-011-2/+5
* SONAR-1643 add example of widget properties in plugin archetype + use enumera...simonbrandhof2010-11-014-15/+25
* SONAR-1643 add widget propertiessimonbrandhof2010-10-291-12/+2
* SONAR-1904: WildcardPattern "**/Reader" shouldn't match "org.sonar.channel.Co...Godin2010-10-291-5/+5
* SONAR-1837:Godin2010-10-281-4/+21
* SONAR-1643 move core widgets from sonar-server to sonar-core-plugin + improve UIsimonbrandhof2010-10-281-0/+11
* SONAR-1643 apply a part of the GSOC branchsimonbrandhof2010-10-283-0/+123
* SONAR-1772: Remove deprecated property "sonar.findbugs.maxHeap"Godin2010-10-251-15/+2
* SONAR-1903: Fix problem with cloned rules and AnnotationCheckFactoryGodin2010-10-251-3/+3
* SONAR-1772: Minor fixesGodin2010-10-211-1/+12
* SONAR-1830 support rating metric type in drilldowns and timemachinesimonbrandhof2010-10-211-1/+1
* SONAR-1830 new metric type 'rating'simonbrandhof2010-10-191-2/+3
* add the methods Characteristic.getChildren(boolean onlyEnabled)simonbrandhof2010-10-181-4/+21
* fix compatibility with Java 1.5simonbrandhof2010-10-112-4/+6
* in fact Java 1.5 should support enum in annotations if the enum is defined be...simonbrandhof2010-10-112-5/+4
* fix build compatibility with Java 1.5simonbrandhof2010-10-112-4/+5
* rule API: add the field 'cardinality' to the annotation @org.sonar.check.Rulesimonbrandhof2010-10-113-8/+5
* API: apply the same pattern between rules and profiles API. The extension poi...simonbrandhof2010-10-082-40/+22
* API: improve the pattern to define quality profiles. The extension point is o...simonbrandhof2010-10-086-93/+37
* quality model API: simplify difference between property numeric value and tex...simonbrandhof2010-10-042-35/+13
* quality model API: removeCharacteristic() must support disabled characteristicssimonbrandhof2010-10-041-1/+8
* quality models API: add Model.removeCharacteristic(...)simonbrandhof2010-10-042-0/+13
* add some methods to quality model APIsimonbrandhof2010-10-022-2/+20
* quality model API: add the method Characteristic.create(), without parameterssimonbrandhof2010-10-011-2/+6
* quality model API: add the methods Characteristic.hasRule() and getProperties()simonbrandhof2010-10-011-0/+14
* revert change on RuleRepositorysimonbrandhof2010-10-011-2/+1
* upgrade trunk to 2.4-SNAPSHOTsimonbrandhof2010-09-301-1/+2
* rename org.sonar.api.rules.StandardRuleXmlFormat to XMLRuleParsersimonbrandhof2010-09-301-7/+7
* SONAR-1822 Add the property 'sonar.skipTendencies' to skip calculation of mea...simonbrandhof2010-09-281-0/+2
* SONAR-1814 improve javadocsimonbrandhof2010-09-281-2/+2
* SONAR-1814 add the method ExtensionProvider.provide() in order to support obf...simonbrandhof2010-09-282-15/+23
* XMLProfileImporter : check that the nodes <name> and <language> are definedsimonbrandhof2010-09-281-0/+10