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: whythawk/full-stack-fastapi-postgresql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.8.0
Choose a base ref
...
head repository: whythawk/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
  • 6 commits
  • 77 files changed
  • 1 contributor

Commits on Aug 22, 2023

  1. Bumped to version 0.8.1

    turukawa authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    7fac471 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Fix to ensure Alembic runs

    Addresses issue [#38](#38)
    turukawa committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    083b998 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. Exposing frontend ports for development

    Fixing [#39](#39):
    
    - Exposing port 24678 for Vite on frontend in development mode.
    - Ensuring Nuxt content on `/api/_content` doesn't interfere with backend `/api/v` routes.
    - Checking for password before hashing on user creation.
    turukawa committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    75d5c14 View commit details
    Browse the repository at this point in the history
  2. Updated generated README

    turukawa committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    ffd0f6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a76587d View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Version updates & refactoring across the stack

    Updates to `backend`:
    - FastAPI 0.99 -> 0.109 (Inboard 0.51 -> 0.68)
    - Pydantic 1.10 -> 2.7.1
    
    Updates to `frontend`:
    - NuxtJS 3.6.5 -> 3.11.2
    - Nuxtjs i18n 8.0.0 RC -> 8.3.1
    
    The Pydantic change is dramatic, so please revise their [migration guide](https://docs.pydantic.dev/2.7/migration/). Similarly, [nuxt/i18n](https://i18n.nuxtjs.org/docs/getting-started) has some major quality of life improvements.
    
    This update necessitated refactoring across the stack.
    turukawa committed May 2, 2024
    Configuration menu
    Copy the full SHA
    9f9b025 View commit details
    Browse the repository at this point in the history
Loading