An error occurred fetching the project authors.
  1. 02 Aug, 2019 1 commit
  2. 28 Mar, 2019 1 commit
  3. 25 Feb, 2019 1 commit
  4. 24 Jan, 2019 1 commit
  5. 10 Dec, 2018 1 commit
  6. 12 Nov, 2018 1 commit
  7. 02 Nov, 2018 1 commit
  8. 05 Oct, 2018 1 commit
    • Felipe Artur's avatar
      Add draft comments for MergeRequests · 47e8379e
      Felipe Artur authored
      Implements a new model, DraftNote, which is related to MergeRequests
      only and enables to comment on a review in batches. The DraftNotes are
      only visible to the author until they're published at which point they
      become regular Notes.
      
      This also includes a DraftsController and two related services:
      DraftNotes::CreateService and DraftNotes::PublishService
      
      A DraftNote behaves almost identically to a Note, except has no cached
      markdown fields and needs to process quick action changes every time it
      is displayed.
      
      NOTE: THIS IS ONLY THE BACKEND CHANGES. NO FRONTEND INCLUDED
      47e8379e