aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/test
Commit message (Expand)AuthorAgeFilesLines
* SONAR-5772 New executable_lines_data metricJulien HENRY2016-02-223-41/+58
* No need to take into account personId in measure cache (devcockpit moved to CE)Julien HENRY2016-02-221-9/+7
* SONAR-7366 Expose InputModule in SensorContextJulien HENRY2016-02-192-1/+86
* Use INFO level by default in unit testsSimon Brandhof2016-02-021-1/+1
* SONAR-7234 Remove @SupportedEnvironmentJulien HENRY2016-01-202-62/+3
* Cut many dependencies on sonar-testing-harnessJulien HENRY2016-01-197-114/+86
* Fix project title in copyright headersSimon Brandhof2016-01-13174-174/+174
* Fix quality flaws5.4-M3Simon Brandhof2016-01-067-9/+9
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-05174-708/+696
* SONAR-2867 Standard copy-paste detection should happen within a project, not ...Duarte Meneses2015-12-217-347/+425
* SONAR-7121 Project's File Lock not released on errorDuarte Meneses2015-12-211-0/+10
* 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