101 Commits

Author SHA1 Message Date
1a4f3aaa4c Client flush func 2014-09-24 20:13:29 +04:00
185ebcd7a0 Describe flush endpoint in readme 2014-09-24 20:02:48 +04:00
12b3a12c51 Queue flushing 2014-09-24 19:37:33 +04:00
9d6d240bbc Move message struct definition to hub 2014-09-24 19:36:09 +04:00
959bc56bc3 Pass done channel to counter 2014-09-24 19:34:39 +04:00
d74792a591 Rename result into message 2014-09-24 16:52:31 +04:00
424dacae5b Update debug response example in readme 2014-09-24 16:32:59 +04:00
c0918ca789 Remove unnecessary -no- marks 2014-09-24 16:31:40 +04:00
46f565b12f Change readme table marks 2014-09-24 16:30:44 +04:00
922b3fc009 Don't lock around appending to subscribers list 2014-09-24 16:26:22 +04:00
f29268776b Hide result channel into subscription 2014-09-24 16:26:05 +04:00
a73ec0887c Cleanup client code 2014-09-24 15:39:11 +04:00
32121799b5 Shorten conditions 2014-09-24 15:35:55 +04:00
852661578c CLI command not found handler 2014-09-24 14:46:53 +04:00
8566773ca0 CLI debug action 2014-09-24 14:39:21 +04:00
726416ea46 Update client debug func 2014-09-24 14:39:12 +04:00
8365c05961 Restore debug handler 2014-09-24 14:13:08 +04:00
2a6f063ab0 Move server into subpackage 2014-09-24 13:49:27 +04:00
384ca3dd0f Debug CLI action 2014-09-17 17:27:30 +04:00
127a20895e Use proper language 2014-09-16 23:55:27 +04:00
9bf0f9f65d Add cli status handler 2014-09-16 16:21:37 +04:00
c684076ff1 Initialize http client in NewClient func 2014-09-16 16:06:51 +04:00
030af0a7b0 Fix build errors 2014-09-16 15:58:32 +04:00
5edd23278d Keep client config inside main file 2014-09-16 15:58:27 +04:00
994c114b5a Fix import path 2014-09-16 15:43:27 +04:00
a80bb986f2 Move client and CLI to the main repo 2014-09-16 15:41:48 +04:00
a06b9f36bf Subscribing should be asynchronous 2014-09-12 00:06:13 +04:00
e572542330 Finished channel is already closed 2014-09-12 00:05:44 +04:00
c7b4f74333 Restore server status handler 2014-09-11 23:13:53 +04:00
2a0d88c3bb Adding subscription should be safe
and not happen while cleaning up
2014-09-11 23:13:44 +04:00
1735f11058 Fix banner format 2014-09-11 23:13:11 +04:00
3d98c84548 Hub info function 2014-09-11 23:08:12 +04:00
d811f366a9 Cleanup server subscription code 2014-09-11 23:00:19 +04:00
d8c1d63c95 Storage info function 2014-09-11 23:00:08 +04:00
e0b3743a00 Improve code readability 2014-09-11 22:53:53 +04:00
3fc1601f5d Cleanup hub pool periodically 2014-09-11 15:11:48 +04:00
f14ed3a85e Remove logging 2014-09-11 14:30:15 +04:00
d417fa653f Bump 2014-09-11 14:27:55 +04:00
3adaa805eb Wrap queue+message pair into Result 2014-09-11 14:27:48 +04:00
557b1da99f Fix storage 2014-09-11 14:27:34 +04:00
6ed63b93ff Remove unused code 2014-09-11 14:27:21 +04:00
638a61e8ab Hub cleanup 2014-09-11 14:27:03 +04:00
76403807db Subscription is a black box 2014-09-10 17:34:39 +04:00
d913f52efa Fix me 2014-09-10 16:53:41 +04:00
69b94c077f Contextless hub 2014-09-10 16:52:18 +04:00
c1d828b222 Subscription 2014-09-10 16:52:03 +04:00
601a80fb8e Hub draft 2014-09-10 15:44:38 +04:00
b2dbf856fa Storage returns errors instead of bool 2014-09-10 15:38:46 +04:00
5d85154030 Storage subpackage 2014-09-09 17:40:41 +04:00
49acb0076f Adopt community codestyle 2014-09-09 12:20:40 +04:00