aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Fix NPE in charset detectionDuarte Meneses2017-04-121-0/+1
|
* SONAR-9080 Stop using api/batch/usersDuarte Meneses2017-04-124-144/+7
|
* SONAR-6100 Improve support of binary files and/or files with different encodingDuarte Meneses2017-04-116-31/+161
|
* SONAR-9025 Optimize computation issue exclusionsDuarte Meneses2017-04-1115-440/+218
|
* SONAR-8904 Make it clear why a file with no blocks is not part of the CPD ↵Duarte Meneses2017-04-101-0/+39
| | | | analysis
* Merge remote-tracking branch 'origin/branch-6.3'Julien Lancelot2017-03-274-28/+131
|\
| * SONAR-8995 Scanner fails when using issue exclusionsDuarte Meneses2017-03-274-28/+131
| |
* | SONAR-8925 scanner sends param "organization" when requesting Quality profilesSimon Brandhof2017-03-232-51/+78
| |
* | SONAR-7860 Remove CodeColorizerFormat APIDuarte Meneses2017-03-164-253/+0
| |
* | Automatic merge from branch-6.3ssjenka2017-03-091-0/+27
|\| | | | | | | | | * origin/branch-6.3: SONAR-8623 Fix regression with project level measures
| * SONAR-8623 Fix regression with project level measuresJulien HENRY2017-03-091-0/+27
| |
* | Automatic merge from branch-6.3ssjenka2017-03-091-11/+22
|\| | | | | | | | | | | * origin/branch-6.3: fix styles on landing page SONAR-8623 Index all source files, even the ones with no supported language
| * SONAR-8623 Index all source files, even the ones with no supported languageDuarte Meneses2017-03-081-11/+22
| |
* | Add unit tests to verify behavior depending on sensor strategy (#1745)Janos Gyerik2017-03-064-28/+220
| |
* | SONAR-8857 add organisation uuid to quality profile database tableDaniel Schwarz2017-03-031-4/+4
| |
* | Fix JSONReportTestJulien Lancelot2017-03-031-12/+19
| |
* | Automatic merge from branch-6.3Julien Lancelot2017-03-033-18/+47
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/branch-6.3: SONAR-8883 Fix Server::getVersion() on scanner side, and reenable IssueJsonReportTest IT SONAR-8622 Fix preview mode/JSON report on branches Remove javaProperties plugin from PluginsTest Remove JSON plugin SONAR-8460 Do not fail to write response when profile not found SONAR-8460 Remove Errors SONAR-8460 Remove creation BadRequestException with Errors SONAR-8460 Fix bundled error messages SONAR-8460 Simplify creation of BadRequestException with one message SONAR-8460 Remove isEmpty from Errors SONAR-8460 Remove check from Errors SONAR-8460 Remove writeJson from Errors fix quality flaw
| * SONAR-8883 Fix Server::getVersion() on scanner side, and reenable ↵Julien HENRY2017-03-021-5/+7
| | | | | | | | IssueJsonReportTest IT
| * SONAR-8622 Fix preview mode/JSON report on branchesJulien HENRY2017-03-022-13/+40
| |
* | SONAR-8832 Support project-level sensors (#1720)Janos Gyerik2017-03-0210-61/+159
| |
* | SONAR-8783 Improve display of error when uploading scanner reportDuarte Meneses2017-03-011-1/+16
| |
* | SONAR-8826 Add SonarQube server version to the task reportDuarte Meneses2017-03-011-0/+3
| |
* | Log as debug when sources are defined but missing in non-leafJanos Gyerik2017-02-231-3/+7
| |
* | SONAR-6724 : support analyzing root pom in multi-modules projectsLoïc B2017-02-236-16/+48
| |
* | Analyze non-leaf modulesJanos Gyerik2017-02-231-5/+4
| |
* | Move temp dir of build outsite projectSimon Brandhof2017-02-191-4/+3
|/ | | | | | Overriding java.io.tmpdir does not allow to detect issues with canonical path in tests. Moreover this complex (and useless) configuration does not allow to support Gradle.
* SONAR-8769 Display project and organization keys in the analysis logsDuarte Meneses2017-02-171-1/+24
|
* Fix concurrency probs in testsDuarte Meneses2017-02-101-6/+7
|
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-10173-346/+346
|
* SONAR-8769 Display project and organization keys in the analysis logsDuarte Meneses2017-02-101-1/+40
|
* Add type to internal DefaultRuleDuarte Meneses2017-02-101-2/+2
|
* SONAR-8745 add rule activation date (q profile) into analysis reportDaniel Schwarz2017-02-101-2/+3
|
* SONAR-8745 refactor test to generate response, instead of using fileDaniel Schwarz2017-02-103-33/+74
|
* Fix assertions in XooJanos Gyerik2017-01-311-1/+1
|
* Reduce dependency on guavaDuarte Meneses2017-01-312-10/+6
|
* SONAR-8250 Non Ascii characters are not handled properlyDuarte Meneses2017-01-313-17/+23
|
* Add OneIssuePerDirectory rule in Xoo (#1606)Janos Gyerik2017-01-311-0/+51
|
* SONAR-8631 Only publish input files used by sensorsDuarte Meneses2017-01-311-36/+83
|
* SONAR-8386 Fetch all usernames in a single request in preview modeDuarte Meneses2017-01-303-2/+25
|
* SONAR-8622 Lazily generate metadata for input filesDuarte Meneses2017-01-2710-30/+215
|
* SONAR-8630 query by filename and ext (#1555)Janos Gyerik2017-01-271-0/+94
|
* SONAR-8631 Only publish input files used by sensorsDuarte Meneses2017-01-2724-462/+493
|
* Refactor resources APIDuarte Meneses2017-01-2730-701/+316
|
* Improve qualityDuarte Meneses2017-01-271-1/+0
|
* SONAR-8622 Lazily generate metadata for input filesDuarte Meneses2017-01-2733-338/+364
|
* SONAR-8652 Pass value of sonar.organization in the scanner reportJulien HENRY2017-01-162-3/+57
|
* Rename BatchUtils -> ScannerUtilsJulien HENRY2017-01-121-9/+9
|
* SONAR-8583 Use api/metrics/search to load metricsJulien HENRY2017-01-125-47/+80
|
* SONAR-8518 "sonar.profile" makes the analysis fail in preview modeDuarte Meneses2017-01-111-20/+4
|
* SONAR-8573 Use api/settings to load global settingsJulien HENRY2017-01-106-35/+105
|