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

LINK-2168: Hide the Knox tokens section from the admin site #987

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

harriris-vincit
Copy link
Contributor

@harriris-vincit harriris-vincit commented Sep 16, 2024

Description

Hides Knox tokens from the Django admin site by unregistering the knox.AuthToken model. This is done because the data_analytics.DataAnalyticsApiToken model is used instead of the default model offered by the django-rest-knox package.

Closes

LINK-2168

@harriris-vincit harriris-vincit requested a review from a team September 16, 2024 13:02
Copy link

sonarcloud bot commented Sep 16, 2024

@codecov-commenter
Copy link

codecov-commenter commented Sep 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.61%. Comparing base (bacec67) to head (489fe54).
Report is 46 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #987      +/-   ##
==========================================
+ Coverage   90.37%   90.61%   +0.23%     
==========================================
  Files         393      406      +13     
  Lines       37458    38830    +1372     
==========================================
+ Hits        33851    35184    +1333     
- Misses       3607     3646      +39     

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

@harriris-vincit harriris-vincit merged commit bae087f into main Sep 17, 2024
15 of 17 checks passed
@harriris-vincit harriris-vincit deleted the fix/LINK-2168_hide-knox-tokens branch September 17, 2024 06:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants