aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Expand)AuthorAgeFilesLines
* 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
* SONAR-5286 Refactoring of duplications WS in order to always return given fil...Julien Lancelot2014-05-271-0/+7
* SONAR-5216 Rename new metric profiles -> quality_profilesJulien HENRY2014-05-271-6/+6
* SONAR-5007 improve registration of Quality profilesSimon Brandhof2014-05-231-1/+2
* SONAR-5007 improve management of active rules in api/rules/search and api/rul...Simon Brandhof2014-05-222-6/+63
* SONAR-5007 add testsSimon Brandhof2014-05-206-125/+215
* SONAR-5007 improve conversion fk of ES doc to WS responseSimon Brandhof2014-05-204-31/+90
* SONAR-5305 Do only one SQL to retun all measuresJulien Lancelot2014-05-201-0/+13
* SONAR-5007 - Updated JSWritter for null entries from *Doc objectsStephane Gamard2014-05-191-0/+11
* SONAR-5216 Store and display used quality profiles for multi-language analysisJulien HENRY2014-05-192-2/+28
* SONAR-5305 Returned measures in /api/components/appJulien Lancelot2014-05-161-0/+18
* SONAR-5304 Fix UTJulien Lancelot2014-05-141-1/+1
* SONAR-5304 Remove metric "branch_coverage_hits_data"Julien Lancelot2014-05-141-16/+0
* SONAR-5007 continue to refactor rule servicesSimon Brandhof2014-05-142-2/+2
* SONAR-5285 Return the number of covered linesJulien Lancelot2014-05-141-0/+3
* SONAR-5064 Remove active rule notesSimon Brandhof2014-05-131-19/+17
* SONAR-5283 improve javadocSimon Brandhof2014-05-131-1/+4
* SONAR-5277 Increase size of project_measures.text_valueJulien HENRY2014-05-121-1/+1
* SONAR-5283 Deprecate SonarExceptionJulien Lancelot2014-05-121-0/+2
* SONAR-5111 Add missing format parametersJulien Lancelot2014-05-091-0/+20
* SONAR-5130 Show distribution of LOC and TechDebt by languageJulien Lancelot2014-05-072-2/+19
* SONAR-5189 Reintroduce a memory cache for measure in decoratorsJulien HENRY2014-05-071-2/+2
* Revert "SONAR-5189 Reintroduce a memory cache for measure in decorators"Julien HENRY2014-05-071-2/+2
* SONAR-5189 Reintroduce a memory cache for measure in decoratorsJulien HENRY2014-05-071-2/+2
* Update javadoc of Resource::getLanguageJulien HENRY2014-05-061-1/+3
* SONAR-5268 Hide technical metrics (complexity in classes/functions) from UIJean-Baptiste Lievremont2014-05-061-0/+2
* SONAR-5273 Increase maximal size of user login to 255 charactersSimon Brandhof2014-05-051-1/+1
* Micro change in javadoc of WebServiceSimon Brandhof2014-05-051-1/+1
* SONAR-5111 Complete api/projects WS documentationsJulien Lancelot2014-05-051-0/+7
* SONAR-5111 Add api/resources WS documentationsJulien Lancelot2014-05-051-1/+1
* SONAR-5111 Use latest API to declare batch WS metadata, update JavadocJean-Baptiste Lievremont2014-05-051-6/+3
* Moving AcgiveRuleDao to BaseDao ImplStephane Gamard2014-05-051-3/+3
* Add JsonWriter#valueObject(Object)Simon Brandhof2014-05-052-1/+84
* SONAR-3437 Enable batch mode when saving measures into DBJulien HENRY2014-05-051-1/+1