Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

feat: make ipfs.get output tarballs #3785

Merged
merged 20 commits into from
Aug 9, 2021

Commits on Aug 4, 2021

  1. feat: make ipfs.get output tarballs

    `ipfs get` on the cli writes files/folders to disk, also tarballs
    and gzipped tarballs. Also gzipped individual files.
    
    In the API it's very similar to `ipfs.ls`.  Make it more like the
    cli so there's a clear reason to use one or the other.
    
    Also adds types to `interface-ipfs-core` to better catch broken
    types in `ipfs-core-types`.
    achingbrain committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    4458bdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8209032 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5cae63 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a7a114 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Configuration menu
    Copy the full SHA
    56efdb9 View commit details
    Browse the repository at this point in the history
  2. chore: fix types

    achingbrain committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    d595cdb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07a0589 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9314aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    156ebef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    425ca2c View commit details
    Browse the repository at this point in the history
  7. chore: deps and tests

    achingbrain committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    e1710db View commit details
    Browse the repository at this point in the history
  8. chore: types

    achingbrain committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    0737c6c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4e6852e View commit details
    Browse the repository at this point in the history
  10. chore: fix test

    achingbrain committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    2aa74b2 View commit details
    Browse the repository at this point in the history
  11. chore: mistyped

    achingbrain committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    2f21104 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Configuration menu
    Copy the full SHA
    f991b9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8f4f58 View commit details
    Browse the repository at this point in the history
  3. chore: fix go-ipfs tests

    achingbrain committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    49c170c View commit details
    Browse the repository at this point in the history
  4. chore: typos

    achingbrain committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    06656cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf0937d View commit details
    Browse the repository at this point in the history