Update notes for 2018-10-28

This commit is contained in:
2018-10-28 18:02:28 +02:00
parent 4f17434cef
commit 5dbea9a89c
3 changed files with 18 additions and 8 deletions

View File

@ -569,5 +569,10 @@ $ curl -X GET -H "Content-Type: application/json" -H "Accept: application/json"
- I forked the [SolrClient library and updated its kazoo dependency to be version 2.5.0](https://github.com/alanorth/SolrClient/tree/kazoo-2.5.0) so we stop getting errors about "async" being a reserved keyword in Python 3.7
- Then I re-generated the `requirements.txt` in the [dspace-statistics-library](https://github.com/alanorth/dspace-statistics-api) and released version 0.5.2
- Then I re-deployed the API on DSpace Test, ran all system updates on the server, and rebooted it
- I tested my hack of depositing to one collection where the default item and bistream READ policies are restricted and then mapping the item to another collection, but the item retains its default policies so Anonymous cannot see them in the mapped collection either
- Perhaps we need to try moving the item and inheriting the target collection's policies?
- I merged the changes for adding publisher (`dc.publisher`) to the advanced search to the `5_x-prod` branch ([#402](https://github.com/ilri/DSpace/pull/402))
- I merged the changes for adding versionless Creative Commons licenses to the submission form to the `5_x-prod` branch ([#403](https://github.com/ilri/DSpace/pull/403))
- I will deploy them later this week
<!-- vim: set sw=2 ts=2: -->