summaryrefslogtreecommitdiff
path: root/spec/javascripts/shortcuts_issuable_spec.js
Commit message (Expand)AuthorAgeFilesLines
* fix illegal references to "this" in module contextMike Greiling2018-04-231-1/+1
* move render_gfm into behaviors directoryMike Greiling2018-03-191-1/+1
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-0/+1
* fix broken module importMike Greiling2017-11-011-1/+3
* Remove shortcut JS classes from global namespacePhil Hughes2017-10-131-3/+1
* Fix broken spec for issuable shortcuts and notesFilipa Lacerda2017-08-111-9/+9
* Change fixtures of old testsFilipa Lacerda2017-08-101-64/+60
* Fix some broken testsFilipa Lacerda2017-08-041-1/+1
* update frontend specs to use ES module syntaxMike Greiling2017-05-161-2/+2
* Standardize jasmine test describe block names that test specific methodsClement Ho2017-05-051-1/+1
* Organize our polyfills and standardize on core-jsMike Greiling2017-03-131-6/+2
* fix overlooked window binding in spec filesremove-imports-loader-window-bindMike Greiling2017-02-171-1/+1
* Merge branch 'master' into webpackMike Greiling2017-02-021-18/+24
|\
| * Remove unnecessary returns / unset variables from the CoffeeScript -> JS conv...Brian Hall2017-02-011-25/+22
| * Change the reply shortcut to focus the field even without a selection.Brian Hall2017-01-311-2/+10
* | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-271-11/+13
|\ \ | |/
| * Merge branch 'master' into copy-as-mdDouwe Maan2017-01-191-2/+1
| |\
| | * resolve all padded-blocks eslint violationsMike Greiling2017-01-181-2/+1
| * | Move some functions to utilsDouwe Maan2017-01-181-2/+2
| * | Fix ShortcutsIssuable#replyWithSelectedText testsDouwe Maan2017-01-171-9/+12
| |/
* | bypass buggy "focus" event in ChromeMike Greiling2017-01-101-6/+1
* | use ~ to reference non-local scripts instead of resolve.rootMike Greiling2017-01-101-1/+1
* | include spec_helper within karma config rather than each individual testMike Greiling2017-01-101-1/+0
* | Swapped out teaspoon for karmaLuke "Jared" Bennett2017-01-101-1/+2
|/
* replace Teaspoon fixture methods with jasmine-jquery methods to reduce depend...Mike Greiling2017-01-051-2/+2
* resolve all instances of no-undef eslint rule violationsclean-no-undefMike Greiling2016-12-141-1/+2
* Replace static fixture for shortcuts_issuable_spec (!7685)winniehell2016-11-231-2/+4
* explicitly disable eslint inlineexplicitly-disable-eslint-inlineLuke "Jared" Bennett2016-11-151-1/+1
* disable ESLint for all JavaScript fileswinniehell2016-10-261-0/+1
* Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard2016-09-081-0/+1
* ES6ify all the things!Fatih Acet2016-07-241-0/+74