Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | STL file viewer | Phil Hughes | 2017-04-06 | 1 | -0/+3 |
| | |||||
* | Use PDFLab to render PDFs in GitLab | Sam Rose | 2017-04-05 | 1 | -0/+1 |
| | |||||
* | Load a preview of Sketch 43 filessketch-preview-files | Jacob Schatz | 2017-04-05 | 1 | -0/+2 |
| | | | | | | | 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 | ||||
* | Adds visbilityjs lib | Filipa Lacerda | 2017-03-23 | 1 | -0/+1 |
| | |||||
* | upgrade Vue to v2.2.4 | Mike Greiling | 2017-03-21 | 1 | -1/+1 |
| | |||||
* | Only add frontend code coverage instrumentation when generating coverage report | Mike Greiling | 2017-03-20 | 1 | -8/+3 |
| | |||||
* | remove all references to the .es6 in our config files and documentationremove-es6-extension-configuration | Mike Greiling | 2017-03-15 | 1 | -4/+3 |
| | |||||
* | Organize our polyfills and standardize on core-js | Mike Greiling | 2017-03-13 | 1 | -3/+1 |
| | |||||
* | Use native unicode emojis | Eric Eastwood | 2017-03-06 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | - 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 | ||||
* | merge raphael library into the network bundle | Mike Greiling | 2017-03-05 | 1 | -0/+1 |
| | |||||
* | Merge branch 'add-svg-loader' into 'master' | Fatih Acet | 2017-03-02 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | Fixes Tech debt: No need to pass svgs as props into Vue with Webpack Closes #27692 and #27840 See merge request !9522 | ||||
| * | Merge branch 'master' into 'add-svg-loader' | Filipa Lacerda | 2017-02-27 | 1 | -1/+1 |
| |\ | | | | | | | | | | # Conflicts: # app/assets/javascripts/vue_pipelines_index/pipeline_actions.js.es6 | ||||
| * | | Adds loader to load SVG | Filipa Lacerda | 2017-02-24 | 1 | -0/+1 |
| | | | |||||
* | | | Remove jQuery UIbye-bye-jquery-ui | Phil Hughes | 2017-03-02 | 1 | -1/+0 |
| |/ |/| | | | | | jQuery UI is no longer used anywhere so say goodbye to it from package.json & Gemfile | ||||
* | | Merge branch 'update-vue-2.1' into 'master' | Fatih Acet | 2017-02-26 | 1 | -1/+1 |
|\ \ | |/ |/| | | | | | Update Vue to v2.1 See merge request !9386 | ||||
| * | upgrade Vue from v2.0.3 to v2.1.10 | Mike Greiling | 2017-02-20 | 1 | -1/+1 |
| | | |||||
* | | add webpack bundle analyzer to production output | Mike Greiling | 2017-02-21 | 1 | -1/+2 |
|/ | |||||
* | remove imports loader | Mike Greiling | 2017-02-17 | 1 | -1/+0 |
| | |||||
* | use less strict caret ranges now that yarn.lock will take care of locking ↵ | Mike Greiling | 2017-02-17 | 1 | -9/+9 |
| | | | | | | our dependencies in place see: https://docs.npmjs.com/misc/semver | ||||
* | move webpack-dev-server and karma-mocha-reporter to devDependencies | Mike Greiling | 2017-02-17 | 1 | -4/+4 |
| | |||||
* | use http to feth jquery-ui dependency instead of ssh | Filipa Lacerda | 2017-02-17 | 1 | -1/+1 |
| | |||||
* | Make Karma output look nicer for CI (!9165) | winniehell | 2017-02-15 | 1 | -0/+1 |
| | |||||
* | Merge branch 'cover-my-karma' into 'master' | Clement Ho | 2017-02-14 | 1 | -0/+10 |
|\ | | | | | | | | | | | | | Reintroduce coverage report for JavaScript Closes #27826 and #20757 See merge request !9133 | ||||
| * | Reintroduce coverage report for JavaScript (!9133) | winniehell | 2017-02-11 | 1 | -0/+10 |
| | | |||||
* | | Merge branch 'replace-npm-with-yarn' into 'master' | Filipa Lacerda | 2017-02-14 | 1 | -3/+3 |
|\ \ | | | | | | | | | | | | | Replace NPM with Yarn See merge request !9055 | ||||
| * | | remove recursive npm calls to avoid dependence on npm after switch to yarn | Mike Greiling | 2017-02-13 | 1 | -3/+3 |
| |/ | |||||
* | | Merge branch 'eslint-resolve-webpack-modules' into 'master' | Filipa Lacerda | 2017-02-14 | 1 | -0/+1 |
|\ \ | | | | | | | | | | | | | Enable eslint to resolve webpack modules according to webpack.config.js See merge request !9218 | ||||
| * | | enable eslint to resolve webpack modules according to webpack.config.jseslint-resolve-webpack-modules | Mike Greiling | 2017-02-14 | 1 | -0/+1 |
| |/ | |||||
* | | Use es6-promise package to avoid webpack warningsuse-es6-promise-package | Eric Eastwood | 2017-02-13 | 1 | -0/+1 |
|/ | | | | | | | | | | | | | | | 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 ``` | ||||
* | convert js-cookie dependency to an npm moduleclean-javascript-vendor-files | Mike Greiling | 2017-02-11 | 1 | -0/+1 |
| | |||||
* | convert timeago.js dependency to an npm module | Mike Greiling | 2017-02-11 | 1 | -0/+1 |
| | |||||
* | update karma deps to work with webpack 2 | Mike Greiling | 2017-02-09 | 1 | -2/+2 |
| | |||||
* | upgrade to webpack 2.2.x | Mike Greiling | 2017-02-09 | 1 | -5/+3 |
| | |||||
* | upgrade babel to v6 | Mike Greiling | 2017-02-09 | 1 | -3/+4 |
| | |||||
* | Merge branch 'remove-jquery-ui-datepicker' into 'master' | Jacob Schatz | 2017-02-08 | 1 | -0/+1 |
|\ | | | | | | | | | Removed jQuery UI datepicker See merge request !8421 | ||||
| * | Removed jQuery UI datepicker | Phil Hughes | 2017-02-06 | 1 | -0/+1 |
| | | | | | | | | Part of #18437 to remove jQuery UI. This removes the datepicker | ||||
* | | Revert "Merge branch 'fix-karma-coverage' into 'master'"revert-135b4f75 | Clement Ho | 2017-02-07 | 1 | -1/+0 |
| | | | | | | This reverts merge request !9044 | ||||
* | | fix karma coverage report | Mike Greiling | 2017-02-07 | 1 | -0/+1 |
| | | |||||
* | | add npm run webpack command | Mike Greiling | 2017-02-06 | 1 | -2/+4 |
|/ | |||||
* | Added gzip compression | Phil Hughes | 2017-01-13 | 1 | -0/+1 |
| | |||||
* | add phantomJS to karma config | Mike Greiling | 2017-01-13 | 1 | -0/+1 |
| | |||||
* | improve sourcemap generation | Mike Greiling | 2017-01-10 | 1 | -1/+2 |
| | |||||
* | update vue library to match vendors directory | Mike Greiling | 2017-01-10 | 1 | -1/+1 |
| | |||||
* | include common libraries within spec_helper | Mike Greiling | 2017-01-10 | 1 | -1/+0 |
| | |||||
* | remove remaining vestiges of teaspoon test runner | Mike Greiling | 2017-01-10 | 1 | -0/+1 |
| | |||||
* | Swapped out teaspoon for karma | Luke "Jared" Bennett | 2017-01-10 | 1 | -2/+8 |
| | |||||
* | use karma for javascript testing | Mike Greiling | 2017-01-10 | 1 | -1/+2 |
| | |||||
* | migrate all javascript asset bundles and require syntax | Mike Greiling | 2017-01-10 | 1 | -0/+1 |
| | |||||
* | replace application.js sprockets output with webpack-generated equivalent | Mike Greiling | 2017-01-06 | 1 | -0/+13 |
| | |||||
* | temporarily regress to babel 5 for parity with sprockets-es6 gem | Mike Greiling | 2017-01-06 | 1 | -3/+3 |
| |