1
0
Fork 0
Commit Graph

107 Commits

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