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: EE/project-init-scripts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: EE/project-init-scripts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: copilot/add-sqlalchemy-admin-interface
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 17 files changed
  • 2 contributors

Commits on Feb 7, 2026

  1. Initial plan

    Copilot committed Feb 7, 2026
    Configuration menu
    Copy the full SHA
    1bebdfb View commit details
    Browse the repository at this point in the history
  2. Add SQLAlchemy, Flask-Migrate, and Flask-Admin to Flask init scripts

    New scripts:
    - flask/31-environ.sh: python-dotenv + example.env
    - flask/32-sqlalchemy.sh: Flask-SQLAlchemy + psycopg
    - flask/33-alembic.sh: Flask-Migrate (Alembic wrapper)
    - flask/34-admin.sh: Flask-Admin
    
    Updated:
    - flask/30-flask.sh: app.py now loads config from .env, sets up SQLAlchemy
    - flask/everything.sh: sources all new scripts
    - flask/test.sh: copies example.env before running pytest
    - .github/workflows/test.yaml: passes DATABASE_URL for Flask tests
    - flask/example/: regenerated
    - AGENTS.md: clarify rule to prevent plan-only sessions
    
    Co-authored-by: SupraSummus <15822143+SupraSummus@users.noreply.github.com>
    Copilot and SupraSummus committed Feb 7, 2026
    Configuration menu
    Copy the full SHA
    9a9e405 View commit details
    Browse the repository at this point in the history
Loading