-
Notifications
You must be signed in to change notification settings - Fork 896
refactor: Generalize log ownership to allow for scratch jobs #182
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #182 +/- ##
==========================================
+ Coverage 67.82% 68.11% +0.28%
==========================================
Files 107 108 +1
Lines 5650 5632 -18
Branches 68 68
==========================================
+ Hits 3832 3836 +4
+ Misses 1461 1435 -26
- Partials 357 361 +4
Continue to review full report at Codecov.
|
d1a5fce
to
024a391
Compare
Importing may fail when creating a project. We don't want to lose this output, but we don't want to allow users to create a failing project. This generalizes logs to soon enable one-off situations where a user can upload their archive, create a project, and watch the output parse to completion.
024a391
to
7afd3fb
Compare
// This will be replaced once the project import has been refactored. | ||
ProjectName: "placeholder", |
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.
Thanks for explaining this 😄
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.
Just added some comments around the File
struct we discussed on Slack - otherwise looks good to me 👍
55677fc
to
714e962
Compare
41cd419
to
b168e3d
Compare
Importing may fail when creating a project. We don't want to lose this output,
but we don't want to allow users to create a failing project.
This generalizes logs to soon enable one-off situations where a user can upload
their archive, create a project, and watch the output parse to completion.