-
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
feat(api-v1): Change API v1 file uploads to work like API v2 (PR 2) #1667
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Conflicts: # webapi/src/it/scala/org/knora/webapi/e2e/v1/KnoraSipiIntegrationV1ITSpec.scala
# Conflicts: # webapi/src/it/scala/org/knora/webapi/e2e/v1/KnoraSipiIntegrationV1ITSpec.scala
# Conflicts: # docs/src/paradox/00-release-notes/next.md # webapi/src/main/scala/org/knora/webapi/messages/v1/responder/valuemessages/ValueMessagesV1.scala # webapi/src/main/scala/org/knora/webapi/responders/v1/ValuesResponderV1.scala
# Conflicts: # webapi/src/main/scala/org/knora/webapi/messages/v1/responder/valuemessages/ValueMessagesV1.scala
# Conflicts: # webapi/src/it/scala/org/knora/webapi/e2e/v1/KnoraSipiIntegrationV1ITSpec.scala # webapi/src/main/scala/org/knora/webapi/messages/store/sipimessages/SipiMessages.scala # webapi/src/main/scala/org/knora/webapi/messages/v1/responder/resourcemessages/ResourceMessagesV1.scala # webapi/src/main/scala/org/knora/webapi/messages/v1/responder/valuemessages/ValueMessagesV1.scala # webapi/src/main/scala/org/knora/webapi/routing/v1/ValuesRouteV1.scala # webapi/src/main/scala/org/knora/webapi/store/iiif/SipiConnector.scala
# Conflicts: # webapi/src/main/scala/org/knora/webapi/util/StringFormatter.scala
# Conflicts: # webapi/src/main/scala/org/knora/webapi/routing/v1/ValuesRouteV1.scala
# Conflicts: # webapi/src/it/scala/org/knora/webapi/ITKnoraLiveSpec.scala # webapi/src/main/scala/org/knora/webapi/routing/v1/ValuesRouteV1.scala # webapi/src/main/scala/org/knora/webapi/store/iiif/SipiConnector.scala # webapi/src/main/scala/org/knora/webapi/util/StringFormatter.scala # webapi/src/test/scala/org/knora/webapi/store/iiif/MockSipiConnector.scala
# Conflicts: # sipi/scripts/convert_from_file.lua # vars.mk # webapi/src/it/scala/org/knora/webapi/e2e/v1/KnoraSipiIntegrationV1ITSpec.scala # webapi/src/it/scala/org/knora/webapi/e2e/v1/KnoraSipiScriptsV1ITSpec.scala # webapi/src/it/scala/org/knora/webapi/e2e/v2/KnoraSipiIntegrationV2ITSpec.scala # webapi/src/it/scala/org/knora/webapi/other/v1/DrawingsGodsV1ITSpec.scala
# Conflicts: # docker/knora-sipi.template.dockerfile # project/Dependencies.scala # sipi/docker-compose.yml # sipi/scripts/make_thumbnail.lua # vars.mk # webapi/src/it/scala/org/knora/webapi/e2e/v1/KnoraSipiScriptsV1ITSpec.scala # webapi/src/it/scala/org/knora/webapi/e2e/v2/KnoraSipiIntegrationV2ITSpec.scala # webapi/src/main/scala/org/knora/webapi/responders/v1/ValueUtilV1.scala
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Moved to #1722
This PR changes API v1 so that Knora and Sipi no longer need to share a filesystem (#535).
salsah1
to useupload.lua
, sending it a JWT token.KnoraSipiIntegrationV1ITSpec
to use API v2 to create theXSLTransformation
resource.Moved from #1233.
Needs #1532.
Resolves #535.