-
Notifications
You must be signed in to change notification settings - Fork 135
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
[WIP] Remote repositories for versioning #26
Conversation
@nmanovic, implemented:
|
…tumaro into zm/versioning
@zhiltsov-max , should we close the PR? |
It will be continued after the first one as "remote sources support". |
What happened to this PR? Versioning sounds like a very good idea for dataset management |
Any update on this? |
@JaviFuentes94, not yet - currently, we have no resources for this task. We are welcome for ideas and suggestions on this functionality, though. Could you describe your use cases? |
Summary
Related to #130, #131
Key changes:
CLI changes:
transform
,filter
,export
) are being recorded now. They can be reproduced after withbuild
command.[VCS]
suffix:pip install <url>[VCS]
tag
,pull
,push
,checkout
,commit
remote
CLI context to interact with data remotes of a projectrepo
CLI context to interact with bound Git repositories of a projectLibrary changes:
Project
class has been significantly changed, however, most of the code should work with minimal, or no changes.Project
s without binding to a local disk are considereddetached
. In this mode aProject
can only interact with locally available data (no remotes) - mostly, exactly the way it was working prior changes. No versioning capabilities is available in this mode.How to test
Checklist
develop
branchLicense
Feel free to contact the maintainers if that's a concern.