Commit Graph

17007 Commits

Author SHA1 Message Date
Ben Newman
2f997ea074 Run Travis CI tests with g++ 4.8, and using Node v4. 2016-06-24 12:15:23 -04:00
Ben Newman
ec5d15f131 Fix exit code for source maps test. 2016-06-24 12:15:22 -04:00
Ben Newman
be2cc3c636 Revert "ddp-client - Enable SNI when establishing a DDP connection."
This reverts commit 3221b53196bd20551dc22d0ea010a94ec7c87c17.

@nathan-muir says this is no longer necessary with faye-websocket@0.11.0
2016-06-24 12:15:22 -04:00
Ben Newman
4860f30c41 Upgrade faye-websocket dependency of ddp-client to latest version. 2016-06-24 12:15:22 -04:00
Nathan Muir
aeac26160e ddp-client - Enable SNI when establishing a DDP connection. 2016-06-24 12:15:09 -04:00
Nathan Muir
558394d757 ddp-server - Fix usage of incorrect usage of Promise.resolve(). 2016-06-24 12:15:09 -04:00
Nathan Muir
767449b52c Isopack - Fix pre-linked source-maps (Bad instantiation of Buffer). 2016-06-24 12:15:08 -04:00
Nathan Muir
9d61365115 DebugEntry - Make debugging work with node-inspector v0.12.5.
The matching of the `debug listening on port` message was broken when
 v0.12.5 of node-inspector changed the capitalisation of "debug" to
 "Debug". The matching is now case-insensitive.
2016-06-24 12:15:08 -04:00
Ben Newman
bf2d2dcc9b Use native path.isAbsolute in Node v4.
Part of #6921.
2016-06-24 12:15:08 -04:00
Ben Newman
08f074d2fe Cope with asynchronous ChildProcess.prototype.send in Node v4.
https://github.com/nodejs/node/pull/2620

Part of #6921.
2016-06-24 12:15:08 -04:00
Ben Newman
6fac3d2ec7 Comment about http 'finish' and (unused) 'prefinish' events. 2016-06-24 12:15:07 -04:00
Ben Newman
8e8303d76f Update oauth-encryption to use npm-node-aes-gcm@0.1.7_4. 2016-06-24 12:15:07 -04:00
Ben Newman
f9c43a67f4 Use a wrapper package for node-aes-gcm.
This package specifies a "main" module in its package.json that has a
.node file extension, which is currently not something Meteor supports.
This needs to be fixed on Meteor's side, but in the meantime I wanted this
package to continue working with Meteor 1.3.
2016-06-24 12:15:07 -04:00
Ben Newman
4d596c1e73 Upgrade node-inspector to the latest version. 2016-06-24 12:15:06 -04:00
Ben Newman
deb33a7b89 Upgrade fstream dev bundle dependency to version 1.0.8. 2016-06-24 12:15:06 -04:00
Ben Newman
d023789e10 Merge pull request #7285 from meteor/release-1.3.4.1
Release 1.3.4.1
2016-06-24 16:12:18 +00:00
Martijn Walraven
238623ca74 Avoid building Cordova project when no run targets are specified
Fixes #7271.
2016-06-24 15:19:09 +02:00
Zoltan Olah
67100f7207 Update Roadmap.md 2016-06-24 13:57:47 +10:00
Ben Newman
256edd499b Bump package versions for the official 1.3.4.1 release. release/METEOR@1.3.4.1 2016-06-23 18:33:11 -04:00
Ben Newman
ab92f1eaea Bump package versions for 1.3.4.1-rc.0 release. release/METEOR@1.3.4.1-rc.0 2016-06-23 12:32:50 -04:00
Ben Newman
9f42da9cd4 Update History.md with changes in 1.3.4.1. 2016-06-23 12:02:23 -04:00
Ben Newman
12e563664b Disable the HTTP timeout for the Galaxy upload POST. 2016-06-23 11:49:57 -04:00
Ben Newman
df77c39908 Bump default HTTP timeout to 60 seconds, and allow disabling. 2016-06-23 11:49:23 -04:00
Ben Newman
7cd32daab4 Add an explanation of Meteor 1.3.2.4 to History.md.
Answers #7284.
2016-06-23 11:27:41 -04:00
Ben Newman
19d1c5beeb Merge pull request #7281 from pradel/fix-twitter-login
Check options exist in twitter package.
2016-06-23 13:56:44 +00:00
Ben Newman
4d145b6ad4 Merge pull request #7276 from 4commerce-technologies-AG/devel-fix-check-releaseRecordForConstraints
Fix error on accessing empty releaseRecordForConstraints var.
2016-06-23 13:55:47 +00:00
Ben Newman
e026205ec5 Merge pull request #7279 from 4commerce-technologies-AG/devel-fix-generate-dev-bundle
Finalize replacement NPM@3 at generate-dev-bundle.sh script.
2016-06-23 13:53:09 +00:00
Pradel Léo
e8783e95ac Check options exist on twitter package 2016-06-23 11:29:26 +02:00
Tom Freudenberg
be9ba6b565 Finalize replacement NPM@3 at generate-dev-bundle.sh script 2016-06-23 05:59:48 +02:00
Tom Freudenberg
4cd91f67fa Fix error on accessing empty releaseRecordForConstraints var
When running meteor from checkout this var is defined to be null.
	Accessing var instance attribute will raise an exception
