David Glasser
8062d65730
Update for new 'keypress' API.
2013-10-03 16:59:44 -07:00
Nick Martin
3177d9ad41
Use http_proxy environment variable so meteor update and deploy work behind an http proxy.
2013-09-27 15:06:43 -07:00
Emily Stark
7da0561995
Print error body if we get one from meteor mongo.
...
This got lost when we refactored to have the same interface as deploy-galaxy.
2013-07-17 15:23:56 -07:00
Slava Kim
82552022d8
Update dev_bundle's mongodb binaries
...
- Dev_bundle generation: Compile mongodb binaries (mongo, mongod) with ssl
support, statically linking compiled openssl libs.
- meteor mongo website: parse mongo url and pass ssl flag to mongo shell in case
of "?ssl=true" in mongo url from mother/galaxy.
- added script to generate all mongodb binaries with ssl support on linux
platform.
2013-07-10 12:42:29 -07:00
Emily Stark
790deed8b4
Clean up mongo command
2013-06-14 17:01:47 -07:00
Naomi Seyfer
e87412e7ee
Make one part of deploy not depend on the context to have Meteor.Error
2013-05-16 13:33:39 -07:00
Geoff Schmidt
02e1b3b1c7
Make 'meteor --help' startup >3x faster, with the help of a require() tree profiler. The speedup is entirely due to lazy-loading third party modules.
2013-05-13 11:56:51 -07:00
Geoff Schmidt
ed18c6ffb5
Comprehensive build-time error reporting system. In particular: if an error occurs, the build will try to continue to identify any other potential problems so that they can be flagged too. Syntax errors are captured and dealt with programmatically, rather than just being echoed to stderr by node. Stack traces are parsed to pull out file and line information, and a distinction is made between the 'user' and 'internal' portions of the stack. All of this is at build time only -- it has not been extended to (run-time) server or browser yet. Also, no source maps yet, though line numbers are computed correctly for units within the linker.
2013-05-13 11:52:43 -07:00
Geoff Schmidt
1266e5278e
Don't write bundle dependencies (files to monitor) to disk. Just plumb them through in memory from the bundler to the runner.
2013-05-13 11:51:52 -07:00
David Glasser
88dedc5503
add newlines to "meteor deploy" output
...
this way any NPM lines between "bundling..." and "uploading..." are less jarring
2013-03-29 22:49:53 -07:00
David Glasser
fd6234525e
simplify bundle options in deploy
2013-03-19 19:32:39 -07:00
David Glasser
8a79edb43b
"tools" -> "scripts", "engine" -> "tools"
2013-03-19 18:19:31 -07:00