summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/notes/components/notes_app.vue
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-5-stable-eev15.5.0-rc42GitLab Bot2022-10-201-4/+20
|
* Add latest changes from gitlab-org/gitlab@15-4-stable-eev15.4.0-rc42GitLab Bot2022-09-191-18/+18
|
* Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42GitLab Bot2022-06-201-6/+0
|
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-6/+6
|
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-4/+4
|
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-3/+15
|
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-0/+1
|
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-3/+10
|
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-0/+7
|
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-0/+3
|
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-18/+29
|
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-2/+2
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-2/+3
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-1/+5
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-2/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-261-37/+56
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-301-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-111-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-051-4/+7
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-181-1/+12
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-111-9/+18
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-271-3/+4
|
* Change the way totalNotes is calculatedid-change-total-notes-calculationIgor Drozdov2019-08-281-2/+2
| | | | | | | | | | | | | | | 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
* Vue-i18n: app/assets/javascripts/notes directoryEzekiel Kigbo2019-07-041-1/+2
| | | | | i18n linting for .vue files under the app/assets/javascripts/notes directory
* Move NoteApp tests to JestWinnie Hellmann2019-06-031-0/+4
|
* Extract discussion notes into new componentPaul Gascou-Vaillancourt2019-05-011-1/+2
| | | | | | | | | - 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
* Add support for toggling discussion filter from notes sectionKushal Pandya2019-02-261-0/+3
| | | | | | 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.
* CE backport of design-management-issue-tabPhil Hughes2019-02-201-0/+7
| | | | Backports template and Vue changes from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9632 to CE
* Remove noteId prop from ReplyButton componentWinnie Hellmann2019-02-181-1/+12
| | | | Move convertToDiscussion call from ReplyButton to NoteApp component
* Fix polling for replies to individual notesHeinrich Lee Yu2019-02-141-1/+4
| | | | | Sets `updated_at` so that the transformed note is returned together with the new reply
* Add reply to notes to turn into discussionsHeinrich Lee Yu2019-02-061-1/+6
|
* Remove Redcarpet markdown engineJan Provaznik2019-02-041-10/+1
| | | | | This engine was replaced with CommonMarker in 11.4, it was deprecated since then.
* Allow suggesting single line changes in diffsOswaldo Ferreira2018-12-131-0/+6
|
* Fixed emoji awards not being added to notesPhil Hughes2018-12-111-1/+1
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55141
* Resolve "Extended user centric tooltips"Tim Zallmann2018-12-081-1/+5
|
* Improve discussion rendering performancePhil Hughes2018-11-271-50/+48
| | | | | | | | | | | 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
* Prettify all the thingsMike Greiling2018-11-201-8/+2
|
* Improve initial rendering of discussion notesPhil Hughes2018-11-091-0/+2
| | | | | | 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.
* Stop multiple discussion requestsnotes-multiple-discussion-fetchesPhil Hughes2018-11-081-0/+6
| | | | | | | 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.
* Add 'only history' option to notes filterFelipe Artur2018-11-051-0/+2
|
* Prettify remaining files with differences in CE and EEMike Greiling2018-10-311-1/+7
|
* Resolve "Filter discussion (tab) by comments or activity in issues and merge ↵Oswaldo Ferreira2018-10-231-5/+6
| | | | requests"
* Highlight current user in comments and system notesWinnie Hellmann2018-10-021-0/+4
|
* Resolve eslint-plugin-vue errorsMike Greiling2018-09-201-2/+2
| | | | | | 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
* Use gitlab-ui loading iconClement Ho2018-09-111-2/+0
|
* Fixed Resolving, Loading more and Line BugsTim Zallmann2018-09-071-0/+1
|
* Use proper markdown rendering for previewsBrett Walker2018-07-061-0/+6
|
* Performance Improvements to Vue MR pageTim Zallmann2018-06-301-1/+1
|
* Prevent fetching diffs and discussions data unnecessarily on MR pageFatih Acet2018-06-291-6/+22
|
* Enable "prefer-destructuring" in JS filesgfyoung2018-06-251-1/+1
| | | | Partially addresses #47006.