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: /pieceCid support for roundabout redirect api #233

Merged
merged 19 commits into from
Sep 22, 2023
Merged

Commits on Sep 19, 2023

  1. feat: /pieceCid support for roundabout redirect api

    Add support for piece cids to the roundabout redirect to signed url api
    
    License: MIT
    Signed-off-by: Oli Evans <[email protected]>
    olizilla committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    d2fb32c View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. chore: fix package-lock and simplify 404 return

    License: MIT
    Signed-off-by: Oli Evans <[email protected]>
    olizilla committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    35eab85 View commit details
    Browse the repository at this point in the history
  2. feat: tests for pieceCID handling

    todo: currently fails as content-claims `read` fn expects web transform stream to be available globally
    
    License: MIT
    Signed-off-by: Oli Evans <[email protected]>
    olizilla committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    eebf755 View commit details
    Browse the repository at this point in the history
  3. fix: shim globals for content-claims client

    - CarReadableStream expects global `TransformStream`
    - ucanto client expects global `fetch`
    
    License: MIT
    Signed-off-by: Oli Evans <[email protected]>
    olizilla committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    4986c5c View commit details
    Browse the repository at this point in the history
  4. chore: fix comments

    License: MIT
    Signed-off-by: Oli Evans <[email protected]>
    olizilla committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    884222b View commit details
    Browse the repository at this point in the history
  5. chore: e2e test against content claims api

    License: MIT
    Signed-off-by: Oli Evans <[email protected]>
    olizilla committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    465243f View commit details
    Browse the repository at this point in the history
  6. chore: lint

    License: MIT
    Signed-off-by: Oli Evans <[email protected]>
    olizilla committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    1de86f2 View commit details
    Browse the repository at this point in the history
  7. chore: add integation test for /:pieceCid

    License: MIT
    Signed-off-by: Oli Evans <[email protected]>
    olizilla committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    8899a7f View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. chore: refactor and detect v1 Piece CIDs

    License: MIT
    Signed-off-by: Oli Evans <[email protected]>
    olizilla committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    4f21db6 View commit details
    Browse the repository at this point in the history
  2. chore: refactor more

    License: MIT
    Signed-off-by: Oli Evans <[email protected]>
    olizilla committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    e1041a8 View commit details
    Browse the repository at this point in the history
  3. chore: fix e2e test

    License: MIT
    Signed-off-by: Oli Evans <[email protected]>
    olizilla committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    52fb402 View commit details
    Browse the repository at this point in the history
  4. fix: await carLocation

    License: MIT
    Signed-off-by: Oli Evans <[email protected]>
    olizilla committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    3048b11 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    80e9734 View commit details
    Browse the repository at this point in the history
  6. chore: use staging claims api in staging

    License: MIT
    Signed-off-by: Oli Evans <[email protected]>
    olizilla committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    35a1be2 View commit details
    Browse the repository at this point in the history
  7. chore: fix test

    License: MIT
    Signed-off-by: Oli Evans <[email protected]>
    olizilla committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    c7fc29c View commit details
    Browse the repository at this point in the history
  8. chore: and roundabout check to integration test

    License: MIT
    Signed-off-by: Oli Evans <[email protected]>
    olizilla committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    72a3a1b View commit details
    Browse the repository at this point in the history
  9. chore: fix integration test

    License: MIT
    Signed-off-by: Oli Evans <[email protected]>
    olizilla committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    26dffba View commit details
    Browse the repository at this point in the history
  10. chore: wait longer for integration test

    License: MIT
    Signed-off-by: Oli Evans <[email protected]>
    olizilla committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    f4fd152 View commit details
    Browse the repository at this point in the history
  11. chore: fix integration test, dont follow redirect

    License: MIT
    Signed-off-by: Oli Evans <[email protected]>
    olizilla committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    c0b5ffe View commit details
    Browse the repository at this point in the history