提交

提交图

  • a2c862dd21 Add service random Asim 2015-12-09 12:44:38 +00:00
  • 29ee9e2753 Add error checking Asim 2015-12-09 12:44:28 +00:00
  • 46905347bb unblack list when err is nil Asim 2015-12-09 02:42:02 +00:00
  • f59787a906 add blacklist selector Asim 2015-12-09 02:31:17 +00:00
  • 1126050b37 remove node selector test from client Asim 2015-12-09 00:21:24 +00:00
  • e83bc43dfa Fix failing test Asim 2015-12-09 00:18:06 +00:00
  • 9072a944e2 Add selector code Asim 2015-12-09 00:02:45 +00:00
  • c00931a0b1 Update wrapper comment Asim 2015-12-08 19:37:27 +00:00
  • 02985c35d5 Add call and publish options Asim 2015-12-08 19:25:42 +00:00
  • 3d279ffcfd Select is a better method Asim 2015-12-08 00:11:51 +00:00
  • 727bba15b8 fix the test Asim 2015-12-08 00:08:23 +00:00
  • 6ef3b81a18 move this cruft Asim 2015-12-08 00:08:17 +00:00
  • 140febb081 Switch up the selector so it actually allows you to inform it how the node performed Asim 2015-12-07 23:56:17 +00:00
  • 4e6b9347d9 Add the notion of a node selector for routing Asim 2015-12-07 21:09:10 +00:00
  • 050fa26afb Gotta rejig the proto generator to move this Asim 2015-12-07 16:12:59 +00:00
  • dd73c1f0ac support slices in extractor, longer term need to look at all types Asim 2015-12-07 16:12:46 +00:00
  • 2f02119e21 Update the code generator initialisation Asim 2015-12-06 22:44:17 +00:00
  • 15d5299997 Add a ping function Asim 2015-12-05 19:25:36 +00:00
  • 011a3dc9e3 Add watcher comments Asim 2015-12-05 02:05:06 +00:00
  • 0b08f15010 gofmt Asim 2015-12-05 01:13:13 +00:00
  • d4f3a6070c Update the watch interface Asim 2015-12-05 01:12:29 +00:00
  • cc6555927d This should say rpc Asim 2015-12-03 11:07:31 +00:00
  • 645f12ff3f fix table Asim 2015-12-03 01:28:20 +00:00
  • b4011b32af fix table Asim 2015-12-03 01:27:56 +00:00
  • 11bc02112b fix table Asim 2015-12-03 01:26:57 +00:00
  • 1d7e2d8bec update readme Asim 2015-12-03 01:25:25 +00:00
  • 919bfed0c1 add comments Asim 2015-12-03 01:05:16 +00:00
  • 9e3f3bbc0e update comments Asim 2015-12-03 01:02:14 +00:00
  • 20114ccd87 move the comment Asim 2015-12-03 00:59:32 +00:00
  • a69811fc72 Fix the sub extractor Asim 2015-12-03 00:49:58 +00:00
  • 003c2d848e Its a hello proto Asim 2015-12-02 23:19:59 +00:00
  • 3be0672b82 package comment Asim 2015-12-02 23:09:48 +00:00
  • bc34008b65 fix that Asim 2015-12-02 23:06:49 +00:00
  • 76861edb88 Add readme Asim 2015-12-02 23:05:52 +00:00
  • 00d95203ba Add code generation example Asim 2015-12-02 22:44:01 +00:00
  • ab650630ce Merge pull request #24 from micro/server_wrapper Asim 2015-12-02 21:20:01 +00:00
  • 9c17e64ef1 add comments for wrappers Asim 2015-12-02 21:16:44 +00:00
  • 5e364693ee Rename to hdlrWrappers for symmetry sake Asim 2015-12-02 21:12:09 +00:00
  • 96d7975052 make it clear that it flags streaming response Asim 2015-12-02 21:02:46 +00:00
  • a695e10d21 Send Request and Publication types Asim 2015-12-02 20:56:50 +00:00
  • 4b18b779aa Update to use actual values passed through the chain Asim 2015-12-02 20:11:00 +00:00
  • ef8303f11f add server publication wrapper example Asim 2015-12-02 20:00:06 +00:00
  • eef155490e Setup subscription wrappers Asim 2015-12-02 19:56:57 +00:00
  • cfa676af19 Only support single signature for subscriber and validate Asim 2015-12-02 17:42:14 +00:00
  • b1511ed813 Update wrapper and examples Asim 2015-12-02 11:54:36 +00:00
  • c5a08d3159 Some nitpicking Asim 2015-12-02 01:38:56 +00:00
  • 7a870dfbb1 Strip named registration Asim 2015-12-02 01:18:32 +00:00
  • dae745f30f Experimental server side wrappers for handlers Asim 2015-12-02 00:47:52 +00:00
  • 0c9f8411bb Pull rpcplus in local for the time being. We need to modify it for server side middleware Asim 2015-12-01 23:32:23 +00:00
  • 8825b5c0a8 rename debug handler Asim 2015-12-01 19:13:48 +00:00
  • bf01feb2e3 Fix comment for godoc Asim 2015-12-01 18:45:52 +00:00
  • d02986d1bd Add some comments Asim 2015-12-01 18:41:43 +00:00
  • 6ca2cbadfc rename client wrapper file Asim 2015-12-01 17:37:41 +00:00
  • 971c309ffa Rename the codec files to match directory and package Asim 2015-11-30 18:46:40 +00:00
  • 9952b42f2f update Asim 2015-11-29 20:46:31 +00:00
  • 0113304a13 fix typo Asim 2015-11-29 20:45:43 +00:00
  • 89719ba292 update readme Asim 2015-11-29 20:45:11 +00:00
  • 335bb66797 Reduce verbosity of the codec interface Asim 2015-11-28 20:09:07 +00:00
  • 6177bc2313 Don't loop the example forever Asim 2015-11-28 20:08:41 +00:00
  • 69ee0e4738 Merge pull request #22 from micro/codec Asim 2015-11-28 19:44:50 +00:00
  • dddcdc34ed rename to protorpc and jsonrpc Asim 2015-11-28 18:54:38 +00:00
  • 80f53ab176 Add json codec Asim 2015-11-28 18:40:32 +00:00
  • 609a59d3ab add local envelope Asim 2015-11-28 16:39:25 +00:00
  • c68984eccc log any stream close error Asim 2015-11-28 16:34:48 +00:00
  • 5488904404 Fix a data race issue with the buffer Asim 2015-11-28 16:34:27 +00:00
  • 654728027b Updated codec interface and code. Painful stuff Asim 2015-11-28 11:22:29 +00:00
  • f49922f6b3 experimental codec branch Asim 2015-11-27 00:17:36 +00:00
  • dc5f121c64 Fix the breaking build Asim 2015-11-26 20:43:33 +00:00
  • fb172df0ce Add wrapper implementation Asim 2015-11-26 20:36:42 +00:00
  • 4fa909a3c7 don't just overwrite the context metadata, append if already exists Asim 2015-11-26 20:35:50 +00:00
  • bcff71167c Remove unused roundtripper code Asim 2015-11-26 16:51:39 +00:00
  • 8ab77fc3d7 Comments for options Asim 2015-11-26 12:51:53 +00:00
  • 54b0be8d7e Update client comment Asim 2015-11-26 12:23:42 +00:00
  • ad6e8194ed Add client comments Asim 2015-11-26 12:21:00 +00:00
  • 24b8cd3d97 more comments Asim 2015-11-26 00:23:36 +00:00
  • bb360d5f2c add comment Asim 2015-11-26 00:18:39 +00:00
  • c4d8701d68 add comment Asim 2015-11-26 00:17:05 +00:00
  • 96955dbd53 add comments Asim 2015-11-26 00:13:17 +00:00
  • 40fea1ac24 nitpick ordering Asim 2015-11-25 20:22:49 +00:00
  • 12a1e1eeda Add pluggable codec support Asim 2015-11-25 19:50:05 +00:00
  • 04e07f4b39 Move plugins to go-plugins Asim 2015-11-25 00:17:15 +00:00
  • 469b12ecea Temporary stop gap for panicking server handlers Asim 2015-11-24 00:52:59 +00:00
  • 5d88115f2a update links from myodc to micro Asim 2015-11-20 16:17:33 +00:00
  • 9b23729eac add default port where none is specified Asim 2015-11-16 12:11:03 +00:00
  • fa3b66a5dd Merge pull request #18 from myodc/advertise Asim 2015-11-11 19:18:00 +00:00
  • 2041591033 add advertising option Asim 2015-11-11 18:22:04 +00:00
  • ec1601e2b3 add transport to the table Asim 2015-11-11 15:05:18 +00:00
  • 72fd498219 Merge pull request #17 from crackcomm/patch-1 Asim 2015-11-11 09:48:35 +00:00
  • 3eb8d5515c Table godoc links Łukasz Kurowski 2015-11-11 03:04:17 +01:00
  • c53880e24a Add table Asim 2015-11-11 00:45:02 +00:00
  • 3cf90d7825 Use direct reply queue Asim 2015-11-08 23:16:14 +00:00
  • 55ef1d4903 update readme blurbs Asim 2015-11-08 11:12:09 +00:00
  • 0320fc1b55 Update registry so version is surfaced Asim 2015-11-08 01:48:48 +00:00
  • 4e6d1df9ea Add extractor test Asim 2015-11-05 12:39:08 +00:00
  • 175efe7fb7 add invite link Asim 2015-11-05 00:45:15 +00:00
  • abbf163ab0 Add community links Asim 2015-11-05 00:27:21 +00:00
  • 0dbe14ad22 Extract private ip for registration when 0.0.0.0 is specified as bind address Asim 2015-11-04 21:53:39 +00:00
  • e00a57bb12 go fmt Asim 2015-11-04 21:53:06 +00:00
  • 42c0c91df7 Remove package Asim 2015-10-27 19:09:08 +00:00
  • 3302fab644 Move kubernetes registry to myodc/go-plugins because god damnit stop breaking you.... Asim 2015-10-27 19:08:45 +00:00