-
Notifications
You must be signed in to change notification settings - Fork 12
Define validated_runs field #176
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: main
Are you sure you want to change the base?
Conversation
Updates the record JSON schema to include the definition for the new top-level `validated_runs` field. This ensures that all records populated with this new field will validate correctly.
|
The test that fails is due to the dependencies. Would you mind checking it updating |
| } | ||
| } | ||
| } | ||
| }, |
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.
Please, add these fields also to cernopendata/modules/search/component_templates/os-v2/opendata-record-v1.0.0.json, and rename the file to v1.1.0
Updates the record JSON schema to include the definition for the new top-level `validated_runs` field. This ensures that all records populated with this new field will validate correctly.
This doesnt fix the issue |
- Update greenlet dependency from ==3.0.3 to >=3.2.2 in setup.py - Resolves compatibility issue with gevent==25.5.1 requirement - Generate missing SSL certificates for nginx service - Ensures ./run-tests.sh --check-docker-build passes successfully
|
Hi, |
|
@IssaAlBawwab, is this one still needed? If so, could you please rebase it? There are conflicts on the PR |
Updates the record JSON schema to include the definition for the new top-level
validated_runsfield.This ensures that all records populated with this new field will validate correctly.