summaryrefslogtreecommitdiff
path: root/spec/services/merge_requests/close_service_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
|
* Fix counters cache invalidation for Issues and Merge RequestsValery Sizov2017-05-261-0/+2
|
* Active tense test coveragejej-backport-active-tense-specsValery Sizov2017-02-011-1/+1
| | | | Ports changes from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/642 back into CE
* Rephrase some system notes to be compatible with new system note stylerephrase-system-notesDouwe Maan2016-11-241-1/+1
|
* Enforce permissions in `{Issues,MergeRequests}::{Close,Reopen}Service`Rémy Coutable2016-08-131-1/+15
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-2/+2
|
* Avoid `describe`-ing symbols in specsrs-describe-symbolsRobert Speicher2016-07-121-1/+1
|
* Rename Tasks to TodosDouglas Barbosa Alexandre2016-02-201-3/+3
|
* Fix rubocop offensesDouglas Barbosa Alexandre2016-02-201-3/+3
|
* Create a pending task when a user is mentioned when edit a issue/mr/noteDouglas Barbosa Alexandre2016-02-201-3/+1
|
* Marks pending tasks for an user as done when he close the MRDouglas Barbosa Alexandre2016-02-201-0/+7
|
* Tag service specsDouwe Maan2015-12-091-1/+1
|
* test fixValery Sizov2015-11-301-1/+3
|
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-6/+6
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Add action property to merge request hookjubianchi2015-01-201-3/+12
|
* Revert "Merge branch 'fix-email-threading' into 'master'"Jacob Vosmaer2014-06-181-1/+1
| | | | | | | | | This reverts commit 97fd990ecde387290be269ef7daafa5761f94af6, reversing changes made to f451a697e0c018359e6d8ff3aaba4eb0484c4bee. Conflicts: app/mailers/emails/notes.rb app/mailers/emails/projects.rb
* Send notification emails to the "project", and put people in CcPierre de La Morinerie2014-06-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes email threading in Mail.app, that doesn't like when a thread doesn't have stable recipients. For instance, here is a possible sender-recipient combinations before: From: A To: Me New issue From: B To: Me Reply on new issue From: A To: Me Another reply Mail.app doesn't see B as a participant to the original email thread, and decides to break the thread: it will group all messages from A together, and separately all messages from B. This commit makes the thread look like this: From: A To: gitlab/project Cc: Me New issue From: B To: gitlab/project Cc: Me Reply on new issue From: A To: gitlab/project Cc: Me Another reply Mail.app sees a common recipient, and group the thread correctly.
* Add note when MR assignee changes. Add more tests to MR servicesDmitriy Zaporozhets2014-04-031-0/+35
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>