Commit Graph

139 Commits

Author SHA1 Message Date
Roman Shtylman
ddad1851fc add yarn.lock 2017-12-10 09:27:57 -08:00
Jonas Finnemann Jensen
2539755155 Use generated id in the returned url (#59) 2017-12-10 08:35:44 -08:00
Arron Gibson
48475a404b readme: Fix minor typo (#58) 2017-02-08 20:56:19 -08:00
Roman Shtylman
30df06ff14 add memory usage to status api endpoint 2016-11-27 12:47:59 -08:00
Roman Shtylman
c67d1a4d37 bookrc: add error print to further diagnose ECONNRESETS 2016-11-27 12:37:10 -08:00
Roman Shtylman
2a6561e774 add error handlers to requests and sockets
Trying to flush out cause of sporadic socket failures and identify which
socket is not being handled.
2016-11-27 09:50:14 -08:00
Bryan Helmig
5ee2ded1fd test: fix redirect (#53) 2016-09-03 15:00:33 -07:00
Roman Shtylman
c81ed7ff4a travis: update to test with node 6.2 2016-07-24 21:37:18 -04:00
Roman Shtylman
eae9718ab3 redirect to github site for landing page
avoid proxying all the landing page requests
2016-07-24 21:34:34 -04:00
Roman Shtylman
dbf91cfa20 fix sending response when no client socket available 2016-07-10 22:24:20 -07:00
Roman Shtylman
d7fbf3c39e fix processing waiting callbacks inside next_socket 2016-07-10 20:22:35 -07:00
Roman Shtylman
f1fa607ad9 README: add deploy instructions 2016-07-09 17:22:14 -07:00
Roman Shtylman
965be6e1ff remove devops folder
moved to separate nginx repo
2016-07-09 17:07:51 -07:00
Roman Shtylman
a2a58f4c6f refactor with async/await
Trying to be more robust about error handling and failure.
2016-07-09 17:06:13 -07:00
Roman Shtylman
f12f1c81b3 Merge pull request #41 from scandinaro/master
fixed issue with response code and headers
2015-12-16 21:20:20 -08:00
Dom Scandinaro
4ee7a6738f fixed issue with response code and headers 2015-12-16 09:42:48 -06:00
Roman Shtylman
596ead14e6 Merge pull request #37 from sidthekidder/master
increased subdomain character limit to 63
2015-11-17 21:07:51 -08:00
Siddhartha Sahai
7923e80b08 increased subdomain character limit to 63 2015-11-17 21:08:36 +05:30
Roman Shtylman
a38f378c3b Merge pull request #35 from ReadmeCritic/master
Readme: Update redirects
2015-11-10 18:35:49 -08:00
frankenbot
1a32c88f5c Update redirects 2015-11-08 10:31:58 -08:00
Roman Shtylman
27b3fbccf7 readme: fix travis badge 2015-11-04 20:41:03 -08:00
Roman Shtylman
22bed6a681 travis: fix node version 2015-11-04 20:39:50 -08:00
Roman Shtylman
3cec10dceb travis: use new container infra and node 4.x 2015-11-04 20:38:40 -08:00
Roman Shtylman
ad914658f8 readme: update travis badge 2015-11-04 20:37:27 -08:00
Roman Shtylman
f8fa049966 remove bouncy
rework request proxy to use native http request and direct socket pipe.
Cuts out bouncy which is no longer maintained and simplifies the code
path.
2015-11-04 20:01:01 -08:00
Roman Shtylman
4f0f78d1ee package.json: move ws to dev deps 2015-11-04 08:36:35 -08:00
Roman Shtylman
fd6498d14d update localtunnel dev-dep 2015-11-04 08:36:14 -08:00
Roman Shtylman
17330a8751 Dockerfile: update to node 4.2.1 2015-10-27 22:27:12 -07:00
Roman Shtylman
17714f243a Merge pull request #34 from lukehorvat/typos
Fix minor typos
2015-10-21 19:18:36 -07:00
Luke Horvat
eddc50920b Fix minor typos 2015-10-08 15:37:30 +11:00
Roman Shtylman
00256f4e77 Merge pull request #33 from lukehorvat/license
Define license in package.json
2015-10-07 19:50:19 -07:00
Luke Horvat
6dcb2d3df0 Define license in package.json 2015-10-08 12:04:13 +11:00
Roman Shtylman
2345f27b8a devops: update run.sh 2015-08-02 11:59:31 -07:00
Roman Shtylman
97ca914178 fix tests 2015-08-02 11:59:27 -07:00
Roman Shtylman
98db0257bc Dockerfile: update to iojs 2.5.0 and alpine image 2015-08-02 11:46:49 -07:00
Roman Shtylman
01656ecf60 remove git rev loading from bookrc 2015-08-02 11:46:34 -07:00
Roman Shtylman
41b7e3f63d proxy to github pages site for landing page
- removes all the website specific cruft from the repo
- allows for rolling out website changes separately from server changes
2015-08-02 11:06:46 -07:00
Roman Shtylman
d767c8253f add LICENSE 2015-07-08 13:36:44 -07:00
Roman Shtylman
54ae217a6a README: fix example 2015-04-21 18:32:12 -07:00
Roman Shtylman
f7d0effa90 0.0.8 v0.0.8 2015-01-10 21:27:46 -08:00
Roman Shtylman
4985175968 remove cluster module use 2015-01-10 21:27:19 -08:00
Roman Shtylman
779ed39b4f 0.0.7 v0.0.7 2015-01-10 21:04:35 -08:00
Roman Shtylman
8d78956355 use cluster module to handle auto restart on death
having some problems with docker auto restarts so we will do it in the
code for now
2015-01-10 21:02:45 -08:00
Roman Shtylman
7f6640a9d6 0.0.6 v0.0.6 2015-01-10 21:00:46 -08:00
Roman Shtylman
386910032e fix websocket support 2015-01-10 20:58:11 -08:00
Roman Shtylman
cfdb42ee9c rename .env.development to .env 2015-01-10 20:58:11 -08:00
Roman Shtylman
8af4fe19b8 update on-finished 2015-01-10 20:58:11 -08:00
Roman Shtylman
8d91892ace listen after connecting error handler 2015-01-10 20:58:10 -08:00
Roman Shtylman
4b485fecda Merge pull request #20 from sidthekidder/master
disallow uppercase domains, with test
2015-01-03 11:39:48 -05:00
Siddhartha Sahai
fa4802d488 disallow uppercase domains, with test 2015-01-03 04:39:09 +05:30