summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/notes/components/issue_note_form.vue
Commit message (Expand)AuthorAgeFilesLines
* Further review changesLuke "Jared" Bennett2017-10-021-3/+3
* Merge FELuke "Jared" Bennett2017-09-141-6/+14
* IssueNotesRefactor: Reenable button after failed submit attempt.Fatih Acet2017-08-211-1/+4
* Rename a few attribute suffixes from `_url` to `_path`Douwe Maan2017-08-171-8/+8
* Fix broken spinach testFilipa Lacerda2017-08-141-2/+2
* Fix autocomplete broken testsFilipa Lacerda2017-08-141-1/+1
* Fix broken task list specFilipa Lacerda2017-08-131-0/+1
* Adds tests for mutations and gettersFilipa Lacerda2017-08-111-1/+1
* Fix open discussionsFilipa Lacerda2017-08-111-1/+0
* Adds confidential issue informationFilipa Lacerda2017-08-111-1/+8
* [ci skip] Fallback to empty object if no user is signed inFilipa Lacerda2017-08-101-1/+0
* [ci skip] Fix async bug of note being updated at the same timeFilipa Lacerda2017-08-101-7/+5
* [ci skip] Adds tests for issue appFilipa Lacerda2017-08-091-4/+4
* [ci skip] Init testing vue app for issue notesFilipa Lacerda2017-08-081-4/+4
* Fix vue broken testFilipa Lacerda2017-08-041-3/+3
* TestsFilipa Lacerda2017-08-041-1/+1
* [ci skip] Make sure we show first class action errors properly.Filipa Lacerda2017-08-031-1/+0
* [ci skip] Show errors close to the textareaFilipa Lacerda2017-08-031-2/+4
* [ci skip] Fix eslint errorsFilipa Lacerda2017-08-031-1/+4
* [ci skip] Disable submit button when submitting a note or if the note is empt...Filipa Lacerda2017-08-021-3/+9
* [ci skip] Disable slash commands in edit modeFilipa Lacerda2017-08-021-9/+22
* [ci skip] Fix broken discussion replyFilipa Lacerda2017-08-021-1/+1
* [ci skip] Adds quick actions link to input in discussionFilipa Lacerda2017-07-291-1/+3
* [ci skip] Fix shortcuts for previewFilipa Lacerda2017-07-281-3/+3
* [ci skip] Find last note in discussion through vue instead of through the DOMFilipa Lacerda2017-07-281-10/+8
* Find last note created by current user through vue instead of querying the DOMFilipa Lacerda2017-07-281-1/+10
* [ci skip] Emit events up to prevent accessing refs of refsFilipa Lacerda2017-07-281-17/+9
* [ci skip] Remove usage of global scope and remove dom querying from issue not...Filipa Lacerda2017-07-281-7/+5
* Use mapActions, mapGetters and mapMutations for componentsFilipa Lacerda2017-07-261-74/+74
* IssueNotesRefactor: Add referenced users and commands to markdown field.Fatih Acet2017-07-221-4/+2
* IssueNotesRefactor: Fix shared spec.Fatih Acet2017-07-211-1/+1
* IssueNotesRefactor: Update order of Vue properties to match docs.Fatih Acet2017-07-211-17/+17
* IssueNotesRefactor: camelCase event names.Fatih Acet2017-07-211-1/+1
* IssueNotesRefactor: camelCase component names.Fatih Acet2017-07-211-2/+2
* IssueNotesRefactor: Fix specs.Fatih Acet2017-07-211-0/+1
* IssueNotesRefactor: Implement note edit conflict warning.Fatih Acet2017-07-211-2/+29
* IssueNotesRefactor: Implement up arrow to edit last note.Fatih Acet2017-07-211-0/+14
* IssueNotesRefactor: Implement ESC to cancel note form.Fatih Acet2017-07-211-2/+9
* IssueNotesRefactor: Implement main note form.Fatih Acet2017-07-211-1/+2
* IssueNotesRefactor: Move catch statements into main file to make ESLint happy.Fatih Acet2017-07-211-1/+1
* IssueNotesRefactor: Implement show/hide of discussion reply form.Fatih Acet2017-07-211-2/+9
* IssueNotesRefactor: Restrict :+1: and :-1: on your own note.Fatih Acet2017-07-211-1/+1
* IssueNotesRefactor: Implement note edit widget.Fatih Acet2017-07-211-0/+82