-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove preview file values #1230
Conversation
@tobiasschweizer Could you please try updating the BEOL data using the scripts in |
@benjamingeer Ok, I will try it. I think I will be able to do that tomorrow. |
I think the Python load test script would also have to be adapted. It is very similar to the import process I am using. |
Which script is that? |
It is the load test script written in Python. @subotic knows where it is. |
I assume you are getting rid of the non gui case (shared storage of Knora and Sipi) so the import process for StillImageRepresentation has to be adapted. |
I didn't know that such a script existed.
I haven't done that yet, I'll do it in a later PR. |
Ah, sorry, I was mistaken then. |
We had a stall problem in Knora when doing the import and so @subotic added a load test script written in Python. |
The load test can be found here: https://github.com/dhlab-basel/knora-tests It is the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks :-)
I like the upgrade scripts :-) |
Thanks, I was hoping you would like them. :) |
I can confirm that I checked as follows:
#Questions:
|
Great, thank you!
There would be no problem as long as their dump contains the old |
@kilchenmann is on holiday |
@kilchenmann @flavens Tobias says:
|
@benjamingeer I will redo my Meditationes-import again this afternoon (converted data as basis). If problems occur, I would come back to you. Burt I think it should be fine. |
@tobiasschweizer OK, thanks very much. |
this is the issue in Knora-ui: dasch-swiss/knora-ui#190 |
This finishes the work needed for issue #1068. Since PR #1011, preview images in the triplestore and in Sipi are obsolete. This PR removes them and changes
knora-base
accordingly.knora-base.ttl
:owl:cardinality 1
onknora-base:hasFileValue
and its subproperties, as per Adapt image handling in API v1 to use IIIF for previews #1068 (comment).convert_from_file.lua
andconvert_from_binaries.lua
) so that they no longer store preview images.upgrade/README.md
: Add a simple convention so Knora release notes can provide scripts and instructions for updating existing data when Knora is upgraded.upgrade/1230-delete-previews
: Add scripts for updating data for this PR.upgrade/1211-datetime
: Add a script for updating data for PR Change all xsd:dateTimeStamp to xsd:dateTime in the triplestore #1211.TransformData
utility).Resolves #1068.