Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Add auth and audit for namespac #236

Merged
merged 2 commits into from
Nov 24, 2023

:sparkles: Update namespace member database name

459d95c
Select commit
Loading
Failed to load commit list.
Merged

✨ Add auth and audit for namespac #236

:sparkles: Update namespace member database name
459d95c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 24, 2023 in 1s

34.03% (-1.90%) compared to f811171

View this Pull Request on Codecov

34.03% (-1.90%) compared to f811171

Details

Codecov Report

Attention: 149 lines in your changes are missing coverage. Please review.

Comparison is base (f811171) 35.93% compared to head (459d95c) 34.03%.

Files Patch % Lines
pkg/handlers/namespaces/namespaces_members_add.go 0.00% 32 Missing ⚠️
pkg/dal/dao/namespace_member.go 0.00% 29 Missing ⚠️
pkg/handlers/repositories/repositories_delete.go 0.00% 16 Missing ⚠️
pkg/handlers/repositories/repositories_get.go 0.00% 14 Missing ⚠️
pkg/handlers/tags/tags_list.go 0.00% 14 Missing ⚠️
pkg/handlers/tags/tags_delete.go 14.28% 9 Missing and 3 partials ⚠️
pkg/handlers/tags/tags_get.go 14.28% 9 Missing and 3 partials ⚠️
pkg/handlers/repositories/repositories_post.go 0.00% 6 Missing ⚠️
pkg/dal/dao/repository.go 0.00% 5 Missing ⚠️
pkg/handlers/repositories/handler.go 40.00% 2 Missing and 1 partial ⚠️
... and 3 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #236      +/-   ##
==========================================
- Coverage   35.93%   34.03%   -1.90%     
==========================================
  Files         128      127       -1     
  Lines        8421     8368      -53     
==========================================
- Hits         3026     2848     -178     
- Misses       5125     5262     +137     
+ Partials      270      258      -12     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.