aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Expand)AuthorAgeFilesLines
* SONAR-249 add the columns SNAPSHOT.VAR_MODE_x and VAR_LABEL_x (x=1, 2 or 3)simonbrandhof2010-11-301-0/+77
* Fix violations reported on Nemo, fix JavaDocsGodin2010-11-309-73/+67
* SONAR-249 add variation values to Ruby APIsimonbrandhof2010-11-301-0/+36
* SONAR-1450: Add the column RULE_FAILURES.CREATED_ATGodin2010-11-301-6/+16
* SONAR-1450: Revert some changes made yesterdayGodin2010-11-301-4/+6
* Fix violations reported on NemoGodin2010-11-302-8/+8
* SONAR-249 improve core components to load rules and metricssimonbrandhof2010-11-293-69/+12
* SONAR-249 always save measures with diff values, even if best valuesimonbrandhof2010-11-291-12/+0
* SONAR-249 add the decorator to calculate differential values of measures.simonbrandhof2010-11-291-4/+10
* 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-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