aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src
Commit message (Expand)AuthorAgeFilesLines
...
* | SONAR-5927 Improve permission checking and error reportingJulien HENRY2015-01-281-1/+13
* | Unwrap JSON error message when calling WSJulien HENRY2015-01-282-1/+34
* | SONAR-6111 Drop ability to execute Maven plugin as part of the batch analysisJulien HENRY2015-01-2824-735/+17
* | SONAR-6012 Do not output reporter, updateDate and closeDate in JSON reportJulien HENRY2015-01-282-9/+9
* | SONAR-6105 Fix missing SVN and Git pluginsJulien HENRY2015-01-281-2/+2
* | SONAR-6088 Remove old preview/h2 modeJulien HENRY2015-01-2785-999/+717
* | Fix medium testJulien HENRY2015-01-261-0/+15
* | Add profiling logs to analysis report exchange protocolSimon Brandhof2015-01-261-0/+9
* | SONAR-6012 Fix creationDate during issue tracking on removed componentsJulien HENRY2015-01-262-2/+3
* | delete component ids from the issues tableTeryk Bellahsene2015-01-261-7/+2
* | SONAR-5912 fix notification of issue changes during analysisSimon Brandhof2015-01-261-0/+1
* | Fix some quality flawsJulien HENRY2015-01-261-1/+2
* | Fix some quality flawsJulien HENRY2015-01-2612-37/+52
* | SONAR-6012 Fix manual severity and get previous creation dateJulien HENRY2015-01-262-15/+6
* | SONAR-5927 Restore UserFinder on batch side but deprecate itJulien HENRY2015-01-261-0/+4
* | SONAR-5077 Compute ncloc for files with no languageJulien HENRY2015-01-267-49/+210
* | SONAR-5077 Rename property to enable indexation of all filesJulien HENRY2015-01-261-1/+1
* | SONAR-6060 Move HTML report into the coreJulien HENRY2015-01-2655-83/+2059
* | SONAR-6013 Return severity, manualSeverity and creationDateJulien Lancelot2015-01-232-3/+3
* | SONAR-6012 Local issue trackingJulien HENRY2015-01-2365-90/+3631
* | SONAR-3499 do not update tags when issues are unchangedSimon Brandhof2015-01-231-0/+1
* | SONAR-5960 SONAR-5906 guess author and assignee of new issuesSimon Brandhof2015-01-211-0/+1
* | SONAR-5077 Fix regression when a Sensor try to read "lines" measure. LinesSen...Julien HENRY2015-01-2012-32/+538
* | SONAR-6060 Fix regression with JSON reportJulien HENRY2015-01-203-1/+18
* | Computation stack based on an isolated picocontainerSimon Brandhof2015-01-201-2/+0
* | SONAR-5077 Special case of empty filesJulien HENRY2015-01-206-10/+54
* | SONAR-6060 Move console issues report to the batchJulien HENRY2015-01-2016-72/+499
* | Fix some quality flawsJulien HENRY2015-01-192-7/+1
* | SONAR-5077 Lines metric is computed by the coreJulien HENRY2015-01-164-5/+106
* | SONAR-5077 Add option to import all files even if no languageJulien HENRY2015-01-156-31/+67
* | SONAR-5931 CleanupJulien HENRY2015-01-158-64/+12
* | Fix some quality flawsJulien HENRY2015-01-1511-42/+57
* | SONAR-5883 Drop snapshot dataJulien HENRY2015-01-158-340/+7
* | SONAR-6054 Update the format of PROJECTS.MODULE_UUID_PATHJulien HENRY2015-01-154-28/+29
* | SONAR-6054 Update the format of PROJECTS.MODULE_UUID_PATHJulien Lancelot2015-01-151-7/+2
* | SONAR-5931 Publish new measure APIJulien HENRY2015-01-1526-972/+509
* | SONAR-5931 Publish new sensor APIJulien HENRY2015-01-154-37/+43
* | Fix SourcePersisterTestJulien HENRY2015-01-142-2/+2
* | SONAR-5473 Added missing "needBlame" field in project referentialJulien HENRY2015-01-133-11/+14
* | SONAR-5883 Feed new column file_sources.src_hashJulien HENRY2015-01-135-0/+9
* | SONAR-6015 Produce Json reportJulien HENRY2015-01-1312-54/+159
* | SONAR-6014 Fix effective key of viewsJulien HENRY2015-01-134-5/+25
* | SONAR-6014 Execute resource persister before decorator phase to fix issue wit...Julien HENRY2015-01-132-4/+10
* | Add JUnit testJulien HENRY2015-01-131-0/+34
* | SONAR-6014 ResourcePersister should be executed before MeasurePersisterJulien HENRY2015-01-122-5/+23
* | Merge remote-tracking branch 'origin/branch-5.0'Julien HENRY2015-01-121-8/+8
|\|
| * SONAR-5604 Fix project dependencies when sonar.branch is usedJulien HENRY2015-01-121-8/+8
* | Replace fest-assert by assertJSimon Brandhof2015-01-10130-156/+156
* | SONAR-6014 Fix regression with rule parametersJulien HENRY2015-01-091-0/+1
* | SONAR-6014 Make sensor mode use the same container than normal modeJulien HENRY2015-01-0833-589/+863