Commit Graph

44 Commits

Author SHA1 Message Date
Simon Knox f8efaf1bf8 issue note store 2017-11-30 22:44:41 +00:00
Luke "Jared" Bennett 59a6f15cd2
Further review changes 2017-10-02 10:34:40 +01:00
Luke "Jared" Bennett a319418d9c
Merge FE 2017-09-14 14:10:41 +01:00
Fatih Acet 0fc45b6c19 IssueNotesRefactor: Reenable button after failed submit attempt. 2017-08-21 19:05:55 +03:00
Douwe Maan 9c22974cd1 Rename a few attribute suffixes from `_url` to `_path` 2017-08-17 19:25:56 +02:00
Filipa Lacerda 772e560337 Fix broken spinach test 2017-08-14 12:52:57 +01:00
Filipa Lacerda 6bf781e486 Fix autocomplete broken tests 2017-08-14 11:40:00 +01:00
Filipa Lacerda c9ac28faaa Fix broken task list spec 2017-08-13 01:00:22 +01:00
Filipa Lacerda cbddad5a2d Adds tests for mutations and getters 2017-08-11 19:54:58 +01:00
Filipa Lacerda b96a3d4d60 Fix open discussions
Put back deleted tests
2017-08-11 15:54:56 +01:00
Filipa Lacerda b219dcd028 Adds confidential issue information 2017-08-11 11:45:05 +01:00
Filipa Lacerda f62939e7e0 [ci skip] Fallback to empty object if no user is signed in 2017-08-10 12:37:21 +01:00
Filipa Lacerda 3e0a76dae6 [ci skip] Fix async bug of note being updated at the same time 2017-08-10 12:25:08 +01:00
Filipa Lacerda 0c1cf67975 [ci skip] Adds tests for issue app 2017-08-09 00:26:05 +01:00
Filipa Lacerda 15441f0ef5 [ci skip] Init testing vue app for issue notes 2017-08-08 14:54:58 +01:00
Filipa Lacerda 7065bb3ef3 Fix vue broken test 2017-08-04 21:57:03 +01:00
Filipa Lacerda a432ae9d06 Tests 2017-08-04 19:37:02 +01:00
Filipa Lacerda 7c130bf416 [ci skip] Make sure we show first class action errors properly. 2017-08-03 15:21:47 +01:00
Filipa Lacerda fe81e7b754 [ci skip] Show errors close to the textarea 2017-08-03 14:56:01 +01:00
Filipa Lacerda 0d78eeb2a8 [ci skip] Fix eslint errors 2017-08-03 12:15:54 +01:00
Filipa Lacerda 85f2d7d428 [ci skip] Disable submit button when submitting a note or if the note is empty while editing or adding a reply to a discussion 2017-08-02 16:52:24 +01:00
Filipa Lacerda 923a062302 [ci skip] Disable slash commands in edit mode 2017-08-02 16:22:38 +01:00
Filipa Lacerda 91481002ac [ci skip] Fix broken discussion reply 2017-08-02 11:57:28 +01:00
Filipa Lacerda b8957b0d8a [ci skip] Adds quick actions link to input in discussion 2017-07-29 19:26:47 +01:00
Filipa Lacerda f5a21c596b [ci skip] Fix shortcuts for preview 2017-07-28 19:59:42 +01:00
Filipa Lacerda 9b87e680ca [ci skip] Find last note in discussion through vue instead of through the DOM 2017-07-28 18:48:13 +01:00
Filipa Lacerda 2845dad2af Find last note created by current user through vue instead of querying the DOM 2017-07-28 18:43:19 +01:00
Filipa Lacerda 7a251207e1 [ci skip] Emit events up to prevent accessing refs of refs 2017-07-28 12:53:51 +01:00
Filipa Lacerda c433f5203f [ci skip] Remove usage of global scope and remove dom querying from issue note form 2017-07-28 11:36:21 +01:00
Filipa Lacerda ffef16690c Use mapActions, mapGetters and mapMutations for components 2017-07-26 12:02:01 +01:00
Fatih Acet 562ccdae3e IssueNotesRefactor: Add referenced users and commands to markdown field. 2017-07-22 01:42:31 +03:00
Fatih Acet 6c3723d2d3 IssueNotesRefactor: Fix shared spec. 2017-07-21 22:35:26 +03:00
Fatih Acet 787616d418 IssueNotesRefactor: Update order of Vue properties to match docs. 2017-07-21 22:35:26 +03:00
Fatih Acet cd5599a59c IssueNotesRefactor: camelCase event names. 2017-07-21 22:35:26 +03:00
Fatih Acet a59f23695b IssueNotesRefactor: camelCase component names. 2017-07-21 22:35:26 +03:00
Fatih Acet 47bd607e83 IssueNotesRefactor: Fix specs. 2017-07-21 22:35:26 +03:00
Fatih Acet 397686df51 IssueNotesRefactor: Implement note edit conflict warning. 2017-07-21 22:35:26 +03:00
Fatih Acet 717c30221c IssueNotesRefactor: Implement up arrow to edit last note. 2017-07-21 22:35:25 +03:00
Fatih Acet 91f4906901 IssueNotesRefactor: Implement ESC to cancel note form. 2017-07-21 22:35:25 +03:00
Fatih Acet e57093ff62 IssueNotesRefactor: Implement main note form. 2017-07-21 22:35:25 +03:00
Fatih Acet 092d4ca60c IssueNotesRefactor: Move catch statements into main file to make ESLint happy.
It was happy before I don’t know what broke its heart.
2017-07-21 22:35:25 +03:00
Fatih Acet 905ad9cdd5 IssueNotesRefactor: Implement show/hide of discussion reply form. 2017-07-21 22:35:25 +03:00
Fatih Acet 7433377adf IssueNotesRefactor: Restrict 👍 and 👎 on your own note. 2017-07-21 22:35:25 +03:00
Fatih Acet d110f38d90 IssueNotesRefactor: Implement note edit widget. 2017-07-21 22:35:25 +03:00