aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src
Commit message (Expand)AuthorAgeFilesLines
* 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-042-41/+39
* Fix quality flawsSimon Brandhof2015-12-041-1/+1
* SONAR-7100 Disable WS cache by default in issues modeJulien HENRY2015-12-032-5/+23
* Fix logging of public urlSimon Brandhof2015-12-026-57/+46
* ws-client should not throw HttpException by defaultSimon Brandhof2015-12-0219-363/+378
* SONAR-6933 Drop newDuplication() beta APIJulien HENRY2015-12-0116-712/+354
* SONAR-7054 use ws-client in batchSimon Brandhof2015-11-3023-852/+669
* Improve UT coverageJulien HENRY2015-11-304-32/+283
* SONAR-6183 Add validation of *coverage_line_hits_data measuresJulien HENRY2015-11-301-9/+8
* Fix quality flaws in BatchUtilsSimon Brandhof2015-11-301-2/+5
* Fix quality issueDuarte Meneses2015-11-271-3/+1
* Fix quality flawsJulien HENRY2015-11-262-24/+13
* SONAR-6905 Batch should dump analysis-related URL into a JSON fileDuarte Meneses2015-11-262-10/+55
* fix quality flawsSébastien Lesaint2015-11-251-1/+1
* SONAR-7037 Improve logging on authentication failureDuarte Meneses2015-11-242-5/+21
* 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-204-11/+165
* SONAR-6844 Add a progress report on issue tracking phaseDuarte Meneses2015-11-202-4/+28
* SONAR-6295 Fix blame progress reportDuarte Meneses2015-11-202-4/+7
* SONAR-7053 Can't activate debug logging between analysisDuarte Meneses2015-11-206-17/+126
* SONAR-6968 Bad error message when analyzer detects that no language plugins a...Duarte Meneses2015-11-202-0/+82
* SONAR-7057 Delete deprecated org.sonar.api.checks.NoSonarFilterJulien HENRY2015-11-201-2/+0
* Improve stability of unit test coverageJulien HENRY2015-11-193-15/+26
* SONAR-6752 Deprecate org.sonar.batch.issue.IssueFilters extension point and a...Duarte Meneses2015-11-1820-286/+597
* Move views task back into viewsJulien HENRY2015-11-183-104/+1
* SONAR-7008 Call to batch/project WS not encoding parametersDuarte Meneses2015-11-182-7/+10
* Add more medium tests for tasksJulien HENRY2015-11-181-0/+78
* SONAR-7023 Restore task APIJulien HENRY2015-11-1714-97/+617
* SONAR-6947 api/qualityprofiles/search use SearchWsRequestTeryk Bellahsene2015-11-1712-19/+17
* SONAR-5894 Support symbol references with different lengthDuarte Meneses2015-11-174-3/+64
* SONAR-6887 Make it clear in SCM API that date and revision are mandatory on l...Duarte Meneses2015-11-162-17/+56
* SONAR-6976 Branch should not allow \n characterDuarte Meneses2015-11-163-33/+52
* SONAR-6183 Validate that coverage measures are correct regarding line number ...Duarte Meneses2015-11-165-34/+228
* 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-122-6/+4
* SONAR-6993 Rename DuplicationBlock into CpdTextBlockJulien Lancelot2015-11-123-14/+9
* Improve qualityDuarte Meneses2015-11-115-24/+16
* SONAR-7003 Refactor batch issue trackingDuarte Meneses2015-11-1122-673/+359
* SONAR-6991 remove batch code generating duplicate_* measuresSébastien Lesaint2015-11-103-76/+1
* SONAR-6978 Provide enhanced issue locations (start/end) offset in issues modeDuarte Meneses2015-11-0930-274/+816
* Fix typosDuarte Meneses2015-11-093-5/+5
* 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-0916-332/+237
* SONAR-6998 Remove injection of MavenProject in module IoC containerJulien HENRY2015-11-051-1/+0
* SONAR-6931 Speed up issues mode by scanning only changed filesDuarte Meneses2015-11-056-42/+70
* SONAR-6658 Remove ProjectClasspath, ProjectFileSystem, sonar.binaries, sonar....Julien HENRY2015-11-0515-480/+14
* SONAR-6931 Speed up issues mode by scanning only changed filesDuarte Meneses2015-11-0410-94/+373
* SONAR-6211 Skip project key validation in issues modeDuarte Meneses2015-11-032-5/+39
* SONAR-6108 Keep batch report if debug mode is enabledDuarte Meneses2015-11-032-7/+49