summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/notes
Commit message (Collapse)AuthorAgeFilesLines
* Fix Ctrl+Enter keyboard shortcut saving comment/note edit41956-fix-ctrl-enter-binding-to-save-commentEric Eastwood2018-01-112-2/+4
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/41956
* Fix last eslint rulesFilipa Lacerda2018-01-081-1/+2
|
* Fix more eslint rulesFilipa Lacerda2018-01-082-3/+6
|
* [ci skip] Fix more rulesFilipa Lacerda2018-01-051-16/+18
|
* [ci skip] Fix more rulesFilipa Lacerda2018-01-0512-264/+280
|
* Adds `eslint-plugin-vue`, fixes linter errors and adds docsFilipa Lacerda2018-01-032-4/+13
|
* Merge branch '37619-fix-vue-typeerror-not-failing-the-build' into 'master'Filipa Lacerda2017-12-121-3/+1
|\ | | | | | | | | | | | | Stop "ERROR: TypeError{}" from being logged to the console and fail tests Closes #37619 See merge request gitlab-org/gitlab-ce!15830
| * Try to clean up legit Vue error that was patched overEric Eastwood2017-12-101-3/+1
| | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/37619#note_50422859
* | Merge branch 'issue-note-rename' into 'master'Fatih Acet2017-12-117-27/+27
|\ \ | | | | | | | | | | | | rename remaining issue_ prefixed files See merge request gitlab-org/gitlab-ce!15818
| * | rename remaining issue_ prefixed filesissue-note-renameSimon Knox2017-12-097-27/+27
| |/
* | Merge branch 'url-utility-es-module' into 'master'Filipa Lacerda2017-12-111-1/+2
|\ \ | | | | | | | | | | | | Moved URL utility methods into exported es modules See merge request gitlab-org/gitlab-ce!15783
| * | use exported methods instead of gl.utilsPhil Hughes2017-12-081-1/+2
| |/
* | Merge branch 'note-preview' into 'security-10-2'Fatih Acet2017-12-081-1/+2
|/ | | | | | | | | prevent potential XSS when editing comment See merge request gitlab/gitlabhq!2238 (cherry picked from commit 80ed6d25a46c0f70ec8baea78b5777118d63876c) 7480e462 prevent potential XSS when editing comment
* Use relative _path helper URLs in the GitLab UI40825-use-relative-path-urlsEric Eastwood2017-12-071-1/+9
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/40825
* Resolve "Display member role per project"Mike Greiling2017-12-071-1/+1
|
* issue note component renameSimon Knox2017-12-0411-41/+45
|
* issue note storeSimon Knox2017-11-3011-33/+33
|
* Resolve "lock/confidential issuable sidebar custom svg icons iteration"Luke "Jared" Bennett2017-11-161-7/+10
|
* Disable issue action button whilst submitting and testdisable-issue-action-button-if-isSubmittingLuke "Jared" Bennett2017-11-061-1/+2
|
* karma spec updatesvue-updatePhil Hughes2017-11-011-1/+3
|
* Resolve "Convert autosize.js library to be a Yarn managed library"Tim Zallmann2017-10-311-2/+2
|
* Merge branch 'es-module-autosave' into 'master'Filipa Lacerda2017-10-302-4/+2
|\ | | | | | | | | Remove Autosave class from global namespace See merge request gitlab-org/gitlab-ce!14856
| * convert Autosave into pure es module and remove global exportMike Greiling2017-10-122-4/+2
| |
* | Moves placeholders components into shared folder with documentation. Makes ↵38178-fl-mr-notes-componentsFilipa Lacerda2017-10-195-135/+7
|/ | | | them easier to reuse in MR and Snippets comments
* Flash is now a ES6 modulePhil Hughes2017-10-106-16/+15
| | | | | | | | | | | Reduced the technical debt around our JS flash function by making it a module that is imported rather than relying on the global function. The global function still exists mainly for technical debt with how some requests are being completed, but new JS should import the module directly. Also reduces some tech debt in the file by removing the need for jQuery. Instead Flash is now 100% vanilla JS.
* Merge branch '18608-lock-issues-v2' into 'master'Sean McGivern2017-10-064-14/+70
|\ | | | | | | | | | | | | Resolve "Lock issue and merge request" Closes #18608 See merge request gitlab-org/gitlab-ce!14531
| * Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Jarka Kadlecova2017-10-031-1/+1
| |\ | | | | | | | | | | | | | | | | | | 18608-lock-issues-v2 # Conflicts: # db/schema.rb
| * | Further review changesLuke "Jared" Bennett2017-10-023-11/+10
| | |
| * | FE review changes app codeLuke "Jared" Bennett2017-10-012-4/+4
| | |
| * | Fix md-area top border-radius with issue issuable-note-warningLuke "Jared" Bennett2017-09-291-1/+2
| | |
| * | Correct disabled note form style18608-lock-issuesLuke "Jared" Bennett2017-09-271-2/+7
| | |
| * | Fix karmaLuke "Jared" Bennett2017-09-271-1/+1
| | |
| * | Fix static analysisLuke "Jared" Bennett2017-09-271-2/+0
| | |
| * | Disable comment form when discussion locked for userJarka Kadlecova2017-09-262-0/+19
| | |
| * | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into 18608-lock-issuesJarka Kadlecova2017-09-255-54/+44
| |\ \ | | | | | | | | | | | | | | | | # Conflicts: # app/assets/javascripts/notes/components/issue_comment_form.vue
| * \ \ Merge remote-tracking branch 'origin/master' into 18608-lock-issuesLuke "Jared" Bennett2017-09-181-1/+1
| |\ \ \
| * | | | Merge FELuke "Jared" Bennett2017-09-143-14/+48
| | | | |
* | | | | Disable comment textarea while submitting a new comment.Fatih Acet2017-10-031-0/+1
| |_|_|/ |/| | |
* | | | Fix comment deletion confirmation dialog typoMark Fletcher2017-10-021-1/+1
| |_|/ |/| |
* | | Resolve "Better SVG Usage in the Frontend"Tim Zallmann2017-09-222-42/+4
| | |
* | | Merge branch 'acet-fix-double-note-render' into 'master'Jacob Schatz2017-09-223-9/+26
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix rendering double note issue Closes #38139 See merge request gitlab-org/gitlab-ce!14429
| * | | Fix rendering double note issue.Fatih Acet2017-09-223-9/+26
| | | |
* | | | IssueNotes: Switch back to Write pane when note cancel or submit.acet-switch-markdown-paneFatih Acet2017-09-221-1/+3
|/ / /
* | | Merge branch 'acet-fix-comment-form-resize' into 'master'Jacob Schatz2017-09-211-0/+8
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | IssueNotes: Resize comment form after note submit and discard. Closes #38115 See merge request gitlab-org/gitlab-ce!14401
| * | | IssueNotes: Resize comment form after note submit and discard.acet-fix-comment-form-resizeFatih Acet2017-09-211-0/+8
| | |/ | |/|
* | | Merge branch 'master' into 37220-es-modulesMike Greiling2017-09-181-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (148 commits) Remove gaps under nav on build page Replace the 'project/snippets.feature' spinach test with an rspec analog Use correct group members path for members flyout link Replace the 'project/commits/revert.feature' spinach test with an rspec analog Merge branch 'rs-incoming-email-domain-docs' into 'security-10-0' Replace the 'project/archived.feature' spinach test with an rspec analog Fix broken link in docs/api/wiki.md Fixed the new sidebars width when browser has scrollbars Improve 'spec/features/profiles/*' specs Replace the 'search.feature' spinach test with an rspec analog dedupe yarn packages add dependency approvals (all MIT license) update build image to latest with node 8.x, yarn 1.0.2, and chrome 61 Ensure we use `Entities::User` for non-admin `users/:id` API requests Minor update to address Sean McGivern's comment. Add data migration Fix setting share_with_group_lock created services for keys Prepare Repository#merge for migration to Gitaly Never connect to webpack-dev-server over SSL ...
| * | IssueNotes: Fix role badge styling.role-badge-fixFatih Acet2017-09-141-1/+1
| |/
* | Use modules in common utilsFilipa Lacerda2017-09-091-2/+3
|/
* IssueNotesRefactor: Fix broken specs.Fatih Acet2017-08-291-0/+1
|
* IssueNotesRefactor: Hide note reply form when submitted and show it again if ↵Fatih Acet2017-08-231-9/+11
| | | | there is an error.