| Commit message (Expand) | Author | Age | Files | Lines |
* | SONAR-11950 autoconfig of SCM revision on Gitlab CI | Simon Brandhof | 2019-05-22 | 3 | -0/+115 |
* | SONAR-11950 autoconfig of SCM revision on Github Actions | Simon Brandhof | 2019-05-22 | 3 | -0/+141 |
* | SONAR-11950 autoconfig of SCM revision on AppVeyor | Simon Brandhof | 2019-05-22 | 3 | -0/+131 |
* | SONAR-11950 autoconfig of SCM revision on Buildkite | Simon Brandhof | 2019-05-22 | 3 | -0/+126 |
* | SONAR-11950 autoconfig of SCM revision on CircleCI | Simon Brandhof | 2019-05-22 | 3 | -0/+126 |
* | SONAR-11950 autoconfig of SCM revision on Jenkins | Simon Brandhof | 2019-05-22 | 3 | -0/+140 |
* | SONAR-11950 autoconfig of SCM revision on DroneCI | Simon Brandhof | 2019-05-22 | 3 | -0/+120 |
* | SONAR-11950 autoconfig of SCM revision on SemaphoreCI | Simon Brandhof | 2019-05-22 | 3 | -0/+128 |
* | SONAR-11950 autoconfig of SCM revision on Cirrus and Bitbucket | Simon Brandhof | 2019-05-22 | 19 | -80/+897 |
* | Fix Quality flaws | Simon Brandhof | 2019-05-22 | 2 | -4/+4 |
* | SONAR-11950 add scm revision scanner parameter | Michal Duda | 2019-05-22 | 3 | -4/+33 |
* | SONARCLOUD-628 Allow UTF-8 characters in project key | Benoît Gianinetti | 2019-05-20 | 2 | -28/+3 |
* | SONAR-12108 Support Java 11 RTE | Duarte Meneses | 2019-05-16 | 1 | -1/+12 |
* | SONARCLOUD-633 Fix analysis of projects using 'sonar.branch' | Julien HENRY | 2019-05-07 | 2 | -36/+68 |
* | SONAR-11966 Add security hotspot to Github Checks | Benoît Gianinetti | 2019-05-06 | 2 | -61/+12 |
* | SONAR-11969 Make Edition available for analyzers in the Scanner API | Duarte Meneses | 2019-05-06 | 3 | -5/+11 |
* | Upgrade assertj-core to 3.12.2 and assertj-guava to 3.2.1 for compatibility w... | Duarte Meneses | 2019-04-30 | 1 | -3/+3 |
* | Refactor code to avoid costly loop | Julien HENRY | 2019-04-25 | 1 | -10/+6 |
* | SONAR-11859, SONAR-11879 Track issues with the target branch | Julien HENRY | 2019-04-23 | 1 | -1/+2 |
* | SONAR-11856 Store the "true" target branch in the scanner report to display i... | Duarte Meneses | 2019-04-23 | 23 | -163/+162 |
* | SONAR-11946 Point to Overview page of a PR in report-task.txt | Janos Gyerik | 2019-04-09 | 2 | -5/+3 |
* | Fix simple quality issues | Janos Gyerik | 2019-04-09 | 1 | -2/+3 |
* | SONAR-11878 fix scanner behaviour on /batch/project timeout | Michal Duda | 2019-04-05 | 2 | -11/+15 |
* | SONAR-11449 Drop deprecated property sonar.profile | Benoît Gianinetti | 2019-03-19 | 11 | -124/+32 |
* | SONAR-11449 Drop deprecated property sonar.language | Benoît Gianinetti | 2019-03-19 | 12 | -87/+9 |
* | SONAR-11631 Replace codePeriodVersion with buildString | Janos Gyerik | 2019-03-19 | 4 | -62/+24 |
* | SONAR-11631 Add sonar.buildString to scanner report | Janos Gyerik | 2019-03-19 | 5 | -7/+76 |
* | SONAR-11795 Make metric 'executable_lines_data' available | Duarte Meneses | 2019-03-12 | 2 | -3/+9 |
* | SONAR-11641 Add tests | Julien HENRY | 2019-03-08 | 1 | -0/+30 |
* | SONAR-11795 Drop persistit and move coverage measures computation to CE side | Julien HENRY | 2019-03-08 | 31 | -2487/+241 |
* | SONAR-11794 Remove old deprecated metrics | Julien HENRY | 2019-03-06 | 1 | -26/+1 |
* | SONAR-11561 Allow more special characters in branch names | Duarte Meneses | 2019-03-06 | 1 | -3/+3 |
* | fixup! SONAR-11741 fix NPE when importing issues from external report | Simon Brandhof | 2019-02-22 | 2 | -30/+23 |
* | SONAR-11741 fix NPE when importing issues from external report | Simon Brandhof | 2019-02-22 | 2 | -1/+205 |
* | SONAR-11670 Drop preview mode | Julien HENRY | 2019-02-21 | 82 | -4952/+182 |
* | SONAR-11558 Index basedir by default when sonar.sources is not provided | Julien HENRY | 2019-02-18 | 4 | -12/+27 |
* | SONARCLOUD-336: Automatically guess the projectKey/organization | Michal Duda | 2019-02-18 | 42 | -170/+733 |
* | SONAR-11677 Use main branch as reference when analyzing a PR and base branch ... | Julien HENRY | 2019-02-18 | 1 | -1/+1 |
* | Remove wildcard imports in tests | Janos Gyerik | 2019-02-11 | 1 | -1/+0 |
* | SONAR-11631 add sonar.codePeriodVersion scanner property | Sébastien Lesaint | 2019-02-11 | 9 | -47/+149 |
* | SONAR-11631 replace Component.version by Metadata.projectVersion | Sébastien Lesaint | 2019-02-11 | 14 | -179/+227 |
* | Add missing value in FileIndexer debug log | Benoit | 2019-02-11 | 1 | -1/+1 |
* | SONAR-11621 Use scm based exclusion in scanner engine | Benoît Gianinetti | 2019-01-22 | 10 | -32/+160 |
* | SONAR-11621 Add sonar.scm.exclusions.disabled property | Benoît Gianinetti | 2019-01-22 | 2 | -0/+39 |
* | SONAR-11632 Remove api/tests WS | Julien Lancelot | 2019-01-17 | 7 | -581/+6 |
* | Fix test on Mac OS by removing symbolic links from temp directory | Julien Lancelot | 2019-01-17 | 1 | -2/+2 |
* | SONAR-11606 Stop excluding directories starting with a dot | Duarte Meneses | 2019-01-16 | 1 | -7/+17 |
* | SONAR-11484 Fix NPE by restoring old behavior of ignoring files outside modul... | Julien HENRY | 2019-01-16 | 2 | -34/+81 |
* | SONAR-11508 Missing global server settings in module settings | Julien HENRY | 2019-01-16 | 3 | -4/+80 |
* | SONAR-11508 Rework FS logging | Julien HENRY | 2019-01-16 | 6 | -36/+105 |