summaryrefslogtreecommitdiff
path: root/spec/javascripts/notes_spec.js
Commit message (Collapse)AuthorAgeFilesLines
* Render MR Notes with Vue with behind a cookieFatih Acet2018-02-281-5/+6
|
* fixed task list specPhil Hughes2018-02-051-7/+17
|
* fixed notes_spec.jsPhil Hughes2018-02-051-1/+1
|
* fixed failing karma specs caused by TaskListPhil Hughes2018-02-051-6/+8
|
* fixed axios mock not being restoredPhil Hughes2018-02-011-0/+4
|
* fixed notes_spec.jsPhil Hughes2018-02-011-58/+124
|
* Tidy up main JS filemain-js-tidy-upPhil Hughes2018-01-101-0/+1
|
* Export and use Notes ES modulePhil Hughes2017-12-151-3/+1
|
* Merge branch 'master' into 38869-datetimeFilipa Lacerda2017-12-111-6/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (112 commits) small change to make less conflict with EE version Add cop for use of remove_column Resolve merge conflicts with dev.gitlab.org/master after security release add index for doc/administration/operations/ Remove RubySampler#sample_objects for performance as well Bugfix: User can't change the access level of an access requester Add spec for removing issues.assignee_id updated imports Keep track of storage check timings Remove a header level in the new 'Automatic CE->EE merge' doc Improve down step of removing issues.assignee_id column Fix specs after removing assignee_id field Remove issues.assignee_id column Resolve conflicts in app/models/user.rb Fix image view mode Do not raise when downstream pipeline is created Remove the need for destroy and add a comment in the spec Use build instead of create in importer spec Simplify normalizing of paths Remove allocation tracking code from InfluxDB sampler for performance ...
| * use exported methods instead of gl.utilsPhil Hughes2017-12-081-6/+4
| |
* | Export date utility functions as ES6 modulesFilipa Lacerda2017-12-071-2/+0
|/
* moved to es6 modulesfix-mermaid-importPhil Hughes2017-11-221-2/+0
|
* Add support of MermaidVitaliy @blackst0ne Klachkov2017-11-221-1/+2
|
* Merge branch '38677-render-new-discussions-on-diff-tab' into 'master'36248-repo-editor-double-border-under-repo-file-buttonsFilipa Lacerda2017-11-061-2/+19
|\ | | | | | | | | | | | | Added discussion_line_code value to note response and use it to query the right… Closes #38677 See merge request gitlab-org/gitlab-ce!14981
| * FE review changes - remove internal details assertion and look for closest ↵Luke "Jared" Bennett2017-10-271-4/+0
| | | | | | | | form if no discussion_line_code
| * Add spec for root diff discussion noteLuke "Jared" Bennett2017-10-241-2/+22
| |
| * Fix karmaLuke "Jared" Bennett2017-10-231-0/+1
| |
* | Resolve "Convert autosize.js library to be a Yarn managed library"Tim Zallmann2017-10-311-1/+1
| |
* | notes.js: use the original content when resetting the formBen Boeckel2017-10-191-0/+10
|/ | | | | | | Otherwise, when an error occurred, the content was escaped and re-escaped on every error. Fixes #37724
* Merge branch '38871-cleanup-data-page-attribute-after-karma-test' into 'master'Clement Ho2017-10-111-1/+6
|\ | | | | | | | | | | | | Cleanup data-page attribute after each Karma test Closes #38871 See merge request gitlab-org/gitlab-ce!14742
| * Cleanup data-page attribute after each Karma test38871-cleanup-data-page-attribute-after-karma-testEric Eastwood2017-10-111-1/+6
| | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38871
* | spec fixesph-gl-form-js-modulesPhil Hughes2017-10-111-11/+9
|/
* karma spec fixesPhil Hughes2017-10-101-2/+2
|
* Merge branch 'fix-comment-reflection' into 'security-9-5'Jacob Schatz2017-09-071-0/+14
| | | | | Fix Live Comment XSS Vulnerability See merge request gitlab/gitlabhq!2183
* Fix broken notes specFilipa Lacerda2017-08-111-1/+2
|
* Fix broken spec for issuable shortcuts and notesFilipa Lacerda2017-08-111-4/+5
|
* Remove forgotten fdescribeFilipa Lacerda2017-08-101-1/+1
|
* Change fixtures of old testsFilipa Lacerda2017-08-101-4/+4
|
* Remove placeholder note when award emoji slash command is appliedKushal Pandya2017-06-301-0/+45
|
* Fix note highlight being added to new notes33916-make-note-highlight-toggle-boolean-explcitEric Eastwood2017-06-191-1/+1
| | | | | | | | Always use a explicit true/false value to set highlight because jQuery assumes `null` means toggle from whatever state and doesn't force false. Regressed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12098
* Merge branch '27070-rename-slash-commands-to-quick-actions' into 'master'Sean McGivern2017-06-161-24/+24
|\ | | | | | | | | | | | | Rename "Slash commands" to "Quick actions" Closes #27070 See merge request !11811
| * Rename "Slash commands" to "Quick actions"Eric Eastwood2017-06-151-24/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070 Deprecate "chat commands" in favor of "slash commands" We looked for things like: - `slash commmand` - `slash_command` - `slash-command` - `SlashCommand`
* | Merge branch '33483-fix-note-highlight-being-lost-on-note-update' into 'master'Phil Hughes2017-06-151-0/+45
|\ \ | |/ |/| | | | | | | | | Fix note highlight being lost after real time update Closes #33483 See merge request !12098
| * Fix note highlight being lost after real time updateEric Eastwood2017-06-141-0/+45
| | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33483
* | Fix autocomplete not working on note edit formEric Eastwood2017-06-141-0/+17
|/ | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33529 Bug introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11278
* Merge branch 'cherry-pick-dc2ac993' into 'security-9-2'DJ Mountney2017-06-081-0/+39
| | | | | | Escapes html content before appending it to the DOM See merge request !2107
* Improve user experience around slash commands in instant commentsKushal Pandya2017-06-051-37/+96
|
* Merge branch 'task-list-2' into 'master'Filipa Lacerda2017-05-311-1/+3
|\ | | | | | | | | | | | | Update task_list to version 2.0.0 Closes #22470 See merge request !11525
| * Use native change event in the spec to trigger addEventListenerJared Deckard2017-05-231-1/+3
| |
* | Fix up some notes tech debtfix-up-notes-technical-debtEric Eastwood2017-05-261-1/+0
|/ | | | | | | | | Fix up tech debt comments from @jschatz1 - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10837#note_28757436 - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10837#note_28757905 - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10837#note_28757952 - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10837#note_28758013
* Fix system note comparison and standardize note setupEric Eastwood2017-05-191-0/+1
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32551
* Fix ability to edit diff notes multiple timesKushal Pandya2017-05-181-0/+41
|
* Fix missing .original-note-content and trailing new line edge case32449-fix-note-comparison-trailing-newline-edge-caseEric Eastwood2017-05-181-8/+52
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32449
* Merge branch '24373-warning-message-go-away' into 'master' Phil Hughes2017-05-161-0/+29
|\ | | | | | | | | | | | | Notes warning message should go away once resolved Closes #24373 See merge request !10823
| * Notes: Warning message should go away once resolvedJacopo2017-05-151-0/+29
| | | | | | | | Flash error messages disappear(`fadeOut`) automatically after any successful request
* | Improve slash command stripping, escape temporary note contentsKushal Pandya2017-05-151-4/+42
|/
* Fix slash commands detection in commentsKushal Pandya2017-05-111-6/+19
|
* Fix Karma failures for jQuery deferredsKushal Pandya2017-05-051-129/+88
|
* Add instant comments supportKushal Pandya2017-05-051-5/+224
|
* Add real-time note edits :chipmunk:Eric Eastwood2017-05-031-43/+88
|