Commit Graph

24 Commits

Author SHA1 Message Date
David Glasser
0aec831ea4 We should do a hot code push when static assets added by packages change, just
like app static assets.
2013-03-19 15:13:55 -07:00
David Glasser
ada631af08 save original release manifest text rather than (ugly) stringified 2013-03-19 15:13:55 -07:00
David Glasser
6229252bfb simplify parallel package download code and make files.getUrl synchronous 2013-03-19 15:13:55 -07:00
David Glasser
b4d6a4c43e avoid holding gunzipped buffers in RAM 2013-03-19 15:13:55 -07:00
David Glasser
e6837b652c factor out "untar atomically" code 2013-03-19 15:13:55 -07:00
David Glasser
6f692daa10 accurate but non-spammy restarted message 2013-03-19 15:13:55 -07:00
David Glasser
7b58495472 add a comment 2013-03-19 15:13:54 -07:00
David Glasser
c1f2379710 make "this" available at top level to package code.
This allows CoffeeScript files to export globals.

Suggested by @awwx
2013-03-19 15:13:54 -07:00
David Glasser
b88bc0b9e7 use correct URL for changelog 2013-03-19 15:13:53 -07:00
David Glasser
c768db3c30 write release file unconditionally (otherwise the initial update to 0.6.0 failed
to write it)
2013-03-19 15:13:53 -07:00
David Glasser
599c6edef8 Another round of removing __meteor_bootstrap__.require. 2013-03-19 15:13:53 -07:00
David Glasser
3c8f0b5949 Wrap client code in closure too.
Update parties and test helpers to not use file-level vars.
2013-03-19 15:11:14 -07:00
Avital Oliver
3c0d1d7ccf rm post-upgrade.js 2013-03-19 15:11:14 -07:00
Avital Oliver
46b43fe634 release changelog 2013-03-19 15:11:14 -07:00
David Glasser
c27beab095 Display Meteor release in the skel app 2013-03-19 15:11:14 -07:00
David Glasser
63a7b4faa1 Meteor.release (string, client and server; none if not from a release) 2013-03-19 15:11:14 -07:00
David Glasser
03b573d195 don't skip subdirs named 'packages' in apps, just top level (fixes docs) 2013-03-19 15:11:14 -07:00
David Glasser
cb43b5252e change startup message to be after npm (and print a "Restarting" message) 2013-03-19 15:11:14 -07:00
David Glasser
5849629e0e "app needs to update" message 2013-03-19 15:11:14 -07:00
David Glasser
ee10b47da7 use multiple arguments instead of comma-separation for test-packages
also, update its docs
2013-03-19 15:11:13 -07:00
David Glasser
6c49cba26b release json files end with .release.json now 2013-03-19 15:11:13 -07:00
David Glasser
94c1d3bebe previous commit changed how packages are built, this matches it 2013-03-19 15:11:13 -07:00
Avital Oliver
def09c9ac4 Fix tests 2013-03-19 15:11:13 -07:00
Avital Oliver
2787c6dad0 Directory reorg:
- Move lib/ to engine/
- Move server/ into engine/server/
- Remove dead code
2013-03-19 15:11:13 -07:00