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-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-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-16remove all references to the .es6 in our config files and documentationMike 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-02Remove jQuery UIPhil Hughes
jQuery UI is no longer used anywhere so say goodbye to it from package.json & Gemfile
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-17move webpack-dev-server and karma-mocha-reporter to devDependenciesMike Greiling
2017-02-17use http to feth jquery-ui dependency instead of sshFilipa Lacerda
2017-02-15Make Karma output look nicer for CI (!9165)winniehell
2017-02-14Merge branch 'cover-my-karma' into 'master' Clement Ho
Reintroduce coverage report for JavaScript Closes #27826 and #20757 See merge request !9133
2017-02-14Merge branch 'replace-npm-with-yarn' into 'master' Filipa Lacerda
Replace NPM with Yarn See merge request !9055
2017-02-14Merge branch 'eslint-resolve-webpack-modules' into 'master' Filipa Lacerda
Enable eslint to resolve webpack modules according to webpack.config.js See merge request !9218
2017-02-14enable eslint to resolve webpack modules according to webpack.config.jsMike Greiling
2017-02-14Use es6-promise package to avoid webpack warningsEric Eastwood
See https://github.com/stefanpenner/es6-promise/issues/100 ``` [WDS] Warnings while compiling. ./vendor/assets/javascripts/es6-promise.auto.js Module not found: Error: Can't resolve 'vertx' in '/Users/eric/Documents/gitlab/gitlab-development-kit/gitlab/vendor/assets/javascripts' @ ./vendor/assets/javascripts/es6-promise.auto.js 140:16-26 @ ./app/assets/javascripts/application.js @ multi (webpack)-dev-server/client?http://localhost:3808 ./application.js ```
2017-02-13remove recursive npm calls to avoid dependence on npm after switch to yarnMike Greiling
2017-02-11Reintroduce coverage report for JavaScript (!9133)winniehell
2017-02-11convert js-cookie dependency to an npm moduleMike Greiling
2017-02-11convert timeago.js dependency to an npm moduleMike Greiling
2017-02-09update karma deps to work with webpack 2Mike Greiling
2017-02-09upgrade to webpack 2.2.xMike Greiling
2017-02-09upgrade babel to v6Mike Greiling
2017-02-09Merge branch 'remove-jquery-ui-datepicker' into 'master' Jacob Schatz
Removed jQuery UI datepicker See merge request !8421
2017-02-08Revert "Merge branch 'fix-karma-coverage' into 'master'"Clement Ho
This reverts merge request !9044
2017-02-07fix karma coverage reportMike Greiling
2017-02-06Removed jQuery UI datepickerPhil Hughes
Part of #18437 to remove jQuery UI. This removes the datepicker
2017-02-06add npm run webpack commandMike Greiling
2017-01-13Added gzip compressionPhil Hughes
2017-01-13add phantomJS to karma configMike Greiling
2017-01-10improve sourcemap generationMike Greiling
2017-01-10update vue library to match vendors directoryMike Greiling
2017-01-10include common libraries within spec_helperMike Greiling
2017-01-10remove remaining vestiges of teaspoon test runnerMike Greiling
2017-01-10Swapped out teaspoon for karmaLuke "Jared" Bennett
2017-01-10use karma for javascript testingMike Greiling