aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/main/java/org
Commit message (Expand)AuthorAgeFilesLines
* SONAR-11465 API cleanupJulien HENRY2019-01-1633-94/+25
* SONAR-11465 Move IssueFilter at project levelJulien HENRY2019-01-166-32/+26
* SONAR-11465 Move post-job at project levelJulien HENRY2019-01-1628-480/+361
* SONAR-11524 textfield for deprecated module-lvl propertiesMichal Duda2019-01-161-2/+2
* SONAR-11509 Ignore module and folder level measures in Sensor APIJulien HENRY2019-01-161-5/+8
* SONAR-11525 analysis warning on module-lvl propsMichal Duda2019-01-161-2/+16
* SONAR-11508, SONAR-11484 Index files at project levelJulien HENRY2019-01-1616-499/+561
* SONAR-11530 Change Generic coverage/test reports sensors to be project level ...Julien HENRY2019-01-162-0/+2
* SONAR-11463 Remove path from scanner report and add module directoriesDuarte Meneses2019-01-162-8/+26
* SONAR-11507 WS /batch/project new file structureMichal Duda2019-01-166-48/+133
* SONAR-11488 Stop loading module level settings in scannerJulien HENRY2019-01-1615-143/+170
* SONAR-11459 Stop publishing modules and folders in the scanner reportJulien HENRY2019-01-1612-495/+135
* SONAR-11459 Remove ModuleFileSystemInitializerJulien HENRY2019-01-1611-177/+91
* SONAR-11476 Remove scanner task supportJulien HENRY2019-01-169-400/+40
* SONAR-11465 Deprecate InputModule and introduce InputProjectJulien HENRY2019-01-1673-653/+447
* SONAR-11459 move dir and module issues to rootMichal Duda2019-01-162-3/+14
* SONAR-11480 Evaluate coverage exclusions at project levelJulien HENRY2019-01-1610-139/+247
* Clean some scanner component namesJulien HENRY2019-01-1612-35/+36
* SONAR-11465 NoSonarFilter moved to project levelJulien HENRY2019-01-163-2/+16
* SONAR-11471 Stop providing RulesProfile on scanner sideJulien HENRY2019-01-169-266/+26
* SONAR-11465 Deprecate task extensionsJulien HENRY2019-01-161-1/+8
* SONAR-11465 Introduce a new annotation for project level extensionsJulien HENRY2019-01-167-17/+22
* SONAR-11605 No changed lines detected in P/R and SLB if target branch is not ...Duarte Meneses2019-01-093-13/+2
* SONAR-11594 scanner authentication tokenMichal Duda2019-01-092-8/+21
* Fix license headers for 2019Duarte Meneses2019-01-02278-278/+278
* SONAR-11566 Sub modules don't always have a valid relative path from the rootDuarte Meneses2018-12-101-5/+6
* SONAR-11531 Set issue message for template rules on CE sideBenoit2018-12-051-24/+6
* SONAR-11515 Add QProfileKey to ActiveRule in scanner reportBenoƮt Gianinetti2018-12-032-30/+28
* SONAR-11514 Backdate issue when rule parameter is updated (#971)Benoit2018-12-034-12/+26
* SONAR-11394 Calculate estimated overall duplication in SLBDuarte Meneses2018-11-071-12/+4
* Improve code qualityDuarte Meneses2018-11-073-8/+4
* SONAR-11367 skip CPD for unchanged files in SLBDuarte Meneses2018-11-071-4/+12
* SONAR-11367 Write duplication for changed files in PR and SLBDuarte Meneses2018-11-072-25/+56
* SONAR-11367 Write duplication for changed files in PR and SLBDuarte Meneses2018-11-073-14/+9
* Fix bugs, mainly about type castsSimon Brandhof2018-10-182-4/+1
* SONAR-11365 Fix PR on PRJulien HENRY2018-10-167-27/+30
* SONAR-11218 Drop RuleFinder implementation on scanner side and remove depreca...Julien HENRY2018-10-112-114/+0
* SONAR-11113 Increase timeout for downloading pluginsEric Hartmann2018-10-101-1/+2
* SONAR-11244 Record warning when SCM provider cannot be detectedJanos Gyerik2018-10-101-9/+18
* SONAR-11241 Write analysis warnings to scanner reportJanos Gyerik2018-10-102-2/+56
* SONAR-11241 Provide API for SCM plugins to register analysis warningsJanos Gyerik2018-10-103-0/+99
* SONAR-11209 Store ad hoc rules coming from scanner in rules_metadataJulien HENRY2018-09-241-1/+4
* SONAR-11209 Allow sensors to provide ad hoc rule metadata for external issuesJulien HENRY2018-09-247-6/+125
* Fix quality flawsJulien HENRY2018-09-241-1/+1
* SONAR-11259 Improve source offset handling on WindowsJulien HENRY2018-09-242-4/+5
* SONAR-11125 Publish all components with measures but without sources of uncha...Janos Gyerik2018-09-195-18/+23
* SONAR-11166 Fall back to default branch when target is not specifiedJanos Gyerik2018-09-191-3/+20
* SONAR-11139 Store changed lines information received in scanner reportDuarte Meneses2018-09-191-6/+9
* SONAR-11125 Add ITDuarte Meneses2018-09-191-1/+1
* SONAR-11125 Save coverage in PRs and SLBDuarte Meneses2018-09-192-61/+0