summaryrefslogtreecommitdiff
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* remove all references to the .es6 in our config files and documentationremove-es6-extension-configurationMike Greiling2017-03-151-4/+3
|
* Organize our polyfills and standardize on core-jsMike Greiling2017-03-131-3/+1
|
* Use native unicode emojisEric Eastwood2017-03-061-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 bundleMike Greiling2017-03-051-0/+1
|
* Merge branch 'add-svg-loader' into 'master' Fatih Acet2017-03-021-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 Lacerda2017-02-271-1/+1
| |\ | | | | | | | | | # Conflicts: # app/assets/javascripts/vue_pipelines_index/pipeline_actions.js.es6
| * | Adds loader to load SVGFilipa Lacerda2017-02-241-0/+1
| | |
* | | Remove jQuery UIbye-bye-jquery-uiPhil Hughes2017-03-021-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 Acet2017-02-261-1/+1
|\ \ | |/ |/| | | | | Update Vue to v2.1 See merge request !9386
| * upgrade Vue from v2.0.3 to v2.1.10Mike Greiling2017-02-201-1/+1
| |
* | add webpack bundle analyzer to production outputMike Greiling2017-02-211-1/+2
|/
* remove imports loaderMike Greiling2017-02-171-1/+0
|
* use less strict caret ranges now that yarn.lock will take care of locking ↵Mike Greiling2017-02-171-9/+9
| | | | | | our dependencies in place see: https://docs.npmjs.com/misc/semver
* move webpack-dev-server and karma-mocha-reporter to devDependenciesMike Greiling2017-02-171-4/+4
|
* use http to feth jquery-ui dependency instead of sshFilipa Lacerda2017-02-171-1/+1
|
* Make Karma output look nicer for CI (!9165)winniehell2017-02-151-0/+1
|
* Merge branch 'cover-my-karma' into 'master' Clement Ho2017-02-141-0/+10
|\ | | | | | | | | | | | | Reintroduce coverage report for JavaScript Closes #27826 and #20757 See merge request !9133
| * Reintroduce coverage report for JavaScript (!9133)winniehell2017-02-111-0/+10
| |
* | Merge branch 'replace-npm-with-yarn' into 'master' Filipa Lacerda2017-02-141-3/+3
|\ \ | | | | | | | | | | | | Replace NPM with Yarn See merge request !9055
| * | remove recursive npm calls to avoid dependence on npm after switch to yarnMike Greiling2017-02-131-3/+3
| |/
* | Merge branch 'eslint-resolve-webpack-modules' into 'master' Filipa Lacerda2017-02-141-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-modulesMike Greiling2017-02-141-0/+1
| |/
* | Use es6-promise package to avoid webpack warningsuse-es6-promise-packageEric Eastwood2017-02-131-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-filesMike Greiling2017-02-111-0/+1
|
* convert timeago.js dependency to an npm moduleMike Greiling2017-02-111-0/+1
|
* update karma deps to work with webpack 2Mike Greiling2017-02-091-2/+2
|
* upgrade to webpack 2.2.xMike Greiling2017-02-091-5/+3
|
* upgrade babel to v6Mike Greiling2017-02-091-3/+4
|
* Merge branch 'remove-jquery-ui-datepicker' into 'master' Jacob Schatz2017-02-081-0/+1
|\ | | | | | | | | Removed jQuery UI datepicker See merge request !8421
| * Removed jQuery UI datepickerPhil Hughes2017-02-061-0/+1
| | | | | | | | Part of #18437 to remove jQuery UI. This removes the datepicker
* | Revert "Merge branch 'fix-karma-coverage' into 'master'"revert-135b4f75Clement Ho2017-02-071-1/+0
| | | | | | This reverts merge request !9044
* | fix karma coverage reportMike Greiling2017-02-071-0/+1
| |
* | add npm run webpack commandMike Greiling2017-02-061-2/+4
|/
* Added gzip compressionPhil Hughes2017-01-131-0/+1
|
* add phantomJS to karma configMike Greiling2017-01-131-0/+1
|
* improve sourcemap generationMike Greiling2017-01-101-1/+2
|
* update vue library to match vendors directoryMike Greiling2017-01-101-1/+1
|
* include common libraries within spec_helperMike Greiling2017-01-101-1/+0
|
* remove remaining vestiges of teaspoon test runnerMike Greiling2017-01-101-0/+1
|
* Swapped out teaspoon for karmaLuke "Jared" Bennett2017-01-101-2/+8
|
* use karma for javascript testingMike Greiling2017-01-101-1/+2
|
* migrate all javascript asset bundles and require syntaxMike Greiling2017-01-101-0/+1
|
* replace application.js sprockets output with webpack-generated equivalentMike Greiling2017-01-061-0/+13
|
* temporarily regress to babel 5 for parity with sprockets-es6 gemMike Greiling2017-01-061-3/+3
|
* compile es6/es2015 with babelMike Greiling2017-01-061-0/+3
|
* add webpack, webpack-rails, and webpack-dev-server along with a simple hello ↵Mike Greiling2017-01-061-0/+6
| | | | | | | | world test Add the following line to GDK Procfile to play with it: webpack: exec support/exec-cd gitlab npm run dev-server
* Fixed lint warning and propose fail or warningfix-eslint-warningsLuke "Jared" Bennett2016-12-101-1/+1
|
* Remove JSX/React eslint plugins.remove-jsx-react-eslint-pluginsLuke "Jared" Bennett2016-11-291-6/+4
| | | | | | | | | | | | Change airbnb eslint config package to `eslint-config-airbnb-base` and update plugins. Change `airbnb` to `airbnb-base` for .eslintrc `extends` value. Added changelog entry Made sure all plugins and envs are set Corrected new failing specs
* Merge branch 'eslint-html-report' into 'master' Robert Speicher2016-11-231-1/+2
|\ | | | | | | | | | | | | | | | | | | Generate ESLint HTML report ## What does this MR do? Generate a HTML report for the linting errors that ESLint discovered (including files that contain `/* eslint-disable */`). See merge request !7374
| * Generate ESLint HTML report (!7374)winniehell2016-11-221-1/+2
| |