summaryrefslogtreecommitdiff
path: root/spec/javascripts/gfm_auto_complete_spec.js
Commit message (Collapse)AuthorAgeFilesLines
* Generate JUnit report for Karma testsWinnie Hellmann2018-09-111-1/+1
|
* Escape autocomplete results for MarkdownSean McGivern2018-03-291-1/+9
| | | | | | | | | | A label name can contain a `_`, `~~`, or other Markdown-significant characters. But label references are processed _after_ Markdown processing has run, so we can't easily fix this on the backend. We can make it more convenient, though, by changing the frontend to escape these characters so they aren't processed as Markdown, when we insert them from autocomplete.
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-0/+1
|
* Fix minorsTony Rom2018-02-011-4/+4
|
* Add Colors to GitLab Flavored MarkdownTony Rom2018-01-291-0/+9
|
* fix to allow integer label refernceshaseeb2017-11-131-0/+22
|
* update frontend specs to use ES module syntaxMike Greiling2017-05-161-2/+2
|
* Make `gfm_auto_complete` into a module and fix up tech debtEric Eastwood2017-05-161-9/+11
|
* Remove .es6 from file extensions (!9241)winniehell2017-03-051-0/+148