-
Notifications
You must be signed in to change notification settings - Fork 0
Add path for extra RO-Crate profiles #119
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
base: develop
Are you sure you want to change the base?
Add path for extra RO-Crate profiles #119
Conversation
|
I have been stymied by inconsistent behaviour from the |
|
I've added an integration test, which will fail until the validator is updated. |
|
I am sticking with the I've updated the docker compose files, so that the profiles paths are provided, and to remove unnecessary environment variables for the celery worker. |
|
@alexhambley, @elichad, @OliverWoolland - this is ready for review now |
This PR adds functionality to provide extra profiles for the rocrate-validator to use. This is via the
profiles_pathso users will need to provide a directory containing all profiles (including their own), as the original profiles directory will not be used.When the user provides profiles already present, the validator will run, but just give a warning along the lines of:
Still to-do:
Side effects of this PR: