mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2020-12-22 and 2020-12-23
This commit is contained in:
@ -20,7 +20,7 @@ I started processing those (about 411,000 records):
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2020-12/" />
|
||||
<meta property="article:published_time" content="2020-12-01T11:32:54+02:00" />
|
||||
<meta property="article:modified_time" content="2020-12-20T16:47:45+02:00" />
|
||||
<meta property="article:modified_time" content="2020-12-21T08:47:34+02:00" />
|
||||
|
||||
|
||||
|
||||
@ -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}}'
|
||||
</code></pre><!-- raw HTML omitted -->
|
||||
</code></pre><h2 id="2020-12-22">2020-12-22</h2>
|
||||
<ul>
|
||||
<li>I finished getting the Swagger UI integrated into the dspace-statistics-api
|
||||
<ul>
|
||||
<li>I can’t figure out how to get it to work on the server without hard-coding all the paths</li>
|
||||
<li>Falcon is smart about its own routes, so I can retrieve the <code>openapi.json</code> file OK, but the paths in the OpenAPI schema are relative to the base URL, which is <code>dspacetest.cgiar.org</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Abenet told me about a bug with shared links and strange values in the top counters
|
||||
<ul>
|
||||
<li>I took a video reproducing the issue and filed a bug on the GitHub: <a href="https://github.com/ilri/OpenRXV/issues/66">https://github.com/ilri/OpenRXV/issues/66</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<h2 id="2020-12-23">2020-12-23</h2>
|
||||
<ul>
|
||||
<li>Finalize Swagger UI support in the dspace-statistics-api
|
||||
<ul>
|
||||
<li>I had to do some last minute changes to get it to work in both production and local development environments</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- raw HTML omitted -->
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user