mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-04 14:23:01 +01:00
Update notes
This commit is contained in:
parent
3a6f4f9bfc
commit
b2af1479cf
@ -124,7 +124,7 @@ DROP VIEW
|
|||||||
- Our icons are four years old (see [my bitstream icons demo](https://alanorth.github.io/dspace-bitstream-icons/))
|
- 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:
|
- Issues remaining in the DSpace 6 port of our CGSpace 5.x code:
|
||||||
- [x] 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
|
- [x] Community and collection pages have tons of "Browse" buttons that we need to remove
|
||||||
- [x] Order of navigation elements in right side bar ("My Account" etc, compare to DSpace Test)
|
- [x] 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)
|
- [ ] Home page trail says "CGSpace Home" instead of "CGSpace Home / Community List" (see DSpace Test)
|
||||||
- There are lots of errors in the DSpace log, which might explain some of the issues with recent submissions / Solr:
|
- There are lots of errors in the DSpace log, which might explain some of the issues with recent submissions / Solr:
|
||||||
@ -186,4 +186,22 @@ $ git rebase -i upstream/dspace-6_x
|
|||||||
- I'm starting to wonder if Atmire's modules somehow override this, as I don't see how `CommunityBrowse.java` can behave like ours on DSpace 5.x unless they have overridden it (as the open source code is the same in 5.x and 6.x)
|
- I'm starting to wonder if Atmire's modules somehow override this, as I don't see how `CommunityBrowse.java` can behave like ours on DSpace 5.x unless they have overridden it (as the open source code is the same in 5.x and 6.x)
|
||||||
- At least the "account" link in the sidebar is overridden in our 5.x branch because Atmire copied a modified `Navigation.java` to the local xmlui modules folder... so that explains that (and it's easy to replicate in 6.x)
|
- At least the "account" link in the sidebar is overridden in our 5.x branch because Atmire copied a modified `Navigation.java` to the local xmlui modules folder... so that explains that (and it's easy to replicate in 6.x)
|
||||||
|
|
||||||
|
## 2020-02-05
|
||||||
|
|
||||||
|
- UptimeRobot told me that AReS Explorer crashed last night, so I logged into it, ran all updates, and rebooted it
|
||||||
|
- Testing Discovery indexing speed on my local DSpace 6.3:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ time schedtool -D -e ~/dspace63/bin/dspace index-discovery -b
|
||||||
|
schedtool -D -e ~/dspace63/bin/dspace index-discovery -b 3771.78s user 93.63s system 41% cpu 2:34:19.53 total
|
||||||
|
schedtool -D -e ~/dspace63/bin/dspace index-discovery -b 3360.28s user 82.63s system 38% cpu 2:30:22.07 total
|
||||||
|
```
|
||||||
|
|
||||||
|
- DSpace 5.8 was taking about 1 hour (or less on this laptop), so this is 2.5x longer!
|
||||||
|
|
||||||
|
```
|
||||||
|
$ time schedtool -D -e ~/dspace/bin/dspace index-discovery -b
|
||||||
|
schedtool -D -e ~/dspace/bin/dspace index-discovery -b 299.53s user 69.67s system 20% cpu 30:34.47 total
|
||||||
|
```
|
||||||
|
|
||||||
<!-- vim: set sw=2 ts=2: -->
|
<!-- 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:type" content="article" />
|
||||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2020-02/" />
|
<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:published_time" content="2020-02-02T11:56:30+02:00" />
|
||||||
<meta property="article:modified_time" content="2020-02-04T15:52:38+02:00" />
|
<meta property="article:modified_time" content="2020-02-04T18:45:07+02:00" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="February, 2020"/>
|
<meta name="twitter:title" content="February, 2020"/>
|
||||||
@ -45,9 +45,9 @@ The code finally builds and runs with a fresh install
|
|||||||
"@type": "BlogPosting",
|
"@type": "BlogPosting",
|
||||||
"headline": "February, 2020",
|
"headline": "February, 2020",
|
||||||
"url": "https:\/\/alanorth.github.io\/cgspace-notes\/2020-02\/",
|
"url": "https:\/\/alanorth.github.io\/cgspace-notes\/2020-02\/",
|
||||||
"wordCount": "1267",
|
"wordCount": "1372",
|
||||||
"datePublished": "2020-02-02T11:56:30+02:00",
|
"datePublished": "2020-02-02T11:56:30+02:00",
|
||||||
"dateModified": "2020-02-04T15:52:38+02:00",
|
"dateModified": "2020-02-04T18:45:07+02:00",
|
||||||
"author": {
|
"author": {
|
||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": "Alan Orth"
|
"name": "Alan Orth"
|
||||||
@ -242,7 +242,7 @@ DROP VIEW
|
|||||||
<li>Issues remaining in the DSpace 6 port of our CGSpace 5.x code:
|
<li>Issues remaining in the DSpace 6 port of our CGSpace 5.x code:
|
||||||
<ul>
|
<ul>
|
||||||
<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 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 “Browse” buttons that we need to remove</li>
|
<li><input checked="" disabled="" type="checkbox">Community and collection pages have tons of “Browse” buttons that we need to remove</li>
|
||||||
<li><input checked="" disabled="" type="checkbox">Order of navigation elements in right side bar (“My Account” etc, compare to DSpace Test)</li>
|
<li><input checked="" disabled="" type="checkbox">Order of navigation elements in right side bar (“My Account” etc, compare to DSpace Test)</li>
|
||||||
<li><input disabled="" type="checkbox">Home page trail says “CGSpace Home” instead of “CGSpace Home / Community List” (see DSpace Test)</li>
|
<li><input disabled="" type="checkbox">Home page trail says “CGSpace Home” instead of “CGSpace Home / Community List” (see DSpace Test)</li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -313,7 +313,20 @@ $ git rebase -i upstream/dspace-6_x
|
|||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<!-- raw HTML omitted -->
|
<h2 id="2020-02-05">2020-02-05</h2>
|
||||||
|
<ul>
|
||||||
|
<li>UptimeRobot told me that AReS Explorer crashed last night, so I logged into it, ran all updates, and rebooted it</li>
|
||||||
|
<li>Testing Discovery indexing speed on my local DSpace 6.3:</li>
|
||||||
|
</ul>
|
||||||
|
<pre><code>$ time schedtool -D -e ~/dspace63/bin/dspace index-discovery -b
|
||||||
|
schedtool -D -e ~/dspace63/bin/dspace index-discovery -b 3771.78s user 93.63s system 41% cpu 2:34:19.53 total
|
||||||
|
schedtool -D -e ~/dspace63/bin/dspace index-discovery -b 3360.28s user 82.63s system 38% cpu 2:30:22.07 total
|
||||||
|
</code></pre><ul>
|
||||||
|
<li>DSpace 5.8 was taking about 1 hour (or less on this laptop), so this is 2.5x longer!</li>
|
||||||
|
</ul>
|
||||||
|
<pre><code>$ time schedtool -D -e ~/dspace/bin/dspace index-discovery -b
|
||||||
|
schedtool -D -e ~/dspace/bin/dspace index-discovery -b 299.53s user 69.67s system 20% cpu 30:34.47 total
|
||||||
|
</code></pre><!-- raw HTML omitted -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -4,27 +4,27 @@
|
|||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/categories/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/categories/</loc>
|
||||||
<lastmod>2020-02-04T15:52:38+02:00</lastmod>
|
<lastmod>2020-02-04T18:45:07+02:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||||
<lastmod>2020-02-04T15:52:38+02:00</lastmod>
|
<lastmod>2020-02-04T18:45:07+02:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/2020-02/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/2020-02/</loc>
|
||||||
<lastmod>2020-02-04T15:52:38+02:00</lastmod>
|
<lastmod>2020-02-04T18:45:07+02:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/categories/notes/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/categories/notes/</loc>
|
||||||
<lastmod>2020-02-04T15:52:38+02:00</lastmod>
|
<lastmod>2020-02-04T18:45:07+02:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
||||||
<lastmod>2020-02-04T15:52:38+02:00</lastmod>
|
<lastmod>2020-02-04T18:45:07+02:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
|
Loading…
Reference in New Issue
Block a user