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

Store job information #33

Merged
merged 1 commit into from
Oct 22, 2024
Merged

Store job information #33

merged 1 commit into from
Oct 22, 2024

Conversation

lkeegan
Copy link
Member

@lkeegan lkeegan commented Oct 22, 2024

  • add Job model and /admin/jobs endpoint
  • start/end times, status and error messages are now stored for each job
  • admins can view the list of jobs
  • resolves store job info in Sample #20

@codecov-commenter
Copy link

codecov-commenter commented Oct 22, 2024

Codecov Report

Attention: Patch coverage is 88.73239% with 8 lines in your changes missing coverage. Please review.

Project coverage is 78.74%. Comparing base (f73af6d) to head (5a92bc8).

Files with missing lines Patch % Lines
backend/src/predicTCR_server/app.py 72.22% 5 Missing ⚠️
backend/src/predicTCR_server/model.py 94.33% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #33      +/-   ##
==========================================
+ Coverage   75.62%   78.74%   +3.11%     
==========================================
  Files           8        8              
  Lines         599      635      +36     
==========================================
+ Hits          453      500      +47     
+ Misses        146      135      -11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lkeegan lkeegan force-pushed the fix_20_store_job_info branch from 4534a45 to c3c424d Compare October 22, 2024 12:23
- add Job model and /admin/jobs endpoint
- start/end times, status and error messages are now stored for each job
- admins can view the list of jobs
- resolves #20
@lkeegan lkeegan force-pushed the fix_20_store_job_info branch from c3c424d to 5a92bc8 Compare October 22, 2024 12:30
@lkeegan lkeegan merged commit afc9d53 into main Oct 22, 2024
5 checks passed
@lkeegan lkeegan deleted the fix_20_store_job_info branch October 22, 2024 12:34
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.

store job info in Sample
2 participants