An error occurred fetching the project authors.
- 28 Jun, 2019 1 commit
-
-
Samantha Ming authored
- next-discuss button is always show unless there is only 1 discussion - regroup buttons arrangements
-
- 24 Jun, 2019 1 commit
-
-
Marcel van Remmerden authored
-
- 06 Jun, 2019 1 commit
-
-
Marcel van Remmerden authored
Add changelog file
-
- 01 May, 2019 1 commit
-
-
Paul Gascou-Vaillancourt authored
- Moved discussion notes out of `NoteableDiscussion` component into a new `DiscussionNotes` component - Wrote Jest tests for the new `DiscussionNotes` component - Updated Jest config for emojis fixtures - Updated Karma tests `NoteableDiscussion` to match its new structure - Convert `DiffDiscussions` tests to use Vue test utils
-
- 22 Apr, 2019 1 commit
-
-
Paul Slaughter authored
-
- 17 Apr, 2019 1 commit
-
-
Paul Gascou-Vaillancourt authored
- Created DiscussionActions component - Updated NoteableDiscussion component accordingly - Wrote Jest tests for DiscussionActions - Updated Jest config to enable emojis aliases mock - Updated qa specs to reflect changes in NoteableDiscussions
-
- 26 Mar, 2019 1 commit
-
-
Heinrich Lee Yu authored
Makes discussion expansion depend on `discussion.expanded`
-
- 21 Mar, 2019 2 commits
-
-
Winnie Hellmann authored
-
Winnie Hellmann authored
-
- 12 Mar, 2019 1 commit
-
-
Winnie Hellmann authored
-
- 28 Feb, 2019 1 commit
-
-
Phil Hughes authored
-
- 25 Feb, 2019 1 commit
-
-
Winnie Hellmann authored
-
- 18 Feb, 2019 2 commits
-
-
Winnie Hellmann authored
Move convertToDiscussion call from ReplyButton to NoteApp component
-
Constance Okoghenun authored
When converting a comment to a discussion if the "Cancel" button is used to exit the new discussion note, the comment would revert back to its initial state
-
- 14 Feb, 2019 1 commit
-
-
Heinrich Lee Yu authored
Sets `updated_at` so that the transformed note is returned together with the new reply
-
- 12 Feb, 2019 1 commit
-
-
Mark Florian authored
The header of the `NoteableDiscussion` component is really a media object[1], but it didn't have the right DOM or styling to correctly achieve it. This change wraps all the children of the media object (except the floated image) in a dedicated `.timeline-content` element, which is styled to establish its own block formatting context[2]. This ensures *all* of its children sit left-aligned to the right edge of the float. In short, the DOM used to look like this: .discussion-header .timeline-icon note-header note-edited-text and now it looks like this: .discussion-header .timeline-icon .timeline-content (with own formatting context) note-header note-edited-text This is also now more consistent with the DOM of `NoteableNote`, in that `.timeline-icon` and `.timeline-content` seem to want to be siblings. [1]: http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code/ [2]: https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Block_formatting_context
-
- 06 Feb, 2019 1 commit
-
-
Heinrich Lee Yu authored
-
- 05 Feb, 2019 1 commit
-
-
Winnie Hellmann authored
-
- 28 Jan, 2019 2 commits
-
-
Martin Hobert authored
-
Martin Hobert authored
fix #56369 chore(changelog): Added changelog entry chore(prettier): Formated with prettier test(JumpToNextDiscussionButton): Added test for new component test(Refactored tests to use vue test-utils): chore(translations): Added newly generated locales Update spec/javascripts/notes/components/discussion_jump_to_next_button_spec.js chore(prettier): Formated with prettier test(JumpToNextDiscussionButton): Updated tests to use a local vue instance test(JumpToNextDiscussionButton): Running tests in async to prevent maximum stack overflow
-
- 22 Jan, 2019 1 commit
-
-
Douwe Maan authored
Before, diff file `higlighted_diff_lines`/`parallel_diff_lines` and diff discussion `truncated_diff_lines` were inconsistent: `text` and `rich_text` on the latter included the leading +/-/<space> character, like on the backend, while the former had no `text` and its `rich_text` had dropped this char. This resulted in a bug when the suggestions feature expected these diff line objects to be identical in format and thus interchangeable, which was not the case.
-
- 17 Jan, 2019 1 commit
-
-
Constance Okoghenun authored
Add commit prop to NoteableNote component and pass it from NoteableDiscussion
-
- 14 Jan, 2019 1 commit
-
-
Mike Greiling authored
Upgrades prettier to 1.15.3 Runs `yarn prettier-save-all` against the codebase Most changes are due to https://github.com/prettier/prettier/pull/5519
-
- 21 Dec, 2018 1 commit
-
-
Winnie Hellmann authored
This reverts merge request !23622
-
- 20 Dec, 2018 1 commit
-
-
Fatih Acet authored
Fixes a bug where merge request comments made in the context of a specific commit no longer specify which commit they were created on
-
- 19 Dec, 2018 1 commit
-
-
Winnie Hellmann authored
Add commit prop to NoteableNote component and pass it from NoteableDiscussion
-
- 17 Dec, 2018 1 commit
-
-
sbigelow authored
- Add resolution text to notes in MR Discussions - Use slots to do so
-
- 14 Dec, 2018 1 commit
-
-
Winnie Hellmann authored
-
- 13 Dec, 2018 1 commit
-
-
Oswaldo Ferreira authored
-
- 11 Dec, 2018 1 commit
-
-
Winnie Hellmann authored
-
- 10 Dec, 2018 1 commit
-
-
Annabel Dunstone Gray authored
-
- 08 Dec, 2018 1 commit
-
-
André Luís authored
-
- 04 Dec, 2018 1 commit
-
-
Winnie Hellmann authored
-
- 29 Nov, 2018 2 commits
-
-
Winnie Hellmann authored
-
Winnie Hellmann authored
-
- 27 Nov, 2018 1 commit
-
-
Phil Hughes authored
Improve the renderign of new and existing discussions by reducing the number of watchers on each object & array. Previously every discussion change would trigger an update for every discussion component. Also tidied up some components to get them closer to our docs. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51506
-
- 22 Nov, 2018 1 commit
-
-
Fatih Acet authored
-
- 20 Nov, 2018 1 commit
-
-
Mike Greiling authored
-
- 14 Nov, 2018 1 commit
-
-
Phil Hughes authored
This caused many pain points when working with it. Part of the data was camel cased the other snake case. Other parts where snake case & then getting converted in components, this conversion has the potential for leaking memory. This changes that & makes it consistent with what it returned from the API, snake case.
-
- 09 Nov, 2018 1 commit
-
-
Annabel Dunstone Gray authored
-