| Commit message (Expand) | Author | Age | Files | Lines |
* | SONARCLOUD-213 fix Quality flaws | Simon Brandhof | 2018-12-12 | 1 | -6/+5 |
* | SONARCLOUD-213 clarify "scan" in org vs project permissions | Simon Brandhof | 2018-12-12 | 1 | -0/+6 |
* | SONARCLOUD-213 remove useless method in PermissionService | Simon Brandhof | 2018-12-12 | 1 | -0/+9 |
* | SONAR-11515 Add QProfileKey to ActiveRule in scanner report | Benoît Gianinetti | 2018-12-03 | 4 | -0/+22 |
* | SONAR-11514 Backdate issue when rule parameter is updated (#971) | Benoit | 2018-12-03 | 8 | -73/+240 |
* | Move scan test resources outside IDE classpath | Simon Brandhof | 2018-11-30 | 14 | -2/+2 |
* | Mention ".secured" naming convention in PropertyDefinition Java API | Simon Brandhof | 2018-11-21 | 1 | -0/+4 |
* | SONARCLOUD-45 Advertise featured projects on SonarCloud | Pascal Mugnier | 2018-11-01 | 2 | -7/+6 |
* | Corrected typo | Dave Grant | 2018-10-16 | 1 | -2/+2 |
* | SONAR-11219 Remove @ScannerSide annotation from ProfileExporter | Julien HENRY | 2018-10-12 | 1 | -2/+0 |
* | SONAR-11218 Drop RuleFinder implementation on scanner side and remove depreca... | Julien HENRY | 2018-10-11 | 2 | -5/+5 |
* | SONAR-11271 Add migration to create new permissions | Eric Hartmann | 2018-10-10 | 1 | -6/+0 |
* | SONAR-11271 Introduce two new rights | Eric Hartmann | 2018-10-10 | 3 | -0/+17 |
* | SONAR-11241 Provide API for SCM plugins to register analysis warnings | Janos Gyerik | 2018-10-10 | 1 | -0/+37 |
* | SONAR-11302 Generate random login when identity login is null | Julien Lancelot | 2018-10-10 | 2 | -21/+15 |
* | SONAR-10555 fail analysis if leak period is invalid | Sébastien Lesaint | 2018-10-03 | 1 | -0/+10 |
* | SONAR-11209 remove space in ad hoc rule names | Julien HENRY | 2018-09-24 | 1 | -3/+11 |
* | SONAR-11209 Store ad hoc rules coming from scanner in rules_metadata | Julien HENRY | 2018-09-24 | 4 | -18/+22 |
* | SONAR-11209 Allow sensors to provide ad hoc rule metadata for external issues | Julien HENRY | 2018-09-24 | 19 | -40/+569 |
* | Fix quality flaws | Julien HENRY | 2018-09-24 | 2 | -38/+35 |
* | SONAR-11259 Improve source offset handling on Windows | Julien HENRY | 2018-09-24 | 12 | -113/+166 |
* | SONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin classloader | Julien HENRY | 2018-09-19 | 5 | -6/+79 |
* | Fix encoding of WebServiceTest | Simon Brandhof | 2018-09-19 | 1 | -2/+2 |
* | Fix javadoc encoding | Simon Brandhof | 2018-09-19 | 3 | -3/+3 |
* | SONAR-11135 SONAR-11136 Load changed lines from SCM plugins and write in the ... | Duarte Meneses | 2018-09-19 | 1 | -6/+23 |
* | SONAR-11185 Allow portfolio to define projects by tags | Julien Lancelot | 2018-09-07 | 2 | -1/+50 |
* | Improve performance SonarLint | Duarte Meneses | 2018-08-27 | 1 | -1/+3 |
* | remove useless array copy in ListInterceptor | Sébastien Lesaint | 2018-08-21 | 1 | -2/+1 |
* | SONAR-8368 move package org.sonar.api.issue.condition to server-common | Sébastien Lesaint | 2018-08-21 | 12 | -520/+0 |
* | SONAR-11169 make log interceptor concurrent and thread safe | Sébastien Lesaint | 2018-08-21 | 2 | -19/+19 |
* | SONAR-11169 add ability to verify log arguments | Sébastien Lesaint | 2018-08-21 | 4 | -18/+123 |
* | Fix performance hotspot sonarlint | Duarte Meneses | 2018-08-07 | 1 | -8/+7 |
* | SONAR-11077 add statistics to CE SendIssueNotificationsStep | Simon Brandhof | 2018-08-02 | 1 | -1/+2 |
* | SONAR-11073 Remove trailing slash in "Server base URL" | Julien HENRY | 2018-08-02 | 3 | -3/+24 |
* | SONAR-11072 Allow customization of request parameter used to check CSRF state | Julien Lancelot | 2018-07-31 | 1 | -0/+10 |
* | SONAR-11064 drop metric comment_lines_data | Simon Brandhof | 2018-07-30 | 1 | -155/+179 |
* | Fix Quality flaws | Simon Brandhof | 2018-07-25 | 1 | -31/+6 |
* | Revert "SONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin cla... | Duarte Meneses | 2018-07-19 | 5 | -79/+6 |
* | SONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin classloader | Julien HENRY | 2018-07-17 | 5 | -6/+79 |
* | Remove security hotspot measures | Janos Gyerik | 2018-07-17 | 1 | -39/+0 |
* | SONAR-11026 Deprecate ProjectIssues and AnalysisMode | Julien HENRY | 2018-07-17 | 4 | -7/+16 |
* | SONAR-10986 Extend RulesDefinitions API to support security standards (API only) | Janos Gyerik | 2018-07-09 | 2 | -0/+41 |
* | fix varargs and unchecked called warnings | Sébastien Lesaint | 2018-07-09 | 1 | -2/+2 |
* | SONAR-10887 Create a new permission: Administer Security Hotspots | Julien HENRY | 2018-07-04 | 1 | -0/+5 |
* | SONAR-10875 Add 2 new measures for security hotspots (#394) | Janos Gyerik | 2018-07-04 | 1 | -0/+39 |
* | SONAR-10874 New issue transitions for security hotspots | Julien HENRY | 2018-07-04 | 1 | -1/+12 |
* | SONAR-10867 Add security hotspot new issue type | Julien HENRY | 2018-07-04 | 2 | -4/+4 |
* | SONAR-10138 Remove support for API < 5.6 | Duarte Meneses | 2018-06-29 | 133 | -9642/+11 |
* | SONAR-10816 Create WS to administrate applications | Julien Lancelot | 2018-06-29 | 1 | -1/+1 |
* | SONARCLOUD-62 Move /sq/* pages and terms.pdf (#382) | Stas Vilchik | 2018-06-21 | 2 | -6/+6 |