aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Expand)AuthorAgeFilesLines
* Fix some quality flawsSimon Brandhof2014-07-011-25/+24
* SONAR-5007 - Added legacy ID field to Rule for RuleFinderStephane Gamard2014-07-011-1/+2
* Fix some quality flawsSimon Brandhof2014-06-301-2/+4
* Remove useless constructors with System2.INSTANCESimon Brandhof2014-06-301-5/+2
* SONAR-5007 - Returning name of effectiveChar in Issue Show Action WSStephane Gamard2014-06-301-24/+24
* SONAR-5007 - Added char and subChar to api.Rule bean for Issue WSStephane Gamard2014-06-301-2/+95
* SONAR-5135 fix bulk activation and resetSimon Brandhof2014-06-291-1/+0
* Update error message when remediation function is invalidJulien Lancelot2014-06-272-9/+9
* Improve CommandExecutorTestSimon Brandhof2014-06-271-1/+1
* SONAR-5407 Add characteristic name in Rule show WSJulien Lancelot2014-06-261-0/+5
* Update documentationJulien HENRY2014-06-261-2/+0
* SONAR-5007 add EVENTS.EVENT_DATA to store links on quality profile changesSimon Brandhof2014-06-241-4/+11
* SONAR-5389 Fix some issues with analyzer -> sensor compatibility modeJulien HENRY2014-06-231-2/+1
* Fix some quality flawsJulien HENRY2014-06-215-20/+28
* Disable a test in CommandExecutorTest on MSWindows because of false-positivesSimon Brandhof2014-06-201-0/+4
* SONAR-5007 remove org.sonar.api.batch.rules.QProfile from APISimon Brandhof2014-06-202-93/+0
* Fix some quality flawsJulien HENRY2014-06-201-0/+1
* SONAR-5007 do not generate event on QProfile change on first analysisSimon Brandhof2014-06-201-0/+11
* SONAR-5007 revert removal of deprecated metrics "profile" and "profile_versio...Simon Brandhof2014-06-202-1/+33
* Fix Hamcrest tests by replacing it with FestJulien Lancelot2014-06-201-47/+41
* Fic compatibility of hamcrest with java 6Simon Brandhof2014-06-202-4/+3
* Upgrade hamcrest and fix conflicts with JUnit and MockitoSimon Brandhof2014-06-2021-28/+30
* SONAR-5389 Add support of FileLinesContextFactory + publish analysisJulien HENRY2014-06-194-20/+22
* SONAR-5007 add single unique key to quality profiles. Replace DB ID.Simon Brandhof2014-06-195-48/+43
* SONAR-5389 Add medium testsJulien HENRY2014-06-197-34/+91
* SONAR-5389 Analyzer optimizerJulien HENRY2014-06-196-22/+46
* SONAR-5389 Fix some quality flawsJulien HENRY2014-06-1913-187/+395
* SONAR-5389 Flag API as @BetaJulien HENRY2014-06-1917-101/+52
* SONAR-5389 Skipe execution of Analyzers according to provided metadataJulien HENRY2014-06-191-2/+2
* SONAR-5389 Sort analyzers according to metrics used/producedJulien HENRY2014-06-191-4/+4
* SONAR-5389 Improve analyzer APIJulien HENRY2014-06-189-116/+318
* SONAR-5389 Drop batch-api moduleJulien HENRY2014-06-1852-11/+3111
* Try to improve performance of MeasurePersisterJulien HENRY2014-06-181-0/+8
* Fix some quality flawsSimon Brandhof2014-06-172-4/+0
* SONAR-5389 Allow to register unpackaged pluginsJulien HENRY2014-06-161-2/+6
* SONAR-5389 New Analyzer APIJulien HENRY2014-06-1641-2301/+212
* SONAR-5007 inverse order of multiple-column index in RULESSimon Brandhof2014-06-131-0/+6
* SONAR-5369 Rename DB column RULES.CARDINALITY to RULES.IS_TEMPLATEJulien Lancelot2014-06-121-5/+28
* SONAR-5351 Create a migration to replace rules.parent_id to rules.template_idJulien Lancelot2014-06-121-18/+29
* SONAR-5007 remove Hibernate entities RulesProfile, ActiveRule andSimon Brandhof2014-06-1110-360/+41
* SONAR-5389 Initial version of the new sensor modeJulien HENRY2014-06-102-2/+11
* Separate bootstrap settings and task settingsJulien HENRY2014-06-101-0/+8
* Fix unstability of CommandExecutorTestSimon Brandhof2014-06-061-3/+1
* Fix unstability of CommandExecutorTestSimon Brandhof2014-06-061-3/+6
* Deprecate AnalysisType.Julien HENRY2014-06-051-1/+8
* Fix potential NPEJulien HENRY2014-06-041-1/+1
* Add Request#paramAsDateTime()Simon Brandhof2014-06-042-6/+15
* Fix javadoc of ProjectIssuesSimon Brandhof2014-06-031-4/+1
* Add XmlWriter#end(String) for documentation purposeSimon Brandhof2014-06-022-0/+21
* SONAR-5341 In /issues/search WS, add parameter 'extra_fields'Julien Lancelot2014-05-282-5/+24