aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/test
Commit message (Expand)AuthorAgeFilesLines
* Add unit test for Java CPD EngineJulien HENRY2015-12-162-0/+102
* SONAR-6905 Batch should dump analysis-related URL into a properties fileDuarte Meneses2015-12-141-2/+2
* SONAR-6968 Bad error message when analyzer detects that no language plugins a...Duarte Meneses2015-12-104-11/+16
* SONAR-6905 Batch should dump analysis-related URL into a properties fileDuarte Meneses2015-12-101-0/+2
* SONAR-6887 Improve message when missing revision or date on blameJulien HENRY2015-12-091-8/+6
* SONAR-6818 Restore warning when using sonar.profileJulien HENRY2015-12-081-15/+27
* SONAR-6939 ability for plugins to override the decimal scale of floatSimon Brandhof2015-12-071-68/+0
* SONAR-6905 replace analysis-details.json by report-task.txtsimonbrandhof2015-12-041-17/+16
* SONAR-7100 Disable WS cache by default in issues modeJulien HENRY2015-12-031-1/+18
* Fix logging of public urlSimon Brandhof2015-12-023-36/+29
* ws-client should not throw HttpException by defaultSimon Brandhof2015-12-029-220/+192
* SONAR-6933 Drop newDuplication() beta APIJulien HENRY2015-12-015-356/+228
* SONAR-7054 use ws-client in batchSimon Brandhof2015-11-3012-491/+380
* Improve UT coverageJulien HENRY2015-11-302-0/+241
* SONAR-6905 Batch should dump analysis-related URL into a JSON fileDuarte Meneses2015-11-261-9/+27
* SONAR-7037 Improve logging on authentication failureDuarte Meneses2015-11-241-0/+13
* Remove perf tests from batch MT (take too much time)Julien HENRY2015-11-242-184/+4
* SONAR-7037 Improve logging on authentication failureDuarte Meneses2015-11-201-0/+116
* SONAR-6844 Add a progress report on issue tracking phaseDuarte Meneses2015-11-201-1/+9
* SONAR-7053 Can't activate debug logging between analysisDuarte Meneses2015-11-203-3/+74
* SONAR-6968 Bad error message when analyzer detects that no language plugins a...Duarte Meneses2015-11-201-0/+76
* Improve stability of unit test coverageJulien HENRY2015-11-191-4/+21
* SONAR-6752 Deprecate org.sonar.batch.issue.IssueFilters extension point and a...Duarte Meneses2015-11-189-87/+212
* Move views task back into viewsJulien HENRY2015-11-181-15/+0
* SONAR-7008 Call to batch/project WS not encoding parametersDuarte Meneses2015-11-181-6/+5
* Add more medium tests for tasksJulien HENRY2015-11-181-0/+78
* SONAR-7023 Restore task APIJulien HENRY2015-11-173-2/+155
* SONAR-6947 api/qualityprofiles/search use SearchWsRequestTeryk Bellahsene2015-11-176-10/+8
* SONAR-5894 Support symbol references with different lengthDuarte Meneses2015-11-172-2/+53
* SONAR-6887 Make it clear in SCM API that date and revision are mandatory on l...Duarte Meneses2015-11-161-0/+42
* SONAR-6976 Branch should not allow \n characterDuarte Meneses2015-11-161-26/+50
* SONAR-6183 Validate that coverage measures are correct regarding line number ...Duarte Meneses2015-11-163-29/+140
* SONAR-5676 Improve validation of highlighting APIDuarte Meneses2015-11-161-1/+48
* SONAR-6993 Replace hash of CpdTextBlock from a list of int to a stringJulien Lancelot2015-11-121-3/+3
* SONAR-6993 Rename DuplicationBlock into CpdTextBlockJulien Lancelot2015-11-121-2/+2
* SONAR-7003 Refactor batch issue trackingDuarte Meneses2015-11-115-23/+119
* SONAR-6991 remove batch code generating duplicate_* measuresSébastien Lesaint2015-11-102-32/+1
* SONAR-6978 Provide enhanced issue locations (start/end) offset in issues modeDuarte Meneses2015-11-0911-76/+129
* Fix typosDuarte Meneses2015-11-091-3/+3
* SONAR-6990 add one missing UT on DuplicationsPublisherSébastien Lesaint2015-11-091-0/+48
* SONAR-6989 Feed the file duplication index in the batch reportJulien HENRY2015-11-096-150/+89
* SONAR-6931 Speed up issues mode by scanning only changed filesDuarte Meneses2015-11-053-32/+60
* SONAR-6658 Remove ProjectClasspath, ProjectFileSystem, sonar.binaries, sonar....Julien HENRY2015-11-0511-175/+2
* SONAR-6931 Speed up issues mode by scanning only changed filesDuarte Meneses2015-11-044-26/+277
* SONAR-6211 Skip project key validation in issues modeDuarte Meneses2015-11-031-1/+18
* SONAR-6108 Keep batch report if debug mode is enabledDuarte Meneses2015-11-031-5/+44
* Remove unused varsDuarte Meneses2015-11-031-5/+1
* Add a medium test for float measures precision on batch sideJulien HENRY2015-10-221-0/+68
* Fix test with asynchronous loggingDuarte Meneses2015-10-151-7/+15
* SONAR-6277 Fix incorrect offset conversion with old Mac line ends '\r'Julien HENRY2015-10-142-7/+70