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

[ENH] make nested queries faster #239

Merged
merged 42 commits into from
Mar 22, 2022
Merged

[ENH] make nested queries faster #239

merged 42 commits into from
Mar 22, 2022

Commits on Mar 3, 2022

  1. update to main branch

    jdkent committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    f083c84 View commit details
    Browse the repository at this point in the history
  2. readd openapi as submodule

    jdkent committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    6aca64e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea967d3 View commit details
    Browse the repository at this point in the history
  4. skip config rename step

    jdkent committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    60b7f53 View commit details
    Browse the repository at this point in the history
  5. rename to neurosynth

    jdkent committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    1025954 View commit details
    Browse the repository at this point in the history
  6. modify both readmes

    jdkent committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    95034b8 View commit details
    Browse the repository at this point in the history
  7. add top level readme

    jdkent committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    6d2ed0b View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

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

Commits on Mar 7, 2022

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

Commits on Mar 9, 2022

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

Commits on Mar 10, 2022

  1. Configuration menu
    Copy the full SHA
    1036caa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a41fa4 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. tmp: optimize nested queries

    jdkent committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    eb850da View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. bump sqlalchemy to 1.4+

    jdkent committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    34b0928 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce6588a View commit details
    Browse the repository at this point in the history
  3. remove nonworking test

    jdkent committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    8eaf765 View commit details
    Browse the repository at this point in the history
  4. change postgres to postgresql

    jdkent committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    7652bf6 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. add dataset tests

    jdkent committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    f056bcb View commit details
    Browse the repository at this point in the history
  2. track sql statements

    jdkent committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    6a2d5bf View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. add debug variable

    jdkent committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    afc7bee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9944169 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a10ea9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e9ade0 View commit details
    Browse the repository at this point in the history
  5. add orjson to requirements

    jdkent committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    b88c0d5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    68d5c30 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. add desired relationships

    jdkent committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    c7479f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9139a3f View commit details
    Browse the repository at this point in the history
  3. optimize models with nested relationships and override default when n…

    …ot getting nested data
    jdkent committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    461fffd View commit details
    Browse the repository at this point in the history
  4. clean inefficient schemas

    jdkent committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    e0b4cce View commit details
    Browse the repository at this point in the history
  5. fix boolean

    jdkent committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    6a01bf5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e4b8d2f View commit details
    Browse the repository at this point in the history
  7. add user_id to manual schema

    jdkent committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    90f24dc View commit details
    Browse the repository at this point in the history
  8. move loading strategy earlier

    jdkent committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    b6b441f View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Configuration menu
    Copy the full SHA
    25522ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9b065e View commit details
    Browse the repository at this point in the history
  3. fix image test

    jdkent committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    5cecdae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a43c52b View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. add snapshot to init

    jdkent committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    49191e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a25ac5 View commit details
    Browse the repository at this point in the history
  3. fix analyses test

    jdkent committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    01dbff5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb0919d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b68758e View commit details
    Browse the repository at this point in the history