Add notes for 2023-09-22

This commit is contained in:
Alan Orth 2023-09-23 10:15:01 +03:00
parent aeaa397612
commit aa6cbb488d
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
32 changed files with 176 additions and 37 deletions

View File

@ -144,4 +144,70 @@ $ join -t, -v 2 -11 -21 -o auto /tmp/cgspace-ilri-slideshare-sorted-only-urls-so
- Important to note that you must use GNU `sort` on the fiels first, as I had tried sorting in vim and it didn't satisfy `join`
- So it seems there are 542 Slideshare presentations we are missing
## 2023-09-20
- Regarding the incorrect city in Solr statistics, I see we have 1,600,000 of them
- Before filing a GitHub issue, I want to check if they maybe come from an Atmire module, as I see them clustered around two particular CUA versions:
```json
{
"responseHeader": {
"status": 0,
"QTime": 2760,
"params": {
"q": "city:com.maxmind.geoip2.record.City*",
"facet.field": "cua_version",
"indent": "true",
"rows": "0",
"wt": "json",
"facet": "true",
"_": "1695192301927"
}
},
"response": {
"numFound": 1661863,
"start": 0,
"docs": []
},
"facet_counts": {
"facet_queries": {},
"facet_fields": {
"cua_version": [
"6.x-4.1.10-ilri-RC7",
1112186,
"6.x-4.1.10-ilri-RC5",
451180,
"6.x-4.1.10-ilri-RC9",
0
]
},
"facet_dates": {},
"facet_ranges": {},
"facet_intervals": {}
}
}
```
- I migrated AReS from Linode to Hetzner
- I asked on Slack and someone told me that we need to edit `src/app/menu.resolver.ts` to add new drop down menus to the top navbar
- It works, though is unfortunate that we can't do it in a theme
## 2023-09-21
- More minor work on DSpace 7 home page and menus
- Meeting to discuss types and DSpace 7 migration plans
- Create a DSpace 7 theme for IITA
## 2023-09-22
- Create a DSpace 7 theme for IWMI
- I had some issues with pm2 on the new DSpace 7 Test
- It seems to be due to mixing systemd starting versus manually starting / stopping...
- After reading the discussion in [this pm2 issue](https://github.com/Unitech/pm2/issues/2914) I realize that we probably need to use `--no-daemon` to have systemd fully manage the processes without pm2 trying to save state
## 2023-09-23
- Export CGSpace to check for missing Initiative collection mappings
- Start a harvest on AReS
<!-- vim: set sw=2 ts=2: -->

View File

@ -15,7 +15,7 @@ Start a harvest on AReS
<meta property="og:type" content="article" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2023-09/" />
<meta property="article:published_time" content="2023-09-02T17:29:36+03:00" />
<meta property="article:modified_time" content="2023-09-16T23:38:04+03:00" />
<meta property="article:modified_time" content="2023-09-19T21:13:52+03:00" />
@ -36,9 +36,9 @@ Start a harvest on AReS
"@type": "BlogPosting",
"headline": "September, 2023",
"url": "https://alanorth.github.io/cgspace-notes/2023-09/",
"wordCount": "1060",
"wordCount": "1310",
"datePublished": "2023-09-02T17:29:36+03:00",
"dateModified": "2023-09-16T23:38:04+03:00",
"dateModified": "2023-09-19T21:13:52+03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -281,6 +281,79 @@ Start a harvest on AReS
<li>Important to note that you must use GNU <code>sort</code> on the fiels first, as I had tried sorting in vim and it didn&rsquo;t satisfy <code>join</code></li>
<li>So it seems there are 542 Slideshare presentations we are missing</li>
</ul>
<h2 id="2023-09-20">2023-09-20</h2>
<ul>
<li>Regarding the incorrect city in Solr statistics, I see we have 1,600,000 of them
<ul>
<li>Before filing a GitHub issue, I want to check if they maybe come from an Atmire module, as I see them clustered around two particular CUA versions:</li>
</ul>
</li>
</ul>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-json" data-lang="json"><span style="display:flex;"><span>{
</span></span><span style="display:flex;"><span> <span style="color:#f92672">&#34;responseHeader&#34;</span>: {
</span></span><span style="display:flex;"><span> <span style="color:#f92672">&#34;status&#34;</span>: <span style="color:#ae81ff">0</span>,
</span></span><span style="display:flex;"><span> <span style="color:#f92672">&#34;QTime&#34;</span>: <span style="color:#ae81ff">2760</span>,
</span></span><span style="display:flex;"><span> <span style="color:#f92672">&#34;params&#34;</span>: {
</span></span><span style="display:flex;"><span> <span style="color:#f92672">&#34;q&#34;</span>: <span style="color:#e6db74">&#34;city:com.maxmind.geoip2.record.City*&#34;</span>,
</span></span><span style="display:flex;"><span> <span style="color:#f92672">&#34;facet.field&#34;</span>: <span style="color:#e6db74">&#34;cua_version&#34;</span>,
</span></span><span style="display:flex;"><span> <span style="color:#f92672">&#34;indent&#34;</span>: <span style="color:#e6db74">&#34;true&#34;</span>,
</span></span><span style="display:flex;"><span> <span style="color:#f92672">&#34;rows&#34;</span>: <span style="color:#e6db74">&#34;0&#34;</span>,
</span></span><span style="display:flex;"><span> <span style="color:#f92672">&#34;wt&#34;</span>: <span style="color:#e6db74">&#34;json&#34;</span>,
</span></span><span style="display:flex;"><span> <span style="color:#f92672">&#34;facet&#34;</span>: <span style="color:#e6db74">&#34;true&#34;</span>,
</span></span><span style="display:flex;"><span> <span style="color:#f92672">&#34;_&#34;</span>: <span style="color:#e6db74">&#34;1695192301927&#34;</span>
</span></span><span style="display:flex;"><span> }
</span></span><span style="display:flex;"><span> },
</span></span><span style="display:flex;"><span> <span style="color:#f92672">&#34;response&#34;</span>: {
</span></span><span style="display:flex;"><span> <span style="color:#f92672">&#34;numFound&#34;</span>: <span style="color:#ae81ff">1661863</span>,
</span></span><span style="display:flex;"><span> <span style="color:#f92672">&#34;start&#34;</span>: <span style="color:#ae81ff">0</span>,
</span></span><span style="display:flex;"><span> <span style="color:#f92672">&#34;docs&#34;</span>: []
</span></span><span style="display:flex;"><span> },
</span></span><span style="display:flex;"><span> <span style="color:#f92672">&#34;facet_counts&#34;</span>: {
</span></span><span style="display:flex;"><span> <span style="color:#f92672">&#34;facet_queries&#34;</span>: {},
</span></span><span style="display:flex;"><span> <span style="color:#f92672">&#34;facet_fields&#34;</span>: {
</span></span><span style="display:flex;"><span> <span style="color:#f92672">&#34;cua_version&#34;</span>: [
</span></span><span style="display:flex;"><span> <span style="color:#e6db74">&#34;6.x-4.1.10-ilri-RC7&#34;</span>,
</span></span><span style="display:flex;"><span> <span style="color:#ae81ff">1112186</span>,
</span></span><span style="display:flex;"><span> <span style="color:#e6db74">&#34;6.x-4.1.10-ilri-RC5&#34;</span>,
</span></span><span style="display:flex;"><span> <span style="color:#ae81ff">451180</span>,
</span></span><span style="display:flex;"><span> <span style="color:#e6db74">&#34;6.x-4.1.10-ilri-RC9&#34;</span>,
</span></span><span style="display:flex;"><span> <span style="color:#ae81ff">0</span>
</span></span><span style="display:flex;"><span> ]
</span></span><span style="display:flex;"><span> },
</span></span><span style="display:flex;"><span> <span style="color:#f92672">&#34;facet_dates&#34;</span>: {},
</span></span><span style="display:flex;"><span> <span style="color:#f92672">&#34;facet_ranges&#34;</span>: {},
</span></span><span style="display:flex;"><span> <span style="color:#f92672">&#34;facet_intervals&#34;</span>: {}
</span></span><span style="display:flex;"><span> }
</span></span><span style="display:flex;"><span>}
</span></span></code></pre></div><ul>
<li>I migrated AReS from Linode to Hetzner</li>
<li>I asked on Slack and someone told me that we need to edit <code>src/app/menu.resolver.ts</code> to add new drop down menus to the top navbar
<ul>
<li>It works, though is unfortunate that we can&rsquo;t do it in a theme</li>
</ul>
</li>
</ul>
<h2 id="2023-09-21">2023-09-21</h2>
<ul>
<li>More minor work on DSpace 7 home page and menus</li>
<li>Meeting to discuss types and DSpace 7 migration plans</li>
<li>Create a DSpace 7 theme for IITA</li>
</ul>
<h2 id="2023-09-22">2023-09-22</h2>
<ul>
<li>Create a DSpace 7 theme for IWMI</li>
<li>I had some issues with pm2 on the new DSpace 7 Test
<ul>
<li>It seems to be due to mixing systemd starting versus manually starting / stopping&hellip;</li>
<li>After reading the discussion in <a href="https://github.com/Unitech/pm2/issues/2914">this pm2 issue</a> I realize that we probably need to use <code>--no-daemon</code> to have systemd fully manage the processes without pm2 trying to save state</li>
</ul>
</li>
</ul>
<h2 id="2023-09-23">2023-09-23</h2>
<ul>
<li>Export CGSpace to check for missing Initiative collection mappings</li>
<li>Start a harvest on AReS</li>
</ul>
<!-- raw HTML omitted -->

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/" />
<meta property="og:updated_time" content="2023-09-16T23:38:04+03:00" />
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
<meta property="og:updated_time" content="2023-09-16T23:38:04+03:00" />
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
<meta property="og:updated_time" content="2023-09-16T23:38:04+03:00" />
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
<meta property="og:updated_time" content="2023-09-16T23:38:04+03:00" />
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
<meta property="og:updated_time" content="2023-09-16T23:38:04+03:00" />
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
<meta property="og:updated_time" content="2023-09-16T23:38:04+03:00" />
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
<meta property="og:updated_time" content="2023-09-16T23:38:04+03:00" />
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
<meta property="og:updated_time" content="2023-09-16T23:38:04+03:00" />
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
<meta property="og:updated_time" content="2023-09-16T23:38:04+03:00" />
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
<meta property="og:updated_time" content="2023-09-16T23:38:04+03:00" />
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
<meta property="og:updated_time" content="2023-09-16T23:38:04+03:00" />
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
<meta property="og:updated_time" content="2023-09-16T23:38:04+03:00" />
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
<meta property="og:updated_time" content="2023-09-16T23:38:04+03:00" />
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
<meta property="og:updated_time" content="2023-09-16T23:38:04+03:00" />
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
<meta property="og:updated_time" content="2023-09-16T23:38:04+03:00" />
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
<meta property="og:updated_time" content="2023-09-16T23:38:04+03:00" />
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
<meta property="og:updated_time" content="2023-09-16T23:38:04+03:00" />
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
<meta property="og:updated_time" content="2023-09-16T23:38:04+03:00" />
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
<meta property="og:updated_time" content="2023-09-16T23:38:04+03:00" />
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
<meta property="og:updated_time" content="2023-09-16T23:38:04+03:00" />
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
<meta property="og:updated_time" content="2023-09-16T23:38:04+03:00" />
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
<meta property="og:updated_time" content="2023-09-16T23:38:04+03:00" />
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
<meta property="og:updated_time" content="2023-09-16T23:38:04+03:00" />
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
<meta property="og:updated_time" content="2023-09-16T23:38:04+03:00" />
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
<meta property="og:updated_time" content="2023-09-16T23:38:04+03:00" />
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
<meta property="og:updated_time" content="2023-09-16T23:38:04+03:00" />
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
<meta property="og:updated_time" content="2023-09-16T23:38:04+03:00" />
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
<meta property="og:updated_time" content="2023-09-16T23:38:04+03:00" />
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />

