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

move core to be mpp #20

Draft
wants to merge 42 commits into
base: main
Choose a base branch
from
Draft

move core to be mpp #20

wants to merge 42 commits into from

Commits on Oct 24, 2021

  1. progress

    i-walker committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    88559c0 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. progress

    i-walker committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    b8e1bac View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Merge remote-tracking branch 'origin/main' into mpp-core

    # Conflicts:
    #	build.gradle.kts
    #	core/build.gradle.kts
    i-walker committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    b790c85 View commit details
    Browse the repository at this point in the history
  2. progress

    i-walker committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    be040bb View commit details
    Browse the repository at this point in the history
  3. progress

    i-walker committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    6115b5f View commit details
    Browse the repository at this point in the history
  4. progress

    i-walker committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    8484f2b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e462f9f View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2022

  1. further migrations

    i-walker committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    f7f7adb View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. progress

    � Conflicts:
    �	core/build.gradle.kts
    �	core/src/commonMain/kotlin/arrow/endpoint/ArrowEndpoint.kt
    �	core/src/commonMain/kotlin/arrow/endpoint/Endpoint.kt
    �	core/src/commonMain/kotlin/arrow/endpoint/EndpointIO.kt
    �	core/src/commonMain/kotlin/arrow/endpoint/EndpointInput.kt
    �	core/src/commonMain/kotlin/arrow/endpoint/EndpointInterceptor.kt
    �	core/src/commonMain/kotlin/arrow/endpoint/EndpointOutput.kt
    �	core/src/commonMain/kotlin/arrow/endpoint/EndpointTransput.kt
    �	core/src/commonMain/kotlin/arrow/endpoint/FieldName.kt
    �	core/src/commonMain/kotlin/arrow/endpoint/Mapping.kt
    �	core/src/commonMain/kotlin/arrow/endpoint/MethodSyntax.kt
    �	core/src/commonMain/kotlin/arrow/endpoint/Params.kt
    �	core/src/commonMain/kotlin/arrow/endpoint/client/RequestInfo.kt
    �	core/src/commonMain/kotlin/arrow/endpoint/model/CodecFormat.kt
    �	core/src/commonMain/kotlin/arrow/endpoint/model/Cookie.kt
    �	core/src/commonMain/kotlin/arrow/endpoint/model/Header.kt
    �	core/src/commonMain/kotlin/arrow/endpoint/model/MediaType.kt
    �	core/src/commonMain/kotlin/arrow/endpoint/model/Method.kt
    �	core/src/commonMain/kotlin/arrow/endpoint/model/QueryParams.kt
    �	core/src/commonMain/kotlin/arrow/endpoint/model/Rfc2616.kt
    �	core/src/commonMain/kotlin/arrow/endpoint/model/Rfc3986.kt
    �	core/src/commonMain/kotlin/arrow/endpoint/model/StatusCode.kt
    �	core/src/commonMain/kotlin/arrow/endpoint/server/ServerEndpoint.kt
    �	core/src/commonMain/kotlin/arrow/endpoint/server/interpreter/DecodeBasicInputsResult.kt
    �	core/src/commonMain/kotlin/arrow/endpoint/server/interpreter/InputValueResult.kt
    �	core/src/commonMain/kotlin/arrow/endpoint/server/interpreter/OutputValues.kt
    �	core/src/commonMain/kotlin/arrow/endpoint/server/interpreter/RequestBody.kt
    �	core/src/commonMain/kotlin/arrow/endpoint/server/interpreter/ServerInterpreter.kt
    �	core/src/jvmMain/kotlin/arrow/endpoint/ArrowEndpoint.kt
    �	core/src/jvmMain/kotlin/arrow/endpoint/Endpoint.kt
    �	core/src/jvmMain/kotlin/arrow/endpoint/EndpointIO.kt
    �	core/src/jvmMain/kotlin/arrow/endpoint/EndpointInput.kt
    �	core/src/jvmMain/kotlin/arrow/endpoint/EndpointInterceptor.kt
    �	core/src/jvmMain/kotlin/arrow/endpoint/EndpointOutput.kt
    �	core/src/jvmMain/kotlin/arrow/endpoint/EndpointTransput.kt
    �	core/src/jvmMain/kotlin/arrow/endpoint/FieldName.kt
    �	core/src/jvmMain/kotlin/arrow/endpoint/Mapping.kt
    �	core/src/jvmMain/kotlin/arrow/endpoint/MethodSyntax.kt
    �	core/src/jvmMain/kotlin/arrow/endpoint/Params.kt
    �	core/src/jvmMain/kotlin/arrow/endpoint/client/RequestInfo.kt
    �	core/src/jvmMain/kotlin/arrow/endpoint/model/CodecFormat.kt
    �	core/src/jvmMain/kotlin/arrow/endpoint/model/Cookie.kt
    �	core/src/jvmMain/kotlin/arrow/endpoint/model/Header.kt
    �	core/src/jvmMain/kotlin/arrow/endpoint/model/MediaType.kt
    �	core/src/jvmMain/kotlin/arrow/endpoint/model/Method.kt
    �	core/src/jvmMain/kotlin/arrow/endpoint/model/QueryParams.kt
    �	core/src/jvmMain/kotlin/arrow/endpoint/model/Rfc2616.kt
    �	core/src/jvmMain/kotlin/arrow/endpoint/model/Rfc3986.kt
    �	core/src/jvmMain/kotlin/arrow/endpoint/model/StatusCode.kt
    �	core/src/jvmMain/kotlin/arrow/endpoint/server/ServerEndpoint.kt
    �	core/src/jvmMain/kotlin/arrow/endpoint/server/interpreter/DecodeBasicInputsResult.kt
    �	core/src/jvmMain/kotlin/arrow/endpoint/server/interpreter/InputValueResult.kt
    �	core/src/jvmMain/kotlin/arrow/endpoint/server/interpreter/OutputValues.kt
    �	core/src/jvmMain/kotlin/arrow/endpoint/server/interpreter/RequestBody.kt
    �	core/src/jvmMain/kotlin/arrow/endpoint/server/interpreter/ServerInterpreter.kt
    �	core/src/main/kotlin/arrow/endpoint/ArrowEndpoint.kt
    �	core/src/main/kotlin/arrow/endpoint/Endpoint.kt
    �	core/src/main/kotlin/arrow/endpoint/EndpointIO.kt
    �	core/src/main/kotlin/arrow/endpoint/EndpointInput.kt
    �	core/src/main/kotlin/arrow/endpoint/EndpointInterceptor.kt
    �	core/src/main/kotlin/arrow/endpoint/EndpointOutput.kt
    �	core/src/main/kotlin/arrow/endpoint/EndpointTransput.kt
    �	core/src/main/kotlin/arrow/endpoint/FieldName.kt
    �	core/src/main/kotlin/arrow/endpoint/Mapping.kt
    �	core/src/main/kotlin/arrow/endpoint/MethodSyntax.kt
    �	core/src/main/kotlin/arrow/endpoint/Params.kt
    �	core/src/main/kotlin/arrow/endpoint/client/RequestInfo.kt
    �	core/src/main/kotlin/arrow/endpoint/model/CodecFormat.kt
    �	core/src/main/kotlin/arrow/endpoint/model/Cookie.kt
    �	core/src/main/kotlin/arrow/endpoint/model/Header.kt
    �	core/src/main/kotlin/arrow/endpoint/model/MediaType.kt
    �	core/src/main/kotlin/arrow/endpoint/model/Method.kt
    �	core/src/main/kotlin/arrow/endpoint/model/QueryParams.kt
    �	core/src/main/kotlin/arrow/endpoint/model/Rfc2616.kt
    �	core/src/main/kotlin/arrow/endpoint/model/Rfc3986.kt
    �	core/src/main/kotlin/arrow/endpoint/model/StatusCode.kt
    �	core/src/main/kotlin/arrow/endpoint/server/ServerEndpoint.kt
    �	core/src/main/kotlin/arrow/endpoint/server/interpreter/DecodeBasicInputsResult.kt
    �	core/src/main/kotlin/arrow/endpoint/server/interpreter/InputValueResult.kt
    �	core/src/main/kotlin/arrow/endpoint/server/interpreter/OutputValues.kt
    �	core/src/main/kotlin/arrow/endpoint/server/interpreter/RequestBody.kt
    �	core/src/main/kotlin/arrow/endpoint/server/interpreter/ServerInterpreter.kt
    i-walker committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    a121c0b View commit details
    Browse the repository at this point in the history
  2. clena up

    i-walker committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    cc72b47 View commit details
    Browse the repository at this point in the history
  3. progress

    # Conflicts:
    #	build.gradle.kts
    #	core/src/commonMain/kotlin/arrow/endpoint/model/Rfc3986.kt
    #	core/src/commonMain/kotlin/arrow/endpoint/model/Uri.kt
    #	core/src/commonMain/kotlin/arrow/endpoint/model/UriCompatibility.kt
    #	core/src/jvmMain/kotlin/arrow/endpoint/model/Uri.kt
    i-walker committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    5e8f52a View commit details
    Browse the repository at this point in the history
  4. progress

    # Conflicts:
    #	core/build.gradle.kts
    i-walker committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    23dedbf View commit details
    Browse the repository at this point in the history
  5. fixed core mpp migration, except Uri

    # Conflicts:
    #	build.gradle.kts
    #	core/build.gradle.kts
    i-walker committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    8445222 View commit details
    Browse the repository at this point in the history
  6. further migrations

    # Conflicts:
    #	core/src/commonMain/kotlin/arrow/endpoint/model/Uri.kt
    #	core/src/jvmMain/kotlin/arrow/endpoint/model/UriUtils.kt
    i-walker committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    e336eec View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'origin/mpp-core' into mpp-core

    # Conflicts:
    #	build.gradle.kts
    #	clients/ktor-client/src/main/kotlin/arrow/endpoint/ktor/client/KtorClientInterpreter.kt
    #	core/build.gradle.kts
    #	core/src/commonMain/kotlin/arrow/endpoint/ArrowEndpoint.kt
    #	core/src/commonMain/kotlin/arrow/endpoint/model/Method.kt
    #	core/src/commonMain/kotlin/arrow/endpoint/model/QueryParams.kt
    #	core/src/commonMain/kotlin/arrow/endpoint/model/RequestMetadata.kt
    #	core/src/commonMain/kotlin/arrow/endpoint/model/Rfc3986.kt
    #	core/src/commonMain/kotlin/arrow/endpoint/model/Uri.kt
    #	core/src/commonMain/kotlin/arrow/endpoint/predef.kt
    #	core/src/jvmMain/kotlin/arrow/endpoint/CodecUtils.kt
    #	core/src/jvmMain/kotlin/arrow/endpoint/SchemaUtils.kt
    #	core/src/jvmMain/kotlin/arrow/endpoint/model/UriUtils.kt
    #	servers/ktor-server/src/main/kotlin/arrow/endpoint/ktor/server/KtorHttpServerInterpreter.kt
    i-walker committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    9781ec0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5de3b2a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7d1f60b View commit details
    Browse the repository at this point in the history
  10. clean up

    i-walker committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    7fdc953 View commit details
    Browse the repository at this point in the history
  11. clean up

    i-walker committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    f7c9c50 View commit details
    Browse the repository at this point in the history
  12. add Optin

    i-walker committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    221759f View commit details
    Browse the repository at this point in the history
  13. add JvmInline

    i-walker committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    e3bee82 View commit details
    Browse the repository at this point in the history
  14. clean up

    i-walker committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    64cb6a3 View commit details
    Browse the repository at this point in the history
  15. clean up

    i-walker committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    aa20dc2 View commit details
    Browse the repository at this point in the history
  16. clean up

    i-walker committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    a81f90e View commit details
    Browse the repository at this point in the history
  17. add yarn lock

    i-walker committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    07bf507 View commit details
    Browse the repository at this point in the history
  18. small progress in uri parse

    i-walker committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    aebce42 View commit details
    Browse the repository at this point in the history
  19. move to stdlibcommon

    i-walker committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    f43ef59 View commit details
    Browse the repository at this point in the history
  20. move to stdlibcommon

    i-walker committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    982a535 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. add mpp decoder

    i-walker committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    5b3bfa2 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

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

Commits on Jan 27, 2022

  1. Configuration menu
    Copy the full SHA
    bc2ba9f View commit details
    Browse the repository at this point in the history
  2. fix remaining errors

    i-walker committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    e343095 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/main' into mpp-core

    # Conflicts:
    #	core/build.gradle.kts
    #	core/src/main/kotlin/arrow/endpoint/model/Uri.kt
    i-walker committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    b9a2e0b View commit details
    Browse the repository at this point in the history
  4. mask testts

    i-walker committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    7c5c3f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c7b7722 View commit details
    Browse the repository at this point in the history
  6. rm kotest dependency

    i-walker committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    e4fbc9d View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. implement js part

    i-walker committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    c5dae11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd31440 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    564ec74 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b618978 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca63cf2 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2022

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