81 Commits

Author SHA1 Message Date
Nick Martin
7daf9751cc Bump to version 0.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
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
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
Nick Martin
410eab6f94 Remove spurious command line non-alias. 2012-01-17 17:36:26 -08:00
Geoff Schmidt
8570a22671 deploy in debug mode 2012-01-16 19:36:56 -08:00
Nick Martin
231aa7b81d Add backwards compatibility package. Sky = Meteor. 2012-01-10 13:13:26 -08:00
Nick Martin
5a7cf6482a Bump to version 0.0.42 2012-01-06 17:51:28 -08:00
Nick Martin
b7b4ed0920 Revert "REVERT LATER. Do not change S3 bucket name at this point."
This reverts commit eafe8a0ef0.
2012-01-06 15:00:58 -08:00
Nick Martin
e3b59aa2a1 REVERT LATER use playpen. 2012-01-05 22:10:53 -08:00
Nick Martin
9d3d31df6e Rename .skybreak directories. 2012-01-04 21:27:14 -08:00
Nick Martin
8943d6ed6e Rename skybreak files and directories. 2012-01-04 21:24:52 -08:00
Nick Martin
274d64820a perl -pi -e 's/sky_rpc/meteor_rpc/g' app/skybreak/deploy.js 2012-01-04 21:21:27 -08:00
Nick Martin
ad8adcbc90 Include missed .skybreak directories. 2012-01-04 21:19:52 -08:00
Nick Martin
3faff2de78 perl -pi -e 's/Sky/Meteor/g' **/* 2012-01-04 20:52:46 -08:00
Nick Martin
8b04fec56f Fixup S3 URL. 2012-01-04 20:17:13 -08:00
Nick Martin
05794f5643 perl -pi -e 's/skybreak/meteor/g' **/* 2012-01-04 18:32:23 -08:00
Nick Martin
23cd5b6912 perl -pi -e 's/Skybreak/Meteor/g' **/* 2012-01-04 18:30:25 -08:00
Nick Martin
eafe8a0ef0 REVERT LATER. Do not change S3 bucket name at this point. 2012-01-04 18:25:17 -08:00
Nick Martin
cc6c5ab9d3 s/skybreakplatform/meteor 2012-01-04 12:40:58 -08:00
Geoff Schmidt
cdf96b22c2 remove spurious '<!-- undefined -->' in head
this features was originally supposed to put a comment before each head or body part, indicating what file it came from, but was never fully wired up. revisit when we have a motivating use case.
2011-12-22 18:25:04 -08:00
Geoff Schmidt
f7a737af6a use HTML5 doctype 2011-12-22 18:25:04 -08:00
Nick Martin
9ee5fe4702 Bump to version 0.0.41 2011-12-21 13:11:54 -08:00
Nick Martin
0edcc2e77a Correct lying help message. 2011-12-20 16:04:38 -08:00
Nick Martin
1d056815e8 Fix mongo shell on local database. 2011-12-20 15:37:24 -08:00
Nick Martin
b06c391df4 optimist requires .boolean for both the alias and the original. This may be fixed in git master node-optimist. 2011-12-20 15:28:06 -08:00
Nick Martin
f925a52fde Make 'skybreak help deploy' work correctly. 2011-12-20 15:15:17 -08:00
Nick Martin
7dbe566121 Run a post-upgrade script from the newly downloaded skybreak. This will let us run arbitrary code after the upgrade (eg to rename the project) 2011-12-19 17:54:18 -08:00
matt debergalis
7e7d3013c7 move restart_server out of closure 2011-12-15 16:18:52 -08:00
matt debergalis
60c7ac32eb clean up deploy 2011-12-15 14:13:04 -08:00
matt debergalis
61dad1ad50 handle EADDRINUSE 2011-12-14 23:41:13 -08:00
matt debergalis
a01fb670e5 Merge branch 'deploy-delete' 2011-12-14 18:48:47 -08:00
matt debergalis
f46d94c6cd skybreak deploy --delete
refactors all the deploy-related material into deploy.js
2011-12-14 18:47:31 -08:00
Nick Martin
918d15afdc Factor socket.io into stream package on the server as well. Much cleaner now. 2011-12-13 13:40:13 -08:00
Nick Martin
584f62e254 Bump to version 0.0.40 2011-12-09 16:47:52 -08:00
Nick Martin
db91d57ef4 Remove comment left over from debugging. 2011-12-08 23:20:45 -08:00
Nick Martin
8b985ec67b Factor duplicated validation code to one place. 2011-12-08 23:14:56 -08:00
Nick Martin
5293001ff5 Actually hash the users password like we said. 2011-12-08 23:14:56 -08:00
Nick Martin
feb11debf6 Close stdin in all the places we could have opened it. OH GOD IT BURNS MY EYES!!!! Asana ticket filed. 2011-12-08 23:14:56 -08:00
Nick Martin
23993ef88e Report deploy failure. 2011-12-08 23:14:56 -08:00
Nick Martin
3da54e9d07 Let you set a password with skybreak deploy. 2011-12-08 23:14:56 -08:00
Nick Martin
bfe5d34aa4 maybe_password-ify deploy and mongo. 2011-12-08 23:14:56 -08:00
Nick Martin
49ac3514ee Also use hostname constant for new mongo command. 2011-12-08 23:14:56 -08:00
Nick Martin
6314dd7509 Use prompt function for logs. 2011-12-08 23:14:56 -08:00
Nick Martin
4c0adda350 Add function to prompt for password if it is needed. 2011-12-08 23:14:56 -08:00
Nick Martin
16e9adb25c Move constant to shared file. 2011-12-08 23:14:56 -08:00
Geoff Schmidt
008768b21b factor Sky.startup into a separate package 2011-12-08 20:19:46 -08:00
Geoff Schmidt
24692a60f5 rationalize underscore usage slightly 2011-12-08 16:28:47 -08:00
matt debergalis
65f4bdbb3a merge local and remote "skybreak mongo" commands. 2011-12-08 16:12:13 -08:00