diff --git a/content/posts/2020-12.md b/content/posts/2020-12.md index 3826a79e2..47e43eca1 100644 --- a/content/posts/2020-12.md +++ b/content/posts/2020-12.md @@ -630,4 +630,17 @@ $ curl -s -X POST http://localhost:9200/openrxv-items-temp/_clone/openrxv-items $ curl -X PUT "localhost:9200/openrxv-items-temp/_settings?pretty" -H 'Content-Type: application/json' -d'{"settings": {"index.blocks.write": false}}' ``` +## 2020-12-22 + +- I finished getting the Swagger UI integrated into the dspace-statistics-api + - I can't figure out how to get it to work on the server without hard-coding all the paths + - Falcon is smart about its own routes, so I can retrieve the `openapi.json` file OK, but the paths in the OpenAPI schema are relative to the base URL, which is `dspacetest.cgiar.org` +- Abenet told me about a bug with shared links and strange values in the top counters + - I took a video reproducing the issue and filed a bug on the GitHub: https://github.com/ilri/OpenRXV/issues/66 + +## 2020-12-23 + +- Finalize Swagger UI support in the dspace-statistics-api + - I had to do some last minute changes to get it to work in both production and local development environments + diff --git a/docs/2020-12/index.html b/docs/2020-12/index.html index 93b1833ae..fc863deb8 100644 --- a/docs/2020-12/index.html +++ b/docs/2020-12/index.html @@ -20,7 +20,7 @@ I started processing those (about 411,000 records): - + @@ -46,9 +46,9 @@ I started processing those (about 411,000 records): "@type": "BlogPosting", "headline": "December, 2020", "url": "https://alanorth.github.io/cgspace-notes/2020-12/", - "wordCount": "3386", + "wordCount": "3505", "datePublished": "2020-12-01T11:32:54+02:00", - "dateModified": "2020-12-20T16:47:45+02:00", + "dateModified": "2020-12-21T08:47:34+02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -760,7 +760,29 @@ $ curl -s -X POST http://localhost:9200/openrxv-items/_clone/openrxv-items-2020- $ curl -X PUT "localhost:9200/openrxv-items-temp/_settings?pretty" -H 'Content-Type: application/json' -d'{"settings": {"index.blocks.write": true}}' $ curl -s -X POST http://localhost:9200/openrxv-items-temp/_clone/openrxv-items $ curl -X PUT "localhost:9200/openrxv-items-temp/_settings?pretty" -H 'Content-Type: application/json' -d'{"settings": {"index.blocks.write": false}}' - +

2020-12-22

+ +

2020-12-23

+ + diff --git a/docs/categories/index.html b/docs/categories/index.html index bb03d997a..4f017c262 100644 --- a/docs/categories/index.html +++ b/docs/categories/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/categories/notes/index.html b/docs/categories/notes/index.html index 7ef8210e9..1240cb138 100644 --- a/docs/categories/notes/index.html +++ b/docs/categories/notes/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/categories/notes/page/2/index.html b/docs/categories/notes/page/2/index.html index 252129ce4..b05ed9366 100644 --- a/docs/categories/notes/page/2/index.html +++ b/docs/categories/notes/page/2/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/categories/notes/page/3/index.html b/docs/categories/notes/page/3/index.html index f0486fe22..8a4b9a388 100644 --- a/docs/categories/notes/page/3/index.html +++ b/docs/categories/notes/page/3/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/categories/notes/page/4/index.html b/docs/categories/notes/page/4/index.html index 3b419cbd1..c4fcdc8fe 100644 --- a/docs/categories/notes/page/4/index.html +++ b/docs/categories/notes/page/4/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/categories/notes/page/5/index.html b/docs/categories/notes/page/5/index.html index 5f9d778c7..54d3fc433 100644 --- a/docs/categories/notes/page/5/index.html +++ b/docs/categories/notes/page/5/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/index.html b/docs/index.html index 2721eb606..62115006b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/2/index.html b/docs/page/2/index.html index a7343b1e1..ed358d769 100644 --- a/docs/page/2/index.html +++ b/docs/page/2/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/3/index.html b/docs/page/3/index.html index 8573fe42d..c22cc4052 100644 --- a/docs/page/3/index.html +++ b/docs/page/3/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/4/index.html b/docs/page/4/index.html index 61c4289d8..b7b8a6b2c 100644 --- a/docs/page/4/index.html +++ b/docs/page/4/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/5/index.html b/docs/page/5/index.html index 38e154975..5afec2ddb 100644 --- a/docs/page/5/index.html +++ b/docs/page/5/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/6/index.html b/docs/page/6/index.html index ea907ee55..9df52a79d 100644 --- a/docs/page/6/index.html +++ b/docs/page/6/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/7/index.html b/docs/page/7/index.html index fd01ec584..dbea34df6 100644 --- a/docs/page/7/index.html +++ b/docs/page/7/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/index.html b/docs/posts/index.html index 5105cd58c..ed1b7a5ec 100644 --- a/docs/posts/index.html +++ b/docs/posts/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/2/index.html b/docs/posts/page/2/index.html index c57cd5ba0..2bfd8d066 100644 --- a/docs/posts/page/2/index.html +++ b/docs/posts/page/2/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/3/index.html b/docs/posts/page/3/index.html index 73218bb0b..55c336f78 100644 --- a/docs/posts/page/3/index.html +++ b/docs/posts/page/3/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/4/index.html b/docs/posts/page/4/index.html index f138f7924..4526a1156 100644 --- a/docs/posts/page/4/index.html +++ b/docs/posts/page/4/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/5/index.html b/docs/posts/page/5/index.html index 8757b8e41..ee848514b 100644 --- a/docs/posts/page/5/index.html +++ b/docs/posts/page/5/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/6/index.html b/docs/posts/page/6/index.html index 3872166a6..82caaaa7e 100644 --- a/docs/posts/page/6/index.html +++ b/docs/posts/page/6/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/7/index.html b/docs/posts/page/7/index.html index dcd610d11..3b6d01f48 100644 --- a/docs/posts/page/7/index.html +++ b/docs/posts/page/7/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/sitemap.xml b/docs/sitemap.xml index 55e7400ed..111b60345 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -4,27 +4,27 @@ https://alanorth.github.io/cgspace-notes/categories/ - 2020-12-20T16:47:45+02:00 + 2020-12-21T08:47:34+02:00 https://alanorth.github.io/cgspace-notes/ - 2020-12-20T16:47:45+02:00 + 2020-12-21T08:47:34+02:00 https://alanorth.github.io/cgspace-notes/2020-12/ - 2020-12-20T16:47:45+02:00 + 2020-12-21T08:47:34+02:00 https://alanorth.github.io/cgspace-notes/categories/notes/ - 2020-12-20T16:47:45+02:00 + 2020-12-21T08:47:34+02:00 https://alanorth.github.io/cgspace-notes/posts/ - 2020-12-20T16:47:45+02:00 + 2020-12-21T08:47:34+02:00