Commit Graph

7 Commits

Author SHA1 Message Date
Mukundan Sundararajan 65855d5aa0
Upgrade linter to 1.49.0 (#1051)
* Upgrade linter to 1.49.0

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>

* fix linter error

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2022-08-25 16:58:54 +05:30
Dmitry Shmulevich 0f9d0d3a89
replaced license headers (#855)
Signed-off-by: Dmitry Shmulevich <dmitry.shmulevich@gmail.com>
2021-12-10 08:09:09 +05:30
Phil Kedy 1b9d6c75ed
Publish events with CloudEvents envelopes (#839)
* Publish events with CloudEvent envelope with content type application/cloudevents+json

* fix linter issue

* Adding e2e test

* Tweak
2021-11-29 12:15:33 +05:30
Long Dai 4d75238be8
runtime: support unix domain socket (#788)
* runtime: support unix domain socket

Signed-off-by: Long <long.dai@intel.com>

* feedback

Signed-off-by: Long <long.dai@intel.com>

* update example

Signed-off-by: Long <long.dai@intel.com>
2021-10-27 13:45:34 -07:00
Yaron Schneider 3ee9e53338
add renewed headers (#588) 2021-02-10 08:37:08 -08:00
Yaron Schneider 71c4525b2c
Refactor invoke and remove deprecated commands (#492)
* refactor invoke and remove deprecated commands

* fix lint

* fix lint

* add delete and put tests
2020-10-16 10:49:13 -07:00
Mukundan Sundararajan e2e592943f
Add UTs for publish and invoke (#477)
* Refactor publish, invoke and add tests

* remove process from interface

* address review comments

* rename invoke methods.
2020-10-09 19:03:39 -07:00