| Commit message (Expand) | Author | Age | Files | Lines |
* | SONAR-11885 Add Hotspots to Overview page | Grégoire Aubert | 2019-04-23 | 35 | -178/+2029 |
* | SONAR-11886 Highlight Hotspots in issues page | Grégoire Aubert | 2019-04-23 | 41 | -150/+946 |
* | SONAR-11886 Allow to assign/bulk assign security hotspots | Julien Lancelot | 2019-04-23 | 4 | -23/+39 |
* | SONAR-11886 Ignore Hotspots in Issues facets / filters | Julien Lancelot | 2019-04-23 | 6 | -47/+261 |
* | 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 |
* | Refresh Quality Profile Documentation | colin-mueller-sonarsource | 2019-04-23 | 1 | -8/+15 |
* | SONAR-11858 Make a UT more reliable | Julien HENRY | 2019-04-23 | 1 | -11/+6 |
* | Exclude .directory from Git | Julien HENRY | 2019-04-23 | 1 | -0/+3 |
* | SONAR-11859 Fix issue changelog | Julien HENRY | 2019-04-23 | 10 | -23/+160 |
* | SONAR-11856 Display true pull request target instead of base | Grégoire Aubert | 2019-04-23 | 23 | -287/+349 |
* | SONAR-11858 Fix quality issues | Duarte Meneses | 2019-04-23 | 6 | -99/+48 |
* | SONAR-11859, SONAR-11879 Track issues with the target branch | Julien HENRY | 2019-04-23 | 16 | -231/+423 |
* | SONAR-11856 Store the "true" target branch in the scanner report to display i... | Duarte Meneses | 2019-04-23 | 46 | -227/+287 |
* | SONAR-11858 Apply light issue tracking with siblings for all branches | Julien HENRY | 2019-04-23 | 21 | -316/+334 |
* | Clarify DB replication (done in the same region) | Fabrice Bellingard | 2019-04-23 | 1 | -1/+1 |
* | DOCS Adjust eligibility for DB Copy and update screen shot (#1499) | CS | 2019-04-23 | 2 | -7/+5 |
* | DOCS remove MySQL support add migrator info | MikeBirnstiehl | 2019-04-23 | 5 | -24/+22 |
* | DOC update intro to Analysis Params | G. Ann Campbell | 2019-04-23 | 1 | -7/+10 |
* | SONAR-11757 single notification for FPs and changes on my issues | Sébastien Lesaint | 2019-04-23 | 66 | -1548/+5412 |
* | SONAR-11757 add HtmlFragmentAssert and MimeMessageAssert | Sébastien Lesaint | 2019-04-23 | 8 | -1/+674 |
* | DOC upgrade note for notifications changes | G. Ann Campbell | 2019-04-23 | 1 | -0/+3 |
* | SONAR-11753 create admin user with a null email | Sébastien Lesaint | 2019-04-23 | 3 | -3/+3 |
* | SONAR-11753 EmailNotificationChannel ignore empty recipient requests | Sébastien Lesaint | 2019-04-23 | 10 | -26/+172 |
* | SONAR-11753 fix DB incompatibility in EmailSubscriberDto | Simon Brandhof | 2019-04-23 | 5 | -45/+59 |
* | SONAR-11929 do not send issue notifications on PRs and short branches | Sébastien Lesaint | 2019-04-23 | 11 | -51/+177 |
* | SONAR-11916 replace class EmailTemplate by interface | Simon Brandhof | 2019-04-23 | 6 | -7/+7 |
* | 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 | 15 | -50/+13 |
* | SONAR-11930 notifs on branches/PR are ignored if subscribed on project | Simon Brandhof | 2019-04-23 | 2 | -12/+31 |
* | SONAR-11752 remove SonarCloud-specific code | Simon Brandhof | 2019-04-23 | 2 | -10/+6 |
* | SONAR-11752 disable global subscription to notifs on new/fixed issues | Simon Brandhof | 2019-04-23 | 5 | -7/+7 |
* | SONAR-11752 Drop existing overall subscriptions on new/resolved issues | Simon Brandhof | 2019-04-23 | 8 | -1/+249 |
* | SONAR-11753 dont retrieve all subscribers if only interested in subset | Sébastien Lesaint | 2019-04-23 | 11 | -62/+386 |
* | SONAR-11753 factor code in email NotificationHandler implementations | Sébastien Lesaint | 2019-04-23 | 8 | -112/+103 |
* | SONAR-11753 move "failed analysis" notification to email specific algo | Sébastien Lesaint | 2019-04-23 | 29 | -252/+761 |
* | SONAR-11753 drop dead code in PropertiesMapper | Sébastien Lesaint | 2019-04-23 | 1 | -2/+0 |
* | SONAR-11753 move built-in qp change notification to email specific algo | Sébastien Lesaint | 2019-04-23 | 13 | -193/+349 |
* | SONAR-11753 move license notifications to email specific algo | Sébastien Lesaint | 2019-04-23 | 12 | -43/+114 |
* | SONAR-11753 move "QP change" notification to email specific algo | Sébastien Lesaint | 2019-04-23 | 13 | -183/+409 |
* | SONAR-11753 move "QG change" notification classes to single package | Sébastien Lesaint | 2019-04-23 | 9 | -10/+11 |
* | SONAR-11753 move issue change notifications to email specific algo | Sébastien Lesaint | 2019-04-23 | 17 | -417/+948 |
* | SONAR-11753 NotificationDaemon supports email specific algo | Sébastien Lesaint | 2019-04-23 | 3 | -204/+312 |
* | SONAR-11753 notification serialisation keeps original type | Sébastien Lesaint | 2019-04-23 | 4 | -10/+11 |
* | 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 | 16 | -91/+765 |
* | SONAR-11753 NewIssuesNotificationFactory is not used in Web | Sébastien Lesaint | 2019-04-23 | 7 | -10/+8 |
* | SONAR-11753 move "New Issues" notification to email specific algo | Sébastien Lesaint | 2019-04-23 | 14 | -178/+393 |
* | SONAR-11753 move "My new issues" notification to email specific algo | Sébastien Lesaint | 2019-04-23 | 27 | -241/+1564 |
* | SONARCLOUD-593 Display correctly when coverage is missing in homepage data | Grégoire Aubert | 2019-04-16 | 4 | -19/+46 |