Update notes for 2019-02-07

This commit is contained in:
Alan Orth 2019-02-07 11:03:09 +02:00
parent ad48463490
commit e264305b08
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
6 changed files with 37 additions and 12 deletions

View File

@ -355,5 +355,16 @@ $ dspace metadata-import -f /tmp/2019-02-06-CTA-multiple-subjects.csv
- So it seems that the load issue comes from the REST API, not the XMLUI
- I could probably rate limit the REST API, or maybe just keep increasing the alert threshold so I don't get alert spam (this is probably the correct approach because it seems like the REST API can keep up with the requests and is returning HTTP 200 status as far as I can tell)
- Bosede from IITA sent a message that a colleague is having problems submitting to some collections in their community:
```
Authorization denied for action WORKFLOW_STEP_1 on COLLECTION:1056 by user 1759
```
- Collection 1056 appears to be [IITA Posters and Presentations](https://cgspace.cgiar.org/handle/10568/68741) and I see that its workflow step 1 (Accept/Reject) is empty:
![IITA Posters and Presentations workflow step 1 empty](/cgspace-notes/2019/02/iita-workflow-step1-empty.png)
- IITA editors or approvers should be added to that step (though I'm curious why nobody is in that group currently)
<!-- vim: set sw=2 ts=2: -->

View File

@ -22,7 +22,7 @@ Today these are the top 10 IPs:
<meta property="og:type" content="article" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2018-11/" />
<meta property="article:published_time" content="2018-11-01T16:41:30&#43;02:00"/>
<meta property="article:modified_time" content="2018-12-04T09:50:36&#43;02:00"/>
<meta property="article:modified_time" content="2019-02-07T10:52:23&#43;02:00"/>
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="November, 2018"/>
@ -51,7 +51,7 @@ Today these are the top 10 IPs:
"url": "https://alanorth.github.io/cgspace-notes/2018-11/",
"wordCount": "2823",
"datePublished": "2018-11-01T16:41:30&#43;02:00",
"dateModified": "2018-12-04T09:50:36&#43;02:00",
"dateModified": "2019-02-07T10:52:23&#43;02:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -454,7 +454,7 @@ $ grep -o -E 'session_id=[A-Z0-9]{32}:ip_addr=2a03:2880:11ff' dspace.log.2018-11
<li>Help troubleshoot an issue with Judy Kimani submitting to the <a href="https://cgspace.cgiar.org/handle/10568/78">ILRI project reports, papers and documents</a> collection on CGSpace</li>
<li>For some reason there is an existing group for the &ldquo;Accept/Reject&rdquo; workflow step, but it&rsquo;s empty</li>
<li>I added Judy to the group and told her to try again</li>
<li>Sisay changed his leave to be full days until December so I need to finish the IITA records that he was working on (<a href="https://dspacetest.cgiar.org/handle/10568/107871">IITA_ ALIZZY1802-csv_oct23</a></li>
<li>Sisay changed his leave to be full days until December so I need to finish the IITA records that he was working on (<a href="https://dspacetest.cgiar.org/handle/10568/107871">IITA_ ALIZZY1802-csv_oct23</a>)</li>
<li>Sisay had said there were a few PDFs missing and Bosede sent them this week, so I had to find those items on DSpace Test and add the bitstreams to the items manually</li>
<li>As for the collection mappings I think I need to export the CSV from DSpace Test, add mappings for each type (ie Books go to IITA books collection, etc), then re-import to DSpace Test, then export from DSpace command line in &ldquo;migrate&rdquo; mode&hellip;</li>
<li>From there I should be able to script the removal of the old DSpace Test collection so they just go to the correct IITA collections on import into CGSpace</li>

View File

@ -42,7 +42,7 @@ sys 0m1.979s
<meta property="og:type" content="article" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2019-02/" />
<meta property="article:published_time" content="2019-02-01T21:37:30&#43;02:00"/>
<meta property="article:modified_time" content="2019-02-06T16:50:39&#43;02:00"/>
<meta property="article:modified_time" content="2019-02-07T08:25:41&#43;02:00"/>
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="February, 2019"/>
@ -89,9 +89,9 @@ sys 0m1.979s
"@type": "BlogPosting",
"headline": "February, 2019",
"url": "https://alanorth.github.io/cgspace-notes/2019-02/",
"wordCount": "1724",
"wordCount": "1793",
"datePublished": "2019-02-01T21:37:30&#43;02:00",
"dateModified": "2019-02-06T16:50:39&#43;02:00",
"dateModified": "2019-02-07T08:25:41&#43;02:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -547,6 +547,20 @@ PESCAS E AQUACULTURE,PISCICULTURA||AQUACULTURE
<ul>
<li>So it seems that the load issue comes from the REST API, not the XMLUI</li>
<li>I could probably rate limit the REST API, or maybe just keep increasing the alert threshold so I don&rsquo;t get alert spam (this is probably the correct approach because it seems like the REST API can keep up with the requests and is returning HTTP 200 status as far as I can tell)</li>
<li>Bosede from IITA sent a message that a colleague is having problems submitting to some collections in their community:</li>
</ul>
<pre><code>Authorization denied for action WORKFLOW_STEP_1 on COLLECTION:1056 by user 1759
</code></pre>
<ul>
<li>Collection 1056 appears to be <a href="https://cgspace.cgiar.org/handle/10568/68741">IITA Posters and Presentations</a> and I see that its workflow step 1 (Accept/Reject) is empty:</li>
</ul>
<p><img src="/cgspace-notes/2019/02/iita-workflow-step1-empty.png" alt="IITA Posters and Presentations workflow step 1 empty" /></p>
<ul>
<li>IITA editors or approvers should be added to that step (though I&rsquo;m curious why nobody is in that group currently)</li>
</ul>
<!-- vim: set sw=2 ts=2: -->

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

View File

@ -4,7 +4,7 @@
<url>
<loc>https://alanorth.github.io/cgspace-notes/2019-02/</loc>
<lastmod>2019-02-06T16:50:39+02:00</lastmod>
<lastmod>2019-02-07T08:25:41+02:00</lastmod>
</url>
<url>
@ -19,7 +19,7 @@
<url>
<loc>https://alanorth.github.io/cgspace-notes/2018-11/</loc>
<lastmod>2018-12-04T09:50:36+02:00</lastmod>
<lastmod>2019-02-07T10:52:23+02:00</lastmod>
</url>
<url>
@ -209,7 +209,7 @@
<url>
<loc>https://alanorth.github.io/cgspace-notes/</loc>
<lastmod>2019-02-06T16:50:39+02:00</lastmod>
<lastmod>2019-02-07T08:25:41+02:00</lastmod>
<priority>0</priority>
</url>
@ -220,7 +220,7 @@
<url>
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
<lastmod>2019-02-06T16:50:39+02:00</lastmod>
<lastmod>2019-02-07T08:25:41+02:00</lastmod>
<priority>0</priority>
</url>
@ -232,13 +232,13 @@
<url>
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
<lastmod>2019-02-06T16:50:39+02:00</lastmod>
<lastmod>2019-02-07T08:25:41+02:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
<lastmod>2019-02-06T16:50:39+02:00</lastmod>
<lastmod>2019-02-07T08:25:41+02:00</lastmod>
<priority>0</priority>
</url>

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB