Update notes for 2024-03-11

This commit is contained in:
2024-03-11 21:58:15 +03:00
parent 1fc45e8f1b
commit ba68787282
39 changed files with 58 additions and 44 deletions

View File

@ -89,4 +89,12 @@ DELETE FROM metadatavalue WHERE dspace_object_id IN (SELECT uuid FROM item) AND
COMMIT;
```
- I deployed the change to disable Angular SSR's `inlineCriticalCss` on production because we had heavy load on the frontend and I've been meaning to do this permanently for some time
- Maria asked me for a CSV with all the broken Bioversity permalinks so I exported them for her:
```console
$ csvcut -c 'id,dc.title[en_US],dc.identifier.uri[en_US],cg.link.permalink[en_US]' ~/Downloads/2024-03-05-cgspace.csv \
| csvgrep -c 'cg.link.permalink[en_US]' -r '^.+$' > /tmp/2024-03-11-Bioversity-Permalinks.csv
```
<!-- vim: set sw=2 ts=2: -->