summaryrefslogtreecommitdiff
path: root/spec/javascripts/awards_handler_spec.js
Commit message (Collapse)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
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38871
* 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 emoji Closes #27655 See merge request !10524
| * Clear emoji search in awards menu after picking emoji27655-clear-emoji-search-after-selectionEric Eastwood2017-04-131-4/+24
| | | | | | | | Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/27655
* | 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
| | | | See https://gitlab.slack.com/archives/frontend/p1489690607738864
* 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
| | | | Thanks @filipa for the shout`
* 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) See merge request !9784
| * 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
| | | | | | | | | | | | | | | | | | | | - gl_emoji for falling back to image/css-sprite when the browser doesn't support an emoji - Markdown rendering (Banzai filter) - Autocomplete - Award emoji menu - Perceived perf - Immediate response because we now build client-side - Update `digests.json` generation in gemojione rake task to be more useful and include `unicodeVersion` MR: !9437 See issues - #26371 - #27250 - #22474
* 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
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (63 commits) Use `add_$role` helper in snippets specs removes old css class from everywhere Fixes broken build: Use jquery to get the element position in the page Check public snippets for spam Keep snippet visibility on error Update pipeline and commit URL and text on CI status change Support non-ASCII characters in GFM autocomplete Active tense test coverage Fix filtered search manager spec teaspoon error Reduce the number of loops that Cycle Analytics specs use Remove unnecessary returns / unset variables from the CoffeeScript -> JS conversion. update spec Change the reply shortcut to focus the field even without a selection. use destroy_all Remove settings cog from within admin scroll tabs; keep links centered add changelog remove old project members from project add spec replicating validation error Improve styling of the new issue message Don't capitalize environment name in show page ...
| * Active tense test coveragejej-backport-active-tense-specsValery Sizov2017-02-011-1/+1
| | | | | | | | Ports changes from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/642 back into CE
* | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-271-2/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| |
* | 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 ↵Mike Greiling2017-01-051-2/+2
| | | | dependency on Teaspoon
* 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 ↵Mike Greiling2016-08-241-2/+30
| | | | cookies (closes #20435)
* 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
| | | | | | * Code in ruby now uses Array#to_sentence to construct award tooltips * Coffeescript uses a combination of regexes for the same result
* Truncated user list in award emoji tooltipsJack Davison2016-08-171-0/+25
| | | | | | | | | | | | | | * Only the first 10 names are displayed * Further users are indicated by "and X more." * String "and X more" is appended to the array THEN join is called * An oxford comma seperates the last name from "and X more" * In coffeescript "me" is now always prepended * Tests included
* ES6ify all the things!Fatih Acet2016-07-241-0/+187