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 job runtime info to sample #48

Merged
merged 1 commit into from
Nov 6, 2024
Merged

Conversation

lkeegan
Copy link
Member

@lkeegan lkeegan commented Nov 6, 2024

  • Sample.timestamp_results -> Sample.timestamp_job_start
  • add Sample.timestamp_job_end
  • add runtime in format hh::mm:ss to admin Samples table
  • add button to download samples data as csv to admin view
  • also a download as csv button for the admin users table
  • resolves Runners / Runner Jobs table output #47

- Sample.timestamp_results -> Sample.timestamp_job_start
- add Sample.timestamp_job_end
- add runtime in format hh::mm:ss to admin Samples table
- add button to download samples data as csv to admin view
- also a download as csv button for the admin users table
- resolves #47
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.98%. Comparing base (b8b797b) to head (869616b).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #48      +/-   ##
==========================================
+ Coverage   77.88%   77.98%   +0.09%     
==========================================
  Files           8        8              
  Lines         710      713       +3     
==========================================
+ Hits          553      556       +3     
  Misses        157      157              

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

@lkeegan lkeegan merged commit fdcaf91 into main Nov 6, 2024
5 checks passed
@lkeegan lkeegan deleted the fix_47_add_job_runtime_to_sample branch November 6, 2024 08:23
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.

Runners / Runner Jobs table output
2 participants