Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release: remove extraneous files from dist during release | Timmy Willison | 2016-05-13 | 2 | -2/+15 |
| | | | | | Fixes gh-3094 Close gh-3116 | ||||
* | Release: copy sizzle separately into an 'external' folder | Timmy Willison | 2016-05-13 | 1 | -2/+7 |
| | | | | Fixes gh-2945 | ||||
* | Revert "Release: copy sizzle separately into an 'external' folder" | Timmy Willison | 2016-05-12 | 1 | -7/+2 |
| | | | | This reverts commit 59003ae7132677023247ed1868e4e426e4c2fe81. | ||||
* | Release: copy sizzle separately into an 'external' folder | Timmy Willison | 2016-05-09 | 1 | -2/+7 |
| | | | | Fixes gh-2945 | ||||
* | Release: include external/sizzle in releases | Timmy Willison | 2016-02-24 | 1 | -0/+1 |
| | | | | Ref gh-2945 | ||||
* | Build: use hard-coded path to sizzle in selector-sizzle | Timmy Willison | 2016-02-22 | 1 | -4/+1 |
| | | | | Fixes gh-2898 | ||||
* | Release: ensure files are copied to dist | Timmy Willison | 2016-01-08 | 1 | -2/+2 |
| | |||||
* | Release: allow local and github dists | Timmy Willison | 2016-01-08 | 1 | -1/+4 |
| | |||||
* | Release: compat -> 1.x. Remove compat-specific release semantics | Timmy Willison | 2016-01-08 | 4 | -45/+18 |
| | |||||
* | Build: Fixed issue with base path that contain 'var' | Martin Naumann | 2015-10-12 | 1 | -1/+1 |
| | | | | | | | | Remove the cwd from the paths, so the regex doesn't kick in on "var" Cherry-picked from 0c34e688439713725d4215c63bc4cf876d8d0423 Fixes gh-2450 Closes gh-2641 | ||||
* | Tests: Backport basic tests from master | Michał Gołębiowski | 2015-09-08 | 1 | -4/+8 |
| | | | | | | | | | | | | | Commit 2c7e9c9 added the basic test suite; these are the only tests that are now run on Android 2.3 on master. On compat we're keeping full Android 2.3 support for now but the tests and the testswarm basic run mode have been cherry-picked anyway to reduce the divergence between branches. (cherry-picked from 2c7e9c934971500a746d012c529e13ec0b560a83) Fixes gh-2505 Closes gh-2509 Refs gh-2483 | ||||
* | Build: Don't install jsdom 3 on Node.js 0.10 & 0.12 by default | Michał Gołębiowski | 2015-09-08 | 3 | -28/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | jsdom 3 requires Python & Visual Studio on Windows which is a significant barrier to contributors. Newer jsdom versions don't require pre-compiling but work only on io.js. This commit installs the new jsdom everywhere (it does install in old Node.js, it just won't work) and executes Node-related tests only on newer Nodes or if a working jsdom version is installed. The latter can be achieved by running the `old_jsdom` task. Node.js is merging with io.js soon so this will become a smaller problem over time. One drawback is our Jenkins setup runs on Node 0.10 so it won't be running Node tests anymore. We have Travis set up on io.js, though so all PRs have those tests run. When the new LTS Node.js arrives (as it soon merges with io.js) we should update our Jenkins infrastructure so that it runs on this new version. (cherry-picked from dbb2daa8c3a458e3525d310440f4365548edc138) Fixes gh-2519 Closes gh-2526 | ||||
* | Build: space between curly and paren is optional | Timmy Willison | 2015-09-07 | 1 | -2/+2 |
| | | | | | | Ref 63a577aa0bcb439c1730c3825407d86c128b17be Fixes gh-2399 Close gh-2400 | ||||
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 11 | -70/+101 |
| | | | | | Ref 10fdad742a2a6aa9f0e00b3e04fc5264797c53c7 Fixes gh-2056 | ||||
* | Core: Support non-browser environments | Michał Gołębiowski | 2015-08-16 | 4 | -0/+88 |
| | | | | | | | | | | | | Fixes gh-2133 Fixes gh-2501 Closes gh-2504 Refs gh-1950 Refs gh-1949 Refs gh-2397 Refs gh-1537 Refs gh-2504 Refs 842958e7aecd0d75a7ee9e2aaec83457701aa2f3 | ||||
* | Docs: Fix various spelling mistakes | Bruno Pérel | 2015-07-30 | 1 | -1/+1 |
| | | | | | | (cherry-picked from 360a4780339b7f412b75ad8a06dca7f39616f654) Closes gh-2487 | ||||
* | Release: properly set the dist remote when it's a real release | Timmy Willison | 2015-07-13 | 1 | -1/+1 |
| | |||||
* | Build: just tack on +compat to versions that may include labels | Timmy Willison | 2015-07-13 | 1 | -2/+1 |
| | |||||
* | 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: append "+compat" to tag version and jQuery.fn.jquery | Timmy Willison | 2015-05-07 | 1 | -2/+2 |
| | | | | | Fixes gh-2269 Close gh-2270 | ||||
* | Docs: Rename 1.x to compat | Michał Gołębiowski | 2015-03-30 | 1 | -1/+1 |
| | |||||
* | Deferred: Backwards-compatible standards interoperability | Richard Gibson | 2015-03-20 | 1 | -0/+20 |
| | | | | | | | Fixes gh-1722 Closes gh-1996 (cherry picked from commit 555a50d340706e3e1e0de09231050493d0ad841e) | ||||
* | Release: push dist to same remote as project | Timmy Willison | 2015-01-30 | 1 | -3/+2 |
| | | | | | Conflicts: build/release/dist.js | ||||
* | 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 | -34/+61 |
| | | | | Fixes gh-1940 | ||||
* | Release: dist can be run during a test | Timmy Willison | 2015-01-29 | 2 | -8/+2 |
| | |||||
* | Release: Distribute files to distribution repo | Timmy Willison | 2015-01-29 | 5 | -140/+264 |
| | | | | | | | | | | Fixes gh-1869 Fixes gh-1673 Fixes gh-2045 Conflicts: bower.json build/release.js | ||||
* | Release: Remove copying of jquery-latest files | Dave Methvin | 2015-01-06 | 1 | -28/+18 |
| | | | | Closes gh-1942 | ||||
* | 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-10 | 1 | -8/+5 |
| | |||||
* | Build: Remove empty define({}) from build output | David Corbacho | 2014-12-04 | 1 | -1/+3 |
| | | | | | | Fixes gh-1768 Closes gh-1569 (cherry picked from commit 2c1b556d98da597b0490f204e3561f656987f17c) | ||||
* | Build: Fix various typos | Oleg Gaidarenko | 2014-11-08 | 1 | -1/+1 |
| | | | | | Thanks @jamesgpearce, @imyousuf Ref dc4b914a05e1e6dbf13f916897b5d6a472ea0380 | ||||
* | Build: denote that sizzle cannot be removed on this branch | Timmy Willison | 2014-07-17 | 1 | -1/+5 |
| | | | | Fixes #14775 | ||||
* | Build: update grunt-jscs-checker and pass with the new rules | Timmy Willison | 2014-07-17 | 3 | -12/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build/tasks/build.js src/ajax/xhr.js src/attributes/classes.js src/attributes/prop.js src/attributes/val.js src/core/init.js src/core/ready.js src/css.js src/css/curCSS.js src/css/defaultDisplay.js src/data.js src/data/var/dataPriv.js src/data/var/dataUser.js src/dimensions.js src/effects.js src/event.js src/manipulation.js src/offset.js src/queue.js src/selector-native.js test/data/testrunner.js | ||||
* | Build: drop bower; use npm for front-end deps | Timmy Willison | 2014-07-17 | 1 | -4/+15 |
| | | | | | | | | Fixes #15186 Closes gh-1620 Conflicts: bower.json | ||||
* | Build: Move all external libraries to external directory | Scott González | 2014-06-25 | 2 | -2/+2 |
| | | | | | | | | Closes gh-1593 Conflicts: Gruntfile.js test/index.html | ||||
* | Release: ensure Sizzle is the latest tag | Timmy Willison | 2014-05-27 | 2 | -0/+48 |
| | | | | Fixes #14915 | ||||
* | Build: run jshint and jscs on release scripts | Timmy Willison | 2014-05-27 | 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. (cherry-picked from a0568b07d8dcd94c3b8a27c0cf5747235c6bf93c) | ||||
* | Build: use browserSets from config file; allow to override | Michał Gołębiowski | 2014-04-15 | 1 | -5/+10 |
| | | | | (cherry-picked from 7869891a97eae93699cc239274e73e53daedf781) | ||||
* | Build: Set npmTags and use exec properly | Jörn Zaefferer | 2014-04-14 | 1 | -0/+3 |
| | |||||
* | Build: Update release script for new jquery-release API | Scott González | 2014-03-21 | 1 | -7/+6 |
| | | | | | Closes gh-1544 (cherry picked from commit 5265cdac3d84b7bb4f8013ef10adaa5a9968fb1c) | ||||
* | Build: Change the timeout for the weekly job from 4h to 1h | Michał Gołębiowski | 2014-03-18 | 1 | -4/+4 |
| | | | | (cherry-picked from c1e9bb9e61a79a1d0c4300cc31eac7ff61107085) | ||||
* | 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. (cherry-picked from aa951a3184fc02551bfcb8381cdac28298432419) | ||||
* | Build: Fix testswarm task, use API correctly | Jörn Zaefferer | 2014-03-12 | 1 | -5/+4 |
| | | | | (cherry-picked from 22c515c6717efe46685b43215208aa4e5648fbc8) | ||||
* | Build: Allow to specify timeout in the testswarm task | Michał Gołębiowski | 2014-03-11 | 1 | -7/+3 |
| | | | | (cherry-picked from a81dbc4ed82bc38b1ac5f6a8242e044232ea1594) | ||||
* | Build: Make it possible to change browserSets in the testswarm task | Michał Gołębiowski | 2014-03-10 | 1 | -2/+6 |
| | | | | (cherry-picked from 14872941f9de78e7436e58ac1f03a4b2d5aa34e8) | ||||
* | 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 |
| |