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

Binding DB sessions based on SQLAlchemy 1, changing how to declare Base Model classes, and other code modernization #5

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Feb 24, 2024

  1. Binding DB sessions based on SQLAlchemy 1, changing how to declare Ba…

    …se Model classes, and other code modernization
    
    - DB session binding based on SQLAlchemy 2, Base Model class declaration method change
    - Reflected select, delete code based on SQLAlchemy 2
    - Changed how to declare Model class based on SQLAlchemy 2
    - Fixed issue with social connection termination
    - Fixed import errors found in several examples
    - Added pyproject.toml file after removing setup.py due to the introduction of PEP 517/518
    - Fixed minimum installed version to Python 3.7
    이지호 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    b8cc12c View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. flake8 add

    search5 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    a911776 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0a118c View commit details
    Browse the repository at this point in the history
  3. coderabbit result apply

    search5 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    301aa08 View commit details
    Browse the repository at this point in the history
  4. coderabbit result apply

    search5 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    b79c985 View commit details
    Browse the repository at this point in the history
  5. strategy conflict fix

    search5 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    5339a79 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2244c80 View commit details
    Browse the repository at this point in the history
  7. six usage remove

    search5 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    c6c2209 View commit details
    Browse the repository at this point in the history
  8. conflict fix

    search5 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    cb7bed5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0dac011 View commit details
    Browse the repository at this point in the history
  10. check-json remove

    search5 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    232c2f8 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'feature/sqlalchemy2' of github.com:search5/social-app-c…

    …herrypy into feature/sqlalchemy2
    search5 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    350d9a3 View commit details
    Browse the repository at this point in the history