972 Commits

Author SHA1 Message Date
Nick Martin
309ce71da0 Quick hack to run tests in package dir. 2012-01-27 20:02:25 -08:00
Nick Martin
5f08d3cbac Add gitignore. This comes up when we run in packages, not apps. In apps, the initial .gitignore comes from the skel app. 2012-01-27 20:02:25 -08:00
Nick Martin
79d7a7ed51 Allow run to run in either an app dir or a package dir. Bundler still fails on this because there is no .meteor/packages. Also will create a .meteor dir and launch mongo in your package, which is not what you want. 2012-01-27 20:02:24 -08:00
Nick Martin
c635ca97b2 Move bundle_path logic to run, where it needs to be for starting tests. 2012-01-27 20:02:24 -08:00
Nick Martin
2418712f45 Functions to distinguish between app directories and package directories. 2012-01-27 20:02:24 -08:00
David Greenspan
ef4a7b91af new, nice-looking test driver; pretty much full-featured except lacks stop_on_failure 2012-01-27 20:02:24 -08:00
Geoff Schmidt
ab7f8a379d enforce 'environments'. comments cleanup 2012-01-27 20:02:24 -08:00
Geoff Schmidt
c44f9c3680 refactor Package/PackageLibrary out to be reusable 2012-01-27 20:02:24 -08:00
Geoff Schmidt
e5eb42e55c Refactor package API/bundler 2012-01-27 20:02:24 -08:00
David Greenspan
900d2401d0 more informative generic fail in test driver 2012-01-27 20:02:24 -08:00
David Greenspan
e2f60158fa another test typo 2012-01-27 20:02:24 -08:00
David Greenspan
ad55fc8cb9 fix html.js for IE (support "style"); change template_test to use Meteor._fragmentToHtml 2012-01-27 20:02:24 -08:00
David Greenspan
2116a9c239 fixed my empty frag logic, changed liveui tests back to original 2012-01-27 20:02:24 -08:00
David Greenspan
c2c903f3ef fix a couple tests 2012-01-27 20:01:59 -08:00
Nick Martin
50d8f666ad Revert "REVERT LATER. Irc channel."
This reverts commit 2d1c5a31df.
2012-01-24 15:45:42 -08:00
Nick Martin
4de4bbfd45 Set Content-Type on main page. ServerDensity needs this for some reason. 2012-01-23 23:22:10 -08:00
Nick Martin
e7eb9e6929 Missing var. Thanks, js2-mode! 2012-01-23 22:34:05 -08:00
David Greenspan
80f746633e more IE-friendly planes background in skeleton 2012-01-20 18:26:26 -08:00
David Greenspan
140b809c90 safer tbody fix 2012-01-20 16:58:06 -08:00
Nick Martin
95ba0bac0b Safety belt a couple of debug statements. console can break old IE. 2012-01-20 16:32:01 -08:00
David Greenspan
ad801a61ac add a TBODY in IE 2012-01-20 16:00:05 -08:00
David Greenspan
db3f8b3ebc jquery-like fragment creation, placeholder comments; still broken in IE 2012-01-20 16:00:05 -08:00
Geoff Schmidt
c3a5e2cafc merge rename from master, with fixups. unit tests pass. take two (this should be an actual merge commit) 2012-01-20 15:25:31 -08:00
Geoff Schmidt
a4880a6c3a Better restart-on-changed-file mechanism.
- Knows about ALL code that goes into a bundle (eg package source, even server.js)
- handles little details slightly better, like removed files
- even restarts on 'skybreak add'!
2012-01-20 02:00:08 -08:00
Nick Martin
4e4358e2c0 Bump to version 0.1.1 v0.1.1 2012-01-19 23:34:31 -08:00
Nick Martin
ee0da539a5 Bump major vno for new release. 2012-01-19 23:34:16 -08:00
Nick Martin
931ed590cb Bump to version 0.0.44 v0.0.44 2012-01-19 22:23:01 -08:00
Nick Martin
7daf9751cc Bump to version 0.0.43 v0.0.43 2012-01-19 20:51:03 -08:00
Nick Martin
694e23275f Revert "REVERT LATER use playpen."
This reverts commit e3b59aa2a1.
2012-01-19 19:56:00 -08:00
Nick Martin
207464ba38 Revert "REVERT LATER push to separate remote."
This reverts commit 04a1f13509.
2012-01-19 19:28:43 -08:00
Geoff Schmidt
dddf76b3a5 complete dependency info in bundle 2012-01-19 17:00:28 -08:00
Geoff Schmidt
4bed3a6e62 add link to vowsjs 2012-01-19 15:26:04 -08:00
Geoff Schmidt
b5836456db add a header with test counts :) :)
a bit slow.. new collections API should help!
2012-01-19 01:20:33 -08:00
Geoff Schmidt
c8cf066dbc port minimongo tests to new system. rename directory to 'unit'.
5 minimongo tests are failing; mark as expected.
2012-01-19 00:49:30 -08:00
Geoff Schmidt
4a9277c7c9 fix bug that caused some minimongo test failures to not be reported!
.. "fortunately" (?), they are only checks for cases where minimongo was overly permissive/tolerant with its input (not throwing exceptions)
2012-01-19 00:44:14 -08:00
Geoff Schmidt
3dbf45641f liverange/liveui tests pass 2012-01-18 22:01:23 -08:00
Geoff Schmidt
32410dbb36 driver cleanups 2012-01-18 21:43:54 -08:00
Geoff Schmidt
3e1fbe0577 fix partial patching bug 2012-01-18 21:43:42 -08:00
Nick Martin
04a1f13509 REVERT LATER push to separate remote. 2012-01-18 21:39:50 -08:00
Geoff Schmidt
7a0c0d2217 test that partial patching uses liverange correctly (hint: it doesn't) 2012-01-18 21:27:26 -08:00
Geoff Schmidt
618d6f71bc fix bug that happened when a template contained another template as its first child 2012-01-18 20:10:50 -08:00
Nick Martin
3c860a7b8c Revert "REVERT LATER. Change github URL."
This reverts commit 8a623d94cb.
2012-01-18 17:55:26 -08:00
Nick Martin
0e39cbe5be Replace new occurances of Skybreak with Meteor. 2012-01-18 17:53:21 -08:00
Nick Martin
0d413ac1db Take new master version of these files. Didn't happen quite right in the merge. 2012-01-18 17:45:07 -08:00
Nick Martin
459dac9cac Merge branch 'master' into meteor
conflicts hand resolved. deftemplate and liveui reverted to master, will re-do later.

Conflicts:
	admin/generate-dev-bundle.sh
	admin/install-s3.sh
	admin/manifest.json
	app/meteor/deploy.js
	app/meteor/meteor.js
	examples/leaderboard/leaderboard.js
	examples/unfinished/azrael/client/azrael.js
	examples/unfinished/azrael/model.js
	packages/liveui/liveui.js
	packages/templating/deftemplate.js
	packages/templating/html_scanner.js
	tests/minimongo/test.html
2012-01-18 16:14:54 -08:00
Geoff Schmidt
a5d650e7ce new test framework WIP 2012-01-18 01:19:55 -08:00
Nick Martin
0b3419da79 Bump to version 0.0.42 2012-01-17 22:16:37 -08:00
Nick Martin
5312de215f Actually allow IE6 and 7 like we promised. 2012-01-17 21:10:37 -08:00
Geoff Schmidt
dc2e377695 comment cleanups, remove unused function 2012-01-17 18:49:35 -08:00
Nick Martin
cdb50e3cd8 Work around weird IE8/underscore issue. 2012-01-17 18:05:48 -08:00