Commit Graph

  • 0ae2e6cb63 refactor pubsub to have an internal transport wrapper. Scott Nichols 2019-08-09 21:01:45 -0700
  • a198a14e75 Code and examples for proposed changes/additions to transport APIs Alan Conway 2019-07-15 17:08:20 -0400
  • 70bc5a5e11 Add a method to disable tracing. (#169) Scott Nichols 2019-08-07 09:54:39 -0700
  • 9346042664 default tracing to false. Scott Nichols 2019-08-07 08:53:54 -0700
  • 94472a0360 Add a method to disable tracing. Scott Nichols 2019-08-06 14:47:36 -0700
  • 2d25eb61d0 Changes to keep `go vet` happy. (#163) Alan Conway 2019-08-06 17:26:03 -0400
  • 435a149f3f Fix various misspellings (#167) Ben Wells 2019-08-06 22:24:19 +0100
  • d19737fea0 Fix various misspellings Ben Wells 2019-08-05 22:05:50 +0100
  • 9c1f61edb2 Fix segfault if ce-specversion header missing (#165) v0.8.0 Adrian Preston 2019-07-24 17:34:58 +0100
  • 08fcb4f4ee Fix segfault if ce-specversion header missing Adrian Preston 2019-07-18 00:18:11 +0100
  • 1807d618dc Changes to keep `go vet` happy. Alan Conway 2019-07-15 14:56:19 -0400
  • 6acb0a4052 Added an example of a CEV03 sender using a custom client (#158) Sayan Hazra 2019-07-14 17:02:28 +0200
  • d5fbf25d52 Fine tuned comments Sayan Hazra 2019-07-13 12:07:07 +0200
  • 06f1b69db2 Using envconfig Sayan Hazra 2019-07-13 12:01:21 +0200
  • 091f145512 Moved certs to env and removed batched mode support Sayan Hazra 2019-07-12 10:53:20 +0200
  • f9b2d5facd Added an example of a CEV03 sender using a custom client Sayan Hazra 2019-07-11 09:42:23 +0200
  • 3eb440c338 Remove bogus entry from go.sum (#159) Alan Conway 2019-07-12 10:28:38 -0400
  • 5179ba4d20 Fix issues found by golangci-lint (#152) Alan Conway 2019-07-12 10:27:17 -0400
  • 38b8dea7eb Remove bogus entry from go.sum Alan Conway 2019-07-11 16:56:13 -0400
  • 8e2ac29670 Fix issues found by golangci-lint Alan Conway 2019-07-10 19:37:11 -0400
  • b6c2bed830
    Context based encoding. (#157) Scott Nichols 2019-07-11 06:46:35 -0700
  • 10c047d6a3 mend Scott Nichols 2019-07-10 09:23:21 -0700
  • 08e17cc009 Document new consts. Scott Nichols 2019-07-10 09:22:12 -0700
  • e8c947ae02 adding context based encoding option for http. Scott Nichols 2019-07-10 09:09:16 -0700
  • 589680ddbd Adding context to codec methods. (#155) Scott Nichols 2019-07-10 08:22:29 -0700
  • b8d57a658d Adding context to codec methods. Scott Nichols 2019-07-10 08:04:42 -0700
  • b2056b757a Eliminate pkg/cloudevents lucperkins 2019-07-08 15:03:42 -0700
  • 90ac00aaeb Add WithListener to http transport, ensure GetPort() always returns active port. (#139) Alan Conway 2019-07-08 12:08:32 -0400
  • 0925fb9419 Issue #140: Add Message.ToRequest()/FromRequest (#141) Alan Conway 2019-07-08 12:07:59 -0400
  • 747e5fa12a Issue #131: Fix GetPort(), add WithListener (includes PR comments). Alan Conway 2019-07-04 14:13:01 -0400
  • 15d9d9cec4 Fix typo in encoding/codec v0.3->v0.2 Alan Conway 2019-06-06 21:17:05 -0400
  • 094d0d578c Issue #410: Addressing comments in pull request. Alan Conway 2019-06-17 12:17:25 -0400
  • fc7481a4c4 Issue #140: Add Message.ToRequest()/FromRequest Alan Conway 2019-06-13 11:29:49 -0400
  • ccd952c414 migrate away from common json codec and use marshal methods. (#146) Scott Nichols 2019-06-17 09:23:19 -0700
  • 580aea57cb
    Go Tidy. (#147) Scott Nichols 2019-06-15 13:21:50 -0700
  • 576e6ec2be go mod might not be ready. Scott Nichols 2019-06-15 13:20:05 -0700
  • c6c3fcfe1a add tidy to end of tests to clean up. Scott Nichols 2019-06-15 13:01:56 -0700
  • 698c32876e if the tests run, then more is added to the go.mod file, and tidy removes them. wtf. Scott Nichols 2019-06-15 12:59:28 -0700
  • 9e6514be60 sort import.t Scott Nichols 2019-06-15 12:44:46 -0700
  • a6d6a076a3 merge master. Scott Nichols 2019-06-15 12:41:09 -0700
  • 6bc781b813 update go-nats to the latest release version and update go mod (#137) 田欧 2019-06-16 03:39:22 +0800
  • befbb43f38 migrate away from common json codec and use marshal methods. Scott Nichols 2019-06-15 12:32:56 -0700
  • fe00edc3e9 fix ci error thinkerou 2019-06-15 12:15:49 +0800
  • f7a7cb5eae Merge remote-tracking branch 'upstream/master' into mod thinkerou 2019-06-15 10:56:38 +0800
  • 751584e0fa update import statement order (#138) 田欧 2019-06-15 10:15:44 +0800
  • 8e9063be96 fix error thinkerou 2019-06-15 08:46:44 +0800
  • 64bbdab669 Add ReceiveFunc wrapper - make Receiver from function. (#142) Alan Conway 2019-06-14 13:18:30 -0400
  • 9fa798ba6c fix thinkerou 2019-06-14 09:33:24 +0800
  • 7e04a28602 fix tidy thinkerou 2019-06-14 09:28:33 +0800
  • 05abbf0a40 fix vet error thinkerou 2019-06-14 08:39:50 +0800
  • 3f4caf6814 Add ReceiveFunc wrapper - make Receiver from function. Alan Conway 2019-06-13 13:07:59 -0400
  • 7996c3ec68 update import statement order thinkerou 2019-06-10 23:19:31 +0800
  • 814be23bc5 update go-nats to the latest release version and update go mod thinkerou 2019-06-10 21:12:00 +0800
  • 6208c40847 Added stan (nats-streaming) Xackery Xtal 2019-06-08 14:20:19 -0700
  • 06dbcce44d Adding long poll support for http.Receive. (#134) Scott Nichols 2019-06-08 10:30:48 -0700
  • ccb539d0ba Pull -> Poll. Scott Nichols 2019-06-07 19:56:46 -0700
  • f41731aa31 adding new error to throw non fatal errors. Scott Nichols 2019-06-07 13:16:39 -0700
  • 6fe382645e Adding PubSub transport. (#128) Scott Nichols 2019-06-04 07:21:39 -0700
  • b0dcfc240c
    Merge pull request #1 from agrimmer/master Andreas Grimmer 2019-06-03 10:19:16 +0200
  • f77ca7b9af Helper function for checking the content type Andreas Grimmer 2019-06-03 09:24:56 +0200
  • 7472d25266 Accept json as well as structured+json as contenttype Andreas Grimmer 2019-06-03 09:18:16 +0200
  • c541140e4a pubsub uses data, not body. Renamed. Scott Nichols 2019-05-31 09:11:10 -0700
  • c94f30c59c Want to add default encoding selectors to pubsub. Done. Scott Nichols 2019-05-31 08:28:48 -0700
  • 17791138e2 merge. Scott Nichols 2019-05-29 15:07:34 -0700
  • 9404f0c659 remove pre-delete. Scott Nichols 2019-05-29 14:47:40 -0700
  • 049536f342 Update pubsub transport to use Convert function. Scott Nichols 2019-05-29 14:42:13 -0700
  • e8d71b68f5 checkpoint. merged. Scott Nichols 2019-05-29 13:34:58 -0700
  • e76e6dee4b adding missing fields for binary AMQP. (#126) Scott Nichols 2019-05-29 13:20:10 -0700
  • 7a40dff511 Adding test for conversions. Scott Nichols 2019-05-29 12:53:34 -0700
  • 085bf9dbe0 converter demo working. Scott Nichols 2019-05-29 11:33:19 -0700
  • 0fcf057577 adding strict error for decode unknown. Scott Nichols 2019-05-29 09:59:31 -0700
  • 96046209da adding typed errors to add hooks. Scott Nichols 2019-05-29 08:36:42 -0700
  • 1f77ea3831 ran go mod tidy. Scott Nichols 2019-05-29 07:51:08 -0700
  • 242da86dcd adding support for pubsub. Scott Nichols 2019-05-29 07:48:16 -0700
  • 63bdd9f0a9 more options added to the pubsub transport. Scott Nichols 2019-05-29 07:19:12 -0700
  • 04e62a9e60 Worked a few bugs out. Demo working. Scott Nichols 2019-05-28 15:44:42 -0700
  • e6e407938f - Fixed crash that happened when decoding a binary AMQP message with (#127) Klaus Deißner 2019-05-29 15:58:54 +0200
  • 226686c37f working pubsub simple verison. Scott Nichols 2019-05-28 15:27:42 -0700
  • a613d254d2 Adding pubsub as a transport option. Scott Nichols 2019-05-28 14:28:28 -0700
  • 53e7128d46 pubsub only for v3. Scott Nichols 2019-05-21 16:57:51 +0200
  • 5a5987d328 starting to impl pubnsub : Scott Nichols 2019-05-20 03:11:46 -0700
  • d283da2f0c starting to impl pubnsub : Scott Nichols 2019-05-20 03:11:46 -0700
  • a6e2558cfc Adding pubsub. Scott Nichols 2019-05-19 06:24:30 -0700
  • 330f576abb HTTP Middleware (#123) Adam Harwayne 2019-05-08 17:37:05 -0700
  • 50bf3c3819
    Fix README typos jonjohnsonjr 2019-05-31 11:03:24 -0700
  • 8e4760119d Adding Conversion hook. (#129) Scott Nichols 2019-05-29 13:41:43 -0700
  • a748c406a5 Merge branch 'master' into transport_convert Scott Nichols 2019-05-29 13:36:00 -0700
  • 1ca93ab4db
    adding missing fields for binary AMQP. (#126) Scott Nichols 2019-05-29 13:20:10 -0700
  • 78f3863c88 Adding test for conversions. Scott Nichols 2019-05-29 12:53:34 -0700
  • ee78429a69 converter demo working. Scott Nichols 2019-05-29 11:33:19 -0700
  • 0ccc7280d7 adding strict error for decode unknown. Scott Nichols 2019-05-29 09:59:31 -0700
  • 3101808e2a Merge branch 'master' into fix_subject Scott Nichols 2019-05-29 08:49:11 -0700
  • 0e242376f6 adding typed errors to add hooks. Scott Nichols 2019-05-29 08:36:42 -0700
  • 06932ee266 - Fixed crash that happened when decoding a binary AMQP message with (#127) Klaus Deißner 2019-05-29 15:58:54 +0200
  • 9ff83f7827 - Fixed crash that happened when decoding a binary AMQP message with an extension attribute set to nil. - Added a unit test that covers this case. Klaus Deissner 2019-05-29 14:37:35 +0200
  • d43f0cfee1 adding missing fields for binary AMQP. Scott Nichols 2019-05-21 16:31:29 +0200
  • 56931988ab HTTP Middleware (#123) 0.7.0 Adam Harwayne 2019-05-08 17:37:05 -0700
  • 64fe09804f fix no data bug. (#122) Scott Nichols 2019-05-08 17:29:03 -0700
  • 8299f96769 adding tests for no body. Scott Nichols 2019-05-08 12:57:16 -0700
  • f2535e4b39 Add an alias for WithMiddleware. Adam Harwayne 2019-05-07 23:13:10 -0700