Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release: properly set the dist remote when it's a real release | Timmy Willison | 2015-07-13 | 1 | -1/+1 |
| | |||||
* | Build: space between curly and paren is optional | Timmy Willison | 2015-06-19 | 1 | -2/+2 |
| | | | | | Fixes gh-2399 Close gh-2400 | ||||
* | Core: Make jQuery objects iterable | Michał Gołębiowski | 2015-06-13 | 1 | -1/+1 |
| | | | | | | | | | | Make iterating over jQuery objects possible using ES 2015 for-of: for ( node of $( "<div id=narwhal>" ) ) { console.log( node.id ); // "narwhal" } Fixes gh-1693 | ||||
* | Build: Refactor Node smoke tests | Michał Gołębiowski | 2015-06-13 | 1 | -1/+2 |
| | | | | Utilize the assert module, avoid inline JSHint comments. | ||||
* | Build: bower.json: remove moot `version` field | Chris Rebert | 2015-05-13 | 1 | -1/+0 |
| | | | | | | | Related: https://github.com/bower/bower.json-spec/commit/a325da3d79baab018c572d75dc1781b12322f6cd Close gh-2304 | ||||
* | Build: use different versions of jsdom for Node and iojs testing | Timmy Willison | 2015-05-07 | 2 | -1/+28 |
| | | | | Fixes gh-2266 | ||||
* | Core: Test all factory use cases from intro.js | Michał Gołębiowski | 2015-04-27 | 5 | -36/+60 |
| | | | | | | | | | | | | | | | | | There is a lot of logic in intro.js; now we test four cases: 1. (implicitly, via QUnit tests) A real browser with window being the global 2. Browserify where there are both global & window variables. 3. Node with jsdom where window is passed manually to the jQuery factory. 4. Pure Node with incorrect window passed; jQuery should throw then. Previously the second & fourth case was not tested and the third was tested in a way that interfered with the main test environment. We now also test if in the Browserify case we're not creating a jQuery global by default. Fixes gh-2181 Closes gh-2234 | ||||
* | Deferred: Backwards-compatible standards interoperability | Richard Gibson | 2015-03-20 | 1 | -0/+20 |
| | | | | | Fixes gh-1722 Closes gh-1996 | ||||
* | Release: push dist to same remote as project | Timmy Willison | 2015-01-30 | 1 | -3/+2 |
| | |||||
* | Release: remove sourcemap comment from all copies of minified file | Timmy Willison | 2015-01-30 | 2 | -6/+13 |
| | | | | Fixes gh-1707 | ||||
* | Release: fix CDN archive creation | Timmy Willison | 2015-01-29 | 2 | -32/+49 |
| | | | | Fixes gh-1940 | ||||
* | Release: dist can be run during a test | Timmy Willison | 2015-01-29 | 2 | -8/+2 |
| | |||||
* | Release: bower.json is actually generated from scratch | Timmy Willison | 2015-01-29 | 1 | -4/+0 |
| | |||||
* | Release: Distribute files to distribution repo | Timmy Willison | 2015-01-29 | 5 | -136/+251 |
| | | | | | | Fixes gh-1869 Fixes gh-1673 Fixes gh-2045 | ||||
* | Build: Rearrange grunt/npm tasks into a build/dist/test pattern | Richard Gibson | 2015-01-11 | 1 | -0/+16 |
| | | | | | Ref 76df9e4e389d80bff410a9e5f08b848de1d21a2f Closes gh-1980 | ||||
* | Release: Remove copying of jquery-latest files | Dave Methvin | 2015-01-06 | 1 | -29/+18 |
| | |||||
* | Build: Sizzle version labels must start with a dash | Timmy Willison | 2014-12-17 | 1 | -1/+1 |
| | |||||
* | Build: account for version labels in Sizzle versions | Timmy Willison | 2014-12-17 | 1 | -1/+1 |
| | | | | Fixes gh-1939 | ||||
* | Build: fix tests in AMD mode | Timmy Willison | 2014-12-09 | 1 | -8/+5 |
| | |||||
* | Build: Remove empty define({}) from build output | David Corbacho | 2014-12-04 | 1 | -1/+3 |
| | | | | | Fixes gh-1768 Closes gh-1569 | ||||
* | Build: Fix various typos | Oleg Gaidarenko | 2014-11-08 | 1 | -1/+1 |
| | | | | | | | Thanks @jamesgpearce, @vlajos, @imyousuf Closes gh-1828 Closes gh-1830 Closes gh-1844 | ||||
* | Build: update grunt-jscs-checker and pass with the new rules | Timmy Willison | 2014-07-17 | 3 | -13/+30 |
| | |||||
* | Build: drop bower; use npm for front-end deps | Timmy Willison | 2014-07-17 | 1 | -4/+15 |
| | | | | | Fixes #15186 Closes gh-1620 | ||||
* | Build: Move all external libraries to external directory | Scott González | 2014-06-24 | 2 | -2/+2 |
| | | | | Closes gh-1593 | ||||
* | Release: ensure Sizzle is the latest tag | Timmy Willison | 2014-05-23 | 2 | -0/+48 |
| | | | | Fixes #14915 | ||||
* | Build: run jshint and jscs on release scripts | Timmy Willison | 2014-05-23 | 1 | -2/+1 |
| | |||||
* | Build: set default testswarm timeout to 15 minutes | Michał Gołębiowski | 2014-04-15 | 1 | -1/+1 |
| | | | | We're not testing on IE6-7 anymore. | ||||
* | Build: use browserSets from config file; allow to override | Michał Gołębiowski | 2014-04-15 | 1 | -5/+10 |
| | |||||
* | Build: Update release script for new jquery-release API | Scott González | 2014-03-21 | 1 | -7/+6 |
| | | | | Closes gh-1544 | ||||
* | Build: Change the timeout for the weekly job from 4h to 1h | Michał Gołębiowski | 2014-03-18 | 1 | -4/+4 |
| | |||||
* | Build: Refactor testswarm Grunt task options | Michał Gołębiowski | 2014-03-16 | 1 | -7/+11 |
| | | | | | Add a possibility to specify the project name. Infer browserSets & timeout out of it instead of defining it in the Jenkins configuration. | ||||
* | Build: Fix testswarm task, use API correctly | Jörn Zaefferer | 2014-03-12 | 1 | -5/+4 |
| | |||||
* | Build: Allow to specify timeout in the testswarm task | Michał Gołębiowski | 2014-03-11 | 1 | -7/+3 |
| | |||||
* | Build: Make it possible to change browserSets in the testswarm task | Michał Gołębiowski | 2014-03-10 | 1 | -2/+6 |
| | |||||
* | Build: Fix AMD option for custom builds | Timmy Willison | 2014-03-07 | 1 | -6/+12 |
| | | | | Fixes #14859 | ||||
* | Build: Specify browserSets for TestSwarm directly | Michał Gołębiowski | 2014-01-27 | 1 | -1/+1 |
| | |||||
* | Build: Remove obsolete UglifyJS workaround | Michał Gołębiowski | 2014-01-26 | 1 | -7/+0 |
| | |||||
* | Release: Instantiate a zip archiver, run archivers async | Timmy Willison | 2014-01-23 | 1 | -9/+10 |
| | |||||
* | Release: Publish to npm | Jörn Zaefferer | 2014-01-10 | 1 | -0/+1 |
| | | | | Closes gh-1479 | ||||
* | Release script: _tracMilestone -> tracMilestone | Timmy Willison | 2013-12-21 | 1 | -1/+1 |
| | |||||
* | Release script: minor formatting issue. | Timmy Willison | 2013-12-20 | 1 | -1/+1 |
| | |||||
* | Release script: jquery-release integration | Timmy Willison | 2013-12-20 | 1 | -380/+142 |
| | |||||
* | Build: add build option for setting the AMD name. | Timmy Willison | 2013-12-19 | 1 | -2/+9 |
| | | | | Fixes #14016. | ||||
* | Build: Add the ability to remove global exposure. | Timmy Willison | 2013-12-19 | 1 | -0/+7 |
| | | | | Ref #14016 | ||||
* | Manage bower dependencies with grunt-bowercopy | Timmy Willison | 2013-12-06 | 2 | -15/+4 |
| | | | | | | | | | | | | Tracked bower dependencies are located at "src/sizzle" and "test/libs". The source-destination mapping is in the Gruntfile. When updating a bower dependency, update the version in bower.json, run `grunt bower`, and then commit the result. When adding a dependency, update the bowercopy task accordingly. Fixes #14615. Closes gh-1452. | ||||
* | Release script: Add dist files in multiple commits for a clean final commit ↵ | Timmy Willison | 2013-11-15 | 1 | -3/+15 |
| | | | | with a small diff | ||||
* | Release script: Add .npmignore and keep .gitignore when creating the tag | Timmy Willison | 2013-11-15 | 1 | -20/+3 |
| | |||||
* | Release script: create tag after building CDN files | Timmy Willison | 2013-11-15 | 1 | -5/+6 |
| | |||||
* | Update sizzle location in release script | Timmy Willison | 2013-11-14 | 1 | -1/+1 |
| | |||||
* | Use grunt and bower packages as local dependencies. Close gh-1433. | Timmy Willison | 2013-11-14 | 2 | -14/+1 |
| |