Commit Graph

  • e5abd63d5e Unit test. Adam Harwayne 2019-05-07 16:17:30 -0700
  • 15fa71b677 Add HTTP middleware as an option. Intended to be used for middleware like OpenCensus' ochttp.Handler. Adam Harwayne 2019-05-07 14:34:39 -0700
  • 001f4eefdc fix no data bug. Scott Nichols 2019-05-06 15:31:22 -0700
  • 9396c7c29f Add AMQP support. (#119) Scott Nichols 2019-05-03 07:44:21 -0700
  • 1b2c16c947 reorder codec load to avoid cancel leak. Scott Nichols 2019-05-03 07:30:15 -0700
  • ddf7375ab4 fix time. Scott Nichols 2019-05-01 10:30:06 -0700
  • 3c10ad8234 doublequotes. Scott Nichols 2019-05-01 10:09:13 -0700
  • b2260a57c5 enable extensions for amqp. Scott Nichols 2019-05-01 09:57:39 -0700
  • 629caede0f check for binary mode first, then structured on message inspection. Scott Nichols 2019-05-01 08:16:11 -0700
  • 971b389efe use codec from lookup. Scott Nichols 2019-05-01 07:48:38 -0700
  • 9b6d6c9588 cleanup. Scott Nichols 2019-05-01 06:53:32 -0700
  • 6dd9c2893b fix tests. Scott Nichols 2019-04-30 11:24:31 -0700
  • 127a597bfd switch to AMQP1.0. Scott Nichols 2019-04-30 11:21:38 -0700
  • 23bdc11ae4 Adding channel name, not the same as routing key. Scott Nichols 2019-04-30 09:04:30 -0700
  • da0ae526b3 make the demo simpler. Scott Nichols 2019-04-30 07:43:03 -0700
  • d1f6ed0db0 on decode, inspect the message. Scott Nichols 2019-04-30 07:38:43 -0700
  • c6b7613a81 fix tests. Scott Nichols 2019-04-30 06:56:37 -0700
  • 59ac6ed583 working amqp first pass. Scott Nichols 2019-04-29 16:32:11 -0700
  • 1e664c41ef Follow CloudEvent Spec for >v0.2 structured extensions (#118) Scott Nichols 2019-04-29 07:11:12 -0700
  • a6ce6cf1d0 fix for raw json. Scott Nichols 2019-04-19 12:42:30 -0700
  • 0e4ae90a3f fixed ./test/ Scott Nichols 2019-04-19 12:05:53 -0700
  • b47b2e8c6d rework extensions. Scott Nichols 2019-04-19 10:52:27 -0700
  • ab650299a5 Adding release and license tags. (#117) Scott Nichols 2019-04-18 12:46:33 -0700
  • 35ab8e0893 The raw option types did not get exported. Exporting. (#115) Scott Nichols 2019-04-18 12:39:59 -0700
  • e907072333 Adding release and license tags. Scott Nichols 2019-04-18 11:55:23 -0700
  • e90d544206 Alias for Option Matthias Wessendorf 2019-04-17 17:07:11 +0200
  • 75e3ccceb0 Document GetDataMediaType (#114) Grant Rodgers 2019-04-15 14:06:41 -0700
  • b79a81c21f
    Document GetDataMediaType Grant Rodgers 2019-04-15 13:53:00 -0700
  • 3c0aa651b7 The raw option types did not get exported. Exporting. Scott Nichols 2019-04-15 13:58:29 -0700
  • 51b1fb67ea Fixing error getting locally with new test. (#113) 0.6.0 Scott Nichols 2019-04-14 18:11:03 -0700
  • 3329251f27 Fixing error getting locally with new test. Scott Nichols 2019-04-14 13:55:46 -0700
  • 56194df570 Merge branch 'master' into quotes Scott Nichols 2019-04-14 12:56:49 -0700
  • 2aa95dd15f Change readme to use the top level package. (#111) Scott Nichols 2019-04-13 17:22:59 -0700
  • 01e5fc481d Change readme to use the top level package. Scott Nichols 2019-04-12 15:56:55 -0700
  • 254fac2447 Encoding cleanup, adding event.DataEncoded flag, adding event.SetData (#109) Scott Nichols 2019-04-12 14:00:49 -0700
  • c418b88406 Don't open and close HTTP connections too often (#110) Ben Browning 2019-04-12 11:05:17 -0400
  • 8df4284c25 Allow users to override http.Request.Close value Ben Browning 2019-04-12 10:56:28 -0400
  • 5097b3bb8e Cleanup from review. Scott Nichols 2019-04-12 07:39:11 -0700
  • f013379ba8 Don't forcibly close HTTP connections after every request Ben Browning 2019-04-11 20:16:02 -0400
  • 584950771d Don't open and close HTTP connections too often Ben Browning 2019-04-11 20:13:13 -0400
  • 903b2b4703 cleaned up doc. Scott Nichols 2019-04-11 09:04:20 -0700
  • 06e6d80d94 Cleanup. Scott Nichols 2019-04-11 08:56:47 -0700
  • 6528763f22 Adding event.DataEncoded flag to know if the data has been encoded or not. Scott Nichols 2019-04-11 08:41:17 -0700
  • 58841f8653 the data content encoding is controlled by the event object. Scott Nichols 2019-04-10 17:05:40 -0700
  • 1ca685845c Document the encoders and sdk. Scott Nichols 2019-04-10 13:46:36 -0700
  • ef09d69001 Use Zap Logging (#108) Scott Nichols 2019-04-10 12:48:41 -0700
  • dd44069cf8 clean logs. Scott Nichols 2019-04-10 11:49:07 -0700
  • b5a79ef9e4 Move to Zap logging. Scott Nichols 2019-04-10 11:39:21 -0700
  • c3ad8170f6 stop spewing request data into log stream\n Signed-off-by: Ian coffey icoffey@salesforce.com (#107) Ian Coffey 2019-04-10 13:34:00 -0400
  • 3d9e995a32 stop spewing request data into log stream\n Signed-off-by: Ian coffey icoffey@salesforce.com Ian Coffey 2019-04-10 11:16:18 -0400
  • 97da961ad7 The outter event getter/setters will panic and not throw an error. Scott Nichols 2019-04-09 14:29:12 -0700
  • 93c9e281e6 Adding an event interface for read/write actions. Scott Nichols 2019-04-09 13:43:50 -0700
  • 3e62044282 Adding a read and write interface to the top level object. Scott Nichols 2019-04-08 15:19:27 -0700
  • 352ff25f81 I think I need to work on json encoding a bit first. Scott Nichols 2019-04-09 16:56:19 -0700
  • 24b9c205c9 Merge branch 'master' into batch Scott Nichols 2019-04-09 16:21:39 -0700
  • c7a2be008a The outter event getter/setters will panic and not throw an error. Scott Nichols 2019-04-09 14:29:12 -0700
  • 0a5dc33f0d Adding an event interface for read/write actions. Scott Nichols 2019-04-09 13:43:50 -0700
  • 2c49e48712 Merge branch 'master' into event_interface Scott Nichols 2019-04-09 09:25:45 -0700
  • 71373da669 Adding subject. Scott Nichols 2019-04-08 16:26:30 -0700
  • ec22068b87 Merge branch 'master' into add_subject Scott Nichols 2019-04-08 16:32:06 -0700
  • 060e1d7c38 Adding subject. Scott Nichols 2019-04-08 16:26:30 -0700
  • 1d55d90a14 Adding Data Content Encoding support. Scott Nichols 2019-04-08 15:17:48 -0700
  • a549862143 Adding a read and write interface to the top level object. Scott Nichols 2019-04-08 15:19:27 -0700
  • fde3cc9620 Adding Data Content Encoding support. Scott Nichols 2019-04-08 15:17:48 -0700
  • 8ad044379f Merge branch 'master' into batch Scott Nichols 2019-04-08 12:13:50 -0700
  • ca65180c29 Adding integration test for http client. 0.5.0 Scott Nichols 2019-04-08 09:03:55 -0700
  • 9cc1a4cd53 Adding testing to support work to do outbound quote support. Scott Nichols 2019-04-03 16:14:00 -0700
  • a85f0dbab9 Adding integration test for http client. Scott Nichols 2019-04-08 09:03:55 -0700
  • 3fdf6c1386 WIP batch support. Scott Nichols 2019-04-08 09:01:01 -0700
  • 42b6a949f3 Adding testing to support work to do outbound quote support. Scott Nichols 2019-04-03 16:14:00 -0700
  • 58f0318fe8 Adding alias to toplevel to make http imports easier. (#97) Scott Nichols 2019-04-02 13:59:43 -0700
  • b0e843f397 Adding alias to toplevel to make http easier. Scott Nichols 2019-04-02 13:39:50 -0700
  • 5fed077463 corrected more tests Jacek Wysocki 2019-03-29 21:50:46 +0100
  • 9ad855e5bc updated tests for codecs Jacek Wysocki 2019-03-29 21:48:01 +0100
  • 66528ae9f9 updated tests Jacek Wysocki 2019-03-29 21:43:38 +0100
  • ef6841ddc6 updated extensions json tag (-,omitempty didn't work) Jacek Wysocki 2019-03-29 21:33:20 +0100
  • e00e75c8a1 When copying headers from context copy by value instead of reference (#94) 0.4.4 Scott Nichols 2019-03-27 10:10:32 -0700
  • af3c9e60d2 found a bug in how header comes from context, fixed. Scott Nichols 2019-03-27 09:17:09 -0700
  • 7f2bd7e6ab fix vet issue. Scott Nichols 2019-03-22 20:32:04 -0700
  • b105cbd607 Experimenting with Custom Receivers Scott Nichols 2019-03-21 14:10:41 -0700
  • b88e53efaa Adding Getters for Source and SchemaURL (#91) Ignacio Cano 2019-03-21 12:00:22 -0700
  • c0f3dd87b0 comment nachocano 2019-03-21 11:21:44 -0700
  • 3ca9d8f9d8 renaming after review comments nachocano 2019-03-21 11:19:09 -0700
  • c60ffccfa2 Qualify stat names to avoid collisions (#92) 0.4.3 Grant Rodgers 2019-03-21 11:16:52 -0700
  • 30a737c1a5 Qualify stat names to avoid collisions Grant Rodgers 2019-03-21 10:48:22 -0700
  • e9ea236452 Merge remote-tracking branch 'upstream/master' into source nachocano 2019-03-21 09:40:17 -0700
  • 96f8c94497 Adding GetSchema method nachocano 2019-03-21 09:37:08 -0700
  • 7964fd58f7 Merge branch 'master' of github.com:nachocano/sdk-go nachocano 2019-03-21 09:25:16 -0700
  • dd2323e328
    Merge pull request #90 from agrimmer/master 0.4.2 Scott Nichols 2019-03-21 07:56:41 -0700
  • c452121d19 Ensure formatting Andreas Grimmer 2019-03-21 15:27:20 +0100
  • ab1491c8a2 Use Client of Transport instead of DefaultClient Andreas Grimmer 2019-03-21 15:22:21 +0100
  • 80e2ea7b64 Adding Source function to Event Nacho Cano 2019-03-20 22:49:31 -0700
  • 5118a97a5e Fixing lint errors. (#88) Scott Nichols 2019-03-20 22:07:29 -0700
  • b4a29bf31e Adding ExtensionAs and SetExtension methods. (#89) Ignacio Cano 2019-03-20 22:05:20 -0700
  • cfae25ad15 Adding ExtensionAs and SetExtension methods. Nacho Cano 2019-03-20 21:25:30 -0700
  • 85740fc516 Merge remote-tracking branch 'upstream/master' Nacho Cano 2019-03-20 20:23:24 -0700
  • f35334e9ae Merge branch 'master' of github.com:nachocano/sdk-go Adding comments and updating event.ExtensionAs to return an error Nacho Cano 2019-03-20 20:10:07 -0700
  • ec767b73bc Fixing some lint errors. Adding more documentation. Scott Nichols 2019-03-20 15:43:57 -0700
  • c20da76179 adding lint fixes. Scott Nichols 2019-03-20 15:14:11 -0700
  • 9857a9f5ae Adding headers to send+response. (#85) Scott Nichols 2019-03-20 15:03:49 -0700