aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix compatibility of file exclusions with the dotnet pluginsimonbrandhof2011-11-142-3/+13
|
* Fix loading of file exclusions - do not cache exclusions in Projectsimonbrandhof2011-11-113-8/+67
|
* 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 ↵simonbrandhof2011-11-011-4/+119
| | | | jacoco plugin
* 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
| | | | This command causes strange problems on Windows 7.
* 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
| | | | | | | | Migration script: - name column => 400 - description column => 4000 - data column removed - tries to attach snapshots to events that do not have one
* SONAR-2715 Provide meaningful exception message, when source file cannot be ↵Evgeny Mandrikov2011-10-241-3/+2
| | | | imported
* 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
| | | | Thus now it provides correct escaping for regular expression operators.
* SONAR-2809 Don't hide metric "Weighted violations"Evgeny Mandrikov2011-10-181-1/+0
|
* Fix violationsEvgeny Mandrikov2011-10-182-1/+13
|
* Fix HttpDownloaderTest on WindowsSimon Brandhof2011-10-131-3/+4
|
* Remove some ignored tests and fix some commented-out codeSimon Brandhof2011-10-131-1/+4
|
* Improve unit testsEvgeny Mandrikov2011-10-131-7/+29
|
* SONAR-2896 Fix ability to configure Maven plugins under Maven 2.xEvgeny Mandrikov2011-10-121-1/+1
|
* SONAR-2896 Fix ability to configure Maven plugins under Maven 2.xEvgeny Mandrikov2011-10-121-4/+18
|
* SONAR-2852 CommandExecutor must explicitly close all streamsEvgeny Mandrikov2011-10-101-8/+37
|
* SONAR-2881 Do not rebuild the WAR file when changing conf/logback.xmlsimonbrandhof2011-10-091-1/+1
|
* SONAR-2861 New Configuration APIsimonbrandhof2011-10-0714-115/+956
| | | | | | | | The component org.apache.commons.Configuration is still available but plugins should use org.sonar.api.config.Settings. It also implies the following issues : SONAR-2870 do not rebuild the WAR file when editing sonar.properties SONAR-2869 allow to use the annotations @Properties/@Property on extensions
* Add MeasureData#toString()Simon Brandhof2011-09-201-0/+11
|
* SONAR-2810 End support of JNDI JDBC datasource by WAR modeSimon Brandhof2011-09-141-1/+0
|
* SONAR-2603 provide a dedicated page to generate server idsimonbrandhof2011-09-112-4/+4
|
* SONAR-2603 provide a dedicated settings page to generate server keysimonbrandhof2011-09-091-1/+6
| | | | | This page is merged to the catgories of the General Settings page. At the same time the Email Settings page is merged as well.
* SONAR-1091 New properties and category 'Duplications'Evgeny Mandrikov2011-09-091-3/+28
|
* SONAR-2714 Reorganize core properties into categoriesSimon Brandhof2011-08-181-0/+31
|
* SONAR-2655 define toString() on all the hibernate modelsSimon Brandhof2011-08-1611-60/+110
|
* SONAR-2694 Provide a new optional 'category' attribute on the @Property ↵Simon Brandhof2011-08-151-0/+5
| | | | annotation
* SONAR-2692 API: allow plugins to auto-disable on server startupsimonbrandhof2011-08-112-2/+44
|
* SONAR-2603 generate server key at startupSimon Brandhof2011-08-092-0/+15
|
* SONAR-2627 False-positive flags disappear after second analysis runSimon Brandhof2011-08-041-7/+20
|
* Deactivate test HttpDownloaderTestsimonbrandhof2011-08-021-3/+1
|
* Some code improvementsSimon Brandhof2011-08-024-5/+9
|
* Fix new violationsSimon Brandhof2011-08-023-13/+13
|
* SONAR-75 Remove unused French GWT properties + add method ↵Simon Brandhof2011-08-011-2/+22
| | | | Metric.Builder#setUserManaged(boolean)
* SONAR-75 Improve i18n APISimon Brandhof2011-07-291-54/+0
| | | | | | - The extension point LanguagePack is not required anymore - No error logs when rule description is not available in all locales - Increase code coverage and decrease complexity
* Add convenient factory methods ResourceQuery#create(String resourceKey) and ↵Simon Brandhof2011-07-281-0/+7
| | | | Rule#create(String repo, String key)
* Fix label of metric commented_out_code_linesSimon Brandhof2011-07-281-1/+1
|
* SONAR-2596 Add unit testsEvgeny Mandrikov2011-07-282-0/+84
|
* SONAR-2644 Rule name should be optional in XML declaration filesSimon Brandhof2011-07-264-10/+9
|