| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixing SonarQube analysis issues (#2084) | Jacek | 2019-09-24 | 1 | -1/+0 |
* | SONAR-12390 Prevent analysis deletion when it is a baseline | Duarte Meneses | 2019-09-24 | 1 | -1/+0 |
* | SSF-92 Code injection from SonarQube plugins | Duarte Meneses | 2019-09-20 | 1 | -1/+1 |
* | cache regex pattern | Duarte Meneses | 2019-09-04 | 1 | -2/+3 |
* | fix missing package-info.java files | Sébastien Lesaint | 2019-08-14 | 1 | -0/+23 |
* | SONAR-12197 completely drop "sonar.branch" code | Michal Duda | 2019-08-12 | 4 | -62/+2 |
* | Fix test to make it run on mac os (#1977) | Jacek | 2019-08-01 | 1 | -0/+7 |
* | SONAR-11722 add ability for Post tasks to add log statistics | Sébastien Lesaint | 2019-07-30 | 2 | -3/+62 |
* | SONAR-17722 add post tag logs | Sébastien Lesaint | 2019-07-30 | 1 | -0/+8 |
* | SC-795 remove SonarCloud label from emails | Simon Brandhof | 2019-07-26 | 1 | -4/+0 |
* | SONAR-8776 remove deprecated params, fields from api/components (#1894) | Jacek | 2019-07-22 | 1 | -1/+0 |
* | SONAR-12259 - remove deprecated request params, response fields from api/proj... | Jacek | 2019-07-22 | 1 | -2/+0 |
* | Bring back server rule implementations to sonar-plugin-api | Duarte Meneses | 2019-07-15 | 8 | -24/+1171 |
* | Remove dependency of sonar-scanner-engine on guava | Duarte Meneses | 2019-07-12 | 1 | -0/+8 |
* | Extract implementation from plugin API and create new module sonar-plugin-api... | Duarte Meneses | 2019-07-12 | 4 | -263/+0 |
* | Extract implementation from plugin API and create new module sonar-plugin-api... | Duarte Meneses | 2019-07-12 | 30 | -2066/+402 |
* | Extract implementation from plugin API - Server rule definition | Duarte Meneses | 2019-07-12 | 3 | -685/+77 |
* | Extract implementation from plugin API - Scanner FS | Duarte Meneses | 2019-07-12 | 22 | -2027/+10 |
* | Extract implementation from plugin API - fix tests | Duarte Meneses | 2019-07-12 | 7 | -237/+28 |
* | Extract implementation from plugin API - Scanner Sensor | Duarte Meneses | 2019-07-12 | 12 | -954/+4 |
* | Extract implementation from plugin API - Scanner rules | Duarte Meneses | 2019-07-12 | 9 | -674/+0 |
* | Extract implementation from plugin API - Scanner FS | Duarte Meneses | 2019-07-12 | 39 | -3066/+5 |
* | Remove use of Guava in main sources of sonar-plugin-api | Duarte Meneses | 2019-07-12 | 62 | -404/+379 |
* | SONAR-12131 Compute Security Review Rating measures on projects | Julien Lancelot | 2019-06-14 | 1 | -0/+17 |
* | SONAR-12188 Density of duplications is calculated with number of lines of tes... | Duarte Meneses | 2019-06-13 | 1 | -7/+18 |
* | SONAR-10259 Deprecate SonarQubeVersion | Duarte Meneses | 2019-06-11 | 1 | -0/+2 |
* | SONAR-9898 Deprecate org.sonar.api.i18n.I18n | Julien Lancelot | 2019-05-29 | 1 | -2/+4 |
* | SONAR-12109 Web Analytics plugins (#1652) | Grégoire Aubert | 2019-05-23 | 2 | -1/+137 |
* | SONAR-10034 drop support of reflection-based Pico Container lifecycle management | Sébastien Lesaint | 2019-05-23 | 1 | -1/+4 |
* | SONAR-11950 do not accept empty string for revision in CE | Simon Brandhof | 2019-05-22 | 1 | -0/+1 |
* | SONAR-11950 add revision to webhooks | Simon Brandhof | 2019-05-22 | 3 | -4/+23 |
* | SONAR-12026 Update status names, transition names and description | Julien Lancelot | 2019-05-22 | 1 | -2/+2 |
* | SONAR-12026 add new hotspots statuses to facet | Pierre Guillot | 2019-05-22 | 1 | -2/+4 |
* | SONAR-12026 add transition reset as to review | Pierre Guillot | 2019-05-22 | 1 | -11/+6 |
* | SONAR-12026 Add transition "Open as Vulnerability" | Pierre Guillot | 2019-05-22 | 1 | -1/+6 |
* | SONAR-12026 introduce new status 'reviewed' and new transition 'resolve as re... | Pierre Guillot | 2019-05-22 | 2 | -1/+11 |
* | SONAR-12026 Add transition "Set as In Review" on Security Hotspots | Pierre Guillot | 2019-05-22 | 2 | -2/+13 |
* | SONAR-12026 Security Hotspots are created with resolution "To Review" | Julien Lancelot | 2019-05-22 | 1 | -0/+5 |
* | SONAR-12108 Support Java 11 RTE | Duarte Meneses | 2019-05-16 | 1 | -13/+6 |
* | SONAR-11969 Make Edition available for analyzers in the Scanner API | Duarte Meneses | 2019-05-06 | 5 | -42/+128 |
* | SONAR-10725 fix EmailSettings.getServerBaseURL() | Sébastien Lesaint | 2019-04-26 | 1 | -7/+5 |
* | SONARCLOUD-582 fix Quality flaws | Simon Brandhof | 2019-04-24 | 1 | -5/+0 |
* | SONAR-11892 Compute Security Hotspot measures | Julien Lancelot | 2019-04-23 | 1 | -0/+35 |
* | Deprecate useless class | Julien HENRY | 2019-04-23 | 2 | -0/+6 |
* | SONAR-12006 Deprecate org.sonar.api.profiles.XMLProfileParser | Julien HENRY | 2019-04-23 | 2 | -1/+6 |
* | SONAR-11858 Fix quality issues | Duarte Meneses | 2019-04-23 | 1 | -1/+1 |
* | SONAR-11856 Store the "true" target branch in the scanner report to display i... | Duarte Meneses | 2019-04-23 | 1 | -0/+4 |
* | SONAR-11757 single notification for FPs and changes on my issues | Sébastien Lesaint | 2019-04-23 | 1 | -0/+4 |
* | SONAR-11906 Deprecate Notification plugin API | Simon Brandhof | 2019-04-23 | 2 | -0/+4 |
* | SONAR-11916 Drop unused Java API EmailTemplate | Simon Brandhof | 2019-04-23 | 3 | -174/+0 |