summaryrefslogtreecommitdiff
path: root/spec/javascripts/awards_handler_spec.js
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in comments and specsGeorge Tsiolis2018-11-011-2/+2
* Prettify awards_handler_spec.js scriptMike Greiling2018-10-171-356/+335
* enable jasmine/new-line-before-expectJohann Hubert Sonntagbauer2018-10-171-10/+33
* enable jasmine/new-line-between-declarationsJohann Hubert Sonntagbauer2018-10-091-0/+16
* Resolve "Harmonize prettier and eslint configs"Mike Greiling2018-10-091-1/+1
* Changes tab VUE refactoringFelipe Artur2018-06-211-44/+62
* remove all unused eslint-disable rulesLukas Eipert2018-06-201-1/+1
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-0/+1
* Update to jQuery 3.Jacob Schatz2018-02-201-6/+6
* The emoji menu should not close when the search box is clickedJared Deckard2018-02-071-1/+12
* Cleanup data-page attribute after each Karma test38871-cleanup-data-page-attribute-after-karma-testEric Eastwood2017-10-111-1/+4
* Change fixtures of old testsFilipa Lacerda2017-08-101-4/+4
* TestsFilipa Lacerda2017-08-041-0/+1
* dynamically import emoji helpers for AwardsHandler classMike Greiling2017-06-281-8/+7
* update frontend specs to use ES module syntaxMike Greiling2017-05-161-1/+1
* Merge branch '27655-clear-emoji-search-after-selection' into 'master' Alfredo Sumaran2017-04-171-4/+24
|\
| * Clear emoji search in awards menu after picking emoji27655-clear-emoji-search-after-selectionEric Eastwood2017-04-131-4/+24
* | frontend prevent authored votesbarthc2017-04-141-1/+24
|/
* Protect against unknown emojis in frequently used listfix-unknown-emojis-in-frequently-used-awardsEric Eastwood2017-03-161-0/+14
* Organize our polyfills and standardize on core-jsMike Greiling2017-03-131-3/+0
* Add frequently used emojis back to awards menuadd-frequently-used-emojis-back-to-menuEric Eastwood2017-03-091-5/+45
* Merge branch 'update-native-unicode-emojis-with-harmony-modules' into 'master' Filipa Lacerda2017-03-091-2/+3
|\
| * Update emojis to use harmony modules (import/export)update-native-unicode-emojis-with-harmony-modulesEric Eastwood2017-03-081-2/+3
* | Remove timeout from awards_handler_spec.jsremove-awards-handler-spec-timeout💃 Winnie 💃2017-03-081-3/+0
|/
* Fix up potential for build finish event to fire for wrong menuEric Eastwood2017-03-061-1/+1
* Use native unicode emojisEric Eastwood2017-03-061-64/+89
* fix overlooked window binding in spec filesremove-imports-loader-window-bindMike Greiling2017-02-171-1/+1
* Merge branch 'master' into webpackMike Greiling2017-02-021-1/+1
|\
| * Active tense test coveragejej-backport-active-tense-specsValery Sizov2017-02-011-1/+1
* | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-271-2/+1
|\ \ | |/
| * resolve all padded-blocks eslint violationsMike Greiling2017-01-181-2/+1
* | use ~ to reference non-local scripts instead of resolve.rootMike Greiling2017-01-101-1/+1
* | move additional libraries into spec_helperMike Greiling2017-01-101-1/+0
* | include spec_helper within karma config rather than each individual testMike Greiling2017-01-101-1/+0
* | fix broken js.cookie importsMike Greiling2017-01-101-1/+1
* | Swapped out teaspoon for karmaLuke "Jared" Bennett2017-01-101-4/+4
|/
* 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 awards_handler_spec (!7661)winniehell2016-12-121-5/+5
* explicitly disable eslint inlineexplicitly-disable-eslint-inlineLuke "Jared" Bennett2016-11-151-1/+1
* disable ESLint for all JavaScript fileswinniehell2016-10-261-0/+1
* remove manual Cookie.set "path" option in favor of global settingMike Greiling2016-10-241-23/+0
* replace jquery.cookie vendor script with js.cookieMike Greiling2016-10-241-4/+4
* Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard2016-09-081-6/+1
* use gitlab global root url as canonical base url for all javascript set cooki...Mike Greiling2016-08-241-2/+30
* Award tooltips refer to current user as "You"Jack Davison2016-08-171-10/+10
* Switch to using to_sentence to construct tooltipsJack Davison2016-08-171-6/+27
* Truncated user list in award emoji tooltipsJack Davison2016-08-171-0/+25
* ES6ify all the things!Fatih Acet2016-07-241-0/+187