2016-06-23 02:01:32 +02:00
Ben Newman
4d21240f3b Update banners.json to encourage updating to Meteor 1.3.4. 2016-06-22 19:19:37 -04:00
Ben Newman
d71ebb6c28 Merge pull request #7263 from meteor/release-1.3.4
Release 1.3.4
2016-06-22 23:04:24 +00:00
Ben Newman
887cf9670b Bump package versions for the official 1.3.4 release. release/METEOR@1.3.4 2016-06-22 16:56:05 -04:00
Ben Newman
9435db8c9e Update History.md to reflect changes in Meteor 1.3.4. 2016-06-22 15:57:21 -04:00
Ben Newman
36354b1cc0 Bump package versions for 1.3.4-rc.2 release. release/METEOR@1.3.4-rc.2 2016-06-22 15:26:37 -04:00
Ben Newman
6c55961d98 Revert "Tolerate UNKNOWN errors in files.statOrNull on Windows."
This reverts commit 7ea260dac2.

The original reporter of #7243 says the problem has gone away (see
https://github.com/meteor/meteor/issues/7243#issuecomment-227643684), and
I would rather not hide UNKNOWN errors if we can help it.
2016-06-22 15:26:37 -04:00
Ben Newman
8507d44717 Flatten the files.withCache hierarchy.
It turns out throwing away cached results collected during nested
file.withCache calls was not a good idea.
2016-06-22 15:12:30 -04:00
Ben Newman
b14fb05128 In node_modules directories, cache packageSource._findSources.
This caching vastly reduces the amount of work _findSources must do when
the server restarts, at the small cost of ignoring new files added within
node_modules subdirectories. Even if you have to restart the server when
you add a file to node_modules (super rare), that's still MUCH better than
waiting for _findSources to rescan the node_modules directory every time
the server restarts.

Part of #7253 and #7008.
2016-06-22 14:45:11 -04:00
Ben Newman
a2e380d154 Cache files.{stat,lstat,realpath,readdir} hierarchically.
Passing a function to files.withCache invokes the function and causes the
results of these four files.* methods to be cached for the duration of the
function invocation.

Part of #7253 and #7008.
2016-06-22 14:41:54 -04:00
Ben Newman
9a5907b911 Merge branch 'devel' into release-1.3.4 2016-06-22 13:22:44 -04:00
Zoltan Olah
8f86d08827 Merge pull request #7143 from mitar/timeouts
Set timeout for HTTP requests
2016-06-22 08:59:38 +10:00
Zoltan Olah
5d5cfca5b0 Merge pull request #7256 from workflow/1-3-3-1-facebook-auth-type-checking-error-in-facebook-package-1-2-7-B-#7255
Adds truthiness check b4 accessing property in facebook package. Fixes #7255
2016-06-22 08:41:34 +10:00
Ben Newman
9d17aa44c6 Bump package versions for 1.3.4-rc.1 release. release/METEOR@1.3.4-rc.1 2016-06-21 13:45:12 -04:00
Ben Newman
7ea260dac2 Tolerate UNKNOWN errors in files.statOrNull on Windows.
Fixes #7243.
2016-06-21 13:40:15 -04:00
Ben Newman
d60a0b90ee Make it possible to uninstall Meteor on Windows.
If this works, the uninstall command should be:

  misexec /x {1B1B4C6E-371D-4027-80AB-27922ABD7EE4}
2016-06-21 11:05:32 -04:00
Tomas Brambora
95ba1ed841 Reload: detect href ending with #.
Fixes #7239.
2016-06-21 11:05:32 -04:00
Ben Newman
fc8fe51c15 Merge pull request #7261 from realyze/devel
Reload: detect href ending with `#`.
2016-06-21 14:28:22 +00:00
Zoltan Olah
1a06eefc14 Removes install.sh - added by mistake 2016-06-21 15:59:08 +10:00
Zoltan Olah
f10873aab3 Moves install.sh into /scripts 2016-06-21 15:26:34 +10:00
Zoltan Olah
dbd28d2354 Adds web install script 2016-06-21 15:21:20 +10:00