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!: use abstract interface for DB #378

Merged
merged 35 commits into from
Dec 4, 2023
Merged

feat!: use abstract interface for DB #378

merged 35 commits into from
Dec 4, 2023

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    6fe33c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. wip: add db interface

    jsstevenson committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    0147148 View commit details
    Browse the repository at this point in the history
  2. more

    jsstevenson committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    9f1307d View commit details
    Browse the repository at this point in the history
  3. .

    jsstevenson committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    c635d8a View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. some name updates

    jsstevenson committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    909752f View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. .

    jsstevenson committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    2f262ac View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    2d1dcd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23c40fa View commit details
    Browse the repository at this point in the history
  3. .

    jsstevenson committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    cbdd7da View commit details
    Browse the repository at this point in the history
  4. .

    jsstevenson committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    c6efbb4 View commit details
    Browse the repository at this point in the history
  5. more progress

    jsstevenson committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    a27d679 View commit details
    Browse the repository at this point in the history
  6. .

    jsstevenson committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    fab6573 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6da8e4d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4cedf2b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2aa86cc View commit details
    Browse the repository at this point in the history
  10. .

    jsstevenson committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    89555fa View commit details
    Browse the repository at this point in the history
  11. .

    jsstevenson committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    0011ba3 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    211f7ae View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. .

    jsstevenson committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    df00b0e View commit details
    Browse the repository at this point in the history
  2. fix enum

    jsstevenson committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    3473286 View commit details
    Browse the repository at this point in the history
  3. .

    jsstevenson committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    05555fe View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. .

    jsstevenson committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    3f91091 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53cadf0 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    fd2e1db View commit details
    Browse the repository at this point in the history
  2. fix bugs

    jsstevenson committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    6dcdc30 View commit details
    Browse the repository at this point in the history
  3. .

    jsstevenson committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    2282e00 View commit details
    Browse the repository at this point in the history
  4. .

    jsstevenson committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    324d7f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. clean up tests

    jsstevenson committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    d845770 View commit details
    Browse the repository at this point in the history
  2. mypy

    jsstevenson committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    a714ef0 View commit details
    Browse the repository at this point in the history
  3. Fix name

    jsstevenson committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    77ecc76 View commit details
    Browse the repository at this point in the history
  4. remove noqa

    jsstevenson committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    a505d22 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Update src/therapy/database/database.py

    Co-authored-by: Kori Kuzma <korikuzma@gmail.com>
    jsstevenson and korikuzma authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    25c48d1 View commit details
    Browse the repository at this point in the history
  2. .

    jsstevenson committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    4a451e3 View commit details
    Browse the repository at this point in the history
  3. remove doc types

    jsstevenson committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    4720b29 View commit details
    Browse the repository at this point in the history
  4. fix spacing

    jsstevenson committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    a36cabd View commit details
    Browse the repository at this point in the history