aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Expand)AuthorAgeFilesLines
* SONAR-249 rename the SNAPSHOTS.VARIATION_xxx columns + add SNAPSHOTS.PERIODx_...simonbrandhof2010-12-151-91/+204
* SONAR-1829: Use severity instead of priorityGodin2010-12-141-8/+5
* the metric public_undocumented_api must not have a worst valuesimonbrandhof2010-12-101-1/+1
* add a missing javadoc tag @sincesimonbrandhof2010-12-091-0/+3
* Log message about backward compatibility for XMLProfileParserGodin2010-12-091-0/+2
* Backward compatibility for XMLProfileParserGodin2010-12-092-2/+36
* Minor changeGodin2010-12-091-5/+1
* * SONAR-1809: MetricFinder should be available on server sideGodin2010-12-083-13/+9
* SONAR-1809: Export / import alerts attached to a quality profileGodin2010-12-086-14/+159
* Deprecate Rule.setPluginName() , Rule.getPluginName() and related stuff, beca...Godin2010-12-083-34/+39
* SONAR-1937 violations tab : display violation age in days to current datesimonbrandhof2010-12-081-6/+6
* SONAR-1829: Use severity instead of priorityGodin2010-12-074-9/+11
* SONAR-1829: Use severity instead of priorityGodin2010-12-077-29/+29
* SONAR-1988 Description of rule parameters should be optionalsimonbrandhof2010-12-071-2/+2
* Fix testGodin2010-12-061-6/+7
* SONAR-1829: Rename the term "Priority" by "Severity" for rules - add setSever...Godin2010-12-064-54/+120
* SONAR-2011: Deprecate Project.getGroupId() and Project.getArtifactId()Godin2010-12-061-14/+28
* Deprecate Project.getReuseExistingRulesConfigGodin2010-12-062-0/+7
* Fix typosGodin2010-12-062-2/+3
* Improve ViolationsDecoratorTestGodin2010-12-061-1/+11
* SONAR-249 add 2 periods for variation values + rename SNAPSHOT.VAR_xxx column...simonbrandhof2010-12-064-105/+292
* NewViolationsDecorator should count new violations by priority and by ruleGodin2010-12-061-4/+24
* SONAR-2011:Godin2010-12-061-1/+3
* SONAR-249 add some unit testssimonbrandhof2010-12-042-20/+54
* SONAR-2011: Remove dependency on maven-core from sonar-plugin-apiGodin2010-12-032-8/+4
* SONAR-2011: Remove dependency on maven-common-artifact-filters from sonar-plu...Godin2010-12-032-14/+19
* SONAR-1450: Add checksum to RuleFailureModel and use it in ViolationPersister...Godin2010-12-031-0/+11
* SONAR-249 remove the annotation @SupportVariationDashboardsimonbrandhof2010-12-031-36/+0
* SONAR-1683: Remove dependency on maven-dependency-tree from sonar-plugin-apiGodin2010-12-031-4/+0
* SONAR-249 do not hide widgets which are changed in variation view + improve r...simonbrandhof2010-12-031-7/+7
* Fix violation reported on Nemo.Godin2010-12-021-5/+5
* Fix JavaDocsGodin2010-12-021-2/+5
* Minor fixes for class MeasureGodin2010-12-021-25/+56
* SONAR-249 save configuration used for measure variations and new violations i...simonbrandhof2010-12-012-42/+50
* Fix JavaDocGodin2010-12-011-3/+3
* Deprecate some classes from org.sonar.api.web.gwt.client.webservicesGodin2010-12-0115-22/+82
* SONAR-2007 Remove the useless ISO Categories + fix components pagesimonbrandhof2010-12-0129-166/+202
* SONAR-1450: Fix NPE in NewViolationsDecoratorGodin2010-12-011-0/+2
* SONAR-1450: Add first implementation of NewViolationsDecoratorGodin2010-11-303-42/+48
* SONAR-1450: Add createdAt to Violation classGodin2010-11-301-10/+31
* 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