summaryrefslogtreecommitdiff
path: root/spec/services/notification_service_spec.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-38/+42
* Fix email not being sent after project exportmhasbini2017-04-091-0/+16
* Don't use original_discussion_idDouwe Maan2017-04-051-1/+1
* Add option to start a new discussion on an MRDouwe Maan2017-04-051-1/+1
* Quiet pipeline emailsquiet-pipelinesSean McGivern2017-04-031-29/+161
* Use `:empty_project` where possible in service specsRobert Speicher2017-03-271-6/+6
* Merge branch 'master' into sh-bring-back-option-to-be-notified-of-own-activityStan Hu2017-03-171-1/+70
|\
| * Resolve "Extract logic of who should receive notification into separate classes"Dongqing Hu2017-03-171-1/+70
* | Revert "Merge branch '8836-mr-revert' into 'master'Stan Hu2017-03-161-0/+59
|/
* Revert "Merge branch 'option-to-be-notified-of-own-activity' into 'master'Stan Hu2017-03-151-59/+0
* Update occurrences of MWBS to MWPSfix/mwbs-to-mwpsJames Lopez2017-03-011-6/+6
* Update NotificationService to respect User#notified_of_own_activityRichard Macklin2017-02-011-0/+59
* Fix notification when global=disabled, group=watch395-fix-notification-when-group-set-to-watchamaia2017-01-301-2/+22
* Merge branch 'get-rid-of-water-from-notification_service_spec-to-make-it-DRY'...26900-pipelines-tabs-equal-buildsRémy Coutable2017-01-271-228/+87
|\
| * Make notification_service spec DRYer by making some tests reusableYarNayar2016-12-121-228/+87
* | make mentions working when project not specifiedJarka Kadlecova2017-01-181-2/+2
* | Support notes without projectJarka Kadlecova2017-01-181-0/+49
|/
* Only include EmailHelpers in mailer specs and specs using themrs-include-emailhelpersRobert Speicher2016-12-011-0/+2
* Add shortcuts for adding users to a project team with a specific rolers-project-team-helpersRobert Speicher2016-11-181-30/+30
* Allow subscriptions to be created without a projectDouglas Barbosa Alexandre2016-11-171-6/+18
* Remove default value for `project` argument on subscribable concernDouglas Barbosa Alexandre2016-11-171-24/+24
* Refactoring notification service to find subscriptions per projectDouglas Barbosa Alexandre2016-11-171-37/+79
* should_email_no_one -> should_not_email_anyone, feedback:Lin Jen-Shin2016-10-171-2/+2
* Update the other sites for reset_delivered_emails! as wellLin Jen-Shin2016-10-171-14/+14
* Make guests unable to view MRsguests_cant_see_mrsValery Sizov2016-10-111-1/+56
* Notify current_user about automatic merge after successful buildDimitris Karakasilis2016-09-291-0/+14
* Reload issues in spec to ensure label<->issue mapping properly loaded21170-cycle-analyticsStan Hu2016-09-201-0/+2
* Fix notification_service argument error of declined invitation emailsPaco Guzman2016-08-191-0/+40
* Merge branch 'master' into diff-line-comment-vuejsConnor Shea2016-08-181-0/+38
|\
| * DRY up the additions to notification_service_spec.rbNick Thomas2016-08-161-46/+28
| * Address minor review comments for testsNick Thomas2016-08-161-10/+10
| * Allow people to subscribe to mentions in updated MRs and IssuesNick Thomas2016-08-151-4/+8
| * Add notifications for new user mentions in merge requestsNick Thomas2016-08-151-0/+26
| * Remove superfluous parens on a method callNick Thomas2016-08-151-1/+1
| * Send notification emails when users are newly mentioned in issue editsNick Thomas2016-08-121-0/+26
* | Merge branch 'master' into diff-line-comment-vuejsDouwe Maan2016-08-121-4/+4
|\ \ | |/
| * adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-4/+4
* | Add specs for system note and email when all discussions are resolvedDouwe Maan2016-08-121-0/+46
|/
* Avoid `describe`-ing symbols in specsrs-describe-symbolsRobert Speicher2016-07-121-2/+2
* Allow SentNotification#position to be set as string or hashDouwe Maan2016-07-111-0/+24
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-5/+0
* Allow users to set custom notifications in projects they don't own and severa...Felipe Artur2016-06-171-3/+0
* Re-use notifications dropdown/modal for user profileFelipe Artur2016-06-171-14/+76
|\
| * Re-use notifications dropdown on user profileFelipe Artur2016-06-161-14/+74
| * Improve notification settings event keys and add some specsFelipe Artur2016-06-131-6/+50
* | Implement custom notification level optionsFelipe Artur2016-06-151-6/+50
* | Project members with guest role can't access confidential issuesDouglas Barbosa Alexandre2016-06-131-0/+11
|/
* Remove notification level fild from users, improve migrations and specsissue_3359_2Felipe Artur2016-06-101-3/+4
* Remove notification level from user modelFelipe Artur2016-06-101-10/+286