aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch-protocol/src/main/java/org/sonar/batch/protocol/input
Commit message (Expand)AuthorAgeFilesLines
* Fix quality flawsJulien Lancelot2015-01-231-1/+9
* SONAR-6013 Return severity, manualSeverity and creationDateJulien Lancelot2015-01-231-6/+25
* SONAR-6012 Local issue trackingJulien HENRY2015-01-233-13/+15
* SONAR-6013 Return overriddenSeverity instead of severity and do not return an...Julien Lancelot2015-01-221-15/+7
* SONAR-6012 Replace componentPath by componentKeyJulien Lancelot2015-01-211-5/+5
* SONAR-6012 Create WS /batch/issuesJulien Lancelot2015-01-191-12/+20
* Fix some quality flawsJulien HENRY2015-01-152-1/+32
* SONAR-5883 /batch/project WS now returns file hashesJulien Lancelot2015-01-141-18/+13
* SONAR-6012 Define protocol for local issue trackingJulien HENRY2015-01-142-0/+256
* SONAR-5473 Added missing "needBlame" field in project referentialJulien HENRY2015-01-131-1/+7
* SONAR-5945 Upload issues in analysis reportJulien HENRY2014-12-172-9/+6
* SONAR-5815 Store last update time on source dataJulien HENRY2014-11-031-2/+17
* SONAR-5473 Fix fetching of remote SCM dataJulien HENRY2014-10-021-6/+16
* SONAR-5644, SONAR-5473 Create new SCM extension point and fetch SCM data usin...Julien HENRY2014-10-022-0/+71
* Revert "SONAR-5644, SONAR-5473 Create new SCM extension point and fetch SCM d...Simon Brandhof2014-09-262-71/+0
* Revert "SONAR-5473 Fix fetching of remote SCM data"Simon Brandhof2014-09-261-16/+6
* SONAR-5473 Fix fetching of remote SCM dataJulien HENRY2014-09-251-6/+16
* SONAR-5644, SONAR-5473 Create new SCM extension point and fetch SCM data usin...Julien HENRY2014-09-252-0/+71
* SONAR-5417 Handle permision error for project referential loaderJulien HENRY2014-08-262-8/+6
* SONAR-5417 Load project referentials using WSJulien HENRY2014-08-251-1/+2
* Fix quality flawsJulien Lancelot2014-07-302-2/+5
* SONAR-5417 Module settings should contains all parent settingsJulien Lancelot2014-07-301-1/+6
* Fix some quality flawsJulien HENRY2014-07-241-3/+1
* Fix some quality flawsJulien HENRY2014-07-241-1/+3
* SONAR-5417 Add rule name to active ruleJulien HENRY2014-07-231-2/+7
* SONAR-5477 Return global settings in /batch/global WSJulien Lancelot2014-07-231-0/+10
* SONAR-5477 Load global referentials earlierJulien HENRY2014-07-222-6/+65
* SONAR-5417 Add additional metric attributesJulien HENRY2014-07-211-1/+54
* SONAR-5417 Fix manual measuresJulien HENRY2014-07-191-1/+5
* SONAR-5417 Need bestValue and optimizedBestValue on metric in batch protocolJulien HENRY2014-07-181-1/+15
* SONAR-5417 Metric ID is still neededJulien HENRY2014-07-181-1/+8
* SONAR-5417 Add settings to batch protocolJulien HENRY2014-07-181-0/+14
* SONAR-5417 Get active rules using batch protocolJulien HENRY2014-07-184-22/+130
* SONAR-5417 Load metrics using project referentialJulien HENRY2014-07-182-11/+46
* SONAR-5417 Initial version of batch protocol + refactoring of settingsJulien HENRY2014-07-173-0/+139