mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2022-12-12
This commit is contained in:
@ -20,7 +20,7 @@ Replace “East Asia” with “Eastern Asia” region on CGSpac
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2022-12/" />
|
||||
<meta property="article:published_time" content="2022-12-01T08:52:36+03:00" />
|
||||
<meta property="article:modified_time" content="2022-12-07T22:59:37+01:00" />
|
||||
<meta property="article:modified_time" content="2022-12-08T18:59:57+02:00" />
|
||||
|
||||
|
||||
|
||||
@ -46,9 +46,9 @@ Replace “East Asia” with “Eastern Asia” region on CGSpac
|
||||
"@type": "BlogPosting",
|
||||
"headline": "December, 2022",
|
||||
"url": "https://alanorth.github.io/cgspace-notes/2022-12/",
|
||||
"wordCount": "843",
|
||||
"wordCount": "993",
|
||||
"datePublished": "2022-12-01T08:52:36+03:00",
|
||||
"dateModified": "2022-12-07T22:59:37+01:00",
|
||||
"dateModified": "2022-12-08T18:59:57+02:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -247,6 +247,44 @@ Replace “East Asia” with “Eastern Asia” region on CGSpac
|
||||
<li>By default DSpace sends notifications for modified items too! I’ve disabled it now…</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>I applied 498 fixes and two deletions to affiliations sent by Peter</li>
|
||||
<li>I applied 206 fixes and eighty-one deletions to donors sent by Peter</li>
|
||||
<li>I tried to figure out how to authenticate to the DSpace 7 REST API
|
||||
<ul>
|
||||
<li>First <a href="https://github.com/DSpace/RestContract/blob/main/csrf-tokens.md">you need a CSRF token</a>, before you can even try to authenticate</li>
|
||||
<li>Then you can authenticate, but I can’t get it to work:</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-console" data-lang="console"><span style="display:flex;"><span>$ curl -v https://dspace7test.ilri.org/server/api
|
||||
</span></span><span style="display:flex;"><span>...
|
||||
</span></span><span style="display:flex;"><span>dspace-xsrf-token: 0b7861fb-9c8a-4eea-be70-b3be3bd0a0b4
|
||||
</span></span><span style="display:flex;"><span>...
|
||||
</span></span><span style="display:flex;"><span>$ curl -v -X POST --data <span style="color:#e6db74">"user=aorth@omg.com&password=myPassword"</span> <span style="color:#e6db74">"https://dspace7test.ilri.org/server/authn/login"</span> -H <span style="color:#e6db74">"X-XSRF-TOKEN: 0b7861fb-9c8a-4eea-be70-b3be3bd0a0b4"</span>
|
||||
</span></span></code></pre></div><ul>
|
||||
<li>Start a harvest on AReS</li>
|
||||
</ul>
|
||||
<h2 id="2022-12-09">2022-12-09</h2>
|
||||
<ul>
|
||||
<li>I found a way to check the owner of a Handle prefix
|
||||
<ul>
|
||||
<li>You query the admin Handle for the prefix, ie: <a href="https://hdl.handle.net/0.na/10568">https://hdl.handle.net/0.na/10568</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<h2 id="2022-12-11">2022-12-11</h2>
|
||||
<ul>
|
||||
<li>I got LDAP authentication working on DSpace 7</li>
|
||||
</ul>
|
||||
<h2 id="2022-12-12">2022-12-12</h2>
|
||||
<ul>
|
||||
<li>Submit some issues to MEL GitHub:
|
||||
<ul>
|
||||
<li><a href="https://github.com/CodeObia/MEL/issues/11081">Links to https://mel.cgiar.org/dspace/limited for Limited Access items on CGSpace</a></li>
|
||||
<li><a href="https://github.com/CodeObia/MEL/issues/11083">Items submitted to CGSpace without Initiative</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>PRMS planning meeting before tomorrow’s meeting with researchers and submitters</li>
|
||||
</ul>
|
||||
<!-- raw HTML omitted -->
|
||||
|
||||
|
Reference in New Issue
Block a user