Add notes for 2021-12-28

This commit is contained in:
2021-12-28 13:24:23 +02:00
parent 590558d0bf
commit 6ff55cc003
108 changed files with 177 additions and 137 deletions

View File

@ -268,5 +268,25 @@ $ docker logs redis
- The interface and harvesting all work as expected...
- I pushed the update to OpenRXV
- I also fixed the weird "unsafe" issue in the links on AReS that Abenet told me about last week
- When testing my local instance I realized that the `thumbnail` field was missing on the production AReS, and that somehow breaks the links
## 2021-12-22
- Fix apt error on DSpace servers due to updated `/etc/java-8-openjdk/security/java.security` file
## 2021-12-23
- Add support for dropping invalid AGROVOC subjects to csv-metadata-quality
- Move invalid AGROVOC subjects in Gaia's eighteen green cover items on DSpace Test to `cg.subject.system`
- I created an "approve" user for Rafael from CIAT to do tests on DSpace Test:
```console
$ dspace user -a -m rafael-approve@cgiar.org -g Rafael -s Rodriguez -p 'fuuuuuu'
```
## 2021-12-27
- Start a fresh harvest on AReS
<!-- vim: set sw=2 ts=2: -->