Commit Graph

90 Commits

Author SHA1 Message Date
Ian Gulliver
8d1d79ef58 Remove reference to key and add pin overview 2014-05-25 23:55:42 -07:00
Ian Gulliver
2ec0402962 Change titles. 2014-05-23 15:12:32 -07:00
Ian Gulliver
d6933a85e2 Link to the playground application 2014-05-23 11:47:56 -07:00
Ian Gulliver
c15b57aa05 Incognito windows no longer needed. 2014-05-23 11:46:15 -07:00
Ian Gulliver
518f3a45af Add tutorial section on using keys 2014-05-22 13:14:58 -07:00
Ian Gulliver
fca0da9917 Minor formatting style 2014-05-22 12:27:51 -07:00
Ian Gulliver
e8ec10c26e Tutorial gets through subscribing to a subject 2014-05-22 12:17:46 -07:00
Ian Gulliver
f2f191f118 Flesh out testing section 2014-05-22 11:38:45 -07:00
Ian Gulliver
d5242b2c86 Add tutorial 2014-05-22 11:35:21 -07:00
Ian Gulliver
11010fdcd4 Start of tutorial 2014-05-22 11:34:33 -07:00
Ian Gulliver
f8105f5d9f Remove IE compat 2014-05-22 11:11:10 -07:00
Ian Gulliver
48085dd978 Switch to universal analytics 2014-05-22 11:10:12 -07:00
Ian Gulliver
d862580b22 Lots of new links for definitions. 2014-05-22 11:08:37 -07:00
Ian Gulliver
725c83d96f A little bit of header layout 2014-05-22 11:02:20 -07:00
Ian Gulliver
65bfdda48f Remove junk file 2014-05-22 11:00:28 -07:00
Ian Gulliver
f73308434f Remove reference to fctv 2014-05-22 10:59:11 -07:00
Ian Gulliver
f4b18f32ec Remove spam footer. 2014-05-22 10:58:33 -07:00
Ian Gulliver
2dbc17ec98 Try to sort out this mess. 2014-05-22 10:53:52 -07:00
Ian Gulliver
24825f53c6 Merge branch 'gh-pages' of https://github.com/flamingcowtv/cosmopolite into gh-pages 2014-05-22 10:51:25 -07:00
Ian Gulliver
acfcee848f Create gh-pages branch via GitHub 2014-05-22 10:44:03 -07:00
Ian Gulliver
903fe69762 Create gh-pages branch via GitHub 2014-05-22 10:41:40 -07:00
Ian Gulliver
0d821547e3 Package overview 2014-05-22 10:38:34 -07:00
Ian Gulliver
8fd851c409 Fix a subscribe bug when last_id=0 2014-05-20 10:26:10 -07:00
Ian Gulliver
1cb61cdf62 Split profile() into getProfile() and currentProfile() 2014-05-19 21:11:19 +03:00
Ian Gulliver
f27fc7977b Add real subject ACL support and tests. 2014-05-19 20:52:57 +03:00
Ian Gulliver
c361d41fcf Delay RPC sending and subject resubscription until we have an open channel on the client side, to try to work around prod appengine disappearing messages. Add a test for channel reconnection and re-subscription. 2014-05-19 15:21:21 +03:00
Ian Gulliver
640da84124 Make message ordering test more comprehensive and fix a message ordering bug. 2014-05-18 22:13:48 +03:00
Ian Gulliver
1ee22da229 Add a message ordering test. Fix a nasty ID generation bug. 2014-05-18 21:58:40 +03:00
Ian Gulliver
27e857197a Add support for re-subscribing to the same subject with different message fetching parameters. 2014-05-18 19:31:22 +03:00
Ian Gulliver
56f0f3aeba Add test for subscribe barrier behavior 2014-05-18 19:12:32 +03:00
Ian Gulliver
6d7745c6cd Support last_id in subscribe() API. Add a subscription state machine to avoid sending subscribe requests with bad parameters. 2014-05-18 19:06:27 +03:00
Ian Gulliver
c8c968a2aa Add test for getMessages/subscribe interaction. Move other tests into their own namespaces. 2014-05-18 18:49:34 +03:00
Ian Gulliver
109a31e1f4 Much more careful tracking of current createChannel state, so we don't issue duplicate RPCs or create duplicate channels. 2014-05-18 11:47:23 +03:00
Ian Gulliver
b06e94c1c8 Refactor onServerEvent for sanity. 2014-05-18 11:29:16 +03:00
Ian Gulliver
0380679ddb When rebuilding the channel, subscribe via last seen ID, so we don't miss messages from the time we were disconnected. 2014-05-18 11:20:44 +03:00
Ian Gulliver
63ac321537 Establish a definite ordering and sequential IDs for messages, at the expense of another datastore read/write pair. 2014-05-18 10:58:39 +03:00
Ian Gulliver
18d3babc2c Fix debug console. Remove silly subscription logic. 2014-05-18 10:49:38 +03:00
Ian Gulliver
6389787833 Small API changes to move toward subject ACLs. 2014-05-17 19:13:59 +03:00
Ian Gulliver
d3f716a081 Use a property instead of key_name to hold subject name. This makes Message.ToEvent() do an additional datastore read, but opens up the ability to add more subject indexes. 2014-05-17 18:50:12 +03:00
Ian Gulliver
60c44a25a2 Reliable message delivery across instances using the same namespace. 2014-05-17 18:43:46 +03:00
Ian Gulliver
1a66b86c13 Add test for duplicate message suppression. Fix totally broken subscribe by key code. 2014-05-17 18:04:57 +03:00
Ian Gulliver
966c6c8c50 Remove onReady callback and replace with a queue of RPCs ready to send when we have a client_id. 2014-05-17 17:48:08 +03:00
Ian Gulliver
994afde51f Make subscribe/unsubscribe/sendMessage return Promises that fire on RPC return. 2014-05-17 16:52:28 +03:00
Ian Gulliver
96b17ad6ff Switch to using XHR directly, and drop jquery dep. 2014-05-17 16:31:23 +03:00
Ian Gulliver
6615bb88e2 Make profile merge test messages friendlier. 2014-05-16 23:11:58 +03:00
Ian Gulliver
0247b78c6b Suppress duplicate messages from a client (e.g. when network failure causes retries for RPCs that actually went through). 2014-05-16 23:07:38 +03:00
Ian Gulliver
81d7db3678 Fix profile merge code on login, add test. 2014-05-16 22:35:20 +03:00
Ian Gulliver
64e16e7ec1 Add a way to fetch our current profile ID. 2014-05-16 19:03:33 +03:00
Ian Gulliver
5e63eb9ae6 Remove overly-verbose logging 2014-05-16 18:47:21 +03:00
Ian Gulliver
4033861fc6 More reliably close the socket on shutdown(). Make logging include namespace. 2014-05-16 18:44:48 +03:00