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:
@ -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
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
Reference in New Issue
Block a user