aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix typoSimon Brandhof2012-10-151-1/+1
|
* Fix test on MSWindowsSimon Brandhof2012-10-101-1/+1
|
* Fix some quality flawsSimon Brandhof2012-10-102-2/+1
|
* dead codeDavid Gageot2012-10-101-10/+0
|
* Fix backward-compatibility of RulesProfile constructorsSimon Brandhof2012-10-101-4/+12
|
* SONAR-2804 Fix metrics category names and orderDavid Gageot2012-10-101-2/+2
|
* SONAR-3758 Add logs and SONAR-1078 Fix default test exclusionsDavid Gageot2012-10-083-1/+8
|
* SONAR-3758 Test exclusion patternsDavid Gageot2012-10-052-6/+3
|
* SONAR-3819 Use the "options" parameter on @WidgetProperty to filter metricsDavid Gageot2012-10-051-0/+14
|
* SONAR-1078 General exclusion patternsDavid Gageot2012-10-055-41/+71
|
* Fix unused importDavid Gageot2012-10-051-6/+5
|
* Fix violationsDavid Gageot2012-10-055-155/+175
|
* SONAR-3676 Create properties to define project linksFabrice Bellingard2012-10-051-0/+25
| | | | | | | | | => even for non-Maven projects. The new properties are: - sonar.links.homepage - sonar.links.ci - sonar.links.issue - sonar.links.scm - sonar.links.scm_dev
* SONAR-3819 Use the "options" parameter on @Property to filter metricsDavid Gageot2012-10-041-1/+9
|
* SONAR-3529 Improve property setsDavid Gageot2012-10-042-11/+0
|
* SONAR-3683 Remove SCM metrics "Commits", "Last Commit" and "Revision"David Gageot2012-10-041-44/+0
|
* SONAR-3529 Improve property setsDavid Gageot2012-10-043-22/+33
|
* SONAR-2602 the extensions Language must not be declared with ↵Simon Brandhof2012-10-044-14/+2
| | | | InstantiationStrategy=PER_BATCH
* SONAR-2804 changes based on feedbackDavid Gageot2012-10-041-85/+87
|
* SONAR-2804 Merged coverageDavid Gageot2012-10-021-0/+286
|
* Fix compatibility with FileFilter extensionsSimon Brandhof2012-10-022-2/+5
|
* SONAR-3529 Improve codeDavid Gageot2012-10-021-0/+3
|
* SONAR-3529 Property field validationDavid Gageot2012-10-011-1/+4
|
* SONAR-3529 Better look. Use field property typeDavid Gageot2012-10-013-2/+19
|
* SONAR-3833 ability to edit/delete the profiles provided by pluginsSimon Brandhof2012-10-011-27/+7
|
* SONAR-2203 Increase the size of language key from 5 to 20Fabrice Bellingard2012-09-285-27/+57
|
* SONAR-3529 Get rid of property sets. Use PropertyFields insteadDavid Gageot2012-09-2816-550/+143
|
* SONAR-2602 persist project language before execution of extensionsSimon Brandhof2012-09-283-21/+25
|
* Fix violationsFabrice Bellingard2012-09-281-4/+2
|
* SONAR-2602 remove the unused column RULES_PROFILES.ENABLEDSimon Brandhof2012-09-271-7/+18
|
* SONAR-2602 support project modules with different languagesSimon Brandhof2012-09-272-39/+0
|
* SONAR-3636 Add and feed a new column projects.created_atFabrice Bellingard2012-09-271-0/+6
| | | => Update clone() method on ResourceModel
* SONAR-3636 Add and feed a new column projects.created_atFabrice Bellingard2012-09-271-22/+44
| | | | => The goal of this column is only to provide an additional piece of information when something wrong happens.
* SONAR-2325 Add the confidence level property on the Findbugs pluginFabrice Bellingard2012-09-251-0/+2
| | | | | => The Findbugs plugin should offer a way to filter bugs whose probability is not high enough
* SONAR-3529 prepare for json parsing of property setsDavid Gageot2012-09-257-26/+206
|
* SONAR-3529 API: ability to define property sets.David Gageot2012-09-242-6/+42
|
* SONAR-3529 API: ability to define property sets.David Gageot2012-09-243-1/+33
|
* SONAR-2376 Add an extension point to define a HTML bannerSimon Brandhof2012-09-241-0/+20
|
* SONAR-3529 API: ability to define property sets. Fix server startupDavid Gageot2012-09-242-1/+42
|
* SONAR-3529 API: ability to define property sets. Fix server startupDavid Gageot2012-09-243-2/+11
|
* SONAR-2376 Add an extension point to define a HTML bannerSimon Brandhof2012-09-241-0/+29
|
* SONAR-3529 API: ability to define property setsDavid Gageot2012-09-247-0/+324
|
* Typo in commentDavid Gageot2012-09-241-1/+1
|
* SONAR-3754 Trying to remove duplicationDavid Gageot2012-09-241-25/+36
|
* SONAR-3750 Add ability to share Exclusion rules between several projectsDavid Gageot2012-09-213-14/+21
|
* SONAR-3754 API: ability to define a cardinality on a propertyDavid Gageot2012-09-207-94/+255
|
* Don't use anyObject() matcherDavid Gageot2012-09-203-10/+19
|
* Revert "SONAR-3778 Bad performances when Hibernate requests measures on ↵Simon Brandhof2012-09-172-33/+8
| | | | | | quality models" This reverts commit 5000405959b05fb3562a2f2cd55a1ba10e6464e2.
* SONAR-3698 correctly propagate exit code on WindowsSimon Brandhof2012-09-131-1/+1
|
* SONAR-3778 Bad performances when Hibernate requests measures on quality modelsSimon Brandhof2012-09-052-8/+33
|