Add notes for 2020-02-04

This commit is contained in:
Alan Orth 2020-02-04 13:09:24 +02:00
parent 3a96536a17
commit d563036268
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
4 changed files with 43 additions and 17 deletions

View File

@ -123,7 +123,7 @@ DROP VIEW
- Update DSpace mimetype fallback images from [KDE Breeze Icons](https://github.com/KDE/breeze-icons) project
- Our icons are four years old (see [my bitstream icons demo](https://alanorth.github.io/dspace-bitstream-icons/))
- Issues remaining in the DSpace 6 port of our CGSpace 5.x code:
- [ ] Community and collection pages only show one recent submission (seems that there is only one item in Solr?)
- [x] Community and collection pages only show one recent submission (seems that there is only one item in Solr?)
- [ ] Community and collection pages have tons of "Browse" buttons that we need to remove
- [ ] Order of navigation elements in right side bar ("My Account" etc, compare to DSpace Test)
- [ ] Home page trail says "CGSpace Home" instead of "CGSpace Home / Community List" (see DSpace Test)
@ -164,4 +164,10 @@ $ ~/dspace63/bin/dspace database migrate
- Speaking of database stuff, there was a performance-related update for the [indexes that we used in DSpace 5](https://github.com/DSpace/DSpace/pull/1791/)
- We might want to [apply it in DSpace 6](https://github.com/DSpace/DSpace/pull/1792), as it was never merged to 6.x, but it helped with the performance of `/submissions` in XMLUI for us in [2018-03]({{< relref path="2018-03.md" >}})
## 2020-02-04
- The indexing issue I was having yesterday seems to only present itself the first time a new installation is running DSpace 6
- Once the indexing induced by touching `dspace/solr/search/conf/reindex.flag` has finished, subsequent manual invocations of `dspace index-discovery -b` work as expected
- Nevertheless, I sent a message to the dspace-tech mailing list describing the issue to see if anyone has any comments
<!-- vim: set sw=2 ts=2: -->

View File

@ -29,7 +29,7 @@ I tweeted the CGSpace repository link
<meta property="og:type" content="article" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2020-01/" />
<meta property="article:published_time" content="2020-01-06T10:48:30+02:00" />
<meta property="article:modified_time" content="2020-01-30T17:43:34+02:00" />
<meta property="article:modified_time" content="2020-02-04T13:06:23+02:00" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="January, 2020"/>
@ -63,9 +63,9 @@ I tweeted the CGSpace repository link
"@type": "BlogPosting",
"headline": "January, 2020",
"url": "https:\/\/alanorth.github.io\/cgspace-notes\/2020-01\/",
"wordCount": "3522",
"wordCount": "3565",
"datePublished": "2020-01-06T10:48:30+02:00",
"dateModified": "2020-01-30T17:43:34+02:00",
"dateModified": "2020-02-04T13:06:23+02:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -516,18 +516,29 @@ $ ./fix-metadata-values.py -i /tmp/2020-01-29-ISSNs-Distinct.csv -db dspace -u d
- c2e6719fa763e291b81b2d61da2f8c758fe38ff3
- [DS-4136] Improve OAI import performance for a large install:
- 3f81daf3d89b17ff4d08783ee9899e5a745851dc
- 37004bbcf4ca3ef2a74ebc6e4774cb605884864e
- DS-4110: fix issue in legacy id cleanup of stats records
- 3752247d6a4b83ee809cc9b197f34a8ff50b9e74
- e6004e57f0f2f3ce5f433647fe8a467b0176836b
- 2fb3751c9adfe7311c6df43dbd51a41479480f5e
- Fix DS-4066 by update all IDs to string type in schema:
- f15cb33ab4272a3970572e608810de3076d541a3
- [DS-3849] Default ID 'order by' clause for other 'get items' queries:
- 7b888fa558e5792cd780d1d6a7f75564f4da3bf9
- 8d1aa33f7b9ea5a623e1ed13f139695671c598d4
- DS-3914: Fix community defiliation:
- 19cc9719879cf69019acad72ee13915a4128e859
- b86a7b8d66608ee2bec67fb69b37e27c9a620aa3
- [DS-3849] Default ID 'order by' clause for other 'get items' queries:
- 7b888fa558e5792cd780d1d6a7f75564f4da3bf9
- 8d1aa33f7b9ea5a623e1ed13f139695671c598d4
- [DS-3664] ImageMagick: Only execute &quot;identify&quot; on first page:
- 33ba419f3560639bff8ea002cdfc38345c0fea8d
- DS-3658 Configure ReindexerThread disable reindex
- 1d2f10592ac2d86f28044749f34ac05347ea0e0a
- 05959ef315d2a1670e4b59eee4db21f93ba238fa
- 7253095b623069d7ef0a1a13cc5a21385d0878c9
- [DS-3602] 6x Port: Incremental Update of Legacy Id fields in Solr Statistics:
- 184f2b2153479045fba6239342c63e7f8564b8b6
- Dspace 6 ds 3545 mirage2: custom sitemap.xmap is ignored
- 71c68f2f54dead69329298810d0fecdf76b59c09
- It's annoying that we have to target DSpace 6.3... I think I should totally cherry-pick these when I'm done
- For now I just created a new DSpace repository and checked out the `dspace-6.3` tag and started diffing and copying changes over from our 5.8 repository
- There are some things I need to remember to check:

View File

@ -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-02T18:03:43+02:00" />
<meta property="article:modified_time" content="2020-02-04T08:44:50+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": "949",
"wordCount": "1011",
"datePublished": "2020-02-02T11:56:30+02:00",
"dateModified": "2020-02-02T18:03:43+02:00",
"dateModified": "2020-02-04T08:44:50+02:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -241,7 +241,7 @@ DROP VIEW
</li>
<li>Issues remaining in the DSpace 6 port of our CGSpace 5.x code:
<ul>
<li><input disabled="" type="checkbox">Community and collection pages only show one recent submission (seems that there is only one item in Solr?)</li>
<li><input checked="" disabled="" type="checkbox">Community and collection pages only show one recent submission (seems that there is only one item in Solr?)</li>
<li><input disabled="" type="checkbox">Community and collection pages have tons of &ldquo;Browse&rdquo; buttons that we need to remove</li>
<li><input disabled="" type="checkbox">Order of navigation elements in right side bar (&ldquo;My Account&rdquo; etc, compare to DSpace Test)</li>
<li><input disabled="" type="checkbox">Home page trail says &ldquo;CGSpace Home&rdquo; instead of &ldquo;CGSpace Home / Community List&rdquo; (see DSpace Test)</li>
@ -284,6 +284,15 @@ $ ~/dspace63/bin/dspace database migrate
</ul>
</li>
</ul>
<h2 id="2020-02-04">2020-02-04</h2>
<ul>
<li>The indexing issue I was having yesterday seems to only present itself the first time a new installation is running DSpace 6
<ul>
<li>Once the indexing induced by touching <code>dspace/solr/search/conf/reindex.flag</code> has finished, subsequent manual invocations of <code>dspace index-discovery -b</code> work as expected</li>
<li>Nevertheless, I sent a message to the dspace-tech mailing list describing the issue to see if anyone has any comments</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->

View File

@ -4,32 +4,32 @@
<url>
<loc>https://alanorth.github.io/cgspace-notes/categories/</loc>
<lastmod>2020-02-02T18:03:43+02:00</lastmod>
<lastmod>2020-02-04T13:06:23+02:00</lastmod>
</url>
<url>
<loc>https://alanorth.github.io/cgspace-notes/</loc>
<lastmod>2020-02-02T18:03:43+02:00</lastmod>
<lastmod>2020-02-04T13:06:23+02:00</lastmod>
</url>
<url>
<loc>https://alanorth.github.io/cgspace-notes/2020-02/</loc>
<lastmod>2020-02-02T18:03:43+02:00</lastmod>
<lastmod>2020-02-04T08:44:50+02:00</lastmod>
</url>
<url>
<loc>https://alanorth.github.io/cgspace-notes/categories/notes/</loc>
<lastmod>2020-02-02T18:03:43+02:00</lastmod>
<lastmod>2020-02-04T13:06:23+02:00</lastmod>
</url>
<url>
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
<lastmod>2020-02-02T18:03:43+02:00</lastmod>
<lastmod>2020-02-04T13:06:23+02:00</lastmod>
</url>
<url>
<loc>https://alanorth.github.io/cgspace-notes/2020-01/</loc>
<lastmod>2020-01-30T17:43:34+02:00</lastmod>
<lastmod>2020-02-04T13:06:23+02:00</lastmod>
</url>
<url>