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: Expose GET /admin/projects/iri/{iriUrlEncoded} as zio-http route #2355

Merged
merged 30 commits into from Jan 2, 2023

Commits on Dec 23, 2022

  1. mob next [ci-skip] [ci skip] [skip ci]

    lastFile:webapi/src/main/scala/org/knora/webapi/core/HttpServerWithZIOHttp.scala
    seakayone committed Dec 23, 2022
    Copy the full SHA
    480b06d View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. add test

    seakayone committed Dec 27, 2022
    Copy the full SHA
    3abdc21 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a163b90 View commit details
    Browse the repository at this point in the history
  3. fmt

    seakayone committed Dec 27, 2022
    Copy the full SHA
    d568e43 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    b6fedf6 View commit details
    Browse the repository at this point in the history
  5. fmt

    seakayone committed Dec 27, 2022
    Copy the full SHA
    d8eb0c1 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    2935a6c View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    0f0c5f6 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    ba8ca55 View commit details
    Browse the repository at this point in the history
  9. fix ActorToZioBridge by explicitly mapping in right execution context…

    …, and remove new needless implicit class tag
    seakayone committed Dec 27, 2022
    Copy the full SHA
    df79afc View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

  1. Copy the full SHA
    8703711 View commit details
    Browse the repository at this point in the history
  2. fmt

    seakayone committed Dec 28, 2022
    Copy the full SHA
    922d2cc View commit details
    Browse the repository at this point in the history
  3. fmt

    seakayone committed Dec 28, 2022
    Copy the full SHA
    e6d838b View commit details
    Browse the repository at this point in the history
  4. fmt

    seakayone committed Dec 28, 2022
    Copy the full SHA
    ad5b367 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    39650f8 View commit details
    Browse the repository at this point in the history
  6. fix scaladoc for org.knora.webapi.responders.admin.RestProjectsServic…

    …e.getSingleProjectADMRequest
    seakayone committed Dec 28, 2022
    Copy the full SHA
    4ca3b82 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    c5abd17 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. Update webapi/src/main/scala/org/knora/webapi/http/status/ApiStatusCo…

    …desZ.scala
    
    Co-authored-by: Balduin Landolt <33053745+BalduinLandolt@users.noreply.github.com>
    seakayone and BalduinLandolt committed Jan 2, 2023
    Copy the full SHA
    20c47ce View commit details
    Browse the repository at this point in the history
  2. fixup

    seakayone committed Jan 2, 2023
    Copy the full SHA
    12100ca View commit details
    Browse the repository at this point in the history
  3. extract method

    seakayone committed Jan 2, 2023
    Copy the full SHA
    70d6cf6 View commit details
    Browse the repository at this point in the history
  4. use urlayer

    seakayone committed Jan 2, 2023
    Copy the full SHA
    3e22ae7 View commit details
    Browse the repository at this point in the history
  5. Update webapi/src/main/scala/org/knora/webapi/routing/RouteUtilZ.scala

    Co-authored-by: irinaschubert <irina.schubert@dasch.swiss>
    seakayone and irinaschubert committed Jan 2, 2023
    Copy the full SHA
    5ee81e1 View commit details
    Browse the repository at this point in the history
  6. scaladoc

    seakayone committed Jan 2, 2023
    Copy the full SHA
    e8529a0 View commit details
    Browse the repository at this point in the history
  7. Update webapi/src/main/scala/org/knora/webapi/routing/HealthRouteZ.scala

    Co-authored-by: Marcin Procyk <marcin.procyk@dasch.swiss>
    seakayone and mpro7 committed Jan 2, 2023
    Copy the full SHA
    8407429 View commit details
    Browse the repository at this point in the history
  8. Update webapi/src/main/scala/org/knora/webapi/routing/HealthRouteZ.scala

    Co-authored-by: Marcin Procyk <marcin.procyk@dasch.swiss>
    seakayone and mpro7 committed Jan 2, 2023
    Copy the full SHA
    7885224 View commit details
    Browse the repository at this point in the history
  9. Update webapi/src/main/scala/org/knora/webapi/routing/HealthRouteZ.scala

    Co-authored-by: Marcin Procyk <marcin.procyk@dasch.swiss>
    seakayone and mpro7 committed Jan 2, 2023
    Copy the full SHA
    1b81714 View commit details
    Browse the repository at this point in the history
  10. Update webapi/src/test/scala/org/knora/webapi/routing/RouteUtilZSpec.…

    …scala
    
    Co-authored-by: irinaschubert <irina.schubert@dasch.swiss>
    seakayone and irinaschubert committed Jan 2, 2023
    Copy the full SHA
    cbe004e View commit details
    Browse the repository at this point in the history
  11. Update webapi/src/test/scala/org/knora/webapi/routing/RouteUtilZSpec.…

    …scala
    
    Co-authored-by: irinaschubert <irina.schubert@dasch.swiss>
    seakayone and irinaschubert committed Jan 2, 2023
    Copy the full SHA
    c2313b5 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    7a33a0d View commit details
    Browse the repository at this point in the history
  13. fmt

    seakayone committed Jan 2, 2023
    Copy the full SHA
    aaf8429 View commit details
    Browse the repository at this point in the history