Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-28dynamically import emoji helpers for AwardsHandler classMike Greiling
2017-06-27revert removal of requestAnimationFrame and move to a separate MR/discussionMike Greiling
2017-06-27rename getEmojiCategoryMap and remove unnecessary parameterMike Greiling
2017-06-27move glEmojiTag method to emoji helperMike Greiling
2017-06-27namespace emoji helper methods within AwardsHandler classMike Greiling
2017-06-26move emoji category index to helper methodMike Greiling
2017-06-26move emojiAlias logic into helper moduleMike Greiling
2017-06-26fix method definition stylingMike Greiling
2017-06-26move normalizeEmojiName method to emoji helper moduleMike Greiling
2017-06-26remove problematic use of requestAnimationFrameMike Greiling
2017-06-23centralize emoji helper methodsMike Greiling
2017-06-18refactor AwardsHandler into es class syntaxMike Greiling
2017-04-20Add ES lint support to identify poorly written PromisesKushal Pandya
2017-04-17Merge branch '27655-clear-emoji-search-after-selection' into 'master' Alfredo Sumaran
Clear emoji search in awards menu after picking emoji Closes #27655 See merge request !10524
2017-04-14frontend prevent authored votesbarthc
2017-04-13Clear emoji search in awards menu after picking emojiEric Eastwood
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/27655
2017-04-07Remove `undefined` class from `.emoji-menu-list`Eric Eastwood
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/30496
2017-04-06Award emoji button smiley animationDimitrie Hoekstra
2017-04-05Removes the duplicated search icon in emoji menuPhil Hughes
The search emojis title had the same class as the search input which caused a duplicated icon. Closes #30416
2017-03-22remove Cookies class from global spaceMike Greiling
2017-03-17Protect against unknown emojis in frequently used listEric Eastwood
See https://gitlab.slack.com/archives/frontend/p1489690607738864
2017-03-09Add frequently used emojis back to awards menuEric Eastwood
Thanks @filipa for the shout`
2017-03-08Update emojis to use harmony modules (import/export)Eric Eastwood
2017-03-06Fix up potential for build finish event to fire for wrong menuEric Eastwood
2017-03-06Fix up `watch` alias lookup in FirefoxEric Eastwood
It was pulling https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/watch
2017-03-06Use native unicode emojisEric Eastwood
- 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
2017-02-18replace implicit this == window with explicit bindingMike Greiling
2017-01-28Merge branch 'master' into go-go-gadget-webpackMike Greiling
* 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 ...
2017-01-19resolve all parseInt radix eslint violationsMike Greiling
2017-01-19resolve all x-spacing and no-spaced-x eslint violationsMike Greiling
2017-01-19resolve all padded-blocks eslint violationsMike Greiling
2017-01-19resolve all no-plusplus eslint violationsMike Greiling
2017-01-10migrate all javascript asset bundles and require syntaxMike Greiling
2016-12-14resolve all instances of no-undef eslint rule violationsMike Greiling
2016-11-15explicitly disable eslint inlineLuke "Jared" Bennett
2016-11-04Cleaned up global namespace JSJosé Iván
Moved most of the functions that contained "window.doSomething" that were located at: - app/assets/javascripts/application.js To the following file: - app/assets/javascripts/lib/utils/common_utils.js The functions listed here: - window.ajaxGet - window.split - window.extractLast - window.rstrip - window.disableButtonIfEmptyField - window.disableButtonIfAnyEmptyField - window.sanitize - window.unbindEvents - window.shiftWindow Now will be accessible from the "gl.utils" namespace
2016-10-26Merge branch 'eslint' into 'master' Fatih Acet
Add ESLint ## What does this MR do? - create `package.json` - add ESLint dependencies to `package.json` - add JavaScript linting to CI - add Rake task `lint:javascript`as alias for `eslint` (which itself is an alias for `npm run eslint`) ## Are there points in the code the reviewer needs to double check? Probably not. ## Why was this MR needed? My hovercraft was full of eels. ## What are the relevant issue numbers? - https://gitlab.com/gitlab-org/gitlab-ce/issues/13224#note_12537431 - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5006#note_13255658 See merge request !5445
2016-10-26Refactored less readable existance checksJack Davison
CoffeeScript generated JavaScript contains some unreadable expressions. This refactoring addresses complex uses of the exestential operator that produced unreadable Javascript.
2016-10-26disable ESLint for all JavaScript fileswinniehell
2016-10-25remove manual Cookie.set "path" option in favor of global settingMike Greiling
2016-10-25replace jquery.cookie vendor script with js.cookieMike Greiling
2016-09-27Added `@zeiv`s changes to fix awards search, including CHANGELOG where he is ↵Luke Bennett
credited
2016-09-08Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard
2016-09-06Replace animateEmoji timeout with eventListenerClement Ho
2016-08-25use gitlab global root url as canonical base url for all javascript set ↵Mike Greiling
cookies (closes #20435)
2016-08-17Replace resetTooltip with bootstrap's fixTitleJack Davison
* resetTooltip totally destroyed and regenerated the tooltip while fixTitle simply replaces the text in the existing element. * resetTooltip also called an asyncronous function with no suitable callback resulting in a messy setTimout workaround. fixTitle is syncronous.
2016-08-17Fix duplicate "me" in award emoji tooltipJack Davison
* Works by explicitly deleting out-of-date data attributes * No longer directly assigns to data-original-title
2016-08-17Award tooltips refer to current user as "You"Jack Davison
2016-08-17Switch to using to_sentence to construct tooltipsJack Davison
* Code in ruby now uses Array#to_sentence to construct award tooltips * Coffeescript uses a combination of regexes for the same result
2016-08-17Truncated user list in award emoji tooltipsJack Davison
* 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