| Commit message (Expand) | Author | Age | Files | Lines |
* | SONAR-12249 Update SonarSource Security categories with the latest definition | Julien Lancelot | 2019-06-28 | 1 | -7/+6 |
* | SONAR-12023 Remove "Not OWASP" CWE mapping, and move all unmapped CWEs to "Ot... | Michal Duda | 2019-06-28 | 2 | -4/+11 |
* | Merge pull request #1789 from SonarSource/fix/md/SONAR-11845-project-import-s... | Michal Duda | 2019-06-28 | 1 | -1/+1 |
* | SONAR-11923 resolve issue as fixed now requires "administer issue" | Sébastien Lesaint | 2019-06-28 | 1 | -5/+13 |
* | SONAR-11304 add date and version of initial installation to telemetry (#1751) | Pierre Guillot | 2019-06-28 | 1 | -0/+11 |
* | SC-702 support new property sonar.log.useJsonOutput | Simon Brandhof | 2019-06-28 | 1 | -13/+5 |
* | SC-702 decouple Logback appenders from encoders | Simon Brandhof | 2019-06-28 | 1 | -5/+12 |
* | SONAR-12131 Compute Security Review Rating measures on projects | Julien Lancelot | 2019-06-14 | 2 | -0/+117 |
* | SONAR-12187 do not fail at startup if ES indices are read-only | Sébastien Lesaint | 2019-06-14 | 3 | -74/+118 |
* | Using already-defined constants instead of duplicating their values | Diego Marcilio | 2019-06-13 | 1 | -1/+1 |
* | SONAR-11857 link to dashboard for branches/PRs in webhook payload | Sébastien Lesaint | 2019-05-31 | 2 | -13/+10 |
* | SONAR-9898 Deprecate org.sonar.api.i18n.I18n | Julien Lancelot | 2019-05-29 | 9 | -9/+9 |
* | SONAR-10034 drop support of reflection-based Pico Container lifecycle management | Sébastien Lesaint | 2019-05-23 | 1 | -5/+6 |
* | SONAR-11950 add revision to webhooks | Simon Brandhof | 2019-05-22 | 5 | -48/+45 |
* | SONAR-12026 Update status names, transition names and description | Julien Lancelot | 2019-05-22 | 2 | -11/+1 |
* | SONAR-12026 add transition reset as to review | Pierre Guillot | 2019-05-22 | 2 | -83/+118 |
* | SONAR-12026 Add transition "Open as Vulnerability" | Pierre Guillot | 2019-05-22 | 2 | -3/+101 |
* | SONAR-12026 introduce new status 'reviewed' and new transition 'resolve as re... | Pierre Guillot | 2019-05-22 | 4 | -13/+87 |
* | SONAR-12026 Add transition "Set as In Review" on Security Hotspots | Pierre Guillot | 2019-05-22 | 4 | -126/+277 |
* | SONAR-12026 Security Hotspots are created with resolution "To Review" | Julien Lancelot | 2019-05-22 | 2 | -188/+234 |
* | SONAR-12061 Purge refresh flag on portfolio deletion | Benoit | 2019-05-15 | 1 | -0/+32 |
* | SONAR-11983 Clean code | Michal Duda | 2019-05-07 | 1 | -24/+24 |
* | SONAR-11180 add security facet to api/rules/search | Michal Duda | 2019-05-07 | 8 | -13/+221 |
* | SONAR-11973 add SonarSource security facet to issues search | Michal Duda | 2019-05-07 | 1 | -0/+11 |
* | SONAR-11983 new "sonarsource" security report | Michal Duda | 2019-05-07 | 4 | -0/+49 |
* | SONAR-11969 Make Edition available for analyzers in the Scanner API | Duarte Meneses | 2019-05-06 | 3 | -7/+10 |
* | Upgrade assertj-core to 3.12.2 and assertj-guava to 3.2.1 for compatibility w... | Duarte Meneses | 2019-04-30 | 3 | -7/+10 |
* | SONAR-12000 add the signature to HTTP headers | Simon Brandhof | 2019-04-29 | 6 | -60/+74 |
* | SONAR-12000 fix Quality flaws | Simon Brandhof | 2019-04-29 | 2 | -4/+5 |
* | SONAR-10725 fix EmailSettings.getServerBaseURL() | Sébastien Lesaint | 2019-04-26 | 2 | -6/+24 |
* | SONAR-11757 single notification for FPs and changes on my issues | Sébastien Lesaint | 2019-04-23 | 32 | -1227/+4125 |
* | SONAR-11753 EmailNotificationChannel ignore empty recipient requests | Sébastien Lesaint | 2019-04-23 | 7 | -21/+22 |
* | SONAR-11753 fix DB incompatibility in EmailSubscriberDto | Simon Brandhof | 2019-04-23 | 1 | -6/+6 |
* | SONAR-11916 replace class EmailTemplate by interface | Simon Brandhof | 2019-04-23 | 4 | -5/+5 |
* | SONAR-11916 Drop unused Java API EmailTemplate | Simon Brandhof | 2019-04-23 | 10 | -12/+149 |
* | SONAR-11752 disable global subscription to notifs on new/fixed issues | Simon Brandhof | 2019-04-23 | 4 | -6/+6 |
* | SONAR-11753 dont retrieve all subscribers if only interested in subset | Sébastien Lesaint | 2019-04-23 | 7 | -59/+224 |
* | SONAR-11753 factor code in email NotificationHandler implementations | Sébastien Lesaint | 2019-04-23 | 6 | -81/+91 |
* | SONAR-11753 move "failed analysis" notification to email specific algo | Sébastien Lesaint | 2019-04-23 | 13 | -28/+214 |
* | SONAR-11753 move license notifications to email specific algo | Sébastien Lesaint | 2019-04-23 | 2 | -5/+6 |
* | SONAR-11753 move "QP change" notification to email specific algo | Sébastien Lesaint | 2019-04-23 | 7 | -165/+379 |
* | SONAR-11753 move "QG change" notification classes to single package | Sébastien Lesaint | 2019-04-23 | 5 | -4/+216 |
* | SONAR-11753 move issue change notifications to email specific algo | Sébastien Lesaint | 2019-04-23 | 10 | -387/+868 |
* | SONAR-11753 notification serialisation keeps original type | Sébastien Lesaint | 2019-04-23 | 3 | -7/+7 |
* | SONAR-11753 NotificationService accepts mult. handlers per Notif type | Sébastien Lesaint | 2019-04-23 | 2 | -3/+73 |
* | SONAR-11753 NewIssuesNotification must not do SQL requests | Sébastien Lesaint | 2019-04-23 | 4 | -62/+158 |
* | SONAR-11753 NewIssuesNotificationFactory is not used in Web | Sébastien Lesaint | 2019-04-23 | 3 | -47/+2 |
* | SONAR-11753 move "New Issues" notification to email specific algo | Sébastien Lesaint | 2019-04-23 | 8 | -162/+372 |
* | SONAR-11753 move "My new issues" notification to email specific algo | Sébastien Lesaint | 2019-04-23 | 14 | -198/+1221 |
* | SONAR-10766 Do not display FOP INFO logs when generating a PDF report | Julien Lancelot | 2019-04-01 | 1 | -0/+1 |