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

Remove database connection during query init #3128

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

Remove database connection during query init #3128

wants to merge 92 commits into from

Commits on May 23, 2024

  1. Preflight checks

    greenape committed May 23, 2024
    Configuration menu
    Copy the full SHA
    ba7f5c3 View commit details
    Browse the repository at this point in the history
  2. Fixup

    greenape committed May 23, 2024
    Configuration menu
    Copy the full SHA
    7978db5 View commit details
    Browse the repository at this point in the history
  3. Run preflight in get_query

    greenape committed May 23, 2024
    Configuration menu
    Copy the full SHA
    0076706 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd1d05c View commit details
    Browse the repository at this point in the history
  5. Need the class for mro

    greenape committed May 23, 2024
    Configuration menu
    Copy the full SHA
    1428e83 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    370a92c View commit details
    Browse the repository at this point in the history
  7. Limit the default tables

    greenape committed May 23, 2024
    Configuration menu
    Copy the full SHA
    aa09330 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4adaeac View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3056640 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3446e70 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4d557d8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1b4b901 View commit details
    Browse the repository at this point in the history
  13. Syntax, fix tests

    greenape committed May 23, 2024
    Configuration menu
    Copy the full SHA
    a9e0757 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b6c8413 View commit details
    Browse the repository at this point in the history
  15. Disallow None for start/stop

    greenape committed May 23, 2024
    Configuration menu
    Copy the full SHA
    f4802a8 View commit details
    Browse the repository at this point in the history
  16. Small fixups

    greenape committed May 23, 2024
    Configuration menu
    Copy the full SHA
    5a75692 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9e21ef2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    26c964d View commit details
    Browse the repository at this point in the history
  19. Update tests

    greenape committed May 23, 2024
    Configuration menu
    Copy the full SHA
    6e556ac View commit details
    Browse the repository at this point in the history
  20. Update table names in test

    greenape committed May 23, 2024
    Configuration menu
    Copy the full SHA
    93e54e1 View commit details
    Browse the repository at this point in the history
  21. Match original table order

    greenape committed May 23, 2024
    Configuration menu
    Copy the full SHA
    3a9b2ae View commit details
    Browse the repository at this point in the history
  22. Update passed table in docs

    greenape committed May 23, 2024
    Configuration menu
    Copy the full SHA
    85be37c View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d33ec65 View commit details
    Browse the repository at this point in the history
  24. Sort provided tables

    greenape committed May 23, 2024
    Configuration menu
    Copy the full SHA
    0045814 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    b47d344 View commit details
    Browse the repository at this point in the history
  26. Fix fast forwarding state machine multiple times, add missing classes…

    … to sql-side touch cache
    greenape committed May 23, 2024
    Configuration menu
    Copy the full SHA
    a86895c View commit details
    Browse the repository at this point in the history
  27. Match cache half life

    greenape committed May 23, 2024
    Configuration menu
    Copy the full SHA
    f809daa View commit details
    Browse the repository at this point in the history
  28. Preflight subs table

    greenape committed May 23, 2024
    Configuration menu
    Copy the full SHA
    43faa71 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    bc7342e View commit details
    Browse the repository at this point in the history
  30. Update fm tests

    greenape committed May 23, 2024
    Configuration menu
    Copy the full SHA
    8c7bf49 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    d97c76f View commit details
    Browse the repository at this point in the history
  32. Handle None table case

    greenape committed May 23, 2024
    Configuration menu
    Copy the full SHA
    a4e9693 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    7f464ff View commit details
    Browse the repository at this point in the history
  34. Fix table name typo

    greenape committed May 23, 2024
    Configuration menu
    Copy the full SHA
    07dc063 View commit details
    Browse the repository at this point in the history
  35. Syntax for touch_cache

    greenape committed May 23, 2024
    Configuration menu
    Copy the full SHA
    68b2cc9 View commit details
    Browse the repository at this point in the history
  36. Syntax for sort

    greenape committed May 23, 2024
    Configuration menu
    Copy the full SHA
    9c13057 View commit details
    Browse the repository at this point in the history
  37. Wrap in subquery

    greenape committed May 23, 2024
    Configuration menu
    Copy the full SHA
    b72b207 View commit details
    Browse the repository at this point in the history
  38. Missing bracket

    greenape committed May 23, 2024
    Configuration menu
    Copy the full SHA
    adadf5b View commit details
    Browse the repository at this point in the history
  39. Add missing cast

    greenape committed May 23, 2024
    Configuration menu
    Copy the full SHA
    aef870e View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    1bce844 View commit details
    Browse the repository at this point in the history
  41. Missed a bracket

    greenape committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d6d5920 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    86e6c22 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    1efdd5e View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    c20f4a9 View commit details
    Browse the repository at this point in the history
  45. Correct import

    greenape committed May 23, 2024
    Configuration menu
    Copy the full SHA
    3f8ed90 View commit details
    Browse the repository at this point in the history
  46. Update CHANGELOG.md

    greenape committed May 23, 2024
    Configuration menu
    Copy the full SHA
    96ca0eb View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    d9d08e7 View commit details
    Browse the repository at this point in the history
  48. Update CHANGELOG.md

    greenape committed May 23, 2024
    Configuration menu
    Copy the full SHA
    c3507a4 View commit details
    Browse the repository at this point in the history
  49. Handle empty table list

    greenape committed May 23, 2024
    Configuration menu
    Copy the full SHA
    4baea78 View commit details
    Browse the repository at this point in the history
  50. Add missing arg

    greenape committed May 23, 2024
    Configuration menu
    Copy the full SHA
    0c6f125 View commit details
    Browse the repository at this point in the history
  51. Fix columns check

    greenape committed May 23, 2024
    Configuration menu
    Copy the full SHA
    1b78892 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    c048210 View commit details
    Browse the repository at this point in the history
  53. Fixups after rebase

    greenape committed May 23, 2024
    Configuration menu
    Copy the full SHA
    8c50b3b View commit details
    Browse the repository at this point in the history
  54. Fix another rebase change

    greenape committed May 23, 2024
    Configuration menu
    Copy the full SHA
    61ed2fd View commit details
    Browse the repository at this point in the history
  55. More rebase issues

    greenape committed May 23, 2024
    Configuration menu
    Copy the full SHA
    5a6bb11 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    d4a2e85 View commit details
    Browse the repository at this point in the history
  57. Finish then write meta

    greenape committed May 23, 2024
    Configuration menu
    Copy the full SHA
    102dbf5 View commit details
    Browse the repository at this point in the history
  58. Supply columns for Table

    greenape committed May 23, 2024
    Configuration menu
    Copy the full SHA
    faebea2 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    f906ed0 View commit details
    Browse the repository at this point in the history
  60. Update approval test

    greenape committed May 23, 2024
    Configuration menu
    Copy the full SHA
    e2434bc View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    23b2728 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    8f2d3c5 View commit details
    Browse the repository at this point in the history
  63. lint

    greenape committed May 23, 2024
    Configuration menu
    Copy the full SHA
    2584008 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    6888c06 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Merge branch 'master' into asyncio

    # Conflicts:
    #	flowmachine/tests/functional_tests/approved_files/test_sql_strings_and_results.test_daily_location_4_sql.approved.txt
    #	flowmachine/tests/functional_tests/approved_files/test_sql_strings_and_results.test_daily_location_6_sql.approved.txt
    #	flowmachine/tests/server/test_action_handlers.py
    #	flowmachine/tests/test_query_object_construction.test_construct_query.approved.txt
    greenape committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    6c1cf3b View commit details
    Browse the repository at this point in the history
  2. Make FlowDBTable abstract

    greenape committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    0b5cf0c View commit details
    Browse the repository at this point in the history
  3. Cache protected classes

    greenape committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    db6c404 View commit details
    Browse the repository at this point in the history
  4. Correct doctsring

    greenape committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    95bf78b View commit details
    Browse the repository at this point in the history
  5. Fix column name typos

    greenape committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    8d1eb11 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0ce6a55 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dbbca00 View commit details
    Browse the repository at this point in the history
  8. Dedupe tables

    greenape committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    a6bfdd8 View commit details
    Browse the repository at this point in the history
  9. Simplify hooks iteration

    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    greenape and coderabbitai[bot] authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    aece3d9 View commit details
    Browse the repository at this point in the history
  10. Remove a couple of unused imports

    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    greenape and coderabbitai[bot] authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    f317937 View commit details
    Browse the repository at this point in the history
  11. Fix dodgy suggestion

    greenape committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    0de3df1 View commit details
    Browse the repository at this point in the history
  12. Lint

    greenape committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    137d886 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ddd660d View commit details
    Browse the repository at this point in the history
  14. Update approval tests

    greenape committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    a57e843 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8a09e6c View commit details
    Browse the repository at this point in the history
  16. Update table param

    greenape committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    37de99e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1d77308 View commit details
    Browse the repository at this point in the history
  18. Pass up preflight errors, fix error test

    The order that the preflight errors are in is nondeterministic for dependencies of the same level in the tree
    greenape committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    52c0bdc View commit details
    Browse the repository at this point in the history
  19. Fix typo in example

    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    greenape and coderabbitai[bot] authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    302abc7 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e1510e0 View commit details
    Browse the repository at this point in the history
  21. Add missing mpl headers

    greenape committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    267fac5 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    36b6b3e View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    fea6c74 View commit details
    Browse the repository at this point in the history
  24. Correct test name

    greenape authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    489c94e View commit details
    Browse the repository at this point in the history
  25. Add missing columns arg

    greenape committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    22fd099 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Update default schema test

    greenape committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    9a60732 View commit details
    Browse the repository at this point in the history
  2. Types for tables

    greenape committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    bb04fb8 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

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