Add notes for 2019-01-23

This commit is contained in:
2019-01-23 10:46:23 +02:00
parent 5fd3b0f24b
commit b9ad885a62
5 changed files with 42 additions and 8 deletions

View File

@ -742,5 +742,18 @@ $ http 'http://localhost:8081/solr/statistics/select?indent=on&rows=0&q=type:2+i
- Release [version 0.9.0 of the dspace-statistics-api](https://github.com/ilri/dspace-statistics-api/releases/tag/v0.9.0) to address the issue of querying multiple Solr statistics shards
- I deployed it on DSpace Test (linode19) and restarted the indexer and now it shows all the stats from 2018 as well (756 pages of views, intead of 6)
- I deployed it on CGSpace (linode18) and restarted the indexer as well
## 2019-01-23
- Peter noticed that some goo.gl links in our tweets from Feedburner are broken, for example this one from last week:
{{< tweet 1086330519904673793 >}}
- The shortened link is [goo.gl/fb/VRj9Gq](goo.gl/fb/VRj9Gq) and it shows a "Dynamic Link not found" error from Firebase:
![Dynamic Link not found](/cgspace-notes/2019/01/firebase-link-not-found.png)
- Apparently Google announced last year that they plan to [discontinue the shortner and transition to Firebase Dynamic Links in March, 2019](https://developers.googleblog.com/2018/03/transitioning-google-url-shortener.html), so maybe this is related...
<!-- vim: set sw=2 ts=2: -->