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

Setup new Node class to improve consistency of node usage in dlg-engine #283

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

Commits on Sep 13, 2024

  1. Node Class: Setup new node class to improve consistency of computing …

    …node description throughout dlg-engine.
    myxie committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    1c6acca View commit details
    Browse the repository at this point in the history
  2. Node Class: Update REST interface to hide JSON node representation

    - rest.py acts as the interface between the JSON/string representation of nodes, and the DropManagers, which should only use the Node class from now on.
    
    Note: This will not successfully deploy a graph, as the translator is not functional with the new information.
    myxie committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    c094e83 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Node Class: Successfully use Nodes class for non-partitioned example.

    - Test with HelloWorld-Simple and ArrayLoop graphs.
    - Unittests appear to work as well
    myxie committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    a87b5f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

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

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    0392522 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d90d053 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33e1f89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6441cc7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf55fb3 View commit details
    Browse the repository at this point in the history
  6. Node Class: Reinstate all tests

    myxie committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    895c228 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. LIU-406: Code review updates

    myxie committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    77fcc00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f973ba3 View commit details
    Browse the repository at this point in the history