-
Notifications
You must be signed in to change notification settings - Fork 181
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
Bug: target directory should be tidy #227
Conversation
831bc16
to
f32258a
Compare
PTAL @jekkel |
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.
Sorry for the late reply.
I think the approach is sane and it seems to properly track the keys 👍
Unfortunately the code has got a bit to complex now with many calls with huge parameter lists all over the place. Any idea how to improve on that?
Also please add an appropriate test so we catch any regression in the future.
I've tried to simplify it, but I can't think of a suitable way. |
f32258a
to
4ed3f04
Compare
4ed3f04
to
a081cdc
Compare
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 the contribution. The tests still fail due to bash
not available in the image. Maybe you should go with downloading the files before the assertion statement which only looks on local files then as done with all the other assertions and files.
Thx, I'll come by later and fix the test part, unfortunately I don't have a way to automatically trigger the ci to determine if my test can run |
a081cdc
to
443f28e
Compare
done |
11a5aa8
to
ff86917
Compare
ff86917
to
2b1da1f
Compare
@jekkel A few use cases have been successful and we may need to wait longer to update the data. |
2b1da1f
to
18a4804
Compare
Signed-off-by: cndoit18 <[email protected]>
18a4804
to
fdcacc8
Compare
Sorry for the inconvenience but for the time being I try to kick-off CI whenever I notice any change on the PR. |
Thank you very much, it looks like it passed |
Fixes: #59
Signed-off-by: cndoit18 [email protected]