22 Commits

Author SHA1 Message Date
jomo
4b920d57e8 reduce number of logs
some were just left in there from debugging and could be removed or set to logging.debug
some others could be compacted
a few errors were written to stdout instead of stderr
2015-02-20 01:22:37 +01:00
Jake
9296fac091 uuid -> userId closes #62 2015-01-31 16:48:36 -06:00
jomo
1d2f0458c4 more changes for #77 2015-01-31 19:19:18 +01:00
jomo
e0accc429b merge 2015-01-31 18:02:23 +01:00
jomo
ebe88cdc48 Revert #62 to avoid conflicts with #77
This reverts commit 6e03f0f55dd351b35bd58106f529a5e8e2bf6d39.
2015-01-31 17:57:21 +01:00
jomo
e6152d5898 prepend request IDs instead of UUIDs, fixes #77
also cleaned up a few other things I noticed when looking over the files
2015-01-31 17:10:49 +01:00
Jake
6e03f0f55d Replace id with uuid, closes #62 2015-01-29 20:39:18 -06:00
Jake
ffcd023c05 Code cleanup 2015-01-29 19:09:02 -06:00
Jake
5fc0f8b59a Add more tests 2015-01-27 16:06:55 -06:00
Jake
c428499959 Finish merging 2015-01-26 22:31:35 -06:00
Jake
3def0910bc Network rewrite/major cleanup, major caching changes, etc
Work on implementing capes
Update to no-express
Add more render tests
Add capes express route
Add documentation
Add undefined images to .gitignore
Fix no-express server again
Cleanup config a bit
General cleanup
Add CodeClimate badge
Test on Heroku
Speed optimizations
Fix tests
Code cleanup
2015-01-26 22:09:42 -06:00
jomo
e437b90b51 prepend uuid to all logs 2015-01-11 02:13:21 +01:00
Jake
a2f40045a9 update code docs 2014-12-20 15:44:38 -06:00
Jake
bc98c66f82 Remove extra module in skins 2014-12-17 14:52:03 -06:00
Jake
1c33119e05 Cache caching for skins and renders' 2014-12-17 14:52:01 -06:00
jomo
332330f68e replacing all single quotes with double quotes
Until now it was a big mess with some strings using single quotes and some others double quotes
We were using way more double quotes, so I chose to use them globally
2014-11-30 00:07:05 +01:00
jomo
040aeb1c0c Don't store helm image when user has no helm, fix #16 2014-11-24 23:24:19 +01:00
jomo
b7a61bbc36 well shit. 💩💩💩💩💩 2014-11-17 02:52:28 +01:00
jomo
e592048ec1 always show image, get steve/alex by UUID, send correct HTTP status codes 2014-11-05 01:40:03 +01:00
jomo
1606fac89b add support for helmets (?helm), closes #2. changed '/:uuid/123' to '/:uuid?size=123', closes #10. Bugfixes 2014-11-01 21:03:42 +01:00
jomo
d84d55f533 better error handling 2014-10-30 00:21:16 +01:00
jomo
cc159d3620 split code into more modules, fixes #8 2014-10-29 19:53:27 +01:00