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-03-11Merge branch 'update-native-unicode-emojis-with-harmony-modules' into 'master' Filipa Lacerda
Update emojis to use harmony modules (import/export) See merge request !9784
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-03-05Remove .es6 from file extensions (!9241)winniehell
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-21Fix DropLab in IE11 v1Eric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/26785
2017-01-21Revert "Merge branch '26785-fix-droplab-in-ie-11-v1' into 'master'"Jacob Schatz
This reverts merge request !8675
2017-01-21Fix DropLab in IE11 v1Eric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/26785
2017-01-19resolve all padded-blocks eslint violationsMike Greiling
2017-01-19resolve all semi and no-extra-semi eslint violationsMike Greiling
2017-01-19resolve all no-plusplus eslint violationsMike Greiling
2017-01-13phantomJS requires "use strict" for polyfill to properly workMike Greiling
2016-12-15fix eslint violations in Object.assign polyfillMike Greiling
2016-12-14Add Object.assign polyfillAlfredo Sumaran
2016-11-30Improvements after reviewFilipa Lacerda
2016-11-30Fixes after reviewFilipa Lacerda
Fix pipelines tests Fix rubocop
2016-11-30Adds .matches polyfillFilipa Lacerda
Moves matches poly to the correct file Divides pipelines index and show tests in order to be able to test with JS
2016-11-25Add `.find` polyLuke "Jared" Bennett
2016-11-23Use default `closest` if available!Luke "Jared" Bennett
2016-11-15explicitly disable eslint inlineLuke "Jared" Bennett
2016-11-01Added Element extension with .matches and .closestLuke "Jared" Bennett
2016-10-26disable ESLint for all JavaScript fileswinniehell
2016-10-21converted last method to jQueryLuke Bennett
2016-09-08Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard
2016-07-24ES6ify all the things!Fatih Acet
2015-06-03Remove unused `showAndHide`, `simpleFormat`, and `linkify` functionsRobert Speicher
Also removes redundant `unbind` call
2015-06-03Move jQuery enable/disable extensions to extensions/jqueryRobert Speicher
Removes redundant enableButton/disableButton extensions, and adds specs for the jQuery extensions.
2014-06-21Add trailing newline to all text files.Ciro Santilli
Present in the large majority of files of each respective type.
2013-08-06Ability to edit group member permissionsDmitriy Zaporozhets
2013-03-27Prepare UI for notification settingsDmitriy Zaporozhets
2012-12-04Make notes JS know which notes are new in a requestRiyad Preukschas