Closed kushsharma closed 2 days 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 | Nov 6, 2024 3:46pm |
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
internal/api/v1beta1/billing_checkout.go | 0 | 1 | 0.0% | ||
internal/api/v1beta1/billing_customer.go | 0 | 1 | 0.0% | ||
core/role/service.go | 0 | 27 | 0.0% | ||
<!-- | Total: | 10 | 39 | 25.64% | --> |
Totals | |
---|---|
Change from base Build 11682366718: | 0.02% |
Covered Lines: | 7628 |
Relevant Lines: | 24727 |
Currently while updating role, frontier used to identify the deleted permissions from role and only remove them which are needed. One problem with this is if in case someone manually modifies such roles and the permissions gets out of sync, it will not try to correct them. Now it deletes all existing permissions and create the new requested on every update call.