Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fastapi/full-stack-fastapi-template
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
Loading
...
head repository: mtr/full-stack-fastapi-postgresql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Loading
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 6 files changed
  • 6 contributors

Commits on Aug 10, 2020

  1. Fixing bug handling jwt decoding.

    Trevor Currie committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    29af6d6 View commit details
    Browse the repository at this point in the history
  2. Adding test for function.

    Trevor Currie committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    4e163d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. Update item.py

    Double properties in last comment
    Ryne777 authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    14784d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. 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.
    michaeltoohig authored Sep 21, 2020
    Configuration menu
    Copy the full SHA
    95339b1 View commit details
    Browse the repository at this point in the history
  2. Update crud_user.py

    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.
    michaeltoohig authored Sep 21, 2020
    Configuration menu
    Copy the full SHA
    3dd65f0 View commit details
    Browse the repository at this point in the history
  3. Update user test

    michaeltoohig authored Sep 21, 2020
    Configuration menu
    Copy the full SHA
    30fe5c0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from michaeltoohig/michaeltoohig-patch-1

    Update crud_user.py KeyError
    michaeltoohig authored Sep 21, 2020
    Configuration menu
    Copy the full SHA
    ac18a47 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. Update {{cookiecutter.project_slug}}/backend/app/app/schemas/item.py

    Co-authored-by: Stephen Brown II <Stephen.Brown2@gmail.com>
    Ryne777 and StephenBrown2 authored Sep 22, 2020
    Configuration menu
    Copy the full SHA
    2afef50 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Configuration menu
    Copy the full SHA
    a109165 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2020

  1. Merge pull request #1 from graue70/patch-1

    Fix typos and improve one formulation
    mtr authored Nov 15, 2020
    Configuration menu
    Copy the full SHA
    8be6187 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from michaeltoohig/master

    Fix KeyError in crud_user.py and add test #278
    mtr authored Nov 15, 2020
    Configuration menu
    Copy the full SHA
    45e0105 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from Ryne777/patch-2

    Patch 2
    mtr authored Nov 15, 2020
    Configuration menu
    Copy the full SHA
    17954b7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4 from twcurrie/jwtBug

    Jwt bug
    mtr authored Nov 15, 2020
    Configuration menu
    Copy the full SHA
    745570d View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.