Commit Graph

22356 Commits

Author SHA1 Message Date
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
Nick Martin
dede19395d Remove incorrect file add. Tests don't work when run only in livedata though! 2012-04-03 22:37:12 -07:00
Nick Martin
550fabf052 Stub stream based tests for livedata connection. 2012-04-03 22:37:12 -07:00
Nick Martin
4f89af1aaa Test snapshot/restore and pause/resume. 2012-04-03 22:37:12 -07:00
Nick Martin
39256dc52f Also diff on snapshot/restore. Makes no difference in practice as we are always paused when we call restore. 2012-04-03 22:37:12 -07:00
David Greenspan
4dc8944fb4 deepcopy observer callback arguments, only on client 2012-04-03 22:37:11 -07:00
David Greenspan
bf04fccb72 new query diffing algorithm with fuzz tests 2012-04-03 22:37:11 -07:00
Nick Martin
ee1d25f499 Implement pause/resume in Minimongo. Uses a pessimal diff algorithm. 2012-04-03 22:37:11 -07:00
Nick Martin
b0f7e18901 Merge branch 'templates' into devel 2012-04-03 22:36:29 -07:00
David Greenspan
3dc7c83da0 use === in liveui 2012-04-03 22:30:56 -07:00
David Greenspan
eab71e3bbb more templates docs changes per Geoff comments 2012-04-03 22:30:56 -07:00
David Greenspan
70a1fd6acb templates comment typo 2012-04-03 22:30:56 -07:00
David Greenspan
ee3d306adc templates changes with Geoff (a couple fixes, a couple reverts, comments) 2012-04-03 22:30:54 -07:00
David Greenspan
f6a5c903e0 some docs changes from Geoff 2012-04-03 22:30:17 -07:00
Nick Martin
8f693a3175 Fix issue with splash page not loading in docs. 2012-04-03 22:10:21 -07:00
David Greenspan
d73c18aae5 fix extra event handlers in patching 2012-04-03 22:10:21 -07:00
Nick Martin
82ac8e324e fix listChunk event bug (with tests) 2012-04-03 22:10:21 -07:00
David Greenspan
3d935b6dab New docs for templates.
Squashed:

Live HTML concept section, written before

finish template concepts

all new Meteor.ui API reference

minor wording

update examples in docs

fix remaining examples

fix broken links in docs

Meteor.ui.chunk example in docs
2012-04-03 22:10:21 -07:00
David Greenspan
89ce396ae5 Overhaul liveui & templating to support "smart patch" and rendering HTML (rebase-2) 2012-04-03 22:10:20 -07:00
Nick Martin
675a08f868 Use staticGzip to avoid forking a gzip for every static file served. 2012-04-03 20:44:20 -07:00
matt debergalis
8209ff545c use templates 2012-04-03 16:19:30 -07:00
Nick Martin
a43976c672 Merge branch 'test-fixups' into devel 2012-03-30 16:28:14 -07:00
Nick Martin
48947a46bf Rename file per review. 2012-03-30 16:26:04 -07:00
Nick Martin
5a1ecf6d16 Events test helper, plus misc test fixups. 2012-03-28 18:26:15 -07:00
Nick Martin
27a15af421 Semicolon fixes. 2012-03-28 18:26:15 -07:00
Nick Martin
fb9376759a Make test runner show total time elapsed. 2012-03-28 18:26:15 -07:00
David Greenspan
4f0c7d061d test.equal -> deep compare, not stringify compare 2012-03-28 18:26:15 -07:00
matt debergalis
002f8a61df Merge branch 'new-docs' into devel 2012-03-28 17:58:01 -07:00
matt debergalis
39224837ec make docs work on ios, suppress nav on phone. 2012-03-28 17:57:29 -07:00
Geoff Schmidt
01c6e08b93 Create .arcconfig 2012-03-21 19:41:06 -07:00
Nick Martin
0ff47c4d74 Remove old busted font from docs splash screen. 2012-03-20 17:29:25 -07:00
Nick Martin
f36dac2fa5 Move misplaced file. 2012-03-20 17:22:51 -07:00
Nick Martin
f1ec9c148f Bump version number for release. v0.2.0 2012-03-20 17:01:25 -07:00
Nick Martin
76fd14132a Fix release scripts for new output of meteor --version. 2012-03-20 17:00:11 -07:00
matt debergalis
2355a7a88b version now lives in docs.js 2012-03-20 16:57:39 -07:00
matt debergalis
7fa1fc572b Merge branch 'new-docs' 2012-03-20 16:55:44 -07:00
matt debergalis
a59f501b37 edits 2012-03-20 16:55:34 -07:00
Nick Martin
c511a6fb9d Add Google Analytics to docs site. 2012-03-20 16:55:30 -07:00
matt debergalis
7377ce2041 Major formatting and content update to docs. 2012-03-20 16:55:30 -07:00
Nick Martin
6795c65d9c Safety belt: don't run meteor update if we're in a git checkout. 2012-03-19 23:00:16 -07:00
Nick Martin
df3726d848 Update manifest URL to point to meteor servers instead of S3.
Use normal http instead of https. We should put https on meteor at some point.

Also, run update check even when running from git checkout.
2012-03-19 23:00:16 -07:00
Nick Martin
1f36a7eda3 Join head and body parts with '\n' instead of '/n'. 2012-03-19 17:05:33 -07:00
Nick Martin
6c716ca6df Make test-helpers package internal. Lets not confuse users. 2012-03-19 14:26:07 -07:00
Nick Martin
ad69114d0b Up the test timeout. Slow browsers are slow. 2012-03-19 14:25:22 -07:00