View File

@ -10,7 +10,7 @@
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
<meta property="og:updated_time" content="2023-09-16T23:38:04+03:00" />
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />

View File

@ -3,19 +3,19 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://alanorth.github.io/cgspace-notes/categories/</loc>
<lastmod>2023-09-16T23:38:04+03:00</lastmod>
<lastmod>2023-09-19T21:13:52+03:00</lastmod>
</url><url>
<loc>https://alanorth.github.io/cgspace-notes/</loc>
<lastmod>2023-09-16T23:38:04+03:00</lastmod>
<lastmod>2023-09-19T21:13:52+03:00</lastmod>
</url><url>
<loc>https://alanorth.github.io/cgspace-notes/categories/notes/</loc>
<lastmod>2023-09-16T23:38:04+03:00</lastmod>
<lastmod>2023-09-19T21:13:52+03:00</lastmod>
</url><url>
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
<lastmod>2023-09-16T23:38:04+03:00</lastmod>
<lastmod>2023-09-19T21:13:52+03:00</lastmod>
</url><url>
<loc>https://alanorth.github.io/cgspace-notes/2023-09/</loc>
<lastmod>2023-09-16T23:38:04+03:00</lastmod>
<lastmod>2023-09-19T21:13:52+03:00</lastmod>
</url><url>
<loc>https://alanorth.github.io/cgspace-notes/2023-08/</loc>
<lastmod>2023-09-01T08:10:02+03:00</lastmod>