analysispreservation.cern.ch
analysispreservation.cern.ch copied to clipboard
Source code for the CERN Analysis Preservation portal
now that UI needed ajv validator update to schema draft > 7 , we need to be able to migrate our schemas to more updated versions. write a script to...
# Bug report Since updating to RJSF5, array items have unnecessary labels (e.g. `asd-0`, `asd-1`). They seem to be coming from RJSF (see `children` in `ArrayFieldTemplateItem`). Check how to remove...
# Bug report The `e2e-workflow-server.yml` workflow is running even when there are changes in the UI, which makes no sense. It should only run when there are changes in the...
- [x] update code to handle `format=` query params that was added to newer version. This way we dont have to send `Content-type` to use a specific serialization - [x]...
We should make the response structure for the collections to be like: ``` { "deposit-admin": { "roles": [], "users": [ { "email": "[email protected]", "profile": {} } ] }, "deposit-read": {...
- [x] we need to upgrade to the commit that intializes `views` entry-points https://github.com/inveniosoftware/invenio-records-files/commit/27a5f5c3abcb9442042c2f6134e1ca34a2b81752 - [x] (v1.1.0) investigate behaviour of record class that creates bucket. Same behavior as before? Does...
- [ ] cap-client docs - [ ] cap docs
with the move to ant all icons for files look the same, we should investigate
Right now we restrict access to the `/api/collections` for only user/roles that have `ReadSchemaPermission` permissions We should fix this also for the ones that have at least read access to...