Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prevent awarding emoji when a project is archived | Bob Van Landuyt | 2018-04-11 | 4 | -3/+51 |
| | | | | This prevents performing the requests, and disables all emoji reaction buttons | ||||
* | Add noteableType to mock data object44939-epic-comment-thread-backports | Kushal Pandya | 2018-04-06 | 1 | -0/+1 |
| | |||||
* | Removes eslint disabled commentsfl-prettier-mock-data | Filipa Lacerda | 2018-03-29 | 1 | -412/+451 |
| | |||||
* | Add dispatch mock to the test helpervuex-action-helper-correctly-fail | Filipa Lacerda | 2018-03-29 | 1 | -2/+11 |
| | |||||
* | fixed failinng tests after helper change | Phil Hughes | 2018-03-29 | 1 | -69/+121 |
| | |||||
* | Don't show Jump to Discussion button on issue notes44717-no-resolve-issue | Simon Knox | 2018-03-28 | 1 | -5/+13 |
| | |||||
* | 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 |
| | |||||
* | Merge branch 'master' into 44149-issue-comment-buttons | Filipa Lacerda | 2018-03-13 | 3 | -3/+79 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (29 commits) Fix provider server URL used when listing repos to import Fix inconsistent punctuation on MR form Update dependency for svgs Fix timestamp to include %M instead of %I for post-deploy migrations. Use Gitaly 0.89.0 Resolve "Hover style for sidebar dropdowns is wrong" fixed spec Respect the protocol in `expose_url` Fix removes source branch text being rendered in merged state Fix code and wiki search results when filename is non-ASCII Include the ee/ directory in backtraces Use GitLab fork of zaproxy Updates file extensions on Vue docs fixed note polling not sending updated last fetched at date added spec for polling Add changelog entry Use `list.id` for `:key` added mutation spec Bump parser and unparser gems to remove warnings fix polling not working correctly Fixed issue notes being duplicated ... | ||||
| * | Merge branch 'fix-duplicate-notes' into 'master' | Filipa Lacerda | 2018-03-12 | 3 | -3/+79 |
| |\ | | | | | | | | | | | | | | | | | | | Fixed issue notes being duplicated Closes #44099 See merge request gitlab-org/gitlab-ce!17671 | ||||
| | * | fixed note polling not sending updated last fetched at datefix-duplicate-notes | Phil Hughes | 2018-03-12 | 2 | -1/+66 |
| | | | | | | | | | | | | added spec for polling | ||||
| | * | added mutation spec | Phil Hughes | 2018-03-10 | 1 | -2/+13 |
| | | | |||||
* | | | Fix loading icon being visible in the wrong button44149-issue-comment-buttons | Filipa Lacerda | 2018-03-12 | 3 | -0/+96 |
|/ / | |||||
* | | 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 | 9 | -26/+232 |
| | |||||
* | Reuse getter42923-close-issue | Filipa Lacerda | 2018-02-12 | 2 | -1/+7 |
| | | | | Add loading button for better UX | ||||
* | Makes close/reopen issue request to inside the vue app | Filipa Lacerda | 2018-02-09 | 3 | -0/+85 |
| | |||||
* | Resolve "Cancelling a second comment edit doesn't return its state to before ↵ | Simon Knox | 2018-02-07 | 2 | -47/+66 |
| | | | | the edit" | ||||
* | Default to HTTPS for all Gravatar URLsdefault-to-https-for-gravatar-urls | Achilleas Pipinellis | 2018-01-25 | 1 | -1/+1 |
| | | | | | If using gravatar.com, both plain_url and ssl_url in settings are now served via HTTPS. Make this the default. | ||||
* | 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 | ||||
* | | Merge branch 'main-js-tidy-up' into 'master' | Filipa Lacerda | 2018-01-11 | 2 | -1/+2 |
|\ \ | | | | | | | | | | | | | Tidy up main JS file See merge request gitlab-org/gitlab-ce!16007 | ||||
| * | | Tidy up main JS filemain-js-tidy-up | Phil Hughes | 2018-01-10 | 2 | -1/+2 |
| |/ | |||||
* | | Remove soft removals related code | Yorick Peterse | 2018-01-08 | 1 | -2/+0 |
|/ | | | | | | | | | | | | | | This removes all usage of soft removals except for the "pending delete" system implemented for projects. This in turn simplifies all the query plans of the models that used soft removals. Since we don't really use soft removals for anything useful there's no point in keeping it around. This _does_ mean that hard removals of issues (which only admins can do if I'm not mistaken) can influence the "iid" values, but that code is broken to begin with. More on this (and how to fix it) can be found in https://gitlab.com/gitlab-org/gitlab-ce/issues/31114. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/37447 | ||||
* | Merge branch '37619-fix-vue-typeerror-not-failing-the-build' into 'master' | Filipa Lacerda | 2017-12-12 | 2 | -164/+243 |
|\ | | | | | | | | | | | | | 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 | 2 | -205/+215 |
| | | |||||
| * | Try to clean up legit Vue error that was patched over | Eric Eastwood | 2017-12-10 | 2 | -22/+91 |
| | | | | | | | | 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 | 11 | -33/+33 |
| | |||||
* | 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 | ||||
* | 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 |