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

Implement get_homogeneous_pages and select_homogeneous_pages #90

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

Commits on Jul 11, 2023

  1. Impelement get_homogeneous_pages.

    Unit tests forthcoming once we're directionally aligned.
    mattalbr committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    ff21c99 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    eff5d52 View commit details
    Browse the repository at this point in the history
  2. Fix missing symbols.

    mattalbr committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    d37132b View commit details
    Browse the repository at this point in the history
  3. Fix flake8 test_paging.py

    mattalbr committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    df7466c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4843e68 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9985e4e View commit details
    Browse the repository at this point in the history
  6. Add PageRequest.

    mattalbr committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    bd486e1 View commit details
    Browse the repository at this point in the history
  7. Fix bad symbol.

    mattalbr committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    e534243 View commit details
    Browse the repository at this point in the history
  8. Extend gathered.

    mattalbr committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    5e6fd6a View commit details
    Browse the repository at this point in the history
  9. Use Union instead of |.

    mattalbr committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    f5075c3 View commit details
    Browse the repository at this point in the history
  10. Use Tuple instead of tuple.

    mattalbr committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    9aae97f View commit details
    Browse the repository at this point in the history
  11. Use Book instead of Animal.

    mattalbr committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    cbefa30 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bb86b7e View commit details
    Browse the repository at this point in the history
  13. Improve tests.

    mattalbr committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    cdd0fc2 View commit details
    Browse the repository at this point in the history
  14. Remove unused db session.

    mattalbr committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    2af1ca2 View commit details
    Browse the repository at this point in the history
  15. Exclude sqlite.

    mattalbr committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    76c2939 View commit details
    Browse the repository at this point in the history
  16. s/dburl/no_sqlite_url

    mattalbr committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    6867d83 View commit details
    Browse the repository at this point in the history
  17. s/url/dburl

    mattalbr committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    19ff009 View commit details
    Browse the repository at this point in the history
  18. Fix for loop variable.

    mattalbr committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    abdef8a View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    a5514cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7a34f5 View commit details
    Browse the repository at this point in the history
  3. NamedTuple is immutable.

    mattalbr committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    2f4f4bd View commit details
    Browse the repository at this point in the history
  4. Trailing whitespace.

    mattalbr committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    3909554 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3393641 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f985063 View commit details
    Browse the repository at this point in the history
  7. Debugging info.

    mattalbr committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    e5feac2 View commit details
    Browse the repository at this point in the history
  8. Testing.

    mattalbr committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    46248d2 View commit details
    Browse the repository at this point in the history
  9. Add before preparing paging.

    mattalbr committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    c5a606e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3ccdd3e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0e7cc0b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1378936 View commit details
    Browse the repository at this point in the history
  13. Make test homogeneous.

    mattalbr committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    b610c69 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d46719f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bdac930 View commit details
    Browse the repository at this point in the history
  16. flake8 fixes.

    mattalbr committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    1127c0f View commit details
    Browse the repository at this point in the history
  17. More flake8.

    mattalbr committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    24943ea View commit details
    Browse the repository at this point in the history
  18. Convert deque to list.

    mattalbr committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    5bb4c5d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    29985c4 View commit details
    Browse the repository at this point in the history
  20. Flake 8 violations.

    mattalbr committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    87a6a08 View commit details
    Browse the repository at this point in the history
  21. Fix default.

    mattalbr committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    993e45f View commit details
    Browse the repository at this point in the history
  22. non-default before default.

    mattalbr committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    23ec6da View commit details
    Browse the repository at this point in the history
  23. Add page_identifier

    mattalbr committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    aff47d8 View commit details
    Browse the repository at this point in the history
  24. filter -> where.

    mattalbr committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    dfee9dd View commit details
    Browse the repository at this point in the history
  25. Add debugging.

    mattalbr committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    403a397 View commit details
    Browse the repository at this point in the history
  26. Fix select statements.

    mattalbr committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    ead71a3 View commit details
    Browse the repository at this point in the history
  27. Go back to Book orm.

    mattalbr committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    685fca4 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. add a print statement.

    mattalbr committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    ccb3e91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f62fba View commit details
    Browse the repository at this point in the history
  3. flake8

    mattalbr committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    43694f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34c41b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db47749 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    90e9ae7 View commit details
    Browse the repository at this point in the history
  7. flake8.

    mattalbr committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    8ecb334 View commit details
    Browse the repository at this point in the history
  8. One more test.

    mattalbr committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    6c33a0f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e230d1a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0917ceb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    719440c View commit details
    Browse the repository at this point in the history
  12. flake8

    mattalbr committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    e192516 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6b596a5 View commit details
    Browse the repository at this point in the history
  14. Add a test.

    mattalbr committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    806ef9d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    fa5fd49 View commit details
    Browse the repository at this point in the history
  16. flake8

    mattalbr committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    1b9133b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1909b8e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1af24f8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a13e1b2 View commit details
    Browse the repository at this point in the history
  20. Use raw_cols instead

    mattalbr committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    ca3e0d3 View commit details
    Browse the repository at this point in the history
  21. Try outer select.

    mattalbr committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    2a9baef View commit details
    Browse the repository at this point in the history
  22. flake8

    mattalbr committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    2b8ceeb View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b94a6e4 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    bebaea3 View commit details
    Browse the repository at this point in the history
  25. Add extra columns.

    mattalbr committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    ad4548f View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    cf67e5d View commit details
    Browse the repository at this point in the history
  27. Use column_descriptions.

    mattalbr committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    fb1259c View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    e520f2e View commit details
    Browse the repository at this point in the history
  29. Add logging.

    mattalbr committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    a00da44 View commit details
    Browse the repository at this point in the history
  30. Compare quoted to quoted.

    mattalbr committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    106d0fa View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    1af4901 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Print page_to_rows.

    mattalbr committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    7209925 View commit details
    Browse the repository at this point in the history
  2. Order outer select.

    mattalbr committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    44eb2ee View commit details
    Browse the repository at this point in the history
  3. Fix extra columns kinda.

    mattalbr committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    b98d364 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    014e1c5 View commit details
    Browse the repository at this point in the history
  5. Try to fix f string.

    mattalbr committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    f080b0d View commit details
    Browse the repository at this point in the history
  6. Bail on f string.

    mattalbr committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    6de382d View commit details
    Browse the repository at this point in the history
  7. Try using .c

    mattalbr committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    3328025 View commit details
    Browse the repository at this point in the history
  8. Select *

    mattalbr committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    5f22343 View commit details
    Browse the repository at this point in the history
  9. Let's try .columns?

    mattalbr committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    e4f4c8b View commit details
    Browse the repository at this point in the history
  10. Try subquery.

    mattalbr committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    948ab10 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fbdc607 View commit details
    Browse the repository at this point in the history
  12. Fix spelling mistake.

    mattalbr committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    6d33e3d View commit details
    Browse the repository at this point in the history
  13. Compare __dict__

    mattalbr committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    ac95966 View commit details
    Browse the repository at this point in the history
  14. Remove known bad assertions.

    mattalbr committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    ddc3fdc View commit details
    Browse the repository at this point in the history
  15. Fix non-orm assertions.

    mattalbr committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    8dcfe3f View commit details
    Browse the repository at this point in the history
  16. Fix hasattr

    mattalbr committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    9aea2d6 View commit details
    Browse the repository at this point in the history
  17. hasattr didn't work.

    mattalbr committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    ac61edd View commit details
    Browse the repository at this point in the history
  18. Remove bad print.

    mattalbr committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    1ce0889 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    38d6e68 View commit details
    Browse the repository at this point in the history
  20. More print info.

    mattalbr committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    61d1db6 View commit details
    Browse the repository at this point in the history
  21. Test multiple ORM.

    mattalbr committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    9989b09 View commit details
    Browse the repository at this point in the history
  22. Test multi-orm core.

    mattalbr committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    0241782 View commit details
    Browse the repository at this point in the history
  23. Fix dict comparison.

    mattalbr committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    36147a9 View commit details
    Browse the repository at this point in the history
  24. skip _sa_instance_state

    mattalbr committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    821e138 View commit details
    Browse the repository at this point in the history
  25. Skip id too

    mattalbr committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    87af81b View commit details
    Browse the repository at this point in the history
  26. Skip popularity too.

    mattalbr committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    bfd7746 View commit details
    Browse the repository at this point in the history
  27. raw_columns print.

    mattalbr committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    f912cfc View commit details
    Browse the repository at this point in the history
  28. Print better

    mattalbr committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    e16e162 View commit details
    Browse the repository at this point in the history
  29. Use annotations.

    mattalbr committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    3e23a84 View commit details
    Browse the repository at this point in the history
  30. flake8

    mattalbr committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    09e62b7 View commit details
    Browse the repository at this point in the history
  31. Skip the .entity for mapper.

    mattalbr committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    b3f3dd0 View commit details
    Browse the repository at this point in the history
  32. Only use mapper for ORM.

    mattalbr committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    82b04e3 View commit details
    Browse the repository at this point in the history
  33. Skip annotations.

    mattalbr committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    bd19b19 View commit details
    Browse the repository at this point in the history
  34. flake8

    mattalbr committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    e4710dc View commit details
    Browse the repository at this point in the history
  35. Skip test.

    mattalbr committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    a551b3a View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    4fe5643 View commit details
    Browse the repository at this point in the history
  37. flake8

    mattalbr committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    a30ffb1 View commit details
    Browse the repository at this point in the history
  38. Skip order by?

    mattalbr committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    507f498 View commit details
    Browse the repository at this point in the history
  39. Use the correct selectable.

    mattalbr committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    8bd589f View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    2d54d08 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    1842d3c View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    a56ed32 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    e4fd214 View commit details
    Browse the repository at this point in the history
  44. flake8

    mattalbr committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    8f39aef View commit details
    Browse the repository at this point in the history
  45. fix symbol.

    mattalbr committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    24f21a3 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    aad8bc9 View commit details
    Browse the repository at this point in the history
  47. Use Table.

    mattalbr committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    1b81cbe View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    3760d88 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. flake8

    mattalbr committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    d7a2f5c View commit details
    Browse the repository at this point in the history
  2. Remove join in test.

    mattalbr committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    b82baed View commit details
    Browse the repository at this point in the history
  3. Run full test suite.

    mattalbr committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    bc1cd2a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8028a14 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf06942 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bd60085 View commit details
    Browse the repository at this point in the history
  7. flake8

    mattalbr committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    c667354 View commit details
    Browse the repository at this point in the history
  8. flake8

    mattalbr committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    1ec9089 View commit details
    Browse the repository at this point in the history
  9. Fix backwards.

    mattalbr committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    f0690f4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    aac2e3e View commit details
    Browse the repository at this point in the history
  11. Copy extra columns.

    mattalbr committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    6047c64 View commit details
    Browse the repository at this point in the history
  12. Fix naming.

    mattalbr committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    787436d View commit details
    Browse the repository at this point in the history
  13. fix name.

    mattalbr committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    30f90e3 View commit details
    Browse the repository at this point in the history
  14. Refactor.

    mattalbr committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    2b4da29 View commit details
    Browse the repository at this point in the history
  15. flake8

    mattalbr committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    238c442 View commit details
    Browse the repository at this point in the history
  16. Undefined orm.

    mattalbr committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    ce37b08 View commit details
    Browse the repository at this point in the history
  17. Fix typing.

    mattalbr committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    52e7d4d View commit details
    Browse the repository at this point in the history
  18. Same list copy mistake.

    mattalbr committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    8c3ed82 View commit details
    Browse the repository at this point in the history
  19. Needs distinct ordering.

    mattalbr committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    9dd17c3 View commit details
    Browse the repository at this point in the history
  20. Flake8

    mattalbr committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    91f8698 View commit details
    Browse the repository at this point in the history
  21. Fix assertion.

    mattalbr committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    473c6a7 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    57df5bc View commit details
    Browse the repository at this point in the history
  23. Fix ordering.

    mattalbr committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    61477e1 View commit details
    Browse the repository at this point in the history
  24. Fix callable.

    mattalbr committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    e72e27b View commit details
    Browse the repository at this point in the history
  25. Another property.

    mattalbr committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    f0f9ed2 View commit details
    Browse the repository at this point in the history
  26. Add one more unit test.

    mattalbr committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    61685b6 View commit details
    Browse the repository at this point in the history
  27. fix test.

    mattalbr committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    70379cd View commit details
    Browse the repository at this point in the history
  28. Fix test again.

    mattalbr committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    793710c View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    039d456 View commit details
    Browse the repository at this point in the history
  30. Flake8

    mattalbr committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    037ab1c View commit details
    Browse the repository at this point in the history
  31. flake8

    mattalbr committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    80e0f5e View commit details
    Browse the repository at this point in the history
  32. Fix orm=False

    mattalbr committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    1c45508 View commit details
    Browse the repository at this point in the history
  33. Cleanup.

    mattalbr committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    5e2980b View commit details
    Browse the repository at this point in the history
  34. Clarify version

    mattalbr committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    be87aad View commit details
    Browse the repository at this point in the history