Skip to content
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
...
head repository: gmos/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
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 23 files changed
  • 4 contributors

Commits on Feb 12, 2021

  1. Update crud_user.py

    fixed a bug when updating the user without updating the password
    kadimon authored Feb 12, 2021
    Configuration menu
    Copy the full SHA
    ab89aa2 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2021

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

Commits on Apr 21, 2021

  1. Update config.py

    ### I usually use the Python shell when I'm developing, but I cannot simple open a Python shell using the env vars because I get this error:
        pydantic.env_settings.SettingsError: error parsing JSON for "BACKEND_CORS_ORIGINS"
    
    ### How to reproduce this error:
        cd backend/app/
        export $(grep -v '^#' ../../.env | tr -d ' ' | xargs) && poetry run python
    > And inside the Python terminal:
    
        from app.core.config import settings
    robertop23 authored Apr 21, 2021
    Configuration menu
    Copy the full SHA
    170193b View commit details
    Browse the repository at this point in the history
  2. Update config.py

    robertop23 authored Apr 21, 2021
    Configuration menu
    Copy the full SHA
    6d72732 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

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

Commits on May 16, 2021

  1. Configuration menu
    Copy the full SHA
    6241b3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7522ebd View commit details
    Browse the repository at this point in the history
Loading