diff --git a/content/posts/2018-09.md b/content/posts/2018-09.md index 0e14db84f..3f1e61ba9 100644 --- a/content/posts/2018-09.md +++ b/content/posts/2018-09.md @@ -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 diff --git a/docs/2018-09/index.html b/docs/2018-09/index.html index 7f7c37ab2..afa854cb4 100644 --- a/docs/2018-09/index.html +++ b/docs/2018-09/index.html @@ -18,7 +18,7 @@ I’m testing the new DSpace 5.8 branch in my Ubuntu 18.04 environment and I " /> - + I did more work on my 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
5_x-upstream-cherry-picks
to test and track those cherry-picks from the upstream 5.x branch