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

Multiplatform #39

Draft
wants to merge 39 commits into
base: master
Choose a base branch
from
Draft

Multiplatform #39

wants to merge 39 commits into from

Commits on May 11, 2022

  1. Bump mockk from 1.12.0 to 1.12.4

    Bumps [mockk](https://github.com/mockk/mockk) from 1.12.0 to 1.12.4.
    - [Release notes](https://github.com/mockk/mockk/releases)
    - [Commits](mockk/mockk@v1.12.0...1.12.4)
    
    ---
    updated-dependencies:
    - dependency-name: io.mockk:mockk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 11, 2022
    Configuration menu
    Copy the full SHA
    96bcc4d View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Configuration menu
    Copy the full SHA
    1330fcd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb70d3b View commit details
    Browse the repository at this point in the history
  3. update dependencies

    luca992 committed May 24, 2022
    Configuration menu
    Copy the full SHA
    271d312 View commit details
    Browse the repository at this point in the history
  4. port callCmd to ktor

    for tests set responses serving json to have a header of 
    
    setHeader("Content-Type", ContentType.Application.Json)
    luca992 committed May 24, 2022
    Configuration menu
    Copy the full SHA
    802d57b View commit details
    Browse the repository at this point in the history
  5. remove unused import

    luca992 committed May 24, 2022
    Configuration menu
    Copy the full SHA
    5074f4a View commit details
    Browse the repository at this point in the history
  6. remove reflect

    luca992 committed May 24, 2022
    Configuration menu
    Copy the full SHA
    9ae9c4d View commit details
    Browse the repository at this point in the history
  7. use ktor for add

    note ktor automatically mulitpart request headers look like:
    Content-Disposition: form-data; name=""; file; filename="temptestdir7160507879139843984%2Fsubdir"
    Content-Transfer-Encoding: binary
    Content-Type: application/x-directory
    Content-Length: 0
    
    vs Perviously with OkHttp:
    
    Content-Disposition: file; filename="temptestdir14927010351886631568%2Fsubdir"
    Content-Transfer-Encoding: binary
    Content-Type: application/x-directory; charset=utf-8
    Content-Length: 0
    luca992 committed May 24, 2022
    Configuration menu
    Copy the full SHA
    95714ac View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Configuration menu
    Copy the full SHA
    7f680c1 View commit details
    Browse the repository at this point in the history
  2. move code to common

    luca992 committed May 25, 2022
    Configuration menu
    Copy the full SHA
    fc0af5e View commit details
    Browse the repository at this point in the history
  3. fix file add

    luca992 committed May 25, 2022
    Configuration menu
    Copy the full SHA
    38adc4e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49dee73 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a6fdb82 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7744979 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Configuration menu
    Copy the full SHA
    19893ed View commit details
    Browse the repository at this point in the history
  2. use experimental memory model

    luca992 committed May 26, 2022
    Configuration menu
    Copy the full SHA
    bc237d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. change project library folder folder from being named lib to ipfs-api

    that way the library artifact has an appropriate name when publishing outside of jitpack
    luca992 committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    f740b60 View commit details
    Browse the repository at this point in the history
  2. update ktor

    luca992 committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    0cb3154 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2022

  1. add an option progress callback for adding files

    tests broken :/
    luca992 committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    4596b38 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

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

    luca992 committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    281e9a4 View commit details
    Browse the repository at this point in the history
  3. fix tests

    luca992 committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    93f50a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc0b4d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2022

  1. resolve warning

    luca992 committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    63458b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4db755c View commit details
    Browse the repository at this point in the history
  3. Add.file: change source from BufferedSource to ByteArray.

    BufferedSource.readByteArray clears the source buffer. Which was not my intention
    luca992 committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    65a18c5 View commit details
    Browse the repository at this point in the history
  4. fix add progress callback

    luca992 committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    b38f3f3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae2a5fc View commit details
    Browse the repository at this point in the history
  6. Fix getting bytes

    luca992 committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    361012a View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

  1. Configuration menu
    Copy the full SHA
    689707c View commit details
    Browse the repository at this point in the history
  2. gradle and coroutines updates

    luca992 committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    c4c2210 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71ad41e View commit details
    Browse the repository at this point in the history
  4. update ktor

    luca992 committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    549cdd9 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2022

  1. Configuration menu
    Copy the full SHA
    65999be View commit details
    Browse the repository at this point in the history
  2. reformat

    luca992 committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    cff2f9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    782553b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb69325 View commit details
    Browse the repository at this point in the history
  5. fix getting content length

    luca992 committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    ec4d9d4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cdc20a0 View commit details
    Browse the repository at this point in the history