An error occurred fetching the project authors.
- 02 Aug, 2019 1 commit
-
-
Patrick Bajao authored
Adds `commit_id` column to `draft_notes` table to store the commit ID where the draft was created.
-
- 28 Mar, 2019 1 commit
-
-
Nick Thomas authored
-
- 25 Feb, 2019 1 commit
-
-
Mark Chao authored
Notes should be in the same order as user comment order.
-
- 24 Jan, 2019 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 10 Dec, 2018 1 commit
-
-
Tiago Botelho authored
-
- 12 Nov, 2018 1 commit
-
-
Oswaldo Ferreira authored
-
- 02 Nov, 2018 1 commit
-
-
Phil Hughes authored
Adds a dropdown to the batch comments review bar which allows users to preview the comments before submitting the review. Clicking on comments in this dropdowns scrolls the user to the comment, if the comment is on the discussion tab, it changes tab before scrolling. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/4327
-
- 05 Oct, 2018 1 commit
-
-
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
-