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-07-12Update vue-resourceFilipa Lacerda
2017-05-09Merge request widget redesignFatih Acet
2017-04-20Add ES lint support to identify poorly written PromisesKushal Pandya
2017-04-17Remove IIFEs from diff_notes_bundle.jsAlfredo Sumaran
2017-04-14Update ResolveBtn when CommentStore changes stateSam Rose
2017-03-21remove Vue from the global spaceMike Greiling
2017-03-08Added discussion comments avatars to diffPhil Hughes
2017-03-05Remove .es6 from file extensions (!9241)winniehell