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-10-10Flash is now a ES6 modulePhil Hughes
Reduced the technical debt around our JS flash function by making it a module that is imported rather than relying on the global function. The global function still exists mainly for technical debt with how some requests are being completed, but new JS should import the module directly. Also reduces some tech debt in the file by removing the need for jQuery. Instead Flash is now 100% vanilla JS.
2017-09-22Merge branch 'emoji-dom-size' into 'master'Fatih Acet
Improve emoji menu rendering performance Closes #36949 See merge request gitlab-org/gitlab-ce!14233
2017-09-20Remove eslint-disable, and use arrow function.Bryce Johnson
2017-09-20Reverse order in showMenuElement for readability.Bryce Johnson
2017-09-20Remove emoji-menu from the render tree when hidden.Bryce Johnson
2017-09-09Use modules in common utilsFilipa Lacerda
2017-08-21IssueNotesRefactor: Show Cmd+Enter to comment tooltip.Fatih Acet
2017-08-18IssueNotesRefactor: Fix award handler.Fatih Acet
2017-08-18IssueNotesRefactor: Stop making request for disabled emojis.Fatih Acet
2017-08-04Merge branch 'master' into issue-discussions-refactorFilipa Lacerda
* master: (162 commits) Since mysql is not a priority anymore, test it less Add container registry and spam logs icons Fix different Markdown styles Backport to CE for: Make new dropdown dividers full width Bump GITLAB_SHELL_VERSION and GITALY_VERSION to support unhiding refs Install yarn via apt in update guides Use long curl options Remove monkey-patched Array.prototype.first() and last() methods Openshift Getting Started 35659 Rename Pipelines tab to CI / CD in new navigation Don't bother going through an entire Banzai pipeline for empty text Add active state for pipelines settings on old nav Bump rspec to 3.6.0 Resolve "Specific Async Script Loading by using a Page Variable" Revert "Merge branch 'rs-warm-capybara-only-in-ci' into 'master'" another rubocop style fix Use mixin for new dropdown style Migrate Repository#last_commit_for_path to Gitaly Migrate blame loading to Gitaly ...
2017-08-03Resolve "Specific Async Script Loading by using a Page Variable"Tim Zallmann
2017-08-01[ci skip] Removes Vue from awards handler codeFilipa Lacerda
2017-07-30[ci skip] Uses jquery to get correct note in awardsFilipa Lacerda
2017-07-21IssueNotesRefactor: Fix adding main note awards.Fatih Acet
2017-07-21IssueNotesRefactor: Separate mounted blocks to methods.Fatih Acet
2017-07-21IssueNotesRefactor: Implement awarding emoji from emoji dropdown.Fatih Acet
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