Sashko Stubailo
36da5aecb4
Make all version numbers not have rc
2014-10-13 14:09:37 -07:00
Nick Martin
5b17ef1a30
Version bump for rc.6
2014-10-10 20:37:54 -07:00
Nick Martin
80eebe86ba
Merge remote-tracking branch 'origin/behind-proxy' into 0.9.4
2014-10-10 20:29:28 -07:00
Slava Kim
8e919e41b5
Whitespace
2014-10-10 19:48:13 -07:00
David Glasser
fb7921ade2
Support $HTTPS_PROXY in Node DDP client.
...
This should mean that you can access the package server from behind a
corporate firewall.
I tested this by setting up a Linux machine that doesn't have access to
packages.meteor.com:
$ sudo iptables -A OUTPUT -d 54.225.216.115 -j DROP
$ sudo iptables -A OUTPUT -d 184.72.252.20 -j DROP
$ sudo iptables -A OUTPUT -d 23.23.114.56 -j DROP
I confirmed that these commands both fail:
$ curl https://packages.meteor.com/
$ ./meteor search asdf # when it needs to sync first
I bought a proxy server from Proxy Bonanza and confirmed that setting
the environment variable HTTPS_PROXY to
https://PROXYUSERNAME:PROXYPASSWORD@PROXYIP:PROXYPORT/
made both of the commands above succeed.
Fixes #2515 .
2014-10-10 14:49:05 -07:00
David Glasser
ac0014d852
factor out creation of socket
2014-10-10 14:46:51 -07:00
Nick Martin
cafb427aa7
Bump versions for 0.9.4-rc.2
2014-10-09 16:42:30 -07:00
David Glasser
a98c6d030a
server DDP: Use low-level websocket-driver module
...
We want to support running DDP through a corporate proxy, but the
higher-level faye-websocket can't support that and won't be changed to
allow that: https://github.com/faye/faye-websocket-node/pull/30
Fair enough. Let's just switch to the lower-level module, since we don't
care about getting a browser-compatible websocket API.
This is a first step towards fixing #2515 .
2014-10-08 18:07:11 -07:00
Sashko Stubailo
ea51b6a26a
Update DDP.md
2014-10-08 15:55:07 -07:00
Sashko Stubailo
698fbedb10
Bump all of the version numbers to rc.0
2014-10-07 17:10:48 -07:00
Sashko Stubailo
c98e6d8afb
Merge branch '0.9.4-pre.2' into devel
...
Conflicts:
History.md
packages/meteor-tool/package.js
packages/minimongo/package.js
packages/package-version-parser/package.js
scripts/admin/banners.json
scripts/admin/meteor-release-experimental.json
2014-10-02 16:04:13 -07:00
Sashko Stubailo
1e53f6b598
Bump all version numbers again after cherry-picking unipackage fix
2014-10-01 17:06:57 -07:00
Sashko Stubailo
0129c3f5ac
Bump all of the version numbers again, to republish with the unipackage.json fix
2014-10-01 15:43:05 -07:00
Sashko Stubailo
c448c19936
Change DDP error to have String instead of Number
2014-09-30 18:32:32 -07:00
Sashko Stubailo
ce1a405101
Bump every single package version number due to a change in compilation
2014-09-30 11:51:17 -07:00
Sashko Stubailo
eecc272e4a
Bump every single package version number due to a change in compilation
2014-09-29 23:44:50 -07:00
ekatek
bab557d49b
incrementing package versions for a clean release
2014-09-25 18:34:34 -07:00
ekatek
220cc69e31
package versions incremented
2014-09-19 21:16:14 -07:00
Emily Stark
ccfee68145
Merge branch 'master' into devel
...
Conflicts:
docs/client/api.html
docs/client/data.js
docs/client/names.json
meteor
packages/autoupdate/package.js
packages/base64/.gitignore
packages/constraint-solver/package.js
packages/device-orientation/.gitignore
packages/less/package.js
packages/meteor-tool/package.js
packages/meteor/package.js
packages/package-version-parser/package.js
packages/webapp/webapp_server.js
scripts/admin/meteor-release-experimental.json
tools/commands.js
tools/help.txt
tools/package-version-parser.js
tools/run-all.js
tools/tests/apps/build-errors/packages/with-colon-plugin/.gitignore
2014-09-15 14:48:57 -07:00
Justin SB
7b09674fb4
Use replacement DDP url in tests, if one is set
2014-09-12 13:14:38 -07:00
Sashko Stubailo
aeff585f79
Add some more doc comments
2014-09-05 09:31:41 -07:00
Avital Oliver
c23408bdd7
versions for 0.9.1
2014-09-04 15:41:39 -07:00
Avital Oliver
808c90e3db
Bump rc versions on packages
2014-09-01 00:16:00 -07:00
Sashko Stubailo
3bec66979a
Rename Meteor.Collection -> Mongo
...
Summary:
Meteor.Collection -> Mongo.Collection
Meteor.Collection.ObjectID -> Mongo.ObjectID
Meteor.Collection.Cursor -> Mongo.Cursor
Test Plan:
meteor test-packages
meteor self-test
Reviewers: avital, dgreenspan
Reviewed By: dgreenspan
CC: emily, dgreenspan
Differential Revision: https://phabricator.meteor.com/D796
2014-08-29 14:29:44 -07:00
Sashko Stubailo
82d1db5107
Rename Meteor.Collection to Mongo.Collection again
2014-08-29 12:28:32 -07:00
Sashko Stubailo
6b3d31ff5b
Revert "Rename Meteor.Collection -> Mongo.Collection"
...
This reverts commit 96952dda2b .
Conflicts:
packages/ddp/livedata_tests.js
packages/minimongo/minimongo.js
packages/mongo/collection.js
packages/mongo/mongo_driver.js
packages/mongo/mongo_livedata_tests.js
packages/mongo/oplog_tests.js
packages/reactive-dict/reactive-dict.js
packages/session/session_tests.js
tools/auth.js
2014-08-29 12:26:28 -07:00
Sashko Stubailo
87b13e1b5a
Rename Mongo.Collection.Cursor -> Mongo.Cursor, Mongo.Collection.ObjectID -> Mongo.ObjectID
2014-08-29 10:29:01 -07:00
Sashko Stubailo
96952dda2b
Rename Meteor.Collection -> Mongo.Collection
2014-08-29 10:11:21 -07:00
Avital Oliver
9bbdc82494
Bump DDP version from "pre2" to "1"
...
Still let old clients connect to a server running this new version
2014-08-28 19:43:28 -07:00
Sashko Stubailo
3189a364e9
Rename livedata to ddp, meteor test-packages passes
2014-08-28 12:53:34 -07:00