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-04-28Move PDFLab into GitLabSam Rose
2017-04-24Merge branch 'notebooklab-in-repo' into 'master' Jacob Schatz
Moved NotebookLab assets into repo See merge request !10630
2017-04-20Add ES lint support to identify poorly written PromisesKushal Pandya
2017-04-11Moved NotebookLab assets into repoPhil Hughes
Moved all the notebooklab assets into the GitLab repo
2017-04-10use nodemon to watch for changes to webpack config and restart the dev ↵Mike Greiling
server when necessary
2017-04-10watch node_modules for changes when a module is missingMike Greiling
2017-04-09add eslint support to vue filesMike Greiling
2017-04-09update Vue to match vue-template-compilerMike Greiling
2017-04-09add vue-loader dependencies and basic configMike Greiling
2017-04-07upgrade webpack-dev-server to fix issues with SockJS causing odd reload ↵Mike Greiling
behavior in firefox https://github.com/webpack/webpack-dev-server/issues/762
2017-04-07upgrade webpack to v2.3.3 to resolve sourcemap issuesMike Greiling
2017-04-07Revert yarn.lock file changesPhil Hughes
2017-04-07Update droplabLuke "Jared" Bennett
2017-04-06STL file viewerPhil Hughes
2017-04-05Use PDFLab to render PDFs in GitLabSam Rose
2017-04-05Load a preview of Sketch 43 filesJacob Schatz
Sketch 43 files are technically a zip file, so the JavaScript opens the zip file & locates a preview.png which is just a quick preview of the last sketch page edited. After that is loaded it simply places the image into the DOM
2017-03-23Adds visbilityjs libFilipa Lacerda
2017-03-22upgrade Vue to v2.2.4Mike Greiling
2017-03-21Only add frontend code coverage instrumentation when generating coverage reportMike Greiling
2017-03-14Organize our polyfills and standardize on core-jsMike Greiling
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-05merge raphael library into the network bundleMike Greiling
2017-03-03Merge branch 'add-svg-loader' into 'master' Fatih Acet
Fixes Tech debt: No need to pass svgs as props into Vue with Webpack Closes #27692 and #27840 See merge request !9522
2017-03-02update yarn.lock after the removal of jquery-ui in !9649Mike Greiling
2017-02-27Merge branch 'master' into 'add-svg-loader'Filipa Lacerda
# Conflicts: # app/assets/javascripts/vue_pipelines_index/pipeline_actions.js.es6
2017-02-27Merge branch 'update-vue-2.1' into 'master' Fatih Acet
Update Vue to v2.1 See merge request !9386
2017-02-24Adds loader to load SVGFilipa Lacerda
2017-02-22add webpack bundle analyzer to production outputMike Greiling
2017-02-20upgrade Vue from v2.0.3 to v2.1.10Mike Greiling
2017-02-18remove imports loaderMike Greiling
2017-02-17use less strict caret ranges now that yarn.lock will take care of locking ↵Mike Greiling
our dependencies in place see: https://docs.npmjs.com/misc/semver
2017-02-17update yarn resolution for jquery-uiMike Greiling
2017-02-17Update lock fileFilipa Lacerda
2017-02-15Make Karma output look nicer for CI (!9165)winniehell
2017-02-14Fix yarn lock and package.json mismatch caused by MR 9133Clement Ho
2017-02-14sync yarn.lock with recent changes to package.jsonMike Greiling
2017-02-14update yarn.lock to reflect latest package.jsonMike Greiling
2017-02-13add yarn lock fileMike Greiling