aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/test/java/org/sonar/scanner/sensor
Commit message (Expand)AuthorAgeFilesLines
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-123-24/+24
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-1216-1743/+24
* Extract implementation from plugin API - Scanner FSDuarte Meneses2019-07-1212-22/+465
* Extract implementation from plugin API - fix testsDuarte Meneses2019-07-1212-10/+1290
* Extract implementation from plugin API - Scanner SensorDuarte Meneses2019-07-121-4/+0
* Extract implementation from plugin API - Scanner rulesDuarte Meneses2019-07-122-3/+3
* SONAR-11969 Make Edition available for analyzers in the Scanner APIDuarte Meneses2019-05-061-1/+2
* SONAR-11795 Drop persistit and move coverage measures computation to CE sideJulien HENRY2019-03-081-64/+26
* SONAR-11670 Drop preview modeJulien HENRY2019-02-211-35/+1
* SONAR-11465 Add project level Sensor EPJulien HENRY2019-01-162-17/+16
* SONAR-11465 Move IssueFilter at project levelJulien HENRY2019-01-161-3/+3
* SONAR-11509 Ignore module and folder level measures in Sensor APIJulien HENRY2019-01-161-0/+25
* SONAR-11465 Deprecate InputModule and introduce InputProjectJulien HENRY2019-01-162-10/+13
* SONAR-11459 move dir and module issues to rootMichal Duda2019-01-162-4/+18
* Fix license headers for 2019Duarte Meneses2019-01-023-3/+3
* SONAR-11514 Backdate issue when rule parameter is updated (#971)Benoit2018-12-031-6/+4
* SONAR-11394 Calculate estimated overall duplication in SLBDuarte Meneses2018-11-071-3/+0
* Fix scanner testBenoƮt Gianinetti2018-11-071-1/+1
* SONAR-11367 Fix testDuarte Meneses2018-11-071-2/+2
* SONAR-11209 Allow sensors to provide ad hoc rule metadata for external issuesJulien HENRY2018-09-241-0/+2
* SONAR-11125 Publish all components with measures but without sources of uncha...Janos Gyerik2018-09-191-16/+8
* SONAR-11125 Save coverage in PRs and SLBDuarte Meneses2018-09-191-9/+1
* SONAR-10638 Create Java API for analyzers to report significant codeDuarte Meneses2018-05-092-0/+46
* SONAR-10588 Don't import external issues in preview modeDuarte Meneses2018-04-261-1/+11
* SONAR-10543 Sensor Java API should allow to add external rule engine issuesDuarte Meneses2018-04-262-0/+15
* MMF-1134 Make pull request a 1st class citizenTeryk Bellahsene2018-03-132-4/+24
* Fix some Java compiler warningsSimon Brandhof2018-03-121-1/+1
* Fix license headers for 2018Simon Brandhof2018-01-073-3/+3
* Skip storage on short branch if file status is SAMEJanos Gyerik2017-10-121-4/+81
* SONAR-9670 Introduce sonar.branch.longLivedBranches.regexJanos Gyerik2017-09-121-1/+1
* SONAR-9701 Don't publish coverage, scm and source of unchanged filesJulien HENRY2017-09-121-1/+1
* SONAR-9711 Skip duplications and coverage in short living branchesDuarte Meneses2017-09-121-1/+10
* SONAR-9557 Fix coverage exclusions for global sensorsJulien HENRY2017-08-042-62/+1
* Rework file indexingJulien HENRY2017-08-041-2/+4
* SONAR-9477 Deprecate ProjectReactor and ProjectBuilderDuarte Meneses2017-07-111-3/+2
* SONAR-9478 Deprecate Settings and introduce new Configuration interfaceJulien HENRY2017-07-044-18/+14
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-104-8/+8
* SONAR-8631 Only publish input files used by sensorsDuarte Meneses2017-01-271-3/+0
* Refactor resources APIDuarte Meneses2017-01-271-11/+1
* SONAR-8622 Lazily generate metadata for input filesDuarte Meneses2017-01-273-19/+19
* SONAR-8281 coverage_*_data measure should be sortedJulien HENRY2016-10-211-0/+11
* SONAR-8281 Rework Sensor storage to merge multiple coverage reportsJulien HENRY2016-10-182-123/+61
* SONAR-7678 server-side stateless settingsSimon Brandhof2016-09-064-11/+12
* SONAR-7654 API to propagate props from scanner to CESimon Brandhof2016-08-061-2/+13
* Improve org.sonar.api.SonarRuntimeSimon Brandhof2016-07-271-6/+6
* SONAR-7876 Add SensorContext::isCancelled in the APIJulien HENRY2016-07-181-1/+2
* SONAR-7755 deploy/plugins/index.txt should expose SonarLint compatibilityJulien HENRY2016-07-071-2/+4
* SONAR-7751, SONAR-7756 SonarLint APIJulien HENRY2016-07-071-1/+2
* SONAR-7783 Ensure Sensors don't save same data twiceJulien HENRY2016-07-071-3/+31
* Rename package org.sonar.batch to org.sonar.scannerJulien HENRY2016-07-064-0/+499