An error occurred fetching the project authors.
- 28 Feb, 2019 1 commit
-
-
Phil Hughes authored
Moved batch comments code out of CE files as much as possible Made DraftNote component an async import The async import will resolve to an empty component in CE Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/10001 https://gitlab.com/gitlab-org/gitlab-ee/issues/9959
-
- 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
-
- 17 Feb, 2019 1 commit
-
-
- 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 2 commits
-
-
Heinrich Lee Yu authored
-
Constance Okoghenun authored
-
- 05 Feb, 2019 2 commits
-
-
Winnie Hellmann authored
-
Winnie Hellmann authored
-
- 28 Jan, 2019 3 commits
-
-
Martin Hobert authored
-
Martin Hobert authored
(cherry picked from commit 3af7723f) Conflicts: locale/gitlab.pot
-
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.
-
- 21 Jan, 2019 1 commit
-
-
Constance Okoghenun authored
EE backport of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24427
-
- 17 Jan, 2019 1 commit
-
-
Constance Okoghenun authored
Add commit prop to NoteableNote component and pass it from NoteableDiscussion
-
- 14 Jan, 2019 2 commits
-
-
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
-
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 2 commits
-
-
Winnie Hellmann authored
This reverts merge request !8790 (cherry picked from commit 0d3bd9e8e660cb87cad0a0cb5dcb5097062c5514)
-
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 2 commits
-
-
Winnie Hellmann authored
Add commit prop to NoteableNote component and pass it from NoteableDiscussion (cherry picked from commit 3df4f2a20ece8a12413b91d93ddbc5f9da9a8744) Conflicts: app/assets/javascripts/notes/components/noteable_note.vue
-
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 2 commits
-
-
Winnie Hellmann authored
-
Winnie Hellmann authored
-
- 13 Dec, 2018 2 commits
-
-
Oswaldo Ferreira authored
-
Jacques Erasmus 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
-
- 07 Dec, 2018 1 commit
-
-
André Luís authored
This commit includes all the changes from the CE branch: 51122-fix-navigating-discussions to port the changes to EE.
-
- 04 Dec, 2018 1 commit
-
-
Winnie Hellmann authored
-
- 03 Dec, 2018 6 commits
-
-
Winnie Hellmann authored
-
Winnie Hellmann authored
-
Winnie Hellmann authored
-
Winnie Hellmann authored
-
Winnie Hellmann authored
This reverts commit dae7daa3.
-
George Tsiolis authored
-