Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: db migration #3595

Merged
merged 34 commits into from
Jul 6, 2024
Merged

feat: db migration #3595

merged 34 commits into from
Jul 6, 2024

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    df09d08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bee835c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    070d908 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    320e658 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c134eab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb01e8d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    da403f3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a9b1487 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8f939cf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2fb27ad View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d88bd51 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    642c352 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d4b6b7c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    23e4d9d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    827b1e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Merge branch 'refs/heads/dev' into feat/sqlalchemy-instead-of-peewee

    # Conflicts:
    #	backend/apps/webui/models/functions.py
    #	backend/apps/webui/routers/chats.py
    jonathan-rohde committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    df47c49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5391f4c View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Merge branch 'refs/heads/dev' into feat/sqlalchemy-instead-of-peewee

    # Conflicts:
    #	backend/requirements.txt
    jonathan-rohde committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    2aecd7d View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Merge pull request #3327 from jonathan-rohde/feat/sqlalchemy-instead-…

    …of-peewee
    
    BREAKING CHANGE/sqlalchemy instead of peewee
    tjbck committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    d0e89a0 View commit details
    Browse the repository at this point in the history
  2. chore: format

    tjbck committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    647aa19 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. fix: functions

    tjbck committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    44a9b86 View commit details
    Browse the repository at this point in the history
  2. fix: functions

    tjbck committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    aa88022 View commit details
    Browse the repository at this point in the history
  3. revert: model_validate

    tjbck committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    4d23957 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Merge pull request #3621 from open-webui/dev

    dev
    tjbck committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    0d78b63 View commit details
    Browse the repository at this point in the history
  2. revert: peewee migrations

    tjbck committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    15f6f7b View commit details
    Browse the repository at this point in the history
  3. revert

    tjbck committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    bfc53b4 View commit details
    Browse the repository at this point in the history
  4. revert

    tjbck committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    1b65df3 View commit details
    Browse the repository at this point in the history
  5. refac

    tjbck committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    8646460 View commit details
    Browse the repository at this point in the history
  6. Update db.py

    tjbck committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    37a5d2c View commit details
    Browse the repository at this point in the history
  7. fix

    tjbck committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    8fe2a7b View commit details
    Browse the repository at this point in the history
  8. Update auths.py

    tjbck committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    8b13755 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Merge pull request #3668 from open-webui/dev

    dev
    tjbck committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    d60f066 View commit details
    Browse the repository at this point in the history
  2. enh: handle peewee migration

    tjbck committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    1436bb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e75150 View commit details
    Browse the repository at this point in the history