raystack / frontier

Frontier is an all-in-one user management platform that provides identity, access and billing management to help organizations secure their systems and data. (Open source alternative to Clerk)
https://raystack-frontier.vercel.app/
Apache License 2.0
250 stars 32 forks source link

feat: accept stripe webhooks events to sync state faster #622

Closed kushsharma closed 1 month ago

kushsharma commented 2 months ago
vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
frontier ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 19, 2024 1:48pm
coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 9148133038

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
core/event/listener.go 0 1 0.0%
internal/api/v1beta1/v1beta1.go 0 1 0.0%
cmd/serve.go 0 3 0.0%
internal/store/postgres/billing_customer_repository.go 0 5 0.0%
pkg/server/interceptors/enrich.go 0 5 0.0%
billing/customer/customer.go 0 7 0.0%
internal/store/postgres/billing_checkout_repository.go 0 8 0.0%
billing/customer/service.go 0 12 0.0%
billing/checkout/service.go 0 13 0.0%
internal/api/v1beta1/billing_webhook.go 0 14 0.0%
<!-- Total: 1 570 0.18% -->
Files with Coverage Reduction New Missed Lines %
proto/v1beta1/frontier_grpc.pb.go 1 0.0%
proto/v1beta1/frontier.pb.gw.go 2 0.0%
<!-- Total: 3 -->
Totals Coverage Status
Change from base Build 9108032192: -0.04%
Covered Lines: 9560
Relevant Lines: 101934

💛 - Coveralls