Commit Graph

16951 Commits

Author SHA1 Message Date
Ben Newman
d270b2ab97 Bump package versions for 1.3.4-rc.0 release. release/METEOR@1.3.4-rc.0 2016-06-20 18:00:15 -04:00
Ben Newman
b7fd3b0737 Upgrade http request npm dependency to 2.72.0. 2016-06-20 18:00:14 -04:00
Ben Newman
998f5d4ed2 Bump $BUNDLE_VERSION to 0.6.15 before rebuilding dev bundle. 2016-06-20 16:29:31 -04:00
Ben Newman
e025d3054a Upgrade meteor-babel and reify to latest versions.
The bulk of this diff is due to flattening npm-shrinkwrap.json files
because we're now using npm@3 instead of npm@2.
2016-06-20 16:26:17 -04:00
Ben Newman
a569cf9807 Bump $BUNDLE_VERSION to 0.6.14 before rebuilding dev bundle. 2016-06-20 15:59:08 -04:00
Ben Newman
e9ed66e385 Install npm dependencies without creating package.json files.
With npm@3, we can get away with using only npm-shrinkwrap.json files.
2016-06-20 15:43:51 -04:00
Ben Newman
5f85d61f41 Upgrade npm to 3.9.6. 2016-06-20 14:54:39 -04:00
Ben Newman
9897092a7c Merge pull request #7237 from meteor/release-1.3.3.1
Release 1.3.3.1
2016-06-17 22:49:08 +00:00
Ben Newman
fd0c6ddc56 Update History.md with changes in Meteor 1.3.3.1. 2016-06-17 18:47:09 -04:00
Ben Newman
9c0f4e6d6a Bump package versions for the official 1.3.3.1 release. release/METEOR@1.3.3.1 2016-06-17 15:29:20 -04:00
Ben Newman
f9879fb18c Use npm-node-aes-gcm@0.1.5_1 in oauth-encryption. 2016-06-17 14:43:05 -04:00
Ben Newman
ac18ec3d2b Try bumping the npm-node-aes-gcm version again to publish on Windows.
Part of: #7217
2016-06-17 14:43:05 -04:00
Ben Newman
bae9133e91 Merge pull request #7220 from Hongbo-Miao/patch-1
Fix DDPRateLimiter README.md: change `method` property to `name`.
2016-06-17 18:07:54 +00:00
Ben Newman
fbfa1b560c Merge pull request #7245 from jdivy/provide-headless-option-in-regular-tests
Allow `--headless` option for `test` and `test-packages`.

The `--headless` option was initially implemented only for `self-test`,
but it makes sense for other kinds of tests, too.
2016-06-17 18:05:59 +00:00
Jack Ivy
4b584c10ce Allow --headless option for test and test-packages 2016-06-17 13:15:00 -04:00
Ben Newman
632b650f0f Bump package versions for 1.3.3.1-rc.2 release. release/METEOR@1.3.3.1-rc.2 2016-06-17 13:12:11 -04:00
Ben Newman
c593a930a3 Bump $BUNDLE_VERSION to 0.6.13 before rebuilding dev bundle. 2016-06-17 12:54:54 -04:00
Ben Newman
a8746741a7 Upgrade dev bundle meteor-babel to 0.11.4. 2016-06-17 12:54:34 -04:00
Ben Newman
a1dbca5908 Eliminate implicit CoffeeScript dependency on modules.
Follow-up to #6691.
Fixes #7226.
2016-06-17 12:40:01 -04:00
Ben Newman
2ea478de7d Bump package versions for 1.3.3.1-rc.1 release. release/METEOR@1.3.3.1-rc.1 2016-06-16 20:33:07 -04:00
Ben Newman
225d2d7b65 Roll node-aes-gcm back to a version compatible with Node 0.10. 2016-06-16 20:30:35 -04:00
Ben Newman
1f59ba64dc Bump $BUNDLE_VERSION to 0.6.12 before rebuilding dev bundle. 2016-06-16 18:51:25 -04:00
Ben Newman
5c6f45efd1 Try bumping the npm-node-aes-gcm version again to publish on Windows.
Part of: #7217
2016-06-16 18:51:25 -04:00
Ben Newman
487e965daa Upgrade reify to 0.3.3 to avoid accidentally enforcing strict mode. 2016-06-16 18:29:59 -04:00
Ben Newman
c12edb9276 Bump package versions for 1.3.3.1-rc.0 release. release/METEOR@1.3.3.1-rc.0 2016-06-16 17:18:31 -04:00
Ben Newman
021463c892 Bump $BUNDLE_VERSION to 0.6.11 before rebuilding dev bundle. 2016-06-16 16:59:58 -04:00
Ben Newman
a5b34af583 Fix babel-runtime/regenerator import in tools runtime setup.
Fixes #7181.
2016-06-16 16:59:58 -04:00
Ben Newman
a10e1db152 Upgrade npm deps: meteor-babel, reify, babel-runtime, pathwatcher.
Fixes #7221.
2016-06-16 16:59:57 -04:00
Ben Newman
d93456011d Use npm-node-aes-gcm@0.1.7_4 in oauth-encryption. 2016-06-16 16:59:57 -04:00
Ben Newman
c525e61d1c Upgrade npm dependency of npm-node-aes-gcm package to v0.1.7. 2016-06-16 16:59:57 -04:00
Ben Newman
3f3a6dc6b5 Fix misuse of Map object in Resolver.prototype.resolve.
Using this._resolveCache as an object rather than using the Map methods
(.has, .get, .set) almost works, miraculously, except of course when
resolving a module identifier whose name is "has", "get", or "set",
because then the cache appears to contain a matching entry, but the cached
value is a function object, not a proper byParentDir object.

