summaryrefslogtreecommitdiff
path: root/spec/javascripts/extensions
Commit message (Collapse)AuthorAgeFilesLines
* Remove monkey-patched Array.prototype.first() and last() methodsMike Greiling2017-08-041-22/+0
|
* update frontend specs to use ES module syntaxMike Greiling2017-05-161-1/+1
|
* Organize our polyfills and standardize on core-jsMike Greiling2017-03-134-128/+0
|
* Remove .es6 from file extensions (!9241)winniehell2017-03-053-0/+0
|
* fix overlooked window binding in spec filesremove-imports-loader-window-bindMike Greiling2017-02-172-2/+2
|
* Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-272-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 violationsMike Greiling2017-01-182-4/+2
| |
* | use ~ to reference non-local scripts instead of resolve.rootMike Greiling2017-01-104-4/+4
| |
* | include spec_helper within karma config rather than each individual testMike Greiling2017-01-104-4/+0
| |
* | fix spec_helper missing/broken referencesMike Greiling2017-01-104-0/+4
| |
* | Swapped out teaspoon for karmaLuke "Jared" Bennett2017-01-104-4/+4
|/
* replace Teaspoon fixture methods with jasmine-jquery methods to reduce ↵Mike Greiling2017-01-051-2/+2
| | | | dependency on Teaspoon
* Add Object.assign polyfillAlfredo Sumaran2016-12-141-0/+25
|
* Added element extensions spec for .matches and .closestadd-element-extensions-testsLuke "Jared" Bennett2016-12-021-0/+38
|
* Add `.find` polyadd-find-polyLuke "Jared" Bennett2016-11-252-23/+46
|
* explicitly disable eslint inlineexplicitly-disable-eslint-inlineLuke "Jared" Bennett2016-11-152-2/+2
|
* disable ESLint for all JavaScript fileswinniehell2016-10-262-0/+2
|
* ES6ify all the things!Fatih Acet2016-07-244-46/+64
|
* Add JS specs for Array extensionsRobert Speicher2015-06-021-0/+12
|
* Move jQuery enable/disable extensions to extensions/jqueryRobert Speicher2015-06-021-0/+34
Removes redundant enableButton/disableButton extensions, and adds specs for the jQuery extensions.