-
Notifications
You must be signed in to change notification settings - Fork 0
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
Refactoring the auto generated relative paths #159
Conversation
I took a look at your implementation for excluding paths starting with |
Changes should now reflect this. I've added some more checks also for the Users should not be able to put anything into the
Not added this yet, any reason about |
I've changed the way single files are ingested to preserve filename suffixes. Now when a single file is ingested, the autogenerated part (i.e., the directory with name and version) is reserved for the directory name (within |
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.
LGTM!
Thanks
.gen_paths
directory as a prefix for all auto generatedrelative_path
s. Users therefore cannot specify a manual relative path starting with this directory, however they are they free to specify any other relative path without having to worry about clashes with auto generated names