summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/notes
Commit message (Expand)AuthorAgeFilesLines
* prettified noteable_discussion component and updated testsMichel Engelen2019-06-141-3/+1
* replaced string `discussion` wit `thread` in noteable-discussion componentMichel Engelen2019-06-141-6/+6
* replaced string `discussion` wit `thread` in note-form componentMichel Engelen2019-06-141-2/+2
* replaced string `discussion` with string `thread` in thread headerMichel Engelen2019-06-131-1/+1
* renamed `discussion` to `thread` in popover from reply form buttonMichel Engelen2019-06-121-1/+1
* changed string `discussion` to `thread` in discussion (thread) counterMichel Engelen2019-06-121-3/+3
* changed string `discussion` to `thread` in reply formMichel Engelen2019-06-121-3/+3
* changed string `discussion` to `thread` in button and description titleMichel Engelen2019-06-121-2/+2
* Format vue files with prettierMarcel van Remmerden2019-06-062-13/+34
* Merge request tabs fixesAnnabel Dunstone Gray2019-06-062-6/+10
* Add doc links for confidential and locked issuesFatih Acet2019-06-064-2/+33
* Change "Report abuse to GitLab" to more generic wording.Marc Schwede2019-06-061-1/+1
* Comply with `no-implicit-coercion` rule (CE)Nathan Friend2019-06-034-5/+5
* Move NoteApp tests to JestWinnie Hellmann2019-06-032-3/+10
* Fix emoji picker visibility issueFatih Acet2019-05-311-0/+1
* Add new icon if resolved61024-update-resolved-iconJarek Ostrowski2019-05-292-2/+2
* Update smiley icons to new onesJarek Ostrowski2019-05-232-9/+6
* Make hasQuickActions statelesswinh-notes-error-handlingWinnie Hellmann2019-05-071-3/+4
* Handle errors in successful notes replyWinnie Hellmann2019-05-071-4/+13
* Resolve discussion when suggestion is applied54405-resolve-discussion-when-applying-a-suggested-changePaul Slaughter2019-05-072-11/+26
* EE Backport to CE of Note Form EE Diffs9971-move-ee-differences-for-app-assets-javascripts-notes-components-note_form-vue-ceSam Bigelow2019-05-022-38/+94
* Internationalisation of notes directoryBrandon Labuschagne2019-05-013-8/+10
* Resolve "Move EE differences for `app/assets/javascripts/notes/components/not...Natalia Tepluhina2019-05-011-9/+2
* Extract discussion notes into new componentPaul Gascou-Vaillancourt2019-05-014-139/+211
* Add auto direction to support rtl languagesAhmad Haghighi2019-04-253-0/+3
* Resolve EE / CE diff of noteable_discussionresolve-ee-ce-diff-of-noteable-discussionPaul Slaughter2019-04-221-1/+6
* Extract discussion actions into separate component58293-extract-discussion-actionsPaul Gascou-Vaillancourt2019-04-172-33/+71
* Merge branch 'gt-fix-styling-for-framework-notes' into 'master'Phil Hughes2019-04-121-1/+1
|\
| * Rename selector for framework notesGeorge Tsiolis2019-04-121-1/+1
* | CE backport of Add Snowplow tracking to notesConstance Okoghenun2019-04-122-0/+13
|/
* Merge branch 'do-not-reopen-merged-mr' into 'master'Mike Greiling2019-04-092-3/+7
|\
| * Remove a "reopen merge request button" on a "merged" merge requestHiroyuki Sato2019-04-042-3/+7
* | Merge branch 'noteable-note-ee-differences' into 'master'Filipa Lacerda2019-04-092-8/+22
|\ \
| * | Fixed EE differences in noteable_note.vuePhil Hughes2019-04-092-8/+22
* | | Fixed EE differences in note_body.vuePhil Hughes2019-04-082-3/+13
|/ /
* | Fixed test specsOswaldo Ferreira2019-04-041-3/+41
* | Merge branch '58644-remove-reply_to_individual_notes-feature-flag' into 'master'Nick Thomas2019-04-031-4/+1
|\ \ | |/ |/|
| * Remove reply_to_individual_notes feature flag58644-remove-reply_to_individual_notes-feature-flagHeinrich Lee Yu2019-04-031-4/+1
* | Fix comment typoSergiu Marton2019-04-021-1/+1
|/
* Add line type class to diff line num cellsDouwe Maan2019-03-261-2/+2
* Add .code to all tables holding diffsDouwe Maan2019-03-261-2/+2
* Add .md to immediate parent of Markdown contentDouwe Maan2019-03-261-1/+0
* Expand discussion when opening link to commentHeinrich Lee Yu2019-03-261-16/+10
* Merge branch 'winh-toggle-comment-draft' into 'master'Kushal Pandya2019-03-222-23/+34
|\
| * Remove autosave logic from NoteableDiscussion componentWinnie Hellmann2019-03-211-17/+4
| * Pass autosaveKey from NoteableDiscussion to NoteFormWinnie Hellmann2019-03-211-0/+5
| * Use autosave utilities in NoteForm componentWinnie Hellmann2019-03-211-1/+20
| * Rename initialDiscussion to firstNote in NoteableDiscussionWinnie Hellmann2019-03-121-7/+7
* | Move reply to comment tooltip to the topWinnie Hellmann2019-03-201-1/+1
* | Initialize discussion filter after notes appHeinrich Lee Yu2019-03-193-11/+11