Commit Graph

  • 325b405c1c working on fixing double encoding. Scott Nichols 2019-02-15 10:31:08 -0800
  • 7d7f04502e fix minor issue with includes. Scott Nichols 2019-02-15 09:29:52 -0800
  • 07f5e9b8d2
    Merge pull request #6 from n3wscott/retry_gomod Scott Nichols 2019-02-15 09:14:54 -0800
  • f9c97637b4 remove update-deps. Scott Nichols 2019-02-15 09:13:54 -0800
  • e916bf89d5 Merge branch 'master' into retry_gomod Scott Nichols 2019-02-15 09:09:16 -0800
  • 8d24406b5b working go mod. Scott Nichols 2019-02-15 09:09:00 -0800
  • 77eaab7e10
    Merge pull request #5 from n3wscott/forwarder_bug Scott Nichols 2019-02-15 08:42:00 -0800
  • e1d7aa2b9c remove debug lines. Scott Nichols 2019-02-15 08:39:58 -0800
  • a5425ff589 look like switching to json.RawMessage fixed the doubleencoding isssue. Scott Nichols 2019-02-15 08:36:22 -0800
  • 05b2db5ea3 last refactor needed more tests to update. fixed. Scott Nichols 2019-02-15 08:07:35 -0800
  • e95700b664 Fixed encoding issue for http single roundtrip. Middleware might still have an issue. Scott Nichols 2019-02-15 07:54:54 -0800
  • 289924d4a9 fixing the round trip issues found by testing. Structured still has some double encoding issues. Scott Nichols 2019-02-15 07:33:41 -0800
  • 6d3c44e0d1 Found and fixed an allocator bug related to maps. Scott Nichols 2019-02-14 13:54:23 -0800
  • 482819ec4e fixed a bug for already encoded cloudevents, like that which would be used in middleware. still some bugs. Scott Nichols 2019-02-14 11:23:12 -0800
  • 12305a6595
    Merge pull request #4 from n3wscott/demo Scott Nichols 2019-02-14 10:02:10 -0800
  • e21c7e6454 adding a complex sample. Scott Nichols 2019-02-14 09:49:05 -0800
  • f3b06162f3 adding todo list. Scott Nichols 2019-02-13 15:12:36 -0800
  • 9095cf237e
    Merge pull request #3 from n3wscott/use-datacodec Scott Nichols 2019-02-13 15:09:50 -0800
  • 57389236f8
    Merge pull request #2 from n3wscott/nats Scott Nichols 2019-02-13 15:09:38 -0800
  • 24fafa0e66 now use data codec to encode/decode data. Scott Nichols 2019-02-13 15:04:51 -0800
  • 110dc0c725 working transport receiver for nats. Scott Nichols 2019-02-13 13:35:44 -0800
  • de5950cd5b working nats sending json and xml data Scott Nichols 2019-02-13 13:13:26 -0800
  • 38551c0043 updated deps. Scott Nichols 2019-02-12 14:57:54 -0800
  • 9f05064929 updated the readme. Scott Nichols 2019-02-12 14:48:48 -0800
  • 806ac8ce97 building the client allowed testing the encoding and was able to fix xml. Scott Nichols 2019-02-12 11:54:11 -0800
  • d1fe1fdd7c trying a simple client to see how far this can go. Scott Nichols 2019-02-12 10:46:09 -0800
  • 688c7d4f16 decided that context was not a good name, and bumped up the EventContext to the top level. Adding client. Scott Nichols 2019-02-12 10:21:18 -0800
  • 0231122185 working on encode/decode xml data now. Scott Nichols 2019-02-11 16:31:42 -0800
  • caba2ffdf8 starting to work on data codec. Scott Nichols 2019-02-11 14:35:37 -0800
  • 34c4331082 working sender and receiver demo. Scott Nichols 2019-02-11 13:14:45 -0800
  • 46b2f33ec6 convert back to the context version that was set in the codec. Scott Nichols 2019-02-11 11:12:57 -0800
  • 2f8a01c1df adding more tests for the generic http codec. Scott Nichols 2019-02-11 09:41:16 -0800
  • d72238da0c cleanup and restructure. Scott Nichols 2019-02-10 21:18:18 -0800
  • ea8737b199 working v1 and v2 codecs. Scott Nichols 2019-02-10 20:46:12 -0800
  • 94004b9083 working v2 codec without extensions. Scott Nichols 2019-02-10 15:18:35 -0800
  • a13a0c714c working v1 codec. Scott Nichols 2019-02-10 11:46:54 -0800
  • b4edd00b8f working on decodeStructured, some of it works. Scott Nichols 2019-02-09 16:03:45 -0800
  • 42fe0789ac mostly working binary v01 decode. Scott Nichols 2019-02-09 14:31:42 -0800
  • 216851c7da trying to receive now. Scott Nichols 2019-02-09 12:15:09 -0800
  • 10ebd8fd3e working binary v01 and v02 sender. Scott Nichols 2019-02-08 20:46:23 -0800
  • b62fb89e6f sender demo working with binary. Scott Nichols 2019-02-08 19:46:19 -0800
  • 83b031df62 Adding version search. Scott Nichols 2019-02-08 16:46:10 -0800
  • 68ecf43e32 structured json encoding working now too. Scott Nichols 2019-02-08 16:34:11 -0800
  • 7920fd4382 Happy path converting binary v01 tested. Scott Nichols 2019-02-08 15:15:08 -0800
  • 8b605decaa testing canonical event. Scott Nichols 2019-02-08 13:45:12 -0800
  • 1181302739 working on moving to a new model. broken but getting closer. Scott Nichols 2019-02-08 10:52:25 -0800
  • 2453a1b8f9 adding example code to show the sdk working. Scott Nichols 2019-02-07 20:32:40 -0800
  • a8f8a4c6f3 adding other ide gitignore that was lost. Scott Nichols 2019-02-07 19:01:32 -0800
  • b7faa6704e minor formatting issue in an error. Scott Nichols 2019-02-07 18:57:23 -0800
  • 8503fbb4f5 adding hack script to run go test. Scott Nichols 2019-02-07 18:53:47 -0800
  • 0c739e81b9 Give the project a normal golang structure. Scott Nichols 2019-02-07 18:46:08 -0800
  • feec6e0025
    Merge pull request #12 from ickymettle/patch-1 0.2.0 0.2 Karol Stępniewski 2019-01-02 11:51:09 -0800
  • 078bfc2239 Add godoc badge Marcus Barczak 2018-12-28 10:43:16 -0800
  • 6c6521d8db Updating marshalers to read and write from event struct and add builder Nick Tenczar 2018-12-19 22:10:35 -0800
  • 3a3d34a723
    Merge pull request #10 from matzew/minor_tweak Matthias Wessendorf 2018-12-11 11:01:18 +0100
  • 30fa2e7929 using the marshaller Matthias Wessendorf 2018-12-10 18:01:40 +0100
  • 701b84c437
    Merge pull request #8 from tenczar/master Matthias Wessendorf 2018-12-10 18:00:34 +0100
  • 39838d3ce3 update sdk to support spec version 0.2 Nick Tenczar 2018-12-05 14:14:16 -0800
  • 6dd7d1ee2b 💄 correcting Knative CloudEVent SDK location (#9) Matthias Wessendorf 2018-12-07 19:45:04 +0100
  • 8ada5b12d2 💄 correcting Knative CloudEVent SDK location Matthias Wessendorf 2018-12-07 10:27:02 +0100
  • caaa8b6e93 Make use of TrimPrefix for binary headers (#4) Richard Gee 2018-12-05 22:19:27 +0000
  • cda5c5e9b9 update to 0.2 spec version string Berndt Jung 2018-11-30 13:18:33 -0800
  • 8f276b45e4 Add preliminary v0.2 event spec support Berndt Jung 2018-11-12 13:47:15 -0800
  • da43162f9f Make use of TrimPrefix for binary headers Richard Gee 2018-11-07 20:48:48 +0000
  • 17c1655cb9
    Merge pull request #3 from matzew/fix_package_imports Karol Stępniewski 2018-10-22 22:28:00 -0400
  • 86b8468af6 Point to Knative event API, which is actively developed Matthias Wessendorf 2018-10-23 00:02:50 +0200
  • 0339d0ae3a Updating imports to reflect the cloudevents org. Matthias Wessendorf 2018-10-23 00:01:56 +0200
  • 4ec0198662 Update CloudEvents SDK to support most recent spec change to extensions (#2) tenczar 2018-10-17 16:14:22 -0700
  • fe08c069bb Finalizing changes for cloudevents contribution Nick Tenczar 2018-09-28 13:36:59 -0700
  • 78075ad742 Updates CloudEvents SDK to support top level extension with various serializers/deserializers Nick Tenczar 2018-08-13 11:39:08 -0700
  • 50e8811af4
    Improve readme examples Karol Stępniewski 2018-07-18 12:17:51 -0700
  • 783d5b3e13
    Merge pull request #1 from kars7e/master Karol Stępniewski 2018-07-18 12:13:35 -0700
  • ae859c0124 Change the structure of events Karol Stepniewski 2018-07-18 12:10:52 -0700
  • 390a0cf19f Initial version of CloudEvents Go SDK Karol Stepniewski 2018-07-13 12:45:30 -0700
  • 9ae685657a
    Initial commit Karol Stępniewski 2018-06-25 11:31:52 -0700