An error occurred while fetching this tab.
Allow Email Replies to Notes to Create Discussions
- Apr 16, 2021
-
-
Heinrich Lee Yu authored
-
- Apr 15, 2021
-
-
Andrew Fontaine authored
-
Andrew Fontaine authored
There are still some notes out there (like design notes) that do not yet support discussions, and this will keep it consistent with the `X-GitLab-Discussion-ID` email header.
-
Andrew Fontaine authored
The EE `CreateNoteHandler` specs infinitely recurse when used with `allow_next_instance_of` is used, as `Note.new` potentially calls itself, which is stubbed and wrapped to not ever return. See !56711 (comment 551958817) for more details.
-
- Mar 30, 2021
-
-
Heinrich Lee Yu authored
When transforming notes, we do some extra permissions checks so we need to enable service desk before creating the SentNotification
-
By including the discussion IDs of indivudal note discussions, which are notes that can be turned into discussions but haven't yet, in the `X-Gitlab-Discussion-ID` header for mail clients, replies to individual notes will convert the note to a disucssion, preserving comment threading, instead of creating a top level note. This makes an email reply look more like a reply than another top-level note.
-