Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update spec import path for vue mount component helper | George Tsiolis | 2018-03-20 | 2 | -2/+2 |
| | |||||
* | move render_gfm into behaviors directory | Mike Greiling | 2018-03-19 | 1 | -1/+1 |
| | |||||
* | Fix loading icon being visible in the wrong button44149-issue-comment-buttons | Filipa Lacerda | 2018-03-12 | 1 | -0/+14 |
| | |||||
* | require jQuery to be explicitly importedremove-jquery-globals | Mike Greiling | 2018-03-09 | 3 | -0/+3 |
| | |||||
* | Render MR Notes with Vue with behind a cookie | Fatih Acet | 2018-02-28 | 6 | -20/+224 |
| | |||||
* | Resolve "Cancelling a second comment edit doesn't return its state to before ↵ | Simon Knox | 2018-02-07 | 2 | -47/+66 |
| | | | | the edit" | ||||
* | Merge branch '41956-fix-ctrl-enter-binding-to-save-comment' into 'master' | Phil Hughes | 2018-01-12 | 2 | -2/+17 |
|\ | | | | | | | | | | | | | Fix Ctrl+Enter keyboard shortcut saving comment/note edit Closes #41956 See merge request gitlab-org/gitlab-ce!16415 | ||||
| * | Fix Ctrl+Enter keyboard shortcut saving comment/note edit41956-fix-ctrl-enter-binding-to-save-comment | Eric Eastwood | 2018-01-11 | 2 | -2/+17 |
| | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/41956 | ||||
* | | Tidy up main JS filemain-js-tidy-up | Phil Hughes | 2018-01-10 | 2 | -1/+2 |
|/ | |||||
* | Merge branch '37619-fix-vue-typeerror-not-failing-the-build' into 'master' | Filipa Lacerda | 2017-12-12 | 1 | -35/+40 |
|\ | | | | | | | | | | | | | Stop "ERROR: TypeError{}" from being logged to the console and fail tests Closes #37619 See merge request gitlab-org/gitlab-ce!15830 | ||||
| * | Use shared interceptor in note specs37619-fix-vue-typeerror-not-failing-the-build | Eric Eastwood | 2017-12-11 | 1 | -31/+15 |
| | | |||||
| * | Try to clean up legit Vue error that was patched over | Eric Eastwood | 2017-12-10 | 1 | -22/+43 |
| | | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/37619#note_50422859 | ||||
* | | Merge branch 'issue-note-rename' into 'master' | Fatih Acet | 2017-12-11 | 6 | -9/+9 |
|\ \ | | | | | | | | | | | | | rename remaining issue_ prefixed files See merge request gitlab-org/gitlab-ce!15818 | ||||
| * | | rename remaining issue_ prefixed filesissue-note-rename | Simon Knox | 2017-12-09 | 6 | -9/+9 |
| |/ | |||||
* | | Merge branch 'note-preview' into 'security-10-2' | Fatih Acet | 2017-12-08 | 1 | -0/+15 |
|/ | | | | | | | | | prevent potential XSS when editing comment See merge request gitlab/gitlabhq!2238 (cherry picked from commit 80ed6d25a46c0f70ec8baea78b5777118d63876c) 7480e462 prevent potential XSS when editing comment | ||||
* | issue note component rename | Simon Knox | 2017-12-04 | 6 | -15/+15 |
| | |||||
* | issue note store | Simon Knox | 2017-11-30 | 7 | -17/+17 |
| | |||||
* | Disable issue action button whilst submitting and testdisable-issue-action-button-if-isSubmitting | Luke "Jared" Bennett | 2017-11-06 | 1 | -0/+19 |
| | |||||
* | Resolve "Convert autosize.js library to be a Yarn managed library" | Tim Zallmann | 2017-10-31 | 1 | -3/+3 |
| | |||||
* | Moves placeholders components into shared folder with documentation. Makes ↵38178-fl-mr-notes-components | Filipa Lacerda | 2017-10-19 | 3 | -116/+0 |
| | | | | them easier to reuse in MR and Snippets comments | ||||
* | Add tests for handle save method of the comment form.acet-disabled-comment-textarea-while-requesting | Fatih Acet | 2017-10-03 | 1 | -0/+40 |
| | |||||
* | IssueNotes: Resize comment form after note submit and discard.acet-fix-comment-form-resize | Fatih Acet | 2017-09-21 | 1 | -0/+14 |
| | |||||
* | Rename a few attribute suffixes from `_url` to `_path` | Douwe Maan | 2017-08-17 | 3 | -14/+14 |
| | |||||
* | IssueNotesRefactor: Implement missing attachment image. | Fatih Acet | 2017-08-16 | 1 | -0/+23 |
| | |||||
* | Fix broken tests | Filipa Lacerda | 2017-08-12 | 2 | -2/+4 |
| | |||||
* | Adds tests for mutations and getters | Filipa Lacerda | 2017-08-11 | 2 | -47/+46 |
| | |||||
* | Adds missing unit tests for vue components: issue_note_awards_list; ↵ | Filipa Lacerda | 2017-08-11 | 4 | -12/+146 |
| | | | | issue_note_body; issue_note_form;issue_note_spec | ||||
* | Adds unit tests for discussion component | Filipa Lacerda | 2017-08-11 | 1 | -27/+34 |
| | |||||
* | Adds unit tests to issue_note_actions component | Filipa Lacerda | 2017-08-11 | 1 | -7/+63 |
| | |||||
* | Adds confidential issue information | Filipa Lacerda | 2017-08-11 | 1 | -0/+10 |
| | |||||
* | Fix broken spec for issuable shortcuts and notes | Filipa Lacerda | 2017-08-11 | 1 | -0/+4 |
| | |||||
* | Remove issue discussion started spec | Filipa Lacerda | 2017-08-10 | 1 | -21/+0 |
| | |||||
* | Fix broken tests | Filipa Lacerda | 2017-08-10 | 1 | -0/+21 |
| | |||||
* | [ci skip] Adds unit tests for issue comment form spec | Filipa Lacerda | 2017-08-09 | 7 | -42/+78 |
| | |||||
* | [ci skip] Adds unit tests for issue_system_note component | Filipa Lacerda | 2017-08-09 | 1 | -4/+40 |
| | |||||
* | [ci skip] Adds unit tests for issue_note_signed_out_widget component | Filipa Lacerda | 2017-08-09 | 1 | -1/+29 |
| | |||||
* | [ci skip] Adds tests for issue_note_edited_text component | Filipa Lacerda | 2017-08-09 | 1 | -5/+35 |
| | |||||
* | [ci skip] Adds unit tests for issue_note_header component | Filipa Lacerda | 2017-08-09 | 2 | -3/+86 |
| | |||||
* | [ci skip] Adds tests for placeholder note component | Filipa Lacerda | 2017-08-09 | 2 | -16/+18 |
| | |||||
* | [ci skip] Adds tests for issue app | Filipa Lacerda | 2017-08-09 | 1 | -91/+131 |
| | |||||
* | [ci skip] Init testing vue app for issue notes | Filipa Lacerda | 2017-08-08 | 1 | -17/+44 |
| | |||||
* | Init adding tests | Filipa Lacerda | 2017-08-07 | 1 | -11/+172 |
| | |||||
* | Fix vue broken test | Filipa Lacerda | 2017-08-04 | 1 | -3/+2 |
| | |||||
* | [ci skip] Adds tests cases | Filipa Lacerda | 2017-08-04 | 11 | -1/+346 |
| | |||||
* | [ci skip] Fix eslint errors | Filipa Lacerda | 2017-08-03 | 1 | -11/+0 |
| | |||||
* | [ci skip] Adds tests for placeholder system note | Filipa Lacerda | 2017-07-28 | 2 | -0/+68 |
| | |||||
* | [ci skip] Adds tests cases for system note | Filipa Lacerda | 2017-07-28 | 1 | -0/+17 |
| | |||||
* | [ci skip] Adds test cases for sign in component | Filipa Lacerda | 2017-07-28 | 1 | -0/+9 |