aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Expand)AuthorAgeFilesLines
...
* 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-2612-191/+179
* 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-184-152/+0
* trying to fix a jetty deadlock issue in the unit test HttpDownloaderTestsimonbrandhof2010-11-161-10/+102
* Increase code coverage for XMLRuleParserGodin2010-11-161-2/+9
* SONAR-1981: If name not specified for rule, then AnnotationRuleParser should ...Godin2010-11-152-2/+91
* 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