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

expose engine shutdown to adapter manager and push/pushpull adapters #312

Merged
merged 13 commits into from
Jul 25, 2024

Commits on Jul 8, 2024

  1. Expose engine shutdown method for Python push-type adapters

    Co-authored-by: Artur Gajowniczek <artur.gajowniczek@point72.com>
    Signed-off-by: Adam Glustein <Adam.Glustein@Point72.com>
    AdamGlustein and argaj committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    3f2d7b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Expose engine shutdown method for Python push-type adapters

    Co-authored-by: Artur Gajowniczek <artur.gajowniczek@point72.com>
    Signed-off-by: Adam Glustein <Adam.Glustein@Point72.com>
    Signed-off-by: Gajowniczek, Artur <artur.gajowniczek@point72.com>
    2 people authored and timkpaine committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    147133c View commit details
    Browse the repository at this point in the history
  2. passing exception to engine shutdown wip

    Signed-off-by: Gajowniczek, Artur <artur.gajowniczek@point72.com>
    argaj committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    84cc40d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d096a88 View commit details
    Browse the repository at this point in the history
  4. Create PythonPassthrough exception of proper type in the shutdown_eng…

    …ine method
    
    Signed-off-by: Adam Glustein <Adam.Glustein@Point72.com>
    AdamGlustein committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    4ddc99f View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Add a test for traceback and update wiki

    Signed-off-by: Gajowniczek, Artur <artur.gajowniczek@point72.com>
    argaj committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    34a1db1 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. assert function name in traceback, shutdown engine if not an exceptio…

    …n is passed
    
    Signed-off-by: Gajowniczek, Artur <artur.gajowniczek@point72.com>
    argaj committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    6a7b202 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d076171 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Added shutdown on wrong type to PyEngine_shutdown

    Signed-off-by: Gajowniczek, Artur <artur.gajowniczek@point72.com>
    argaj committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    b0be488 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. clearer error msg, move creating exception logic to separate function…

    …, doc fix
    
    Signed-off-by: Gajowniczek, Artur <artur.gajowniczek@point72.com>
    argaj committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    ad58a75 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. use PyObjectPtr, add space to error msg

    Signed-off-by: Gajowniczek, Artur <artur.gajowniczek@point72.com>
    argaj committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    9c89a39 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/Point72/csp into ag/expose-…

    …engine-shutdown
    
    Signed-off-by: Gajowniczek, Artur <artur.gajowniczek@point72.com>
    argaj committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    7388bff View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. use METH_O in shutdown_engine

    Signed-off-by: Gajowniczek, Artur <artur.gajowniczek@point72.com>
    argaj committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    52ee0e1 View commit details
    Browse the repository at this point in the history