-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Comparing changes
Open a pull request
base repository: fastapi/full-stack-fastapi-template
base: master
head repository: mtr/full-stack-fastapi-postgresql
compare: master
- 13 commits
- 6 files changed
- 6 contributors
Commits on Aug 10, 2020
-
Fixing bug handling jwt decoding.
Trevor Currie committedAug 10, 2020 Configuration menu - View commit details
-
Copy full SHA for 29af6d6 - Browse repository at this point
Copy the full SHA 29af6d6View commit details -
Trevor Currie committed
Aug 10, 2020 Configuration menu - View commit details
-
Copy full SHA for 4e163d7 - Browse repository at this point
Copy the full SHA 4e163d7View commit details
Commits on Aug 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 14784d5 - Browse repository at this point
Copy the full SHA 14784d5View commit details
Commits on Sep 21, 2020
-
Update crud_user.py handling of password dict key
When updating a user details but not their password the password key will not be in the `update_data` dict; therefore a `KeyError` is thrown when trying to directly call the key `password`. Using `.get("password")` will instead return nothing and be evaluated as false as expected.Configuration menu - View commit details
-
Copy full SHA for 95339b1 - Browse repository at this point
Copy the full SHA 95339b1View commit details -
When updating a user details but not their password the password key will not be in the `update_data` dict; therefore a `KeyError` is thrown when trying to directly call the key `password`. Using `.get("password")` will instead return nothing and be evaluated as false as expected.Configuration menu - View commit details
-
Copy full SHA for 3dd65f0 - Browse repository at this point
Copy the full SHA 3dd65f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30fe5c0 - Browse repository at this point
Copy the full SHA 30fe5c0View commit details -
Merge pull request #1 from michaeltoohig/michaeltoohig-patch-1
Update crud_user.py KeyError
Configuration menu - View commit details
-
Copy full SHA for ac18a47 - Browse repository at this point
Copy the full SHA ac18a47View commit details
Commits on Sep 22, 2020
-
Update {{cookiecutter.project_slug}}/backend/app/app/schemas/item.py
Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2afef50 - Browse repository at this point
Copy the full SHA 2afef50View commit details
Commits on Nov 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a109165 - Browse repository at this point
Copy the full SHA a109165View commit details
Commits on Nov 15, 2020
-
Merge pull request #1 from graue70/patch-1
Fix typos and improve one formulation
Configuration menu - View commit details
-
Copy full SHA for 8be6187 - Browse repository at this point
Copy the full SHA 8be6187View commit details -
Merge pull request #2 from michaeltoohig/master
Fix KeyError in crud_user.py and add test #278
Configuration menu - View commit details
-
Copy full SHA for 45e0105 - Browse repository at this point
Copy the full SHA 45e0105View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17954b7 - Browse repository at this point
Copy the full SHA 17954b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 745570d - Browse repository at this point
Copy the full SHA 745570dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master