aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Expand)AuthorAgeFilesLines
* SONAR-3238 Deprecate old format for DUPLICATIONS_DATAEvgeny Mandrikov2012-02-181-1/+1
* Fix some quality flawsEvgeny Mandrikov2012-02-176-38/+33
* Fix binary compatibility of ResourceModel#setCopyResourceId(Integer)Simon Brandhof2012-02-161-2/+1
* SONAR-3208 use PERSON_ID instead of COMMITTER in PROJECT_MEASURES and RULE_FA...Simon Brandhof2012-02-157-32/+33
* SONAR-3208 complete database tablesSimon Brandhof2012-02-141-26/+47
* SONAR-3209 Add new batch component - FileLinesContextFactoryEvgeny Mandrikov2012-02-093-8/+48
* SONAR-3239 Depreciate the paragraph metrics Fabrice Bellingard2012-02-091-0/+24
* SONAR-3210 Compute new measure for Java files - comments in fileEvgeny Mandrikov2012-02-091-0/+23
* SONAR-3209,SONAR-3210 Provide API to save and retrieve measures by lineEvgeny Mandrikov2012-02-092-0/+66
* SONAR-3253 Fix possible NPE in org.sonar.api.measures.Measure#setData(String)Evgeny Mandrikov2012-02-092-13/+77
* SONAR-3210 Compute new measure for Java files - LoC in fileEvgeny Mandrikov2012-02-091-0/+21
* SONAR-2061 do not keep historical data on the metric new_blocker_violationsSimon Brandhof2012-02-081-0/+1
* SONAR-2061 do not keep historical data of metrics prefixed by new_Simon Brandhof2012-02-071-1/+20
* SONAR-3241 Metric "Lines to cover" should not be hiddenEvgeny Mandrikov2012-02-061-1/+0
* Improve documentation about core metricsEvgeny Mandrikov2012-02-051-2/+7
* Improve documentation about core metricsEvgeny Mandrikov2012-02-041-16/+110
* Sonar API - Try to improve documentation of notificationsFabrice Bellingard2012-02-034-12/+88
* Fix some quality flawsSimon Brandhof2012-02-031-1/+2
* SONAR-3231 Allow to associate measure with committerEvgeny Mandrikov2012-02-031-16/+30
* Improve RuleMeasureEvgeny Mandrikov2012-02-031-6/+18
* Update javadoc of RubyRailsWebservice.javaSimon Brandhof2012-02-021-4/+2
* Remove unused private methodSimon Brandhof2012-02-021-5/+0
* First shot to improve documentation of Metric APIFabrice Bellingard2012-02-011-34/+102
* SONAR-3228 Set the wieghted_violations metric's best value to 0Fabrice Bellingard2012-02-011-0/+2
* SONAR-3231 Allow to associate measure with committerEvgeny Mandrikov2012-02-013-3/+42
* Revert invalid commentSimon Brandhof2012-01-311-2/+0
* Add javadoc to Violation#getCommittersimonbrandhof2012-01-301-0/+2
* SONAR-2061 add the flag Metric#deleteHistoricalData. Default value is false.Simon Brandhof2012-01-252-25/+75
* Move some purge tasks to MyBatissimonbrandhof2012-01-243-12/+11
* SONAR-3179 Use naming convention for localization of qualifiersEvgeny Mandrikov2012-01-202-23/+2
* SONAR-2757 add the column SNAPSHOTS.PURGE_STATUS (INTEGER)Simon Brandhof2012-01-191-0/+18
* Fix some minor violationsSimon Brandhof2012-01-191-2/+2
* Fix compatibility of FieldUtilsTest with Jacocosimonbrandhof2012-01-181-8/+0
* SONAR-3112 Metrics 'test_errors' and 'skipped_tests' should be qualitativeEvgeny Mandrikov2012-01-181-2/+2
* SONAR-1707 Add the column SNAPSHOTS.BUILD_DATESimon Brandhof2012-01-181-52/+126
* SONAR-3179 Allow to declare resources which can be used for filtersEvgeny Mandrikov2012-01-181-2/+14
* SONAR-3179 Add API to define resourcesEvgeny Mandrikov2012-01-182-0/+151
* SONAR-3012 Shows the new unreviewed violations count in the widgetFabrice Bellingard2012-01-171-4/+4
* Calling Field.setAccessible(true) is accepted here -> not a quality flawSimon Brandhof2012-01-171-1/+1
* SONAR-3012 Add new_unreviewed_violations metricFabrice Bellingard2012-01-173-5/+56
* Fix violationsEvgeny Mandrikov2012-01-161-1/+2
* SONAR-3164 AnnotationCheckFactory does not detect properties declared in inhe...Simon Brandhof2012-01-134-14/+90
* SONAR-3169 API: new utility class org.sonar.api.utils.FieldUtilsSimon Brandhof2012-01-132-0/+202
* SONAR-3012 Improvements on Review ActivityFabrice Bellingard2012-01-131-5/+0
* SONAR-3112 Metric 'test_failures' should be qualitativeEvgeny Mandrikov2012-01-131-3/+2
* SONAR-3012 New widget to monitor the review activityFabrice Bellingard2012-01-121-0/+96
* SONAR-3137,SONAR-2292 Add synchronization of groups, prepare API for future e...Evgeny Mandrikov2012-01-115-25/+46
* Update copyright header for this new yearSimon Brandhof2012-01-10357-357/+357
* SONAR-3137,SONAR-2292 Complete API for external security systemsEvgeny Mandrikov2012-01-103-3/+97
* SONAR-3137 Add experimental API to retrieve users from external systemEvgeny Mandrikov2012-01-092-0/+88