aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-11209 Allow sensors to provide ad hoc rule metadata for external issuesJulien HENRY2018-09-243-6/+44
* SONAR-11259 Improve source offset handling on WindowsJulien HENRY2018-09-243-12/+12
* Add tests for ProjectBranchesJanos Gyerik2018-09-191-0/+76
* SONAR-11125 Publish all components with measures but without sources of uncha...Janos Gyerik2018-09-194-30/+24
* SONAR-11139 Store changed lines information received in scanner reportDuarte Meneses2018-09-191-1/+1
* SONAR-11125 Save coverage in PRs and SLBDuarte Meneses2018-09-191-9/+1
* SONAR-11135 SONAR-11136 Load changed lines from SCM plugins and write in the ...Duarte Meneses2018-09-191-0/+151
* SONAR-11169 make log interceptor concurrent and thread safeSébastien Lesaint2018-08-211-1/+1
* SONAR-11169 add ability to verify log argumentsSébastien Lesaint2018-08-211-1/+1
* SONAR-10991 Don't display error responses containing HTML contentDuarte Meneses2018-08-072-6/+26
* SONAR-11064 drop metric comment_lines_dataSimon Brandhof2018-07-301-5/+0
* SONAR-10880 No hotspots on PR and short living branchesJulien HENRY2018-07-041-7/+39
* SONAR-10138 Restore Java duplicationsJulien HENRY2018-06-292-0/+93
* SONAR-10138 Remove support for API < 5.6Duarte Meneses2018-06-2933-2031/+267
* SONAR-10690 Core Extension installed at level 1 2 3 and 4Sébastien Lesaint2018-06-211-1/+3
* SONAR-10690 move deprecated views task to public scannerSimon Brandhof2018-06-121-0/+52
* SONAR-10690 add Core Extension support in SonarQubeSébastien Lesaint2018-06-122-1/+111
* SONAR-10464 Improve error message when passing a wrong organization during th...Duarte Meneses2018-06-111-0/+13
* SONAR-10201 Expose issue precise location in the FilterableIssue APIDuarte Meneses2018-06-111-1/+9
* SONAR-10542 Deprecation warning always logged when using generic test executi...Duarte Meneses2018-06-115-34/+87
* SONAR-10206 Allow to configure the location where scanner writes report-task.txtDuarte Meneses2018-06-116-88/+170
* SONAR-10467 scanner report link support branches and pull requestsGuillaume Jambet2018-06-061-1/+74
* SONAR-9396 remove usage of dashboard/index<project_key> in scanner reportGuillaume Jambet2018-06-061-11/+11
* SONAR-10658 Prevent Scanner Context from being too bigJulien HENRY2018-05-251-13/+37
* SONAR-10591 drop module sonar-homeSimon Brandhof2018-05-113-2/+65
* SONAR-10591 scanner uses WS api/plugins/downloadSimon Brandhof2018-05-118-176/+520
* SONAR-10591 Remove unused code in sonar-homeSimon Brandhof2018-05-111-4/+4
* Fix Quality flawsSimon Brandhof2018-05-101-5/+5
* SONAR-10638 Create Java API for analyzers to report significant codeDuarte Meneses2018-05-092-0/+46
* SONAR-10648 Fix InputFile::relativePath for global sensorsJulien HENRY2018-04-273-4/+19
* SONAR-10543 Fix external issues effortDuarte Meneses2018-04-264-2/+5
* SONAR-10544 Set effort for external issuesDuarte Meneses2018-04-265-6/+98
* Fix testsDuarte Meneses2018-04-263-12/+20
* SONAR-10544 fix testsDuarte Meneses2018-04-261-0/+2
* SONAR-10551 Import issues from external rule engines from generic reportDuarte Meneses2018-04-2612-1/+560
* SONAR-10543 Update test to v7.2 and remove descriptionUrl and ruleTitle from ...Duarte Meneses2018-04-261-2/+1
* SONAR-10588 Don't import external issues in preview modeDuarte Meneses2018-04-261-1/+11
* SONAR-10543 Fix mandatory fieldsDuarte Meneses2018-04-261-1/+2
* SONAR-10543 Sensor Java API should allow to add external rule engine issuesDuarte Meneses2018-04-264-0/+56
* SONAR-10202 Can't override Long-lived branch property regex from the scanner ...Duarte Meneses2018-04-051-28/+46
* SONAR-10489 stop filtering x-file locations in scannerStas Vilchik2018-03-271-23/+0
* BRANCH-55 Fix bug with multiple pr with same branch name (#8)Janos Gyerik2018-03-221-0/+79
* Drop unused jetty-server in sonar-scanner-engine testsSimon Brandhof2018-03-151-118/+0
* Don't use assumeTrue to not break the quality gateJulien HENRY2018-03-141-12/+14
* MMF-1134 Make pull request a 1st class citizenTeryk Bellahsene2018-03-1312-33/+293
* Fix tests on WindowsJulien HENRY2018-03-135-40/+45
* Fix some Java compiler warningsSimon Brandhof2018-03-1228-50/+50
* Add Java API Plugin.Context#getBootConfiguration()Simon Brandhof2018-02-061-11/+7
* SONAR-10288 move multivalue property parsing to sonar-coreSébastien Lesaint2018-01-251-223/+0
* SONAR-10288 scanner multivalue property parsing ignore empty fieldsSébastien Lesaint2018-01-253-5/+231