Add notes for 2017-10-04

This commit is contained in:
2017-10-04 11:29:41 +03:00
parent f1cc5035a9
commit 86dfa6666d
3 changed files with 37 additions and 8 deletions

View File

@ -27,7 +27,7 @@ Add Katherine Lutz to the groups for content sumission and edit steps of the CGI
<meta property="article:published_time" content="2017-10-01T08:07:54&#43;03:00"/>
<meta property="article:modified_time" content="2017-10-02T08:31:19&#43;03:00"/>
<meta property="article:modified_time" content="2017-10-02T17:29:23&#43;03:00"/>
@ -65,9 +65,9 @@ Add Katherine Lutz to the groups for content sumission and edit steps of the CGI
"@type": "BlogPosting",
"headline": "October, 2017",
"url": "https://alanorth.github.io/cgspace-notes/2017-10/",
"wordCount": "241",
"wordCount": "372",
"datePublished": "2017-10-01T08:07:54&#43;03:00",
"dateModified": "2017-10-02T08:31:19&#43;03:00",
"dateModified": "2017-10-02T17:29:23&#43;03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -171,6 +171,22 @@ Add Katherine Lutz to the groups for content sumission and edit steps of the CGI
<li>Linode emailed to say that linode578611 (DSpace Test) needs to migrate to a new host for a security update so I initiated the migration immediately rather than waiting for the scheduled time in two weeks</li>
</ul>
<h2 id="2017-10-04">2017-10-04</h2>
<ul>
<li>Twice in the last twenty-four hours Linode has alerted about high CPU usage on CGSpace (linode2533629)</li>
<li>Communicate with Sam from the CGIAR System Organization about some broken links coming from their CGIAR Library domain to CGSpace</li>
<li>The first is a link to a browse page that should be handled better in nginx:</li>
</ul>
<pre><code>http://library.cgiar.org/browse?value=Intellectual%20Assets%20Reports&amp;type=subject → https://cgspace.cgiar.org/browse?value=Intellectual%20Assets%20Reports&amp;type=subject
</code></pre>
<ul>
<li>We&rsquo;ll need to check for browse links and handle them properly, including swapping the <code>subject</code> parameter for <code>systemsubject</code> (which doesn&rsquo;t exist in Discovery yet, but we&rsquo;ll need to add it) as we have moved their poorly curated subjects from <code>dc.subject</code> to <code>cg.subject.system</code></li>
<li>The second link was a direct link to a bitstream which has broken due to the sequence being updated, so I told him he should link to the handle of the item instead</li>
</ul>