Commit Graph

3152 Commits

Author SHA1 Message Date
David Glasser
9dcedace31 Merge branch 'pr/866' into devel 2013-03-22 15:09:46 -07:00
Emily Stark
a6f01b6c92 Fix #770.
Add optional else case to {{#with}}.
2013-03-22 15:09:35 -07:00
Emily Stark
357d35d19a Add tests for issue #770 2013-03-22 15:09:35 -07:00
David Glasser
bef03af0b2 Make --version/checkout logic more reasonable. 2013-03-22 15:06:37 -07:00
David Greenspan
74e10e96af Don't rerun computations that throw in first run
This change prevents Spark from rerunning isolates that errored during initial rendering, and it seems like the right thing in general.
2013-03-22 14:19:43 -07:00
David Glasser
ea311b1c56 Stop building bootstrap tarballs at release time.
Going to build them at bless time instead.
2013-03-22 13:28:49 -07:00
Chris Mather
065ca60eec Add Chris to list of names in docs introduction. 2013-03-22 10:54:16 -07:00
David Glasser
c489d44517 Update package NPM modules at most once per bundler run. 2013-03-21 16:10:14 -07:00
David Glasser
c6f0e74136 Some updates to shrinkwrap files that I didn't commit before because I had a
corrupted repo from some unfinished code.
2013-03-21 15:59:24 -07:00
David Glasser
eb72c0ee40 Add a friendly comment to the top of launch-meteor. 2013-03-21 15:47:14 -07:00
David Glasser
e070bf2771 "meteor run" exits on concurrent "meteor update" that would affect it 2013-03-21 15:33:44 -07:00
David Glasser
3cac15d23e Skip slow npm-update step for warehouse packages, which should be write-once. 2013-03-21 15:16:48 -07:00
David Glasser
664b98ba5e Make directories in the warehouse contain read-only files. 2013-03-21 15:16:48 -07:00
David Glasser
425278ad35 use alpha1 in run-tools-tests 2013-03-21 15:16:47 -07:00
David Glasser
37e518c115 don't shrinkwrap-install things that we're about to (un/re)-install 2013-03-21 15:16:47 -07:00
David Greenspan
9d9160ffdb Deps History.md 2013-03-21 14:19:30 -07:00
David Greenspan
243e088e9e Merge branch 'deps-radical' into devel 2013-03-21 14:12:49 -07:00
David Greenspan
440ca35d39 more whitespace issues 2013-03-21 14:12:11 -07:00
David Greenspan
1a6686ac9d Deps.depend past-compat 2013-03-21 14:09:40 -07:00
David Greenspan
0fe094f530 docs wording 2013-03-21 14:09:40 -07:00
David Greenspan
c61b7969fc fix whitespace 2013-03-21 14:09:40 -07:00
David Greenspan
df5d2800ae dep.depend() instead of Deps.depend(dep)
simpler than having Deps.depend and addDependent, reads fine
2013-03-21 14:09:40 -07:00
David Greenspan
cfacac8b7a small comment clarifications 2013-03-21 13:59:28 -07:00
Nick Martin
03d5103438 Disable the native parser by default.
This was the behavior pre-0.5.8, and prevents some errors from becoming segfaults.
2013-03-21 13:49:16 -07:00
Naomi Seyfer
3aa9e1a36a Clean up test-in-console output 2013-03-21 11:36:27 -07:00
David Glasser
db2037978c make build-tools-tree more set-e/u 2013-03-21 11:33:42 -07:00
David Glasser
aad4b377be don't watch warehouse "tools" files for reload 2013-03-21 01:29:46 -07:00
David Glasser
d714d1f792 support github tarballs as dependencies 2013-03-21 01:14:06 -07:00
David Glasser
4d5fa270ee Make _renameAlmostAtomically slightly more atomic.
This removes an existence check before a rename, and just tries the rename and
sees if it succeeds.
2013-03-20 23:39:15 -07:00
Chris Mather
5e1794b8a1 Fixes #822. Deps.flush hides Error.message.
Prints e.message if e.stack undefined.
2013-03-20 19:58:31 -07:00
David Glasser
ac378fcefc Revert addition of Meteor.release to skel. 2013-03-20 18:03:07 -07:00
David Glasser
9fbe8e1599 change noMinify bundler option to minify 2013-03-20 17:56:04 -07:00
Chris Mather
a1e73444f1 Merge branch 'devel' of github.com:meteor/meteor into devel 2013-03-20 17:34:37 -07:00
Naomi Seyfer
06b3e22c96 Merge branch 'test-in-phantom' into devel 2013-03-20 17:29:56 -07:00
Chris Mather
4ff1764380 Fixes #850. Publish this.changed unset a field that doesn't exist.
This used to throw an error "Could not find field to clear". Now it
doesn't.
2013-03-20 17:29:06 -07:00
Naomi Seyfer
c520377742 actually change the references 2013-03-20 17:27:23 -07:00
Naomi Seyfer
c33a4420f0 rename test-in-phantom test-in-console 2013-03-20 17:25:46 -07:00
Naomi Seyfer
93b81a8ebd Fixing run script to know about its directory 2013-03-20 17:24:50 -07:00
David Glasser
eeab9aa6f6 Support test-packages --production. 2013-03-20 13:27:47 -07:00
Naomi Seyfer
bee0aaf173 Running tests from the command line works again 2013-03-20 13:23:00 -07:00
Naomi Seyfer
79132b4449 Remove console.log on report again 2013-03-20 13:23:00 -07:00
Naomi Seyfer
e19b121c3d Synchronously get the dev bundle if it is not there 2013-03-20 13:23:00 -07:00
Naomi Seyfer
a738b6b775 dollar sign 2013-03-20 13:23:00 -07:00
Naomi Seyfer
dd3face094 Meteor is now guaranteed to be the right one on your path 2013-03-20 13:22:59 -07:00
Naomi Seyfer
3268dd261e revert the deferring of runNext() I think it was causing problems 2013-03-20 13:22:59 -07:00
Naomi Seyfer
2333be9d4c Added 3s delay to see if that helps complete automated test runs on linux 64 2013-03-20 13:22:59 -07:00
Naomi Seyfer
faf906c3f7 Defer between tests; fix normal in-browser test runs 2013-03-20 13:22:59 -07:00
Naomi Seyfer
e552dc5f04 Multiple results per REST request 2013-03-20 13:22:59 -07:00
Naomi Seyfer
dca5741e66 Test if platform is empty not null to give it the local platform 2013-03-20 13:22:59 -07:00
Naomi Seyfer
9b8415d113 Reporting more information 2013-03-20 13:22:59 -07:00