Esteban J. G. Gabancho

Results 32 comments of Esteban J. G. Gabancho

I guess @jgarcial really wanted to get email from every Invenio installation using circulation 😜

Should we move this perhaps to https://github.com/CERNDocumentServer/cds ? It seems to me like a general thing to all the instances.

> 4772 with empty strings in ['description'] >wow.. ~5K empty abstracts? can those deposits be edited/published? This could be that there was no description anywhere on CDS and we just...

BTW, I think this and https://github.com/CERNDocumentServer/cds-videos/issues/1442 are the same :wink:

There are a lot of videos without project, we need to parse all the logs or probably better do a query for all records without `_project_id`. This is not going...

Once it's done, it's should close also https://github.com/CERNDocumentServer/cds-videos/issues/1290 `Video record: More videos in the project link even when there is no project`

https://github.com/CERNDocumentServer/cds-videos/blob/e0b440b4d4d66869133cb0b92704ac81eb9292d7/cds/modules/deposit/static/js/cds_deposit/avc/components/cdsUploader.js#L299 https://github.com/CERNDocumentServer/cds-videos/blob/e0b440b4d4d66869133cb0b92704ac81eb9292d7/cds/modules/deposit/static/js/cds_deposit/avc/components/cdsUploader.js#L375

One thing pointed out by Frank ``` Record 925725: wget https://cds.cern.ch/record/925725/files/cer-002593638.ps.gz $ file cer-002593638.ps.gz cer-002593638.ps.gz: gzip compressed data, was "cer-002593638.ps", from Unix, last modified: Thu Feb 2 10:56:58 2006 $...

We are not using Invenio-App yet ☺️

There are other things that are wrong in the `conftest.py`: - `app` vs `api_app`: fixtures like `records_rest_app` or `deposit_rest` should use the `api_app` instead.