aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-1929 refactoring of the extension point DashboardSimon Brandhof2011-12-153-61/+42
* SONAR-1929 Improve the Dashboard template APIFabrice Bellingard2011-12-144-20/+28
* SONAR-1929 Modify the new DashboardTemplate APIFabrice Bellingard2011-12-1311-250/+405
* SONAR-3063 Implement the hotspots page as a dashboardFabrice Bellingard2011-12-121-1/+1
* SONAR-1929 New extension point: dashboard templateFabrice Bellingard2011-12-127-3/+315
* Fix some violationsSimon Brandhof2011-12-121-5/+5
* Improve DateUtils by using generics in ThreadLocal + rename some unit tests o...Simon Brandhof2011-12-122-8/+11
* SONAR-3077 rename priority to severity in Rule#toString()Simon Brandhof2011-12-121-33/+36
* SONAR-2973 replace RULE_FAILURES_OVERRIDDEN_SEVERITY by REVIEWS.MANUAL_SEVERI...Simon Brandhof2011-12-121-12/+0
* SONAR-3077 Don't use ReflectionToStringBuilder in Rule.toString()Evgeny Mandrikov2011-12-101-1/+11
* Add DecoratorBarriers START_VIOLATION_PERSISTENCE and END_OF_VIOLATION_PERSIS...Evgeny Mandrikov2011-12-091-13/+23
* SONAR-3070 DateUtils should not parse badly formatted stringsEvgeny Mandrikov2011-12-092-15/+29
* Increase size of RULE_FAILURES.COMMITTER to 100Evgeny Mandrikov2011-12-081-1/+1
* SONAR-2973 add the column RULE_FAILURES.OVERRIDDEN_SEVERITY (BOOLEAN)Simon Brandhof2011-12-081-3/+16
* Add RULE_FAILURES.COMMITTEREvgeny Mandrikov2011-12-082-0/+29
* SONAR-3057 Use appropriate colors for measuresFabrice Bellingard2011-12-071-12/+14
* SONAR-3062 API: org.sonar.api.config.Settings#getStringArray() should trim va...simonbrandhof2011-12-072-4/+42
* SONAR-3055 API: remove the attribute "classes" of the annotations @DependsUpo...Simon Brandhof2011-12-055-26/+3
* SONAR-3052 add dependency on Guava 10simonbrandhof2011-12-041-2/+2
* SONAR-1974 refactor tables RULE_FAILURES and REVIEWSSimon Brandhof2011-12-022-34/+59
* SONAR-1974 Add RULE_FAILURES.RESOURCE_IDSimon Brandhof2011-11-281-2/+14
* SONAR-1974 RULE_FAILURES.SNAPSHOT_ID must be nullableSimon Brandhof2011-11-281-1/+1
* Fix name of CoreMetrics#metricsSimon Brandhof2011-11-281-726/+729
* Add factory methods to converters of org.sonar.api.utils.KeyValueFormatSimon Brandhof2011-11-282-30/+74
* Fix some violationsSimon Brandhof2011-11-252-15/+14
* SONAR-3029 API: allow to have different severities for violations related to ...Simon Brandhof2011-11-245-81/+29
* SONAR-3023 Increase the size for column "qualifier" in DBEvgeny Mandrikov2011-11-232-2/+2
* SONAR-2897 Rename "sonar.cobertura.maxmen" to "sonar.cobertura.maxmem"Fabrice Bellingard2011-11-211-1/+1
* Fix compatibility of file exclusions with the dotnet pluginsimonbrandhof2011-11-132-3/+13
* Fix loading of file exclusions - do not cache exclusions in Projectsimonbrandhof2011-11-113-8/+67
* Remove HSQLDB from unit testsSimon Brandhof2011-11-102-5/+5
* Upgrade version to 2.13-SNAPSHOTEric Hartmann2011-11-091-1/+1
* fix violationssimonbrandhof2011-11-071-1/+5
* Fix violationsEvgeny Mandrikov2011-11-072-3/+0
* Fix coding violationsSimon Brandhof2011-11-032-6/+7
* Fix violationsEvgeny Mandrikov2011-11-032-19/+15
* SONAR-2963 rename some labels and metricsSimon Brandhof2011-11-021-15/+15
* SONAR-2952 add @since comments to new core metrics + remove dead code from ja...simonbrandhof2011-11-011-4/+119
* SONAR-2952 move integration test metrics from jacoco plugin to coresimonbrandhof2011-11-011-1/+67
* SONAR-2952 Make the coverage tab support integration test measuressimonbrandhof2011-11-011-615/+708
* Deprecate org.sonar.api.utils.Logssimonbrandhof2011-11-011-0/+2
* Don't use ping command to test CommandExecutorEvgeny Mandrikov2011-10-293-3/+4
* Fix violationsEvgeny Mandrikov2011-10-262-1/+4
* Fix violationsEvgeny Mandrikov2011-10-252-2/+0
* SONAR-2879 Trim paths (sources, tests, binaries, libraries) before usageEvgeny Mandrikov2011-10-252-7/+31
* SONAR-2919 Update Events tableFabrice Bellingard2011-10-241-14/+2
* SONAR-2715 Provide meaningful exception message, when source file cannot be i...Evgeny Mandrikov2011-10-241-3/+2
* Fix violationsEvgeny Mandrikov2011-10-243-2/+3
* SONAR-2762 Improve examples in page "project exclusions"Evgeny Mandrikov2011-10-211-5/+5
* SONAR-2762 Fully refactor construction of regular expression in WildcardPatternEvgeny Mandrikov2011-10-202-41/+177