Commit Graph

  • eb73bcd109 Adding headers to send+response. (#85) Scott Nichols 2019-03-20 15:03:49 -0700
  • aae82f0ae3 Adding go report card. (#87) Scott Nichols 2019-03-20 15:02:25 -0700
  • 4537af365f Adding go report card. (#87) Scott Nichols 2019-03-20 15:02:25 -0700
  • 4990f3a71a Adding more documentation to the implementation. (#84) Scott Nichols 2019-03-20 15:01:55 -0700
  • 70dd0a2773 Adding more documentation to the implementation. (#84) Scott Nichols 2019-03-20 15:01:55 -0700
  • e18984c342 Adding go report card. Scott Nichols 2019-03-20 15:01:27 -0700
  • 6ffb44b2dd Adding more docs on http transport functions. Scott Nichols 2019-03-20 14:44:50 -0700
  • 2e5b5aa962 document the transport struct. Scott Nichols 2019-03-20 14:26:22 -0700
  • 3e19e35c35 Fix the nits. Thanks Scott Nichols 2019-03-20 14:06:56 -0700
  • be3b5e3e55 ref a real struct Scott Nichols 2019-03-20 13:57:53 -0700
  • 257dc909ab Adding headers to send+response. Scott Nichols 2019-03-20 13:51:34 -0700
  • 431752accd Updating UTs nachocano 2019-03-20 11:45:03 -0700
  • 51b10a3637 Updating UTs nachocano 2019-03-20 11:45:03 -0700
  • 24115d9cb9 Adding ExtensionAs that only supports *string for now. Adding SetExtension to Context. Ideally we would want this somehow part of the EventContext interface, but as it needs a pointer receiver, cannot do it. nachocano 2019-03-20 11:32:33 -0700
  • 504e18009d Adding ExtensionAs that only supports *string for now. Adding SetExtension to Context. Ideally we would want this somehow part of the EventContext interface, but as it needs a pointer receiver, cannot do it. nachocano 2019-03-20 11:32:33 -0700
  • 8f043d2f0b Adding other way to set extension attributes. Adding a method to read string extensions. Nacho Cano 2019-03-15 22:01:32 -0700
  • ceaea3e50f Adding other way to set extension attributes. Adding a method to read string extensions. Nacho Cano 2019-03-15 22:01:32 -0700
  • e41fe68a16 Second pass adding godocs to exported methods and variables. Unexporting metrics helpers. Scott Nichols 2019-03-20 12:38:29 -0700
  • a4c06e5906 Adding header plumbing to the http transport. (#82) 0.4.1 Scott Nichols 2019-03-20 11:43:14 -0700
  • b0c008ca88 Adding header plumbing to the http transport. (#82) Scott Nichols 2019-03-20 11:43:14 -0700
  • 50f90a9fd9 Adding http transport Shutdown Timeout (#81) Scott Nichols 2019-03-20 11:41:48 -0700
  • 83240dfb8a Adding http transport Shutdown Timeout (#81) Scott Nichols 2019-03-20 11:41:48 -0700
  • 8833520dec finish comment. Scott Nichols 2019-03-20 11:31:36 -0700
  • 4691daacd5 adding unit tests to new header context functions. Scott Nichols 2019-03-20 11:23:52 -0700
  • 42a2265492 Adding header plumbing to the http transport. Scott Nichols 2019-03-20 10:47:57 -0700
  • 1e19d63987 call cancel. Scott Nichols 2019-03-20 09:10:54 -0700
  • 5407ce3b4d adding http shutdown timeout settings. Scott Nichols 2019-03-20 08:53:44 -0700
  • 316346f849 Merge branch 'master' into timeout Scott Nichols 2019-03-20 08:57:24 -0700
  • 647272c81d adding http shutdown timeout settings. Scott Nichols 2019-03-20 08:53:44 -0700
  • 1d1daa41d7 Document custom types. Scott Nichols 2019-03-19 10:43:32 -0700
  • e2654c27a1 Document custom types. Scott Nichols 2019-03-19 10:43:32 -0700
  • aa217647ae document datacodec impls. Scott Nichols 2019-03-19 10:32:48 -0700
  • f78a4fb15b document datacodec impls. Scott Nichols 2019-03-19 10:32:48 -0700
  • 9ad00094c0 Document context and codec. Scott Nichols 2019-03-19 10:22:21 -0700
  • 7f108f0ca4 Document context and codec. Scott Nichols 2019-03-19 10:22:21 -0700
  • ab33940945 document jsoncodec.go exported methods. Scott Nichols 2019-03-19 10:02:27 -0700
  • fc0ee1f3ff document jsoncodec.go exported methods. Scott Nichols 2019-03-19 10:02:27 -0700
  • cac57271e4 Adding doc files to document the packages. Scott Nichols 2019-03-19 09:56:31 -0700
  • f3cd2ad212 Adding doc files to document the packages. Scott Nichols 2019-03-19 09:56:31 -0700
  • 2198c9accf Use headers and adding pretty print for event. Scott Nichols 2019-03-19 08:02:17 -0700
  • 1e255521d8 Use headers and adding pretty print for event. Scott Nichols 2019-03-19 08:02:17 -0700
  • 26a6ddc875 Enable headers to be passed from the http transport req to the outgoing req. Scott Nichols 2019-03-19 07:54:49 -0700
  • 160028150c Enable headers to be passed from the http transport req to the outgoing req. Scott Nichols 2019-03-19 07:54:49 -0700
  • 6132173092 Fix README to 0.4.0 api. (#76) Scott Nichols 2019-03-19 15:51:19 -0700
  • e182b9967a Fix README to 0.4.0 api. (#76) Scott Nichols 2019-03-19 15:51:19 -0700
  • baecbd49f5 Merge pull request #71 from n3wscott/stats Mark Peek 2019-03-19 15:50:11 -0700
  • 1820bb790e
    Merge pull request #71 from n3wscott/stats Mark Peek 2019-03-19 15:50:11 -0700
  • dedb4b7a14 Document custom types. Scott Nichols 2019-03-19 10:43:32 -0700
  • e61999c027 document datacodec impls. Scott Nichols 2019-03-19 10:32:48 -0700
  • d3ee395b18 Document context and codec. Scott Nichols 2019-03-19 10:22:21 -0700
  • e610cb9e3e document jsoncodec.go exported methods. Scott Nichols 2019-03-19 10:02:27 -0700
  • abe0b177a7 Adding doc files to document the packages. Scott Nichols 2019-03-19 09:56:31 -0700
  • 8daf870907 Use headers and adding pretty print for event. Scott Nichols 2019-03-19 08:02:17 -0700
  • ce388676bf Enable headers to be passed from the http transport req to the outgoing req. Scott Nichols 2019-03-19 07:54:49 -0700
  • df5af95150 Fix Readme to 0.4.0 api. Scott Nichols 2019-03-19 07:37:50 -0700
  • 5d4660276b Adding other way to set extension attributes. Adding a method to read string extensions. Nacho Cano 2019-03-15 22:01:32 -0700
  • 62c404a6f1 Force close Matthias Wessendorf 2019-03-13 18:37:39 +0100
  • a33b0c3184 all but nats are measured. Scott Nichols 2019-03-12 14:51:22 -0700
  • ca140a78f7 all but nats are measured. Scott Nichols 2019-03-12 14:51:22 -0700
  • b16c368825 Merge branch 'master' into stats Scott Nichols 2019-03-12 14:26:21 -0700
  • 0b379479c2 Merge branch 'master' into stats Scott Nichols 2019-03-12 14:26:21 -0700
  • da708cf665 Adding all http transport codecs to observability. Scott Nichols 2019-03-12 14:24:20 -0700
  • 22ed7f371a Adding all http transport codecs to observability. Scott Nichols 2019-03-12 14:24:20 -0700
  • 987a38ecf8 adding metrics to http. Scott Nichols 2019-03-12 13:01:43 -0700
  • eb045918eb adding metrics to http. Scott Nichols 2019-03-12 13:01:43 -0700
  • ee34c6bb35 Feedback was to tighten up the interface. Scott Nichols 2019-03-12 11:22:54 -0700
  • 9028e56cb8 Feedback was to tighten up the interface. Scott Nichols 2019-03-12 11:22:54 -0700
  • 0d3d93eda9 Fix a bad merge. (#72) Scott Nichols 2019-03-12 10:47:49 -0700
  • c1a6fb0cc8 Fix a bad merge. (#72) 0.4.0 Scott Nichols 2019-03-12 10:47:49 -0700
  • b5c6be4082 Merge branch 'fix_bad_merge' into stats Scott Nichols 2019-03-12 10:47:39 -0700
  • 1a6f71d1e1 Merge branch 'fix_bad_merge' into stats Scott Nichols 2019-03-12 10:47:39 -0700
  • 5fabd4fffb Fix a bad merge. Scott Nichols 2019-03-12 10:43:11 -0700
  • 3656502084 Fix a bad merge. Scott Nichols 2019-03-12 10:43:11 -0700
  • e294083eeb looking at adding opencenus to the lib. Scott Nichols 2019-03-12 10:26:31 -0700
  • 9db121d64f looking at adding opencenus to the lib. Scott Nichols 2019-03-12 10:26:31 -0700
  • 3964297a38 gracefully shutdown the http server. Scott Nichols 2019-03-11 15:19:51 -0700
  • c8b1fd405e gracefully shutdown the http server. Scott Nichols 2019-03-11 15:19:51 -0700
  • a43610da36 Adding stops by context, removing stop method. adding mutex. Scott Nichols 2019-03-11 14:47:27 -0700
  • 8104be000b Adding stops by context, removing stop method. adding mutex. Scott Nichols 2019-03-11 14:47:27 -0700
  • 095c562687 Reworking client to be better future proof. Scott Nichols 2019-03-11 13:54:42 -0700
  • cb6af8c74a unit test for time defaulter was incorrect, fixed. Scott Nichols 2019-03-11 10:43:23 -0700
  • 501eeb1e56 Adding unit tests where tests are lacking. Scott Nichols 2019-03-11 10:28:18 -0700
  • 69f6f43030 gracefully shutdown the http server. Scott Nichols 2019-03-11 15:19:51 -0700
  • a53cca2b12 gracefully shutdown the http server. Scott Nichols 2019-03-11 15:19:51 -0700
  • eedeabce4c Adding stops by context, removing stop method. adding mutex. Scott Nichols 2019-03-11 14:47:27 -0700
  • 9840dcab79 Adding stops by context, removing stop method. adding mutex. Scott Nichols 2019-03-11 14:47:27 -0700
  • d68641064e Reworking client to be better future proof. Scott Nichols 2019-03-11 13:54:42 -0700
  • c5db2e0655 Reworking client to be better future proof. Scott Nichols 2019-03-11 13:54:42 -0700
  • b392c5eae5 unit test for time defaulter was incorrect, fixed. Scott Nichols 2019-03-11 10:43:23 -0700
  • 7e351cc376 Adding unit tests where tests are lacking. Scott Nichols 2019-03-11 10:28:18 -0700
  • 965e37cc17 Use reflection to invoke receiver fn from client. (#67) 0.3.0 Scott Nichols 2019-03-07 21:31:21 -0800
  • 32f89611e1 Merge branch 'master' into reflect_receiver Scott Nichols 2019-03-07 21:02:11 -0800
  • 52454c5d8b Adding reflection for receiver function. Scott Nichols 2019-03-07 20:56:51 -0800
  • 76d94e48dc Add EventResponse for send/receive. (#42) Scott Nichols 2019-03-07 17:30:22 -0800
  • 9891983ac6 wire in transport context. Scott Nichols 2019-03-07 13:31:27 -0800
  • 79dbe6e733 Because the client now has access to the response, it can also apply the defaulter chain to the outbound message. Scott Nichols 2019-03-07 12:37:59 -0800
  • 4eaae43db7 Adding EventResponse. Scott Nichols 2019-03-07 11:30:32 -0800
  • ef5cf09378 Merge branch 'master' into complex_receiver Scott Nichols 2019-03-07 10:40:13 -0800
  • c98db805cd Client refactoring to decouple from the transport implementations (#50) Scott Nichols 2019-03-07 09:03:18 -0800
  • 3e3caf7269 Removing todo list, moved to issues. (#64) Scott Nichols 2019-03-06 18:38:37 -0800