-
Notifications
You must be signed in to change notification settings - Fork 11
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
Changed the the entity_type
kwarg to table_name
#111 and register_entity
now throws exception if user hasn't passed table_name
#91
#112
Conversation
…n not passing entity_type argument
…n on not passing 'entity_type' argument joegasewicz#91
…tity_type' parameter joegasewicz#91
…tity_type' parameter joegasewicz#91
Codecov Report
@@ Coverage Diff @@
## master #112 +/- ##
==========================================
- Coverage 88.93% 88.05% -0.88%
==========================================
Files 7 7
Lines 262 268 +6
Branches 29 31 +2
==========================================
+ Hits 233 236 +3
- Misses 23 25 +2
- Partials 6 7 +1
Continue to review full report at Codecov.
|
register_entity
now throw exception if user hasn't passed a entity_type
#91entity_type
kwarg to table_name
#111 and register_entity
now throws exception if user hasn't passed table_name
#91
Nice work @kousikmitra, thank you. |
The API is now looking much better already, thanks |
@joegasewicz Thanks. Can you please take a look what is the issue with Codacy? |
|
@kousikmitra can you run |
Do I need any extra modules for this? |
@joegasewicz why is it showing |
can you install Sphinx & ill update the Pipfile in my PR, thanks |
I have added your email to our codacy organization. |
How can I access this? Edit: Can you please check what is the problem with CHANGELOG.md file? |
https://app.codacy.com/manual/joegasewicz/Flask-JWT-Router/dashboard?bid=15313481 |
@kousikmitra let mew know when you have had enough and ill merge your PR in lol |
Sorry meant to comment and closed by mistake. |
@kousikmitra let me know when you're happy with the PR & ill merge in, thanks |
it's was checking fora |
Please add: To update docs run:
|
Thanks @kousikmitra, great work! |
entity_type
kwarg totable_name
entity_type
kwargsregister_entity
throws an exception on not passing thetable_name
keyKeyError
exception inregister_entity
function ofFlaskJWTRouter
class if user doesn't pass atable_name