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

Refactor package namespace according to new conventions #29

Merged
merged 1 commit into from
Oct 14, 2022

Conversation

nezhar
Copy link
Collaborator

@nezhar nezhar commented Oct 14, 2022

Renames the package to drf-multitokenauth and the package namespace to drf_multitokenauth. It also includes an upgrade guide for the next major release wich will use the new namespace.

@nezhar nezhar requested a review from beachmachine October 14, 2022 09:18
@codecov-commenter
Copy link

codecov-commenter commented Oct 14, 2022

Codecov Report

Merging #29 (3d75184) into master (5aac628) will not change coverage.
The diff coverage is 100.00%.

❗ Current head 3d75184 differs from pull request most recent head 4e3c71e. Consider uploading reports for the commit 4e3c71e to get more accurate results

@@           Coverage Diff           @@
##           master      #29   +/-   ##
=======================================
  Coverage   90.41%   90.41%           
=======================================
  Files          10       10           
  Lines         146      146           
=======================================
  Hits          132      132           
  Misses         14       14           
Impacted Files Coverage Δ
drf_multitokenauth/migrations/0001_initial.py 100.00% <ø> (ø)
...auth/migrations/0002_rename_ip_address_20160426.py 100.00% <ø> (ø)
drf_multitokenauth/serializers.py 100.00% <ø> (ø)
drf_multitokenauth/signals.py 100.00% <ø> (ø)
drf_multitokenauth/admin.py 100.00% <100.00%> (ø)
drf_multitokenauth/coreauthentication.py 65.00% <100.00%> (ø)
drf_multitokenauth/migrations/0003_pk_migration.py 80.95% <100.00%> (ø)
drf_multitokenauth/models.py 96.29% <100.00%> (ø)
drf_multitokenauth/urls.py 100.00% <100.00%> (ø)
drf_multitokenauth/views.py 95.91% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@nezhar nezhar force-pushed the refactor-namespace branch 5 times, most recently from f6f36ea to 42bb365 Compare October 14, 2022 12:31
@nezhar nezhar force-pushed the refactor-namespace branch from 42bb365 to 745acda Compare October 14, 2022 12:37
@beachmachine beachmachine merged commit 0f89dd7 into master Oct 14, 2022
@nezhar nezhar deleted the refactor-namespace branch October 14, 2022 12:53
@nezhar nezhar changed the title Refacotor package namespace according to new conventions Refactor package namespace according to new conventions Oct 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants