- Jan 30, 2020
-
-
GitLab Bot authored
-
- Dec 11, 2019
-
-
GitLab Bot authored
-
- Dec 05, 2019
-
-
GitLab Bot authored
-
- Nov 18, 2019
-
-
GitLab Bot authored
-
- Oct 11, 2019
-
-
GitLab Bot authored
-
- Sep 27, 2019
-
-
GitLab Bot authored
-
- Aug 28, 2019
-
-
Igor Drozdov authored
totalNotes is only used to prerender a number of skeleton containers until real notes are loaded issuable.discussions makes multiple requests, so too expensive for this This commit uses mere notes for this and sends actual totalNotes number if it's less than 10; otherwise it sends 10 - it allows us to avoid bunch of skeleton prerenderings, which are not necessary since they doesn't fit into the whole screen and disappear quite fast
-
- Jul 04, 2019
-
-
i18n linting for .vue files under the app/assets/javascripts/notes directory
-
- Jun 03, 2019
-
-
Winnie Hellmann authored
-
- 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
-
- Feb 26, 2019
-
-
Kushal Pandya authored
Adds discussion note style section under notes app from where user can toggle discussion when they have selected a filter to show only system notes.
-
- Feb 20, 2019
-
-
Phil Hughes authored
Backports template and Vue changes from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9632 to CE
-
- Feb 18, 2019
-
-
Winnie Hellmann authored
Move convertToDiscussion call from ReplyButton to NoteApp component
-
- Feb 14, 2019
-
-
Heinrich Lee Yu authored
Sets `updated_at` so that the transformed note is returned together with the new reply
-
- Feb 06, 2019
-
-
Heinrich Lee Yu authored
-
- Feb 04, 2019
-
-
Jan Provaznik authored
This engine was replaced with CommonMarker in 11.4, it was deprecated since then.
-
- Dec 13, 2018
-
-
Oswaldo Ferreir authored
-
- Dec 11, 2018
-
- Dec 08, 2018
-
-
Tim Zallmann authored
-
- Nov 27, 2018
-
-
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
-
- Nov 20, 2018
-
-
Mike Greiling authored
-
- Nov 09, 2018
-
-
Phil Hughes authored
This improves the initial rendering performance of notes by only creating a new TaskList for the whole app, rather than on a per-note component basis.
-
- Nov 08, 2018
-
-
Phil Hughes authored
With multiple discussion requests we loose the reactivity of the previously stored discussions state. This means that certain features, toggling line discussions for example, are no longer reactive.
-
- Nov 05, 2018
-
-
Felipe Artur authored
-
- Oct 31, 2018
-
-
Mike Greiling authored
-
- Oct 23, 2018
-
-
Oswaldo Ferreir authored
-
- Oct 02, 2018
-
-
Winnie Hellmann authored
-
- Sep 20, 2018
-
-
Mike Greiling authored
The eslint-plugin-vue upgrade had some breaking changes to vue/attribute-order which needed to be resolved in order to avoid disabling the rule entirely
-
- Sep 11, 2018
-
-
Clement Ho authored
-
- Sep 07, 2018
-
-
Tim Zallmann authored
-
- Jul 06, 2018
-
-
Brett Walker authored
-
- Jun 30, 2018
-
-
Tim Zallmann authored
-
- Jun 29, 2018
-
-
- Jun 25, 2018
-
-
gfyoung authored
Partially addresses #47006.
-
- Jun 21, 2018
-
-
- Apr 06, 2018
-
-
Kushal Pandya authored
-
- Apr 03, 2018
-
-
Jan Provaznik authored
-
- Mar 16, 2018
-
-
Fatih Acet authored
-
- Mar 09, 2018
-
-
Mike Greiling authored
-
- Feb 28, 2018
-
-