Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-8546 Improve SensorDescriptor API to give more flexibility on ↵ | Julien HENRY | 2017-07-04 | 4 | -37/+31 |
| | | | | configuration requirements to execute Sensors | ||||
* | SONAR-9478 Deprecate Settings and introduce new Configuration interface | Julien HENRY | 2017-07-04 | 238 | -1164/+1431 |
| | |||||
* | SONAR-9506 Use InputFile::charset to display source code in HTML report | Julien HENRY | 2017-07-04 | 1 | -7/+1 |
| | |||||
* | SONAR-8918 Do two calls to load QP when sonar.profile is used | Julien HENRY | 2017-06-28 | 2 | -28/+48 |
| | |||||
* | SONAR-9304 Compress rules_profiles for built-in profiles | Teryk Bellahsene | 2017-06-14 | 1 | -43/+0 |
| | |||||
* | SONAR-9304 drop use of rules_profiles.is_default | Simon Brandhof | 2017-06-14 | 1 | -8/+32 |
| | |||||
* | Detect Windows-1252 encoding (#2156) | Janos Gyerik | 2017-06-08 | 6 | -23/+111 |
| | |||||
* | Prepare for next development version 6.5-SNAPSHOT | Simon Brandhof | 2017-05-16 | 1 | -1/+1 |
| | |||||
* | Fix quality flaws | Julien HENRY | 2017-05-12 | 5 | -43/+28 |
| | |||||
* | Consistent safeguard timeouts in JUnit tests | Simon Brandhof | 2017-05-12 | 1 | -1/+1 |
| | |||||
* | SONAR-9204 File with BOM are not correctly parsed by the CPD tokenizer | Julien HENRY | 2017-05-09 | 5 | -19/+28 |
| | |||||
* | Fix quality issues | Duarte Meneses | 2017-05-05 | 1 | -4/+4 |
| | |||||
* | SONAR-6100 Improve support of binary files and/or files with different encoding | Duarte Meneses | 2017-05-03 | 9 | -85/+803 |
| | |||||
* | SONAR-9141 Failure to create reports in issues mode when using branches | Duarte Meneses | 2017-04-28 | 6 | -51/+97 |
| | |||||
* | SONAR-9160 All files are scanned in issues mode when analysing a branch | Duarte Meneses | 2017-04-28 | 2 | -5/+5 |
| | |||||
* | Fix tests on windows | Duarte Meneses | 2017-04-28 | 2 | -36/+42 |
| | |||||
* | SONAR-9155 Fix HTTPS proxy authentication | Julien HENRY | 2017-04-24 | 1 | -1/+1 |
| | |||||
* | Remove false-positive in ProgressReportTest | Simon Brandhof | 2017-04-13 | 1 | -20/+17 |
| | |||||
* | Fix Quality flaws | Simon Brandhof | 2017-04-12 | 3 | -24/+15 |
| | |||||
* | Fix NPE in charset detection | Duarte Meneses | 2017-04-12 | 2 | -5/+7 |
| | |||||
* | SONAR-9080 Stop using api/batch/users | Duarte Meneses | 2017-04-12 | 9 | -340/+19 |
| | |||||
* | SONAR-6100 Improve support of binary files and/or files with different encoding | Duarte Meneses | 2017-04-11 | 8 | -64/+300 |
| | |||||
* | SONAR-9025 Optimize computation issue exclusions | Duarte Meneses | 2017-04-11 | 34 | -824/+527 |
| | |||||
* | SONAR-8904 Make it clear why a file with no blocks is not part of the CPD ↵ | Duarte Meneses | 2017-04-10 | 3 | -2/+58 |
| | | | | analysis | ||||
* | rename Collectors to MoreCollectors | Sébastien Lesaint | 2017-04-03 | 1 | -3/+3 |
| | |||||
* | Merge remote-tracking branch 'origin/branch-6.3' | Julien Lancelot | 2017-03-27 | 11 | -77/+202 |
|\ | |||||
| * | SONAR-8995 Scanner fails when using issue exclusions | Duarte Meneses | 2017-03-27 | 11 | -77/+202 |
| | | |||||
| * | Set development version 6.3-SNAPSHOT | Simon Brandhof | 2017-03-14 | 1 | -1/+1 |
| | | |||||
| * | Release 6.36.3 | Simon Brandhof | 2017-03-14 | 1 | -1/+1 |
| | | |||||
* | | SONAR-8925 scanner sends param "organization" when requesting Quality profiles | Simon Brandhof | 2017-03-23 | 3 | -67/+104 |
| | | |||||
* | | Typos fix in the file warning msgs. | Şerban Ghiţă | 2017-03-23 | 1 | -1/+1 |
| | | |||||
* | | SONAR-7860 Remove CodeColorizerFormat API | Duarte Meneses | 2017-03-16 | 10 | -543/+0 |
| | | |||||
* | | Automatic merge from branch-6.3 | ssjenka | 2017-03-09 | 3 | -33/+70 |
|\| | | | | | | | | | * origin/branch-6.3: SONAR-8623 Fix regression with project level measures | ||||
| * | SONAR-8623 Fix regression with project level measures | Julien HENRY | 2017-03-09 | 3 | -33/+70 |
| | | |||||
* | | Automatic merge from branch-6.3 | ssjenka | 2017-03-09 | 2 | -12/+23 |
|\| | | | | | | | | | | | * 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 language | Duarte Meneses | 2017-03-08 | 2 | -12/+23 |
| | | |||||
| * | Back to development version 6.3-SNAPSHOT | Simon Brandhof | 2017-03-06 | 1 | -1/+1 |
| | | |||||
| * | Publish 6.3-RC4 | Simon Brandhof | 2017-03-03 | 1 | -1/+1 |
| | | |||||
* | | Add unit tests to verify behavior depending on sensor strategy (#1745) | Janos Gyerik | 2017-03-06 | 4 | -28/+220 |
| | | |||||
* | | SONAR-8857 add organisation uuid to quality profile database table | Daniel Schwarz | 2017-03-03 | 1 | -4/+4 |
| | | |||||
* | | SONAR-8883 Reenable assertion | Julien HENRY | 2017-03-03 | 1 | -3/+1 |
| | | |||||
* | | Fix JSONReportTest | Julien Lancelot | 2017-03-03 | 1 | -12/+19 |
| | | |||||
* | | Automatic merge from branch-6.3 | Julien Lancelot | 2017-03-03 | 9 | -58/+112 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 HENRY | 2017-03-02 | 2 | -7/+12 |
| | | | | | | | | IssueJsonReportTest IT | ||||
| * | SONAR-8622 Fix preview mode/JSON report on branches | Julien HENRY | 2017-03-02 | 7 | -51/+100 |
| | | |||||
| * | Set version 6.3-SNAPSHOT | Simon Brandhof | 2017-02-22 | 1 | -1/+1 |
| | | |||||
| * | Publish version 6.3-RC3 | Simon Brandhof | 2017-02-22 | 1 | -1/+1 |
| | | |||||
* | | Store repeated call result in local variable | Janos Gyerik | 2017-03-02 | 1 | -5/+6 |
| | | |||||
* | | SONAR-8832 Support project-level sensors (#1720) | Janos Gyerik | 2017-03-02 | 21 | -88/+367 |
| | | |||||
* | | SONAR-8783 Improve display of error when uploading scanner report | Duarte Meneses | 2017-03-01 | 1 | -1/+2 |
| | |