Skip to content
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: Add dsp ingest asset info resolution (DEV-3147) #2973

Merged
merged 36 commits into from
Jan 8, 2024

Commits on Dec 21, 2023

  1. feat: Add def getAssetInfo(shortcode: KnoraProject.Shortcode, assetId…

    …: AssetId): Task[AssetInfoResponse] to DspIngestClient
    seakayone committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    6a6739a View commit details
    Browse the repository at this point in the history
  2. extract WireMockServer

    seakayone committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    b02253d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8b34bc View commit details
    Browse the repository at this point in the history
  4. add test

    seakayone committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    33c3a21 View commit details
    Browse the repository at this point in the history
  5. cleanup test

    seakayone committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    709dd30 View commit details
    Browse the repository at this point in the history
  6. fmt

    seakayone committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    c39bf55 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Configuration menu
    Copy the full SHA
    6b4fb68 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Align containers

    seakayone committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    ffec601 View commit details
    Browse the repository at this point in the history
  2. fix test

    seakayone committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    b3967d0 View commit details
    Browse the repository at this point in the history
  3. fmt

    seakayone committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    98ccfc3 View commit details
    Browse the repository at this point in the history
  4. fix tests

    seakayone committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    c9cd787 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98556bc View commit details
    Browse the repository at this point in the history
  6. header fmt

    seakayone committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    d7b2e57 View commit details
    Browse the repository at this point in the history
  7. fix test

    seakayone committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    46795a8 View commit details
    Browse the repository at this point in the history
  8. rm unused code

    seakayone committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    9234c87 View commit details
    Browse the repository at this point in the history
  9. Update error message

    seakayone committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    f7f4a15 View commit details
    Browse the repository at this point in the history
  10. fmt

    seakayone committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    7df37c2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    aa5cc34 View commit details
    Browse the repository at this point in the history
  12. try fix ci

    seakayone committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    bc72ae6 View commit details
    Browse the repository at this point in the history
  13. rm logging

    seakayone committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    3c98036 View commit details
    Browse the repository at this point in the history
  14. fmt

    seakayone committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    5714c9f View commit details
    Browse the repository at this point in the history
  15. try fix ci

    seakayone committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    1fe6148 View commit details
    Browse the repository at this point in the history
  16. Add logError

    seakayone committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    9f61dd1 View commit details
    Browse the repository at this point in the history
  17. try fix ci

    seakayone committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    9d01f20 View commit details
    Browse the repository at this point in the history
  18. try fix ci

    seakayone committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    056ed4c View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. try fix ci

    seakayone committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    1120a54 View commit details
    Browse the repository at this point in the history
  2. try fix ci

    seakayone committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    da6e63a View commit details
    Browse the repository at this point in the history
  3. try fix ci

    seakayone committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    eef2dcf View commit details
    Browse the repository at this point in the history
  4. fmt

    seakayone committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    709b984 View commit details
    Browse the repository at this point in the history
  5. Add copyright headers

    seakayone committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    9a2ffae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a00d6a0 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Update integration/src/test/scala/org/knora/webapi/testcontainers/Tes…

    …tContainerOps.scala
    
    Co-authored-by: Balduin Landolt <33053745+BalduinLandolt@users.noreply.github.com>
    seakayone and BalduinLandolt committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    7c30d38 View commit details
    Browse the repository at this point in the history
  2. Update integration/src/test/scala/org/knora/webapi/config/AppConfigFo…

    …rTestContainers.scala
    
    Co-authored-by: Balduin Landolt <33053745+BalduinLandolt@users.noreply.github.com>
    seakayone and BalduinLandolt committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    11a977a View commit details
    Browse the repository at this point in the history
  3. Update webapi/src/main/scala/org/knora/webapi/store/iiif/api/SipiServ…

    …ice.scala
    
    Co-authored-by: Marcin Procyk <marcin.procyk@dasch.swiss>
    seakayone and mpro7 committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    c52ceaa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2832ae4 View commit details
    Browse the repository at this point in the history
  5. fix import

    seakayone committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    d78216d View commit details
    Browse the repository at this point in the history