Commit Graph

6479 Commits

Author SHA1 Message Date
Emily Stark
074f140ca7 Fix some error handling and add XXX to do it better 2014-03-25 10:09:28 -07:00
Emily Stark
4368309b3f Factor out ServiceConnection 2014-03-25 10:04:42 -07:00
Emily Stark
3f6ee74abd Update uniload comments.
unipackage.load -> uniload.load
2014-03-25 09:57:43 -07:00
ekatek
8ad25b5a6f Adding templating 2014-03-24 22:34:51 -07:00
ekatek
d3f768717a updated troposphere schema 2014-03-24 14:56:38 -07:00
ekatek
0197ff0bfc documented the methods 2014-03-24 14:44:07 -07:00
ekatek
4be28c1ca3 adding version to hook 2014-03-21 15:34:58 -07:00
ekatek
cdaa8aa230 merge 2014-03-21 15:30:53 -07:00
ekatek
6663528a34 Merge branch 'devel' into publish-packages
Conflicts:
	packages/underscore-tests/package.js
2014-03-21 15:26:06 -07:00
ekatek
518d5bf4a8 Merge branch 'publish-packages' of https://github.com/meteor/meteor into publish-packages 2014-03-21 15:19:47 -07:00
Emily Stark
d033495dae Merge branch 'remove-users-observe' into devel 2014-03-21 11:21:44 -07:00
Emily Stark
e999ac782e Remove connectionsClosedBeforeObserve.
Instead of inserting into `connectionsClosedBeforeObserve`, we can just
delete the null placeholder from `userObservesForConnections`, and then
check for a deleted placeholder before storing the observe once it's
been set up.
2014-03-21 09:14:41 -07:00
Emily Stark
efd044a004 Clean up observes created for connections that were closed before the
observe was set up.
2014-03-21 09:03:21 -07:00
Emily Stark
051faf8895 Poll for the observe to appear in a test. 2014-03-21 09:03:21 -07:00
Emily Stark
b3e342ec7e Remove redundant call to 'removeTokenFromConnection' 2014-03-21 09:03:20 -07:00
Emily Stark
b79294a690 glasser review comments 2014-03-21 09:03:20 -07:00
Emily Stark
2e66a7f1a0 Replace observe on all users with one observe per connection. 2014-03-21 09:03:20 -07:00
Nick Martin
5b4ecd9a71 Merge branch 'pr-1900' into devel 2014-03-20 17:12:20 -07:00
Justin SB
f2a2b2eb74 Revert createRandomGenerator function creation; no longer needed 2014-03-20 17:05:04 -07:00
Justin SB
a6e9ae392b Rename create -> createWithSeeds, require parameters 2014-03-20 17:05:04 -07:00
Justin Santa Barbara
64f0c73b6b Refactor Random.create() to be consistent with the global Random creation 2014-03-20 17:05:04 -07:00
ekatek
5445276631 increasing timout makes tests pass, but it is iffy 2014-03-20 16:05:12 -07:00
ekatek
60ffe51f22 meteor --get-ready and some misc cleanup 2014-03-20 12:31:55 -07:00
Emily Stark
da7400aca5 Miscellaneous trivial cleanup.
Comment typos, duplicate require()'s, missing require(), missing
semicolon.
2014-03-20 12:29:16 -07:00
Emily Stark
180751d7bf Update some comments.
Mostly changing Package -> Unipackage.
2014-03-20 11:21:18 -07:00
Emily Stark
fc3cbd6689 Remove extra 'login' help text.
Looks like a mistake in a merge. Fixes #1934.
2014-03-20 07:21:11 -07:00
David Glasser
63974c9be0 Propagate Accounts.LoginCancelledError message
Also revert an 0.7.2 change to that message's text

Fixes #1920.

In general we want to overhaul how error handling works to make this
stuff simpler. https://trello.com/c/kMkw800Z/53-official-ddp-specification
2014-03-19 17:26:49 -07:00
David Glasser
9961cef505 Fix C.find(selector, undefined)
Fixes test failure.
2014-03-19 17:09:33 -07:00
David Glasser
30c23ec8b6 Move OplogObserveDrive to MongoInternals
Nothing was using it on MongoTest. @cmather would appreciate access to
it. We don't guarantee anything about the MongoInternals interface, but
why not.

Fixes #1918.
2014-03-19 17:05:10 -07:00
David Gonzalez
3f3608170b Updated Stylus to use v0.42.3 2014-03-19 17:01:37 -07:00
Slava Kim
138b42057e checks for Collection.find's options 2014-03-19 11:57:35 -07:00
ekatek
6ac5296289 add and remove to use handle lack of versions, rewrite .meteor/packages properly 2014-03-18 18:22:13 -07:00
ekatek
4f84ac57ba add in ctl hack and factor out project package loader 2014-03-18 16:24:45 -07:00
Emily Stark
e42176101a Add an apostrophe to the History entry 2014-03-18 15:25:17 -07:00
Nick Martin
88310fcf9a Reword history. Make the comment more direct. 2014-03-18 15:18:41 -07:00
Nick Martin
a45ef07a44 Merge branch 'master' into devel
Conflicts:
	History.md
2014-03-18 14:15:13 -07:00
Nick Martin
d594bc11cf Merge branch 'release-0.7.2' 2014-03-18 14:14:15 -07:00
Nick Martin
e699743d6d bump version of examples. 2014-03-18 14:13:48 -07:00
Nick Martin
398d543cdd update docs to real release. 2014-03-18 14:12:38 -07:00
David Glasser
79551f0aa6 Document relationship between two validate hooks 2014-03-18 14:08:30 -07:00
Nick Martin
294a945e17 update banner text 2014-03-18 14:02:22 -07:00
David Glasser
406d8d6b81 a few comments about login hooks 2014-03-18 13:49:00 -07:00
Nick Martin
d3295f1f41 combine onLogin and onLoginFailure in docs. 2014-03-18 13:46:24 -07:00
ekatek
5d315f9f69 add and remove work 2014-03-18 11:18:17 -07:00
Emily Stark
1fade7fe62 Add History entry for removing tokens on password change 2014-03-18 09:51:26 -07:00
Emily Stark
56380fe30a Merge branch 'change-password-reset-tokens' into devel 2014-03-18 09:49:29 -07:00
Emily Stark
7ea715173c Use Meteor.absoluteUrl() in tests instead of digging out DDP url 2014-03-18 09:47:25 -07:00
Emily Stark
67d42747ed Whitespace 2014-03-18 09:47:07 -07:00
Nick Martin
79ad5437c7 Note that connection is also passed to login hooks. 2014-03-18 01:28:10 -07:00
Nick Martin
d97409a17d history tweak and version bump. 2014-03-18 01:22:43 -07:00