summaryrefslogtreecommitdiff
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Merge branch '24754-fix-npm-warnings-for-eslint-plugin-import' into 'master' Fatih Acet2016-11-221-1/+1
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix NPM install warnings due to incompatible dependency version ## What does this MR do? Rolls back `eslint-plugin-import` to semver `^1.16.0` for compatibility with `eslint-config-airbnb`. ## Are there points in the code the reviewer needs to double check? Shouldn't be. ## Why was this MR needed? A warning message was being generated every time we run `npm install`, and there are possibly other side effects due to module incompatibility. ## Does this MR meet the acceptance criteria? - [x] All builds are passing - [x] Branch has no merge conflicts with `master` (if it does - rebase it please) ## What are the relevant issue numbers? Closes #24754 See merge request !7641
| * roll back eslint-plugin-import node module to the version required by ↵24754-fix-npm-warnings-for-eslint-plugin-importMike Greiling2016-11-211-1/+1
| | | | | | | | eslint-config-airbnb
* | Add node_modules cache to npm related buildsadd-node-modules-cache-to-npm-related-buildsLuke "Jared" Bennett2016-11-191-1/+2
|/
* Added new .eslintrc for jasmine tests and corrected build_specimprove-build-scroll-controls-responsive-behaviourLuke "Jared" Bennett2016-11-041-0/+1
|
* Check that JavaScript file names match convention (!7238)winniehell2016-11-021-0/+1
|
* Enable linting for ES6 fileswinniehell2016-10-271-2/+2
|
* add ESLintwinniehell2016-10-261-0/+14
ESLint config: https://github.com/airbnb/javascript