| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'acet-disabled-comment-textarea-while-requesting' into 'master' | Filipa Lacerda | 2017-10-04 | 1 | -0/+40 |
| |\ | | | | | | | | | | | | | Disable comment textarea while submitting a new comment. Closes #37858 See merge request gitlab-org/gitlab-ce!14541 | ||||
| | * | Add tests for handle save method of the comment form.acet-disabled-comment-textarea-while-requesting | Fatih Acet | 2017-10-03 | 1 | -0/+40 |
| | | | |||||
| * | | Merge branch 'master' into 31050-registry-image-lists | Filipa Lacerda | 2017-09-22 | 3 | -10/+35 |
| |\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (112 commits) Replace the 'project/service.feature' spinach test with an rspec analog Removed two legacy config options Fix rendering double note issue. IssueNotes: Switch back to Write pane when note cancel or submit. Upgrade Nokogiri because of CVE-2017-9050 Bump VERSION to 10.1.0-pre Standardize access to CSRF token in JavaScript Do not clone the repo when running the review-docs jobs Don't memoize storage configuration on `FsShardsCheck` Document that group Owners can always create subgroups Auto DevOps docs cleanup Display full pre-receive and post-receive hook output in GitLab UI Adds EE tag detection to remove_old in gitlab backup. Correctly detect multiple issue URLs after 'Closes...' in MR descriptions new sharing permissions IssueNotes: Resize comment form after note submit and discard. [skip ci] Add changelog Make resolve discussion icon gray update spacing Deleted another Fixture due to User Callout ... | ||||
| | * | Fix rendering double note issue. | Fatih Acet | 2017-09-22 | 2 | -10/+21 |
| | | | |||||
| | * | IssueNotes: Resize comment form after note submit and discard.acet-fix-comment-form-resize | Fatih Acet | 2017-09-21 | 1 | -0/+14 |
| | | | |||||
| * | | [ci skip] Adds tests to vuex and collapsibe component | Filipa Lacerda | 2017-09-20 | 2 | -38/+1 |
| |/ | | | | | | Formats dates Fixes clipboard button Simplifies HTML | ||||
| * | IssueNotesRefactor: Fix consistent typo. | Fatih Acet | 2017-08-22 | 1 | -1/+1 |
| | | |||||
| * | Rename a few attribute suffixes from `_url` to `_path` | Douwe Maan | 2017-08-17 | 4 | -16/+16 |
| | | |||||
| * | Remove view=full_data from NotesController | Douwe Maan | 2017-08-17 | 1 | -2/+2 |
| | | |||||
| * | 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 sync actions | Filipa Lacerda | 2017-08-11 | 1 | -83/+2 |
| | | |||||
| * | Adds helper to test Vuex actions | Filipa Lacerda | 2017-08-11 | 2 | -14/+98 |
| | | |||||
| * | Adds tests for mutations and getters | Filipa Lacerda | 2017-08-11 | 4 | -94/+189 |
| | | |||||
| * | Adds missing unit tests for vue components: issue_note_awards_list; ↵ | Filipa Lacerda | 2017-08-11 | 5 | -13/+197 |
| | | | | | 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 | 8 | -42/+119 |
| | | |||||
| * | [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 | 2 | -185/+266 |
| | | |||||
| * | [ci skip] Init testing vue app for issue notes | Filipa Lacerda | 2017-08-08 | 1 | -17/+44 |
| | | |||||
| * | Merge branch 'issue-discussions-refactor' of gitlab.com:gitlab-org/gitlab-ce ↵ | Filipa Lacerda | 2017-08-07 | 1 | -2/+2 |
| |\ | | | | | | | | | | | | | into issue-discussions-refactor * 'issue-discussions-refactor' of gitlab.com:gitlab-org/gitlab-ce: Convert ?full_data=1 -> ?view=full_data | ||||
| | * | Convert ?full_data=1 -> ?view=full_data | Sean McGivern | 2017-08-07 | 1 | -2/+2 |
| | | | |||||
| * | | Init adding tests | Filipa Lacerda | 2017-08-07 | 2 | -13/+270 |
| |/ | |||||
| * | Fix vue broken test | Filipa Lacerda | 2017-08-04 | 1 | -3/+2 |
| | | |||||
| * | Adds mock data | Filipa Lacerda | 2017-08-04 | 1 | -0/+221 |
| | | |||||
| * | [ci skip] Adds tests cases | Filipa Lacerda | 2017-08-04 | 14 | -1/+611 |
| | | |||||
| * | [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 |
