Ben Newman
bb5ec2cb3d
Bump package versions for 1.3-rc.6 release.
2016-03-22 11:55:13 -04:00
Ben Newman
fbc4c19aae
Update npm-shrinkwrap.json for ddp-server dependencies.
2016-03-21 21:51:14 -04:00
Zoltan Olah
a1550decf1
Upgrades permessage-deflate dep to 0.1.5 for ddp
...
This version includes a fix for ZenDesk ticket 1470, Galaxy crashes.
2016-03-21 17:56:11 -07:00
Martijn Walraven
9084749fcb
Update cordova-plugin-meteor-webapp dependency to 1.3.0
...
Closes #6536
2016-03-21 21:03:37 +01:00
Martijn Walraven
5cb72ff4de
Fix expected failure message in ddp-client package test
2016-03-21 10:36:52 +01:00
Ben Newman
a0151c1706
Bump package versions for 1.3-rc.4 release.
2016-03-20 13:44:10 -04:00
Ben Newman
be871bf2ed
Upgrade modules-runtime install package to v0.6.1.
...
Fixes #6543 .
2016-03-20 13:44:10 -04:00
Ben Newman
3d4864bc98
Make sure __meteor_runtime_config__.meteorEnv always defined.
...
Thanks to @tmeasday for suggesting this solution:
https://github.com/meteor/meteor/issues/6539#issuecomment-198871755
Fixes #6539 .
2016-03-20 11:29:14 -04:00
Martijn Walraven
486d6db947
Fix upgrading packages if there is a previousSolution
...
The constraint solver optimization in
d6e9921bbb disabled upgrading packages,
so don’t use the short cut when attempting to upgrade.
2016-03-20 12:30:31 +01:00
Tom Coleman
a5492c3727
Add Meteor.isPackageTest to mirror isAppTest and isTest.
...
For #6535
2016-03-20 19:28:16 +11:00
Ben Newman
41ca4534a0
Bump package versions for 1.3-rc.3 release.
2016-03-18 15:01:14 -04:00
Ben Newman
46a2ba5abf
Upgrade meteor-babel to 0.8.3.
2016-03-18 15:00:52 -04:00
Martijn Walraven
8f4e12f417
Update core Cordova plugin dependencies
2016-03-16 22:32:50 +01:00
Martijn Walraven
da745d0b73
Update cordova-plugin-meteor-webapp dependency to 1.2.0
2016-03-16 19:21:13 +01:00
Martijn Walraven
f53e0bd3a3
Add cordovaCompatibilityVersions to manifest.json
...
To ensure we don’t hot code push JavaScript that is incompatible with
the bundled native code, we calculate a hash based on the platform and
plugin versions.
2016-03-16 17:21:53 +01:00
Martijn Walraven
ea6951122e
Prevent autoupdate from Cordova apps built with Meteor < 1.3
...
Not setting the Access-Control-Allow-Origin header avoids Cordova apps
built with Meteor < 1.3 from downloading manifest.json and thus blocks
autoupdate.
2016-03-16 13:59:31 +01:00
Ben Newman
a9c32ed699
Bump package versions for 1.3-rc.2 release.
2016-03-15 23:12:08 -04:00
Martijn Walraven
0cebcf1197
Update Crosswalk plugin to 1.6.0
2016-03-15 09:55:02 +01:00
Ben Newman
5fb055e9e0
Bump package versions for 1.3-rc.1 release.
2016-03-15 01:30:05 -04:00
Ben Newman
541db059cc
Bump package versions for 1.3-rc.0 release.
2016-03-14 23:21:44 -04:00
Ben Newman
e215f164e2
Update meteor-promise version to 0.6.3.
2016-03-14 23:21:23 -04:00
Ben Newman
3208952239
Update all npm-shrinkwrap.json files.
2016-03-14 21:05:55 -04:00
Tom Coleman
889ea6a8e1
Merge pull request #6472 from aldeed/fix-test-driver-error-logic
...
Fix logic for showing --driver-package error
2016-03-15 09:38:41 +11:00
Eric Dobbertin
ff1c75bacf
Don't throw test driver error here
2016-03-14 17:09:20 -05:00
Ben Newman
322e86c86b
Update npm-shrinkwrap.json files for core packages.
2016-03-13 23:39:39 -04:00
Ben Newman
fe82fdb127
Fix meteor-promise tests with api.use("modules").
2016-03-13 23:39:39 -04:00
Eric Dobbertin
2a4700dd02
Fix logic for showing --driver-package error
2016-03-12 22:47:05 -06:00
Tom Coleman
3a98d04b71
Make test-packages actually run again #6470
2016-03-12 14:06:37 +11:00
David Glasser
6b7565cea1
Merge pull request #6468 from meteor/glasser/no-mother
...
docs: Remove references to free hosting service
2016-03-11 18:06:38 -08:00
Ben Newman
d87dddfc9b
Consolidate meteor-env-{dev,prod} into meteorEnv.js in meteor package.
...
We no longer rely on the debugOnly/prodOnly behavior of these modules to
determine the value of meteorEnv.NODE_ENV, so there's really no need to
have such a complicated system of packages anymore.
2016-03-11 20:50:33 -05:00
Ben Newman
b7b854511f
Upgrade install package to remove APIs unused by modules-runtime.
...
The npm install package has coevolved with the Meteor 1.3 module system,
and now it's time to prune off vestigial features that were never actually
useful to Meteor.
2016-03-11 19:24:27 -05:00
Ben Newman
4921bc3f0b
Modularize the es5-shim package.
2016-03-11 19:24:27 -05:00
Ben Newman
3d54564fa9
Let packages that need es5-shim register a weak dependency on it.
...
Registering a weak dependency on es5-shim in the meteor package made it
difficult to implement es5-shim using modules.
2016-03-11 19:24:27 -05:00
Ben Newman
e613e9ccb3
Modularize the promise package.
2016-03-11 19:24:27 -05:00
David Glasser
cea4d07e22
docs: Remove references to free hosting service
2016-03-11 15:32:15 -08:00
Ben Newman
a5b7bde167
Mention meteor npm and meteor node in the modules README.md.
2016-03-11 12:18:44 -05:00
Ben Newman
f5eccd7c40
Update npm-shrinkwrap.json files.
2016-03-10 19:24:19 -05:00
Tom Coleman
1d4e17246a
For #6436 -- allow test drivers to .start() on the server
2016-03-11 10:39:10 +11:00
Tom Coleman
aae95c8b6a
Make test-in-console confirm to new driver spec.
...
See #6439
2016-03-11 10:22:49 +11:00
Ben Newman
09ac637964
Fix testDriverPackageName reference in test_environment.js.
2016-03-10 15:42:57 -05:00
Tom Coleman
64e2758bb1
Merge pull request #6442 from meteor/fix-meteor-istest-for-packages-6331
...
Fix meteor istest for packages 6331
2016-03-10 09:45:17 +11:00
Tom Coleman
b6c2ecf5fc
A couple of small typos
2016-03-10 09:37:11 +11:00
Ben Newman
4f5cb1d7a0
Bump package versions for 1.3-beta.16 release.
...
What happened to beta.13, beta.14, and beta.15? All unfortunately suffered
from problems that made it either impossible or unwise to upgrade to those
versions.
2016-03-09 12:13:18 -05:00
Tom Coleman
fc32905903
Pass test metadata through to the client via meteorEnv
...
For #6331
2016-03-09 15:48:11 +11:00
Tom Coleman
27faeefb31
Pass test metadata in via an environment variable.
...
[Only works on the server right now, fairly uselessly]
For #6331
2016-03-09 15:30:45 +11:00
Ben Newman
2cc42128a6
Bump package versions for 1.3-beta.13 release
2016-03-08 22:48:49 -05:00
Ben Newman
40857bdaff
Propagate meteorEnv subset of process.env from server to client.
...
Fixes #6399 .
2016-03-08 19:37:57 -05:00
Ben Newman
515ff24469
Upgrade meteor-babel dependency to v0.8.2.
...
This will fix https://github.com/meteor/meteor/issues/6380 , thanks to
https://github.com/babel/babel/pull/3391 .
2016-03-08 13:01:17 -05:00
Ben Newman
c9660d9f83
Implement module.useNode() for importing node_modules on the server.
...
Upgrading the install package to 0.5.6 was vital to enable support for
Module.prototype.useNode: 9eb8351e11
2016-03-07 19:41:15 -05:00
Martijn Walraven
2a36418c75
Merge branch 'devel' into release-1.3
2016-03-07 09:32:23 +01:00