mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 06:35:03 +01:00
Add notes for 2020-02-27
This commit is contained in:
parent
99e411e848
commit
d9de8c350b
@ -1093,4 +1093,23 @@ Moving: 21993 into core statistics-2019
|
||||
|
||||
- [DS-4397 controlled vocabulary loading speedup](https://jira.lyrasis.org/browse/DS-4397)
|
||||
|
||||
## 2020-02-27
|
||||
|
||||
- Tezira startd a discussion on Yammer about the ISI Journal field
|
||||
- She and Abenet both insist that selecting `N/A` for the "Journal status" in the submission form makes the item show <strong>ISI Journal</strong> on the item display page
|
||||
- I told them that the `N/A` does not store a value so this is impossible
|
||||
- I tested it to be sure on DSpace Test, and it does not show a value...
|
||||
- I checked this morning's database snapshot and found three items that had a value of `N/A`, but they have already been fixed manually on CGSpace by Abenet or Tezira
|
||||
- I re-worded the `N/A` to say "Non-ISI Journal" in the submission form, though it still does not store a value
|
||||
- I tested the one last remaining issue with our `6.x-dev` branch: the export CSV from search results
|
||||
- Last time I had tried that it didn't work for some reason
|
||||
- Now I will [tell Atmire to get started](https://tracker.atmire.com/tickets-cgiar-ilri/view-ticket?id=706)
|
||||
- I added some debugging to the Solr core loading in DSpace 6.4-SNAPSHOT (`SolrLoggerServiceImpl.java`) and I see this when DSpace starts up now:
|
||||
|
||||
```
|
||||
2020-02-27 12:26:35,695 INFO org.dspace.statistics.SolrLoggerServiceImpl @ Alan Ping of Solr Core [statistics-2019] Failed with [org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException]. New Core Will be Created
|
||||
```
|
||||
|
||||
- When I check Solr I see the `statistics-2019` core loaded (from `stats-util -s` yesterday, not manually created)
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
@ -20,7 +20,7 @@ The code finally builds and runs with a fresh install
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2020-02/" />
|
||||
<meta property="article:published_time" content="2020-02-02T11:56:30+02:00" />
|
||||
<meta property="article:modified_time" content="2020-02-26T16:39:55+02:00" />
|
||||
<meta property="article:modified_time" content="2020-02-26T22:11:05+02:00" />
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="February, 2020"/>
|
||||
@ -45,9 +45,9 @@ The code finally builds and runs with a fresh install
|
||||
"@type": "BlogPosting",
|
||||
"headline": "February, 2020",
|
||||
"url": "https:\/\/alanorth.github.io\/cgspace-notes\/2020-02\/",
|
||||
"wordCount": "7025",
|
||||
"wordCount": "7238",
|
||||
"datePublished": "2020-02-02T11:56:30+02:00",
|
||||
"dateModified": "2020-02-26T16:39:55+02:00",
|
||||
"dateModified": "2020-02-26T22:11:05+02:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -1228,6 +1228,29 @@ Moving: 21993 into core statistics-2019
|
||||
</code></pre><ul>
|
||||
<li><a href="https://jira.lyrasis.org/browse/DS-4397">DS-4397 controlled vocabulary loading speedup</a></li>
|
||||
</ul>
|
||||
<h2 id="2020-02-27">2020-02-27</h2>
|
||||
<ul>
|
||||
<li>Tezira startd a discussion on Yammer about the ISI Journal field
|
||||
<ul>
|
||||
<li>She and Abenet both insist that selecting <code>N/A</code> for the “Journal status” in the submission form makes the item show <!-- raw HTML omitted -->ISI Journal<!-- raw HTML omitted --> on the item display page</li>
|
||||
<li>I told them that the <code>N/A</code> does not store a value so this is impossible</li>
|
||||
<li>I tested it to be sure on DSpace Test, and it does not show a value…</li>
|
||||
<li>I checked this morning’s database snapshot and found three items that had a value of <code>N/A</code>, but they have already been fixed manually on CGSpace by Abenet or Tezira</li>
|
||||
<li>I re-worded the <code>N/A</code> to say “Non-ISI Journal” in the submission form, though it still does not store a value</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>I tested the one last remaining issue with our <code>6.x-dev</code> branch: the export CSV from search results
|
||||
<ul>
|
||||
<li>Last time I had tried that it didn’t work for some reason</li>
|
||||
<li>Now I will <a href="https://tracker.atmire.com/tickets-cgiar-ilri/view-ticket?id=706">tell Atmire to get started</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>I added some debugging to the Solr core loading in DSpace 6.4-SNAPSHOT (<code>SolrLoggerServiceImpl.java</code>) and I see this when DSpace starts up now:</li>
|
||||
</ul>
|
||||
<pre><code>2020-02-27 12:26:35,695 INFO org.dspace.statistics.SolrLoggerServiceImpl @ Alan Ping of Solr Core [statistics-2019] Failed with [org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException]. New Core Will be Created
|
||||
</code></pre><ul>
|
||||
<li>When I check Solr I see the <code>statistics-2019</code> core loaded (from <code>stats-util -s</code> yesterday, not manually created)</li>
|
||||
</ul>
|
||||
<!-- raw HTML omitted -->
|
||||
|
||||
|
||||
|
@ -4,27 +4,27 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/categories/</loc>
|
||||
<lastmod>2020-02-26T16:39:55+02:00</lastmod>
|
||||
<lastmod>2020-02-26T22:11:05+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||
<lastmod>2020-02-26T16:39:55+02:00</lastmod>
|
||||
<lastmod>2020-02-26T22:11:05+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/2020-02/</loc>
|
||||
<lastmod>2020-02-26T16:39:55+02:00</lastmod>
|
||||
<lastmod>2020-02-26T22:11:05+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/categories/notes/</loc>
|
||||
<lastmod>2020-02-26T16:39:55+02:00</lastmod>
|
||||
<lastmod>2020-02-26T22:11:05+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
||||
<lastmod>2020-02-26T16:39:55+02:00</lastmod>
|
||||
<lastmod>2020-02-26T22:11:05+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
|
Loading…
Reference in New Issue
Block a user