summaryrefslogtreecommitdiff
path: root/app/services/notification_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelistsRobert Speicher2017-08-141-0/+2
* skip the :read_project check for new_project_memberhttp://jneen.net/2017-08-111-1/+1
* check notifiability for more emailshttp://jneen.net/2017-08-111-7/+44
* another rubocop style fixrefactor.notification-recipient-buildershttp://jneen.net/2017-08-031-1/+1
* remove build_relabeled_recipientshttp://jneen.net/2017-08-031-1/+7
* move the read_ability logic into NotificationRecipienthttp://jneen.net/2017-08-031-1/+0
* deparameterize `project`http://jneen.net/2017-08-031-28/+20
* default the project to target.projecthttp://jneen.net/2017-08-031-2/+2
* require that the user be able to :read_buildhttp://jneen.net/2017-08-031-1/+2
* make sure users have to be able to read_pipelinehttp://jneen.net/2017-08-031-1/+2
* move the #build_* methods to static, parameterize the projecthttp://jneen.net/2017-08-031-10/+14
* factor out .notifiable_usershttp://jneen.net/2017-08-031-5/+4
* rm the @builder argument and factor out .notifiable_usershttp://jneen.net/2017-08-031-2/+1
* notification email on add new gpg keyAlexis Reigel2017-07-271-0/+10
* Deserialise existing custom notification settingsdeserialize-custom-notificationsSean McGivern2017-06-151-1/+1
* Enable the Style/TrailingCommaInArguments copRémy Coutable2017-05-101-1/+1
* [Multiple issue assignees] Resolving conflictsValery Sizov2017-05-041-1/+3
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-6/+21
* Quiet pipeline emailsquiet-pipelinesSean McGivern2017-04-031-2/+2
* Merge branch 'master' into sh-bring-back-option-to-be-notified-of-own-activityStan Hu2017-03-171-304/+19
|\
| * Resolve "Extract logic of who should receive notification into separate classes"Dongqing Hu2017-03-171-304/+19
* | Revert "Merge branch '8836-mr-revert' into 'master'Stan Hu2017-03-161-5/+6
|/
* Revert "Merge branch 'option-to-be-notified-of-own-activity' into 'master'Stan Hu2017-03-151-6/+5
* use policies to protect sending emailhttp://jneen.net/2017-03-091-1/+1
* Update occurrences of MWBS to MWPSfix/mwbs-to-mwpsJames Lopez2017-03-011-1/+1
* Remove `try` from NotificationService#build_recipientsRichard Macklin2017-02-031-1/+1
* Refactor NotificationService#pipeline_finished to use skip_current_userRichard Macklin2017-02-031-2/+3
* Update NotificationService to respect User#notified_of_own_activityRichard Macklin2017-02-011-3/+3
* Fix notification when global=disabled, group=watch395-fix-notification-when-group-set-to-watchamaia2017-01-301-4/+4
* address commentsJarka Kadlecova2017-01-251-14/+9
* Support notes without projectJarka Kadlecova2017-01-181-7/+20
* Introduce EXCLUDED_WATCHER_EVENTS to exclude eventsremove-successful-pipeline-emails-for-nowLin Jen-Shin2017-01-051-2/+1
* Make successful pipeline emails off for watchersLin Jen-Shin2017-01-051-1/+5
* Rephrase some system notes to be compatible with new system note stylerephrase-system-notesDouwe Maan2016-11-241-1/+0
* Refactoring notification service to find subscriptions per projectDouglas Barbosa Alexandre2016-11-171-13/+13
* Fix small typo on NotificationServiceDouglas Barbosa Alexandre2016-11-171-1/+1
* Well pusher's privilege for read_build could be removedLin Jen-Shin2016-10-221-1/+3
* Send only to users have :read_build access, feedback:Lin Jen-Shin2016-10-211-3/+8
* Should send to notification_email instead, feedback:Lin Jen-Shin2016-10-201-1/+1
* Use bcc for pipeline emails because:Lin Jen-Shin2016-10-181-3/+1
* recipients should be a list of emailsLin Jen-Shin2016-10-171-2/+2
* Revert "Revert this until we do notifications"Lin Jen-Shin2016-10-171-1/+1
* Revert "Split notification integration into another branch"Lin Jen-Shin2016-10-171-0/+16
* Make guests unable to view MRsguests_cant_see_mrsValery Sizov2016-10-111-2/+4
* Fix RuboCop failure in app/services/notification_service.rbRobert Speicher2016-10-021-2/+7
* Notify current_user about automatic merge after successful buildDimitris Karakasilis2016-09-291-5/+9
* Fix notification_service argument error of declined invitation emailsPaco Guzman2016-08-191-2/+0
* Merge branch 'master' into diff-line-comment-vuejsConnor Shea2016-08-181-0/+37
|\
| * Allow people to subscribe to mentions in updated MRs and IssuesNick Thomas2016-08-151-1/+2
| * Add notifications for new user mentions in merge requestsNick Thomas2016-08-151-0/+14