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

Refactor PSQL incident store into ORM (SQLAlchemy) #211

Merged
merged 7 commits into from
Jul 11, 2024

Commits on Jul 10, 2024

  1. Initial migration to sqlalchemy

    Signed-off-by: Jonah Sussman <sussmanjonah@gmail.com>
    JonahSussman committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    52c7786 View commit details
    Browse the repository at this point in the history
  2. Fixed utf-8 encoding and switched to pg16

    Signed-off-by: Jonah Sussman <sussmanjonah@gmail.com>
    JonahSussman committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    2c98168 View commit details
    Browse the repository at this point in the history
  3. Added unmodified reports

    Signed-off-by: JonahSussman <sussmanjonah@gmail.com>
    JonahSussman committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    ad64d75 View commit details
    Browse the repository at this point in the history
  4. Fixed some logs

    Signed-off-by: JonahSussman <sussmanjonah@gmail.com>
    JonahSussman committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    b824be0 View commit details
    Browse the repository at this point in the history
  5. Fixed trunk errors

    Signed-off-by: JonahSussman <sussmanjonah@gmail.com>
    JonahSussman committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    4206598 View commit details
    Browse the repository at this point in the history
  6. Implemented report_id and SQLite provider

    Signed-off-by: JonahSussman <sussmanjonah@gmail.com>
    JonahSussman committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    bcc4d00 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Removed extraneous comment

    Signed-off-by: JonahSussman <sussmanjonah@gmail.com>
    JonahSussman committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    cdcdf62 View commit details
    Browse the repository at this point in the history