summaryrefslogtreecommitdiff
path: root/spec/javascripts/notes_spec.js
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add renderNote animation and added specLuke "Jared" Bennett2017-04-191-0/+152
|
* fix overlooked window binding in spec filesremove-imports-loader-window-bindMike Greiling2017-02-171-1/+1
|
* code style and test fixesSimon Knox2017-02-141-1/+1
| | | | fix test following https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9172
* update karma test to expect ajax instead of POSTSimon Knox2017-02-091-8/+6
|
* Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-271-3/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (389 commits) Document "No gems fetched from git repositories" policy [ci skip] Typos Small gramatical tweaks Typos Added PHP & NPM doc Use `:empty_project` where possible in request specs Add caching of droplab ajax requests Use `:empty_project` where possible in model specs Revert 3f17f29a Remove unused js response from refs controller Add MR id to changelog entry fixed small mini pipeline graph line glitch Prevent form to be submitted twice Fix Error 500 when repositories contain annotated tags pointing to blobs Fix /explore sorting (trending) Simplify wording in "adding an image" docs Remove "official merge window" from CONTRIBUTING.md [ci skip] Update repository check documentation Fixed flexbox and wrap issues Update two_factor_authentication.md ...
| * resolve all padded-blocks eslint violationsMike Greiling2017-01-181-2/+1
| |
| * resolve all semi and no-extra-semi eslint violationsMike Greiling2017-01-181-2/+2
| |
* | use ~ to reference non-local scripts instead of resolve.rootMike Greiling2017-01-101-3/+3
| |
* | include spec_helper within karma config rather than each individual testMike Greiling2017-01-101-1/+0
| |
* | include common libraries within spec_helperMike Greiling2017-01-101-1/+0
| |
* | fix spec_helper missing/broken referencesMike Greiling2017-01-101-0/+1
| |
* | Swapped out teaspoon for karmaLuke "Jared" Bennett2017-01-101-4/+5
|/
* Merge branch ↵Alfredo Sumaran2017-01-061-3/+3
|\ | | | | | | | | | | | | | | | | | | '26226-generate-all-haml-fixtures-within-teaspoon-fixtures-task' into 'master' Precompile all frontend test fixtures Closes #26226 See merge request !8384
| * replace Teaspoon fixture methods with jasmine-jquery methods to reduce ↵Mike Greiling2017-01-051-2/+2
| | | | | | | | dependency on Teaspoon
| * update all frontend tests to point to precompiled fixturesMike Greiling2017-01-031-1/+1
| |
* | Fix single note edit form specs.Fatih Acet2017-01-041-0/+1
|/
* resolve all instances of no-undef eslint rule violationsclean-no-undefMike Greiling2016-12-141-1/+3
|
* Replace static fixture for notes_spec (!7683)winniehell2016-12-011-10/+11
|
* explicitly disable eslint inlineexplicitly-disable-eslint-inlineLuke "Jared" Bennett2016-11-151-1/+1
|
* disable ESLint for all JavaScript fileswinniehell2016-10-261-0/+1
|
* Add textarea autoresize after commentClement Ho2016-09-011-12/+45
|
* ES6ify all the things!Fatih Acet2016-07-241-0/+41