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

Shared communicator #652

Merged
merged 4 commits into from
Jul 30, 2024

Commits on Jul 30, 2024

  1. Added some fixes to django tests, added a decorator for alerting when…

    … functionality is out of its supported python version range, and added a custom remote object manager
    christophertubbs committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    951cc3a View commit details
    Browse the repository at this point in the history
  2. Expanded context functionality into its own package, applied linter s…

    …uggestions, made some of the logging interfaces look more like python's vanilla logging, got shared redis communicators working, expanded readmes, fixed some GUI issues for the evaluation service, enhanced error tracking for the evaluation service's runner, abstracted out object creation functions to make it easier to slide in new functionality,
    christophertubbs committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    7f1bd36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c806571 View commit details
    Browse the repository at this point in the history
  4. Fixed a couple bugs related to scopes in the object manager, cleared …

    …a linter warning with the evaluation service's urls, removed the new `DestinationParameters` object and its accompanying logic, and removed the confusion between 'output_format' and 'writer_format' when writing outputs.
    christophertubbs committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    11d2053 View commit details
    Browse the repository at this point in the history