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-07-27add gpg commit popover badgesAlexis Reigel
2017-06-07Add Array `findIndex` supportkushalpandya
2017-04-20Add Fork/Cancel confirmation to "Replace"/"Delete" buttonsEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/30637
2017-03-22add polyfill for Array.from to enable ES spread operatorMike Greiling
2017-03-21enable Array destructuring and polyfill Symbol classMike Greiling
2017-03-14Organize our polyfills and standardize on core-jsMike Greiling
2017-03-04refactor common bundle to ES module syntax and move global exports to ↵Mike Greiling
application.js
2017-03-04create a common.js bundle and include all jQuery pluginsMike Greiling