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
264 stars 34 forks source link

fix: create only one invitation for a user in an org #634

Closed kushsharma closed 4 months ago

kushsharma commented 4 months ago

Creating an invitation for a user in an org for which an invitation already exists and it's not expired will resend the existing invite.

vercel[bot] commented 4 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 29, 2024 11:58am
coveralls commented 4 months ago

Pull Request Test Coverage Report for Build 9285619550

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
internal/api/v1beta1/user.go 18 19 94.74%
core/audit/service.go 1 3 33.33%
internal/store/postgres/invitation_repository.go 3 6 50.0%
core/invitation/service.go 0 30 0.0%
<!-- Total: 39 75 52.0% -->
Files with Coverage Reduction New Missed Lines %
internal/api/v1beta1/user.go 1 47.64%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 9265904624: 0.01%
Covered Lines: 9560
Relevant Lines: 102328

💛 - Coveralls