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

Add support for adding custom injection modules to Nexus #138

Merged
merged 2 commits into from
Feb 12, 2025

Conversation

matt035343
Copy link
Member

@matt035343 matt035343 commented Feb 12, 2025

Tested with custom MLFlow module, and works. Did not add unit tests to make it consistent with the rest ;)

@matt035343 matt035343 requested a review from a team as a code owner February 12, 2025 09:23
Copy link

github-actions bot commented Feb 12, 2025

Coverage

Coverage Report
FileStmtsMissCoverMissing
esd_services_api_client/beast/v3
   _connector.py1067925%58–74, 81, 93, 101–120, 140–175, 188–219, 227, 252–255, 262–265, 276–293, 303–309, 318–324
   _models.py1002080%46–50, 107–110, 119–127, 137–145, 153–156
esd_services_api_client/boxer
   _auth.py861780%42–43, 52–61, 70–76, 87
   _connector.py895044%54–58, 64–68, 74–76, 82–84, 92–99, 107–113, 121–128, 136–144, 179, 189–195, 209–218, 228–233
   _models.py27293%49–50
esd_services_api_client/crystal
   _connector.py1195256%55–67, 76, 149, 152, 173–201, 213, 222, 243, 248–259, 278–297, 325, 337–347
esd_services_api_client/nexus/abstractions
   algrorithm_cache.py37370%20–106
   input_object.py14140%20–60
   logger_factory.py16160%20–58
   nexus_object.py34340%20–101
   socket_provider.py15150%20–55
esd_services_api_client/nexus/algorithms
   __init__.py550%20–24
   _baseline_algorithm.py28280%19–88
   _remote_algorithm.py38380%21–114
   distributed.py14140%21–56
   forked_algorithm.py52520%20–176
   minimalistic.py12120%20–47
   recursive.py19190%21–63
esd_services_api_client/nexus/configurations
   algorithm_configuration.py880%4–34
esd_services_api_client/nexus/core
   app_core.py1381380%20–342
   app_dependencies.py1171170%20–320
   serializers.py23230%2–73
esd_services_api_client/nexus/exceptions
   __init__.py110%20
   _nexus_error.py220%21–27
   cache_errors.py13130%20–49
   input_reader_error.py15150%20–51
   startup_error.py22220%4–63
esd_services_api_client/nexus/input
   __init__.py220%21–22
   input_processor.py33330%20–97
   input_reader.py36360%20–105
   payload_reader.py33330%20–83
esd_services_api_client/nexus/telemetry
   recorder.py48480%4–140
   user_telemetry_recorder.py58580%4–165
tests
   test_crystal_connector.py88199%51
TOTAL1577105433% 

Tests Skipped Failures Errors Time
20 0 💤 0 ❌ 0 🔥 15.046s ⏱️

Copy link

github-actions bot commented Feb 12, 2025

Coverage

Coverage Report
FileStmtsMissCoverMissing
esd_services_api_client/beast/v3
   _connector.py1067925%58–74, 81, 93, 101–120, 140–175, 188–219, 227, 252–255, 262–265, 276–293, 303–309, 318–324
   _models.py1002080%46–50, 107–110, 119–127, 137–145, 153–156
esd_services_api_client/boxer
   _auth.py861780%42–43, 52–61, 70–76, 87
   _connector.py895044%54–58, 64–68, 74–76, 82–84, 92–99, 107–113, 121–128, 136–144, 179, 189–195, 209–218, 228–233
   _models.py27293%49–50
esd_services_api_client/crystal
   _connector.py1185256%55–67, 76, 149, 152, 173–201, 213, 222, 243, 248–259, 278–297, 325, 337–347
esd_services_api_client/nexus/abstractions
   input_object.py14140%20–60
   logger_factory.py16160%20–58
   nexus_object.py34340%20–101
   socket_provider.py15150%20–55
esd_services_api_client/nexus/algorithms
   __init__.py550%20–24
   _baseline_algorithm.py28280%19–88
   _remote_algorithm.py38380%21–114
   distributed.py14140%21–56
   forked_algorithm.py52520%20–176
   minimalistic.py12120%20–47
   recursive.py19190%21–63
esd_services_api_client/nexus/configurations
   algorithm_configuration.py880%4–34
esd_services_api_client/nexus/core
   app_dependencies.py1171170%20–320
   serializers.py23230%2–73
esd_services_api_client/nexus/exceptions
   __init__.py110%20
   _nexus_error.py220%21–27
   cache_errors.py13130%20–49
   input_reader_error.py15150%20–51
   startup_error.py22220%4–63
esd_services_api_client/nexus/input
   __init__.py220%21–22
   input_processor.py33330%20–97
   input_reader.py36360%20–105
   payload_reader.py33330%20–83
esd_services_api_client/nexus/telemetry
   recorder.py48480%4–140
   user_telemetry_recorder.py58580%4–165
tests
   test_crystal_connector.py88199%51
TOTAL140187937% 

Tests Skipped Failures Errors Time
20 0 💤 0 ❌ 0 🔥 14.942s ⏱️

@matt035343
Copy link
Member Author

create_package

Copy link

Created package with number v2.5.9a138.dev3

@matt035343 matt035343 changed the title Add support for adding custom modules Add support for adding custom injection modules to Nexus Feb 12, 2025
@matt035343 matt035343 merged commit f9d9f1c into main Feb 12, 2025
3 checks passed
@matt035343 matt035343 deleted the inject-module branch February 12, 2025 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants