-
Notifications
You must be signed in to change notification settings - Fork 29
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
feat: added renku service with cache and datasets #788
Conversation
98b6e70
to
3c2bc8d
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.
Nice to see this taking shape!
I think it would be nice to be more consistent about the use of client
- I don't see much reason for hacking around it and allowing it to be created implicitly. IMO would be much better (and clearer) to be explicit about this.
Would also be great to have a high-level overview of the design and the API in the PR and/or in the issues that it refers to. Ideally, sequence diagrams in the docs would accompany this work.
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 review. Let's discuss the points on suggested changes. Many of them to make very little sense to me, so maybe I'm missing something from the suggestions.
92220ba
to
2e33e6f
Compare
d339e66
to
4a1ac4a
Compare
67b4736
to
5d0859e
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.
Looks really great with the new redis backend, much better than before! Thank you 👍
Overall i think this is ready to merge, I just found two minor issues.
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.
Looks good to me.
addresses: #732
closes: #770