Add notes for 2018-10-28

This commit is contained in:
2018-10-28 11:33:40 +02:00
parent 09e246ff56
commit 4f17434cef
4 changed files with 28 additions and 14 deletions

View File

@ -564,4 +564,10 @@ $ curl -X GET -H "Content-Type: application/json" -H "Accept: application/json"
- High-quality README.md on GitHub with description, requirements, deployment instructions, and license (GPLv3 unless ICARDA has a problem with that)
- Maria asked if we can add publisher (`dc.publisher`) to the advanced search filters, so I created a [GitHub issue](https://github.com/ilri/DSpace/issues/401) to track it
## 2018-10-28
- 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
<!-- vim: set sw=2 ts=2: -->