aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Expand)AuthorAgeFilesLines
* fix unit testsimonbrandhof2010-11-121-4/+4
* SONAR-1953 Minimum period used in purge tasks should be configurablesimonbrandhof2010-11-122-0/+81
* fix backward-compatibility with jacoco 0.2simonbrandhof2010-11-101-7/+7
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-11-091-1/+1
* [maven-release-plugin] prepare release 2.4-RC1simonbrandhof2010-11-091-1/+1
* SONAR-1943 Add proxy authentication support for update centersimonbrandhof2010-11-092-18/+119
* 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-032-2/+22
* add the method getURL() to org.sonar.api.platform.Serversimonbrandhof2010-11-021-0/+6
* HttpDownloader should not create file if fail to downloadGodin2010-11-012-3/+21
* 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-292-5/+16
* SONAR-1837:Godin2010-10-281-4/+21
* SONAR-1643 move core widgets from sonar-server to sonar-core-plugin + improve UIsimonbrandhof2010-10-282-2/+19
* 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-252-5/+6
* Add unit test for cloned rules to AnnotationCheckFactoryGodin2010-10-252-9/+33
* 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
* SONAR-1852 Add the analysis date to the Java web service client libraysimonbrandhof2010-10-191-2/+2
* add the methods Characteristic.getChildren(boolean onlyEnabled)simonbrandhof2010-10-181-4/+21
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-10-121-1/+1
* [maven-release-plugin] prepare release 2.3simonbrandhof2010-10-121-1/+1
* fix compatibility with Java 1.5simonbrandhof2010-10-113-5/+7
* trying to fix a unit test which sometimes fails on windowssimonbrandhof2010-10-111-1/+2
* in fact Java 1.5 should support enum in annotations if the enum is defined be...simonbrandhof2010-10-113-6/+5
* fix build compatibility with Java 1.5simonbrandhof2010-10-113-5/+7
* rule API: add the field 'cardinality' to the annotation @org.sonar.check.Rulesimonbrandhof2010-10-114-9/+6
* API: apply the same pattern between rules and profiles API. The extension poi...simonbrandhof2010-10-083-45/+27
* API: improve the pattern to define quality profiles. The extension point is o...simonbrandhof2010-10-0818-306/+234
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-10-051-1/+1
* [maven-release-plugin] prepare release 2.3-RC2simonbrandhof2010-10-051-1/+1
* quality model API: simplify difference between property numeric value and tex...simonbrandhof2010-10-044-75/+39
* quality model API: removeCharacteristic() must support disabled characteristicssimonbrandhof2010-10-041-1/+8
* quality models API: add Model.removeCharacteristic(...)simonbrandhof2010-10-043-0/+35
* add some methods to quality model APIsimonbrandhof2010-10-024-2/+57
* 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-302-2/+3
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-09-301-1/+1
* [maven-release-plugin] prepare release 2.3-RC1simonbrandhof2010-09-301-1/+1
* rename org.sonar.api.rules.StandardRuleXmlFormat to XMLRuleParsersimonbrandhof2010-09-305-13/+13
* 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