Nick Martin
f00a8a21fb
Allow native websockets connections to sockjs.
...
This interface will probably change, but enabling this allows people to get started on non-browser DDP clients now.
2012-04-23 19:49:53 -07:00
David Greenspan
361f22f124
fix http timeout test for IE caching
2012-04-23 13:12:04 -07:00
David Greenspan
9d5d6f2a52
LiveUI tests for current event selector limitations, plus reactive listener cleanup
2012-04-23 13:11:50 -07:00
matt debergalis
753d139325
Fix dotted path selector compiler, fixes #71 .
...
Add dotted path test suite.
2012-04-22 13:06:18 -07:00
David Greenspan
e5e1669bd1
new badge
2012-04-20 16:16:23 -07:00
David Greenspan
a1e05e4c25
new badge
2012-04-20 15:36:09 -07:00
Avital Oliver
5ad54a8f04
Namespace collection names
2012-04-20 15:33:36 -07:00
Avital Oliver
10fd13ce46
Updated method name to new camelcase convention
2012-04-20 14:25:05 -07:00
Avital Oliver
bac8c52e00
Fix z-index of badge; update reference to madewith.meteor.com
2012-04-20 13:10:22 -07:00
matt debergalis
0a7a51d468
madewith WIP
2012-04-20 02:21:11 -07:00
Nick Martin
387f45cb7e
Tone down fuzz tests. This makes tests run _much_ faster.
2012-04-19 23:25:11 -07:00
Nick Martin
53ffdefa3e
Write directly to _collection if we're on the server and are the default server.
...
This makes the collection access limited work better.
2012-04-19 23:24:51 -07:00
matt debergalis
4889a6d18e
Make collection.remove() a no-op on client
...
This matches the server behavior. It's dangerously easy to accidently
pass a falsey selector to remove. To really remove all documents in a
collection, explicitly pass the {} selector.
2012-04-19 16:15:54 -07:00
Nick Martin
c70c96c628
Change methods on httpcall to be raw data fields. Only parse data as JSON if content-type is set correctly.
2012-04-19 15:39:00 -07:00
Nick Martin
a6da0da862
Add helper functions for common cases.
2012-04-19 15:39:00 -07:00
David Greenspan
2edb152d8a
make tests work in IE 6-10, MobileSafari
2012-04-19 12:18:05 -07:00
Josh McArthur
e2eadee1d4
Use correct variable name when logging a less error
2012-04-19 01:57:09 -07:00
David Greenspan
0f2673ff9c
initial commit of HTTP package
2012-04-18 19:43:27 -07:00
David Greenspan
d7fe7c95cb
have test driver report FAIL if exception anywhere
2012-04-18 18:23:18 -07:00
David Greenspan
b3bdb87895
async_multi: catch exceptions in expect, prevent multi-fail
2012-04-17 20:13:22 -07:00
David Greenspan
a7725473e1
fix async test report order on exception
2012-04-17 20:13:22 -07:00
David Greenspan
4bd98aa38a
tinytest/run method now threads the write fence more than before
2012-04-17 20:13:22 -07:00
David Greenspan
b7d9397f45
added var
2012-04-17 20:13:22 -07:00
Nick Martin
ce1f551a86
Fix typo in tinytest.
2012-04-17 20:13:22 -07:00
David Greenspan
d734492e59
gitignore .meteor directories in packages
2012-04-17 20:02:00 -07:00
Bobby Warner
29019d5843
updated jquery from 1.7.1 to 1.7.2
2012-04-17 01:07:48 -05:00
David Greenspan
1969148071
remove accidentally-committed line
2012-04-16 15:56:32 -07:00
David Greenspan
27227084cc
Patch value of text fields when updating, unless element is focused
2012-04-16 15:33:45 -07:00
David Greenspan
7f25cd8a2b
additional misc LiveUI tests
2012-04-16 15:29:55 -07:00
Nick Martin
3f3e014071
Allow setting SERVER_ID via environment variable.
2012-04-13 17:27:45 -07:00
David Greenspan
fe7a6f6839
take render_mode callbacks out of Context into own special
2012-04-11 16:02:19 -07:00
David Greenspan
4d1689bb4d
liveui: shorten CallbackReceiver code
2012-04-11 15:14:53 -07:00
David Greenspan
2866c154fe
liveui: kill bounds checking in CallbackReceiver
2012-04-11 15:02:09 -07:00
David Greenspan
d1b7c60360
tinytest: deal correctly with 0 server tests and async join
2012-04-11 15:01:52 -07:00
David Greenspan
4cca9a8082
even more helpful LiveUI message on mismatched tags
2012-04-08 10:13:57 -07:00
matt debergalis
1a503d1abf
fix DB writes in callbacks in server methods.
...
interval callbacks scheduled inside a server method are not part of the method invocation, and should clear out the CurrentInvocation and CurrentWriteFence environment variables.
2012-04-06 16:36:39 -07:00
Geoff Schmidt
149438466a
create new package meyerweb-reset
2012-04-06 00:51:26 -07:00
David Greenspan
852c3349bf
fix and add test for livedata method bug
2012-04-04 16:20:15 -07:00
Nick Martin
29471cb4b8
XXX Do not try to resume old sessions.
...
Session resumption needs some work.
2012-04-03 22:40:36 -07:00
David Greenspan
df8567dba3
dedup Mongo cursors
2012-04-03 22:40:36 -07:00
David Greenspan
ad4f4ffa5a
snapshot tweaks
2012-04-03 22:37:12 -07:00
Nick Martin
d56725dd6a
Move stub_stream to test helpers.
2012-04-03 22:37:12 -07:00
Nick Martin
04d8b284e0
Comment changes per review.
2012-04-03 22:37:12 -07:00
David Greenspan
dc2902dde0
snapshots changes with Geoff (comments)
2012-04-03 22:37:12 -07:00
Nick Martin
a3ea86a4c6
Comment on including test file from a different package directory.
2012-04-03 22:37:12 -07:00
David Greenspan
81c1de24e3
run tests "in parallel" on client if sync and in different groups
2012-04-03 22:37:12 -07:00
David Greenspan
5c43f21372
avoid anonymous collection warning
2012-04-03 22:37:12 -07:00
David Greenspan
c09190366e
break out fuzz test
2012-04-03 22:37:12 -07:00
David Greenspan
f2d55ccd70
make local mongo-livedata test local
2012-04-03 22:37:12 -07:00
David Greenspan
9ec8922817
isolate fuzz tests in own collections
2012-04-03 22:37:12 -07:00