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

Memory improvements (2/3): Migrate core Covalent to new data access layer #1729

Merged
merged 52 commits into from
Oct 19, 2023

Commits on Sep 24, 2023

  1. Configuration menu
    Copy the full SHA
    39a1598 View commit details
    Browse the repository at this point in the history
  2. Mem (1/3): Fix schemas

    cjao committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    9389b3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23761a7 View commit details
    Browse the repository at this point in the history
  4. Mem (1/3): DAL PR: fix tests

    Introduce temporary implementations of `update._node` and
    `update.lattice_data`. These will be removed once core covalent is
    transitioned to the new DAL.
    cjao committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    69def08 View commit details
    Browse the repository at this point in the history
  5. Mem (1/3): Fix requirements workflow

    Change abs imports to rel imports. Needed to please pip-missing-reqs.
    cjao committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    f942531 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4693404 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8bb0adb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b18db33 View commit details
    Browse the repository at this point in the history
  9. Mem (1/3): update changelog

    cjao committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    f792432 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Mem (1/3): Core DAL improvements

    - Improve type hints
    cjao committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    cb8ae1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9edb062 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd09f89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a5152d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17a6785 View commit details
    Browse the repository at this point in the history
  6. Mem (2/3): Revert "DAL PR: temporarily redirect core dispatcher tests"

    This reverts commit 388df38236ebec7555ec7e83ffc1834427b46650.
    cjao committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    6d254e1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c99805a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eb04d44 View commit details
    Browse the repository at this point in the history
  9. Mem (2/3): redirect dispatcher to in-memory runner

    Make API endpoints restful
    
    Cancel all dispatches upon shutdown
    cjao committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    ccf9aaf View commit details
    Browse the repository at this point in the history
  10. Mem (2/3): Update changelog

    cjao committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    047ed01 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Synced with develop

    kessler-frost committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    a7cd026 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    c923381 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9b8d39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1933955 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5db68a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83a06c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. changes after reviewing

    kessler-frost committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    1008312 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. synced with develop

    kessler-frost committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    d8c427e View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    a154967 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef78b7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c695aa3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c317a18 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'memory-improvements-pr-2' of github.com:AgnostiqHQ/cova…

    …lent into memory-improvements-pr-2
    kessler-frost committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    eea43b7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4f0ba0a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7f6babc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    49e5f3e View commit details
    Browse the repository at this point in the history
  9. fixing tests

    kessler-frost committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    8d48180 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. fixing tests

    kessler-frost committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    4a1ef38 View commit details
    Browse the repository at this point in the history
  2. fixing tests

    kessler-frost committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    568cfe4 View commit details
    Browse the repository at this point in the history
  3. fixing tests

    kessler-frost committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    4bf18ae View commit details
    Browse the repository at this point in the history
  4. fixing tests

    kessler-frost committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    f779cec View commit details
    Browse the repository at this point in the history
  5. fixing tests

    kessler-frost committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    9702de2 View commit details
    Browse the repository at this point in the history
  6. fixing tests

    kessler-frost committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    4d11867 View commit details
    Browse the repository at this point in the history
  7. fixing tests

    kessler-frost committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    218c0e8 View commit details
    Browse the repository at this point in the history
  8. fixing tests

    kessler-frost committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    e861daa View commit details
    Browse the repository at this point in the history
  9. fixing tests

    kessler-frost committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    3406f22 View commit details
    Browse the repository at this point in the history
  10. fixing tests

    kessler-frost committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    ae51050 View commit details
    Browse the repository at this point in the history
  11. fixing tests

    kessler-frost committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    d2c4640 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    13288de View commit details
    Browse the repository at this point in the history
  13. Fix UI backend tests

    cjao committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    6664036 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    28da4f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4979e0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbfdd22 View commit details
    Browse the repository at this point in the history