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-12-04Import axios utils in commonsFilipa Lacerda
2017-11-24Add classList polyfill for IE classList.toggle(.., force)Eric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38916
2017-09-11Adds Event polyfill for IEFilipa Lacerda
2017-09-05Move `common_vue` into vendor bundlekushalpandya
2017-08-26add polyfill for NodeList.prototype.forEach (unsupported in Internet Explorer)Mike Greiling
2017-08-07Merge branch '15664-remove-jquery-nicescroll' into 'master'Phil Hughes
Resolve "Remove jQuery Nicescroll" Closes #15664, #30860, and #35885 See merge request !13262
2017-08-07Fix eslint errorFilipa Lacerda
2017-08-07Merge branch 'master' into zj-project-templatesFilipa Lacerda
* master: (623 commits) Fix issues with pdf-js dependencies fix missing changelog entries for security release on 2017-01-23 Update top bar issues icon Fix pipeline icon in contextual nav for projects Since mysql is not a priority anymore, test it less Fix order of CI lint ace editor loading Add container registry and spam logs icons Fix different Markdown styles Backport to CE for: Make new dropdown dividers full width Fix spec Fix spec Fix spec Bump GITLAB_SHELL_VERSION and GITALY_VERSION to support unhiding refs Add changelog Install yarn via apt in update guides Use long curl options fix Add a spec for concurrent process Remove monkey-patched Array.prototype.first() and last() methods ...
2017-08-04remove nicescroll from jobs page and remove the library from common.bundle.jsMike Greiling
2017-08-03Resolve "Specific Async Script Loading by using a Page Variable"Tim Zallmann
2017-08-03Fixed sign-in restrictions buttons not toggling active statePhil Hughes
Closes #35882
2017-07-31Adds CSS for desktop and mobileFilipa Lacerda
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