Update notes for 2018-09-23

This commit is contained in:
2018-09-24 00:31:59 +03:00
parent 325ef2d5a7
commit cb043e63dd
3 changed files with 10 additions and 8 deletions

View File

@ -399,5 +399,6 @@ dspace=# select item_id from item where in_archive is True and withdrawn is Fals
- I did more work on my [cgspace-statistics-api](https://github.com/alanorth/cgspace-statistics-api), fixing some item view counts and adding indexing via SQLite (I'm trying to avoid having to set up *yet another* database, user, password, etc) during deployment
- I created a new branch called `5_x-upstream-cherry-picks` to test and track those cherry-picks from the upstream 5.x branch
- Also, I need to test the new LDAP server, so I will deploy that on DSpace Test today
- Rename my cgspace-statistics-api to [dspace-statistics-api](https://github.com/alanorth/dspace-statistics-api) on GitHub
<!-- vim: set sw=2 ts=2: -->