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: learn-co-curriculum/python-p3-freebie-tracker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: regina678/python-p3-freebie-tracker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 9 files changed
  • 1 contributor

Commits on May 27, 2025

  1. Configure Alembic to use Base metadata from models.py for migration a…

    …utogeneration
    Regina Wanjiru Kariuki
    Regina Wanjiru Kariuki committed May 27, 2025
    Configuration menu
    Copy the full SHA
    a12e243 View commit details
    Browse the repository at this point in the history
  2. Add Alembic migration template for tracking schema changes

    Regina Wanjiru Kariuki
    Regina Wanjiru Kariuki committed May 27, 2025
    Configuration menu
    Copy the full SHA
    c91c76e View commit details
    Browse the repository at this point in the history
  3. Configure alembic.ini for SQLite and migration script settings

    Regina Wanjiru Kariuki
    Regina Wanjiru Kariuki committed May 27, 2025
    Configuration menu
    Copy the full SHA
    ea14ad1 View commit details
    Browse the repository at this point in the history
  4. Add SQLAlchemy models for Company, Dev, and Freebie with relationship…

    …s and methods
    Regina Wanjiru Kariuki
    Regina Wanjiru Kariuki committed May 27, 2025
    Configuration menu
    Copy the full SHA
    77ef31b View commit details
    Browse the repository at this point in the history
  5. Add database seeding script with sample companies, devs, and freebies

    Regina Wanjiru Kariuki
    Regina Wanjiru Kariuki committed May 27, 2025
    Configuration menu
    Copy the full SHA
    7ff60ff View commit details
    Browse the repository at this point in the history
  6. Add default Alembic env.py configuration for migration setup

    Regina Wanjiru Kariuki
    Regina Wanjiru Kariuki committed May 27, 2025
    Configuration menu
    Copy the full SHA
    de6a8c9 View commit details
    Browse the repository at this point in the history
  7. Add Alembic migration script template with upgrade and downgrade stubs

    Regina Wanjiru Kariuki
    Regina Wanjiru Kariuki committed May 27, 2025
    Configuration menu
    Copy the full SHA
    8a17bbd View commit details
    Browse the repository at this point in the history
  8. Add generic Alembic configuration file with logging and migration set…

    …tings
    Regina Wanjiru Kariuki
    Regina Wanjiru Kariuki committed May 27, 2025
    Configuration menu
    Copy the full SHA
    3148122 View commit details
    Browse the repository at this point in the history
  9. encrypted file

    Regina Wanjiru Kariuki
    Regina Wanjiru Kariuki committed May 27, 2025
    Configuration menu
    Copy the full SHA
    121a576 View commit details
    Browse the repository at this point in the history
Loading