vanus-labs / vanus

Vanus is a Serverless, event streaming system with processing capabilities. It easily connects SaaS, Cloud Services, and Databases to help users build next-gen Event-driven Applications.
https://vanus.ai
Apache License 2.0
2.29k stars 113 forks source link

fix(gateway): can not marshal response from ValidateEventbus #630

Closed hwjiangkai closed 1 year ago

hwjiangkai commented 1 year ago

What problem does this PR solve?

Issue Number: close #xxx

Problem Summary

What is changed and how does it work?

Check List

Tests

codecov[bot] commented 1 year ago

Codecov Report

Merging #630 (f801ae7) into main (ee76217) will decrease coverage by 3.23%. Report is 92 commits behind head on main. The diff coverage is 43.94%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #630      +/-   ##
==========================================
- Coverage   57.07%   53.85%   -3.23%     
==========================================
  Files         190      225      +35     
  Lines       15191    18163    +2972     
==========================================
+ Hits         8670     9781    +1111     
- Misses       5884     7586    +1702     
- Partials      637      796     +159     
Files Changed Coverage
internal/controller/trigger/storage/storage.go ø
internal/controller/trigger/subscription/offset.go ø
...l/controller/trigger/subscription/offset/offset.go ø
...al/controller/trigger/subscription/subscription.go ø
...rnal/controller/trigger/validation/subscription.go ø
internal/controller/trigger/worker/manager.go ø
internal/controller/trigger/worker/policy.go ø
internal/controller/trigger/worker/scheduler.go ø
internal/controller/trigger/worker/worker.go ø
internal/gateway/config.go ø
... and 63 more

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 28f745f...f801ae7. Read the comment docs.