-
Notifications
You must be signed in to change notification settings - Fork 2
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 find_file functionality from plotting service to api #424
base: main
Are you sure you want to change the base?
Conversation
As part of refactoring, and preventing duplication of code
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #424 +/- ##
==========================================
- Coverage 86.92% 84.34% -2.59%
==========================================
Files 28 28
Lines 895 958 +63
==========================================
+ Hits 778 808 +30
- Misses 117 150 +33 ☔ View full report in Codecov by Sentry. |
The cause of the test failing (due to misreading the type) is not clear, this is a test fix for the tests
Some functions were hastily moved over to FIA-API during find_files refactor but these were not needed, the related commit in plotting service fiaisis/plotting-service@0a5330d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs e2e tests and another change
level=logging.INFO, | ||
) | ||
logger = logging.getLogger(__name__) | ||
logger.info("Starting Plotting Service") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets import the already existent logger
As part of refactoring, and preventing duplication of code
Closes #423 (in combination with related PR for the plotting_service repo)
Description
This PR will: