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: first pass at docs for the HTTP bridge #84

Merged
merged 15 commits into from
Mar 14, 2024
Merged

feat: first pass at docs for the HTTP bridge #84

merged 15 commits into from
Mar 14, 2024

Commits on Mar 7, 2024

  1. feat: first pass at docs for the HTTP bridge

    Write up basic documentation for using the HTTP bridge with popular HTTP command line tool `curl`.
    
    I am very close to having sharded uploads working on the command line thanks to the helpful `split` utility, but I don't think I'm
    choosing the `root` CID properly - looking for pointers from reviewers!
    travis committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    2798912 View commit details
    Browse the repository at this point in the history
  2. fix: compilation error

    travis committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    cdb1c11 View commit details
    Browse the repository at this point in the history
  3. fix: lint

    travis committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    2b7eaa4 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. fix: minor edits

    travis committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    9563841 View commit details
    Browse the repository at this point in the history
  2. chore: remove uploading large files section

    need to figure out how sharding would even work on the command line
    travis committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    c2f07ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a726713 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. fix: link JSON syntax

    Co-authored-by: Alan Shaw <[email protected]>
    travis and Alan Shaw authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    6feafdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    765bc09 View commit details
    Browse the repository at this point in the history
  3. chore: lint

    travis committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    05f5c6e View commit details
    Browse the repository at this point in the history
  4. fix: two more tweaks from PR

    travis committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    d769276 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    658f117 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1f11503 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Apply suggestions from code review

    Co-authored-by: Alan Shaw <[email protected]>
    travis and Alan Shaw authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    5ca5b10 View commit details
    Browse the repository at this point in the history
  2. Update src/pages/docs/how-to/http-bridge.mdx

    Co-authored-by: Alan Shaw <[email protected]>
    travis and Alan Shaw authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    17d5872 View commit details
    Browse the repository at this point in the history
  3. fix: update sharding example to use a really big file

    the small file was funny but this is more realistic
    travis committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    07a4608 View commit details
    Browse the repository at this point in the history