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.28k stars 112 forks source link

feat: add ValidateEventbus api for ControllerProxy #629

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 #629 (c175866) into main (ee76217) will decrease coverage by 3.21%. Report is 91 commits behind head on main. The diff coverage is 43.94%.

:exclamation: Current head c175866 differs from pull request most recent head 840d713. Consider uploading reports for the commit 840d713 to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #629      +/-   ##
==========================================
- Coverage   57.07%   53.86%   -3.21%     
==========================================
  Files         190      225      +35     
  Lines       15191    18163    +2972     
==========================================
+ Hits         8670     9784    +1114     
- Misses       5884     7584    +1700     
- Partials      637      795     +158     
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 5c4d801...840d713. Read the comment docs.