Fixes #7215.
2016-06-16 16:59:56 -04:00
Ben Newman
88111e21ee Merge pull request #7235 from meteor-velocity/remove-velocity
Removes Velocity testing code
2016-06-16 20:51:21 +00:00
Jonas Aschenbrenner
d2309542a2 Removes Velocity testing code 2016-06-16 19:13:25 +02:00
Hongbo Miao
4056ff255c Change method to name 2016-06-14 22:46:42 -04:00
Tom Coleman
9440636c1e onLogout didn't make it into 1.3.3 but ended up in the changelog 2016-06-15 12:38:22 +10:00
Tom Coleman
2823f9380b Merge branch 'sort-clause' into devel 2016-06-15 09:03:09 +10:00
Alon Amster
6923a87d1c Define different sort spec for local collections
LocalCollection (MiniMongo) accepts a sort function, while native
MongoDB does not.

Added a couple of tests to cover the various cases.
2016-06-15 09:00:35 +10:00
Zoltan Olah
cc5377656b Update History.md 2016-06-15 08:55:05 +10:00
Zoltan Olah
e6da0087d6 Merge pull request #7043 from MichaelJCole/fix-issue-7042
Allow smtps:// in MAIL_URL to enable secureConnection
2016-06-15 08:51:54 +10:00
Alon Amster
5e5282f778 Allow a function to be passed in the 'sort' clause
MiniMongo's LocalCollection allows a function to be used for sorting
query results when using `find()`, but it is rejected by the
`Mongo.find()` argument check.
2016-06-15 08:39:47 +10:00
Tom Coleman
001c1d7a4f Merge pull request #7216 from klaussner/devel
Add documentation for Random functions
2016-06-15 08:32:23 +10:00
Christian Klaussner
af6dcad337 Add documentation for Random functions 2016-06-14 19:40:37 +02:00
Ben Newman
5f266f2fa3 Merge pull request #7203 from ocdtrekkie/update-google-api-instructions-2
Update Google client ID instructions again.
2016-06-14 08:51:49 -04:00
Ben Newman
db9e5001fe Explain .babelrc files in the babel-compiler README.md. 2016-06-13 17:19:25 -04:00
Ben Newman
cc8f0b2a54 Update the update banner for Meteor 1.3.3. 2016-06-13 15:46:15 -04:00
Jacob Weisz
50bf9dad3d Update Google client ID instructions again
Google changed them. Again. I also decided "Click" is a better verb than
"Press", so I changed that as well.
2016-06-11 01:39:03 -05:00
Ben Newman
dce2b20ddb Merge pull request #7033 from meteor/release-1.3.3
Release 1.3.3
2016-06-10 18:18:28 -04:00
Ben Newman
b907fea4c4 Update modules test app to use the official Meteor 1.3.3 release. 2016-06-10 17:21:30 -04:00
Ben Newman
025299f286 Bump package versions for the official 1.3.3 release. release/METEOR@1.3.3 2016-06-10 16:29:23 -04:00
Ben Newman
32555d5ed9 Bump compiler.BUILT_BY in tools/isobuild/compiler.js. 2016-06-10 16:17:23 -04:00