Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove monkey-patched Array.prototype.first() and last() methods | Mike Greiling | 2017-08-04 | 1 | -22/+0 |
| | |||||
* | update frontend specs to use ES module syntax | Mike Greiling | 2017-05-16 | 1 | -1/+1 |
| | |||||
* | Organize our polyfills and standardize on core-js | Mike Greiling | 2017-03-13 | 4 | -128/+0 |
| | |||||
* | Remove .es6 from file extensions (!9241) | winniehell | 2017-03-05 | 3 | -0/+0 |
| | |||||
* | fix overlooked window binding in spec filesremove-imports-loader-window-bind | Mike Greiling | 2017-02-17 | 2 | -2/+2 |
| | |||||
* | Merge branch 'master' into go-go-gadget-webpack | Mike Greiling | 2017-01-27 | 2 | -4/+2 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (389 commits) Document "No gems fetched from git repositories" policy [ci skip] Typos Small gramatical tweaks Typos Added PHP & NPM doc Use `:empty_project` where possible in request specs Add caching of droplab ajax requests Use `:empty_project` where possible in model specs Revert 3f17f29a Remove unused js response from refs controller Add MR id to changelog entry fixed small mini pipeline graph line glitch Prevent form to be submitted twice Fix Error 500 when repositories contain annotated tags pointing to blobs Fix /explore sorting (trending) Simplify wording in "adding an image" docs Remove "official merge window" from CONTRIBUTING.md [ci skip] Update repository check documentation Fixed flexbox and wrap issues Update two_factor_authentication.md ... | ||||
| * | resolve all padded-blocks eslint violations | Mike Greiling | 2017-01-18 | 2 | -4/+2 |
| | | |||||
* | | use ~ to reference non-local scripts instead of resolve.root | Mike Greiling | 2017-01-10 | 4 | -4/+4 |
| | | |||||
* | | include spec_helper within karma config rather than each individual test | Mike Greiling | 2017-01-10 | 4 | -4/+0 |
| | | |||||
* | | fix spec_helper missing/broken references | Mike Greiling | 2017-01-10 | 4 | -0/+4 |
| | | |||||
* | | Swapped out teaspoon for karma | Luke "Jared" Bennett | 2017-01-10 | 4 | -4/+4 |
|/ | |||||
* | replace Teaspoon fixture methods with jasmine-jquery methods to reduce ↵ | Mike Greiling | 2017-01-05 | 1 | -2/+2 |
| | | | | dependency on Teaspoon | ||||
* | Add Object.assign polyfill | Alfredo Sumaran | 2016-12-14 | 1 | -0/+25 |
| | |||||
* | Added element extensions spec for .matches and .closestadd-element-extensions-tests | Luke "Jared" Bennett | 2016-12-02 | 1 | -0/+38 |
| | |||||
* | Add `.find` polyadd-find-poly | Luke "Jared" Bennett | 2016-11-25 | 2 | -23/+46 |
| | |||||
* | explicitly disable eslint inlineexplicitly-disable-eslint-inline | Luke "Jared" Bennett | 2016-11-15 | 2 | -2/+2 |
| | |||||
* | disable ESLint for all JavaScript files | winniehell | 2016-10-26 | 2 | -0/+2 |
| | |||||
* | ES6ify all the things! | Fatih Acet | 2016-07-24 | 4 | -46/+64 |
| | |||||
* | Add JS specs for Array extensions | Robert Speicher | 2015-06-02 | 1 | -0/+12 |
| | |||||
* | Move jQuery enable/disable extensions to extensions/jquery | Robert Speicher | 2015-06-02 | 1 | -0/+34 |
Removes redundant enableButton/disableButton extensions, and adds specs for the jQuery extensions. |