- Dec 13, 2019
-
-
GitLab Bot authored
-
- Dec 11, 2019
-
-
GitLab Bot authored
-
- Nov 22, 2019
-
-
GitLab Bot authored
-
- Nov 12, 2019
-
-
GitLab Bot authored
-
- Sep 30, 2019
-
-
GitLab Bot authored
-
- Jul 05, 2019
-
-
David Palubin authored
-
- Jul 04, 2019
-
-
i18n linting for .vue files under the app/assets/javascripts/notes directory
-
- Jul 03, 2019
-
-
Natalia Tepluhina authored
- all commits squashed to make danger review happy
-
- Jul 02, 2019
-
-
Michel Engelen authored
-
Michel Engelen authored
-
- Jun 28, 2019
-
-
Samantha Ming authored
- next-discuss button is always show unless there is only 1 discussion - regroup buttons arrangements
-
- Jun 24, 2019
-
-
Marcel van Remmerden authored
-
- Jun 14, 2019
-
-
Michel Engelen authored
-
Michel Engelen authored
-
- Jun 06, 2019
-
-
Marcel van Remmerden authored
Add changelog file
-
- May 01, 2019
-
-
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
-
- Apr 22, 2019
-
-
Paul Slaughter authored
-
- Apr 17, 2019
-
-
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
-
- Mar 26, 2019
-
-
Heinrich Lee Yu authored
Makes discussion expansion depend on `discussion.expanded`
-
- Mar 21, 2019
-
-
Winnie Hellmann authored
-
Winnie Hellmann authored
-
- Mar 12, 2019
-
-
Winnie Hellmann authored
-
- Feb 28, 2019
-
-
Phil Hughes authored
-
- Feb 25, 2019
-
-
- Feb 18, 2019
-
-
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
-
- Feb 14, 2019
-
-
Heinrich Lee Yu authored
Sets `updated_at` so that the transformed note is returned together with the new reply
-
- Feb 12, 2019
-
-
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
-
- Feb 06, 2019
-
-
Heinrich Lee Yu authored
-
- Feb 05, 2019
-
-
Winnie Hellmann authored
-
- Jan 28, 2019
-
-
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
-
- Jan 22, 2019
-
-
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.
-
- Jan 17, 2019
-
-
Constance Okoghenun authored
Add commit prop to NoteableNote component and pass it from NoteableDiscussion
-
- Jan 14, 2019
-
-
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
-
- Dec 21, 2018
-
-
Winnie Hellmann authored
This reverts merge request !23622
-
- Dec 20, 2018
-
-
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
-
- Dec 19, 2018
-
-
Winnie Hellmann authored
Add commit prop to NoteableNote component and pass it from NoteableDiscussion
-
- Dec 17, 2018
-
-
sbigelow authored
- Add resolution text to notes in MR Discussions - Use slots to do so
-
- Dec 14, 2018
-
-
Winnie Hellmann authored
-