Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-6567 disable extension point NotificationDispatcher in batch | Simon Brandhof | 2015-05-22 | 1 | -78/+0 |
| | | | | Currently it's only removed from API. Will be removed from batch after that events are in Compute Engine (for change of quality gate status) | ||||
* | Move @BatchSide and @ServerSide to appropriate packages | Simon Brandhof | 2015-05-20 | 1 | -2/+2 |
| | |||||
* | SONAR-6535 API cleanup: deprecate BatchComponent and ServerComponent | Julien HENRY | 2015-05-11 | 1 | -3/+7 |
| | |||||
* | Update copyright headers (replace 2013 by 2014) | Simon Brandhof | 2014-03-11 | 1 | -1/+1 |
| | |||||
* | Rename version 4.0 to 3.7.1 | Simon Brandhof | 2013-09-09 | 1 | -1/+1 |
| | |||||
* | SONAR-4524 Create notifications using batch insert | Julien HENRY | 2013-08-27 | 1 | -5/+15 |
| | | | | to improve performances | ||||
* | SONAR-4283 notifications on new issues and issue changes | Simon Brandhof | 2013-05-27 | 1 | -0/+1 |
| | |||||
* | Update copyright headers | Simon Brandhof | 2013-04-22 | 1 | -4/+4 |
| | |||||
* | SONAR-4252 rename Sonar to SonarQube in source headers | Simon Brandhof | 2013-04-21 | 1 | -3/+3 |
| | |||||
* | SONAR-3959 Update NotifDispatchers to use new NotifManager method | Fabrice Bellingard | 2013-01-29 | 1 | -2/+2 |
| | |||||
* | SONAR-3959 Enhance NotifManager to help finding subscribed users | Fabrice Bellingard | 2013-01-29 | 1 | -0/+18 |
| | |||||
* | Sonar API - Try to improve documentation of notifications | Fabrice Bellingard | 2012-02-03 | 1 | -0/+13 |
| | |||||
* | Update copyright header for this new year | Simon Brandhof | 2012-01-10 | 1 | -1/+1 |
| | |||||
* | SONAR-2596,SONAR-2600 Improve notification mechanism | Evgeny Mandrikov | 2011-07-20 | 1 | -0/+32 |
* Persist notifications into DB for later delivery. * Add sonar-email-plugin, which sends notifications by email. |