[WIP] Remote repositories for versioning#26
Closed
zhiltsov-max wants to merge 133 commits intodevelopfrom
Closed
Conversation
added 23 commits
September 18, 2020 17:39
Contributor
Author
|
@nmanovic, implemented: |
added 21 commits
April 7, 2021 13:33
…tumaro into zm/versioning
|
@zhiltsov-max , should we close the PR? |
Contributor
Author
|
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 |
Contributor
Author
|
Any update on this? |
Contributor
Author
|
@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? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Related to #130, #131
Key changes:
CLI changes:
transform,filter,export) are being recorded now. They can be reproduced after withbuildcommand.[VCS]suffix:pip install <url>[VCS]tag,pull,push,checkout,commitremoteCLI context to interact with data remotes of a projectrepoCLI context to interact with bound Git repositories of a projectLibrary changes:
Projectclass has been significantly changed, however, most of the code should work with minimal, or no changes.Projects without binding to a local disk are considereddetached. In this mode aProjectcan 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
developbranchLicense
Feel free to contact the maintainers if that's a concern.