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: template does not follow RFC3339 time format #639

Closed ifplusor closed 1 year ago

ifplusor commented 1 year ago

What problem does this PR solve?

template does not follow the RFC3339 time format.

Problem Summary

What is changed and how does it work?

Check List

Tests

codecov[bot] commented 1 year ago

Codecov Report

Merging #639 (f3da796) into main (ee76217) will decrease coverage by 5.84%. Report is 101 commits behind head on main. The diff coverage is 3.63%.

:exclamation: Current head f3da796 differs from pull request most recent head 16429d8. Consider uploading reports for the commit 16429d8 to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #639      +/-   ##
==========================================
- Coverage   57.07%   51.24%   -5.84%     
==========================================
  Files         190      259      +69     
  Lines       15191    19514    +4323     
==========================================
+ Hits         8670     9999    +1329     
- Misses       5884     8698    +2814     
- Partials      637      817     +180     
Flag Coverage Δ
unittests 51.24% <3.63%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
api/errors/app.go 30.90% <ø> (ø)
lib/bytes/escape.go 54.46% <ø> (ø)
lib/bytes/io.go 0.00% <ø> (ø)
lib/bytes/parse.go 7.14% <ø> (ø)
lib/bytes/unsafe.go 100.00% <ø> (ø)
lib/bytes/utf8.go 11.11% <ø> (ø)
lib/json/path/parse.go 49.41% <ø> (ø)
lib/json/path/path.go 0.00% <ø> (ø)
lib/json/path/segment.go 0.00% <ø> (ø)
lib/json/path/selector.go 0.00% <ø> (ø)
... and 30 more

... and 393 files with indirect coverage changes


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 3c31d91...16429d8. Read the comment docs.