raystack / guardian

Guardian is universal data access management tool with automated access workflows and security controls across data stores, analytical systems, and cloud products.
https://guardian.vercel.app/
Apache License 2.0
137 stars 21 forks source link

feat(approval): support search query and filter by resource type and … #391

Closed ravisuhag closed 1 year ago

ravisuhag commented 1 year ago

…account_type

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 6439919155


Changes Missing Coverage Covered Lines Changed/Added Lines %
api/handler/v1beta1/activity.go 0 1 0.0%
utils/time.go 0 1 0.0%
api/handler/v1beta1/appeal.go 40 42 95.24%
domain/activity.go 0 2 0.0%
plugins/providers/bigquery/config.go 3 5 60.0%
internal/store/postgres/approval_repository.go 55 58 94.83%
utils/struct.go 8 12 66.67%
api/handler/v1beta1/grant.go 26 33 78.79%
plugins/providers/bigquery/model.go 8 18 44.44%
core/provider/service.go 0 15 0.0%
<!-- Total: 562 928 60.56% -->
Files with Coverage Reduction New Missed Lines %
api/handler/v1beta1/grant.go 1 54.55%
internal/store/postgres/approval_repository.go 1 89.15%
plugins/providers/bigquery/activity.go 5 50.0%
<!-- Total: 7 -->
Totals Coverage Status
Change from base Build 6064664402: -0.8%
Covered Lines: 8621
Relevant Lines: 11599

💛 - Coveralls