Commit Graph

92 Commits

Author SHA1 Message Date
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
1332508840 Remove Sky.ui.focus
Nobody uses it, and it takes a selector, which is
a jquery dependency and is kind of weird
2011-12-08 22:01:48 -08:00
Geoff Schmidt
9a67524673 Sky.startup works on the client (DOM ready)
eliminates a jquery dependency
2011-12-08 21:39:45 -08:00
Geoff Schmidt
008768b21b factor Sky.startup into a separate package 2011-12-08 20:19:46 -08:00
Geoff Schmidt
77b31a2006 minor jquery cleanups 2011-12-08 20:17:16 -08:00
Geoff Schmidt
92b0be6e5f more consistent way to create Sky 2011-12-08 16:34:59 -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
matt debergalis
1c36361a0b no reason to pass full pathname for tar here 2011-12-08 14:27:52 -08:00
matt debergalis
78cf74b545 Merge branch 'master' of github.com:skybreak/skybreak 2011-12-08 14:14:31 -08:00
matt debergalis
4dd06152f5 skybreak mongo -- opens production mongo shell 2011-12-08 14:14:22 -08:00
Geoff Schmidt
4eff685f55 fix how reload dependencies are read out of bundle
- fixes problem where you see a message about no
reps info on your first run of a project

- reps will now be reread when the app is reloaded
and rebundled
2011-12-07 22:53:00 -08:00
Geoff Schmidt
ce565dcaea kill basics package 2011-12-07 22:28:43 -08:00
Geoff Schmidt
260d572afe fix bug introduced by IE8 iteration fix 2011-12-07 22:27:23 -08:00
Geoff Schmidt
0599d5198c move examples into main repo 2011-12-07 21:22:47 -08:00
Geoff Schmidt
8963588b64 eliminate geoffclasses 2011-12-07 21:09:25 -08:00
Geoff Schmidt
02ad969c8a print an error if two templates have the same name
(alas only at runtime for now)
2011-12-07 20:55:00 -08:00
Geoff Schmidt
60ee70a6c0 don't print success if you have no net on dev_bundle download 2011-12-07 20:48:48 -08:00
Geoff Schmidt
42ee79e25b copyediting on install strings 2011-12-07 20:44:01 -08:00
Nick Martin
0218ed3d5f Rework crash log messaging so it makes a little more sense to users. 2011-12-07 20:28:28 -08:00
Nick Martin
f421d1a816 Don't kill all of skybreak on bundle error. Wait for file modification and try again. 2011-12-07 20:28:28 -08:00
Geoff Schmidt
fb5b13af33 Copyediting on dev_bundle install strings 2011-12-07 19:20:25 -08:00
Geoff Schmidt
63092aabc4 ignore trash files while bundling 2011-12-07 19:01:54 -08:00
matt debergalis
5e289848a4 Merge branch 'genid' 2011-12-07 13:04:55 -08:00
matt debergalis
08ec11e2e7 good replacement for Math.random() and provide a UUID generator.
on the client, minimongo defines (and relies on) Collection.random()
and Collection.uuid() to generate _id values.

on the server, livedata defines (and relies on) Sky.random()
and Sky.uuid() for the same.

random/uuid code is duplicated, as it was before.
2011-12-07 13:03:11 -08:00
matt debergalis
71494cf7e4 stop using genId() 2011-12-07 12:24:53 -08:00
matt debergalis
81854bc6e2 remove unused 2011-12-07 12:19:48 -08:00
Nick Martin
999d40af9a Style unsupported page. Still not great, but good enough for now. 2011-12-07 01:52:32 -08:00
Nick Martin
282346ee11 Serve a separate HTML page to unsupported browsers. Still needs styling. 2011-12-06 22:46:40 -08:00
Nick Martin
3db7ddf199 Merge branch 'refs/heads/bundle-update' 2011-12-06 21:20:46 -08:00
matt debergalis
59ab61227a README is now accurate. and we don't default to keepalives. 2011-12-06 16:25:13 -08:00
Nick Martin
b81ae24ec5 Bump bundle version number. 2011-12-05 23:38:58 -08:00
Nick Martin
b3c83c994a Bump versions of old packages. 2011-12-05 23:38:37 -08:00
Nick Martin
7fc593034f Add new packages. 2011-12-05 23:38:06 -08:00
Nick Martin
65ee4902a7 Update to Node 0.6.5. This now comes with npm, so we no longer need to build that separately. 2011-12-05 23:37:35 -08:00
Nick Martin
91a4a46ea1 Patch function does not reference any local variables. Move it outside of render() so it doesn't get recompiled every time. 2011-12-05 20:43:59 -08:00
Nick Martin
8438e0783a Work around to prevent infinite loop in IE8. 2011-12-05 20:43:25 -08:00
Nick Martin
d75c966666 Put 64-bit check back in for Linux. 2011-12-05 20:22:52 -08:00
Geoff Schmidt
01f2de7a9e cleaner error messages on Tiger. thanks Collin! 2011-12-04 12:22:42 -08:00
Geoff Schmidt
2966e9a031 support snow leopard in 32-bit kernel mode
(per Collin)
2011-12-04 10:48:21 -08:00
matt debergalis
e81b908fc7 move deploy upload into node, instead of calling curl 2011-12-02 18:44:51 -08:00