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

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ipfs/js-ipfs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: [email protected]
Choose a base ref
...
head repository: ipfs/js-ipfs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: [email protected]
Choose a head ref

Commits on Apr 18, 2020

  1. Copy the full SHA
    fbb5ef9 View commit details

Commits on Apr 20, 2020

  1. test: stub out ipfs interactions in http injection tests (#2990)

    * test: stub out ipfs interactions in http injection tests
    
    This makes running the tests faster as we do no network operations,
    nor do we wait for ports to open, etc.
    
    Functionality covered by the tests is also covered by the interface
    tests so there is no testing gap.
    achingbrain authored Apr 20, 2020
    Copy the full SHA
    553a65b View commit details

Commits on Apr 24, 2020

  1. chore: upgrade ipfs-unixfs-importer to use block api only (#3003)

    Removes use of ipld by the importer, instead using the block api directly.
    
    This allows use by implementations that have only completed low-level APIs
    and also makes importing ever so slightly faster by not serializing nodes
    twice while adding them to the block store.
    achingbrain authored Apr 24, 2020
    Copy the full SHA
    226a138 View commit details
  2. Copy the full SHA
    d2579c0 View commit details
  3. Copy the full SHA
    b6521d0 View commit details

Commits on Apr 27, 2020

  1. Add standard issue template

    hsanjuan committed Apr 27, 2020
    Copy the full SHA
    8288d0d View commit details
  2. Copy the full SHA
    c05fee7 View commit details
  3. Fix issue template

    hsanjuan committed Apr 27, 2020
    Copy the full SHA
    6ce5976 View commit details
  4. fix: do not abort dht operation on error responses (#3001)

    Response streams from DHT operations contain lots of message types, one of which is 'Error', but they are emitted for all sorts of reasons, failing to dial peers, etc and valid responses can arrive after several errors.
    
    The change here is to ignore error messages sent by the remote node as they do not indicate that the request has failed.
    
    Fixes #2991
    achingbrain authored Apr 27, 2020
    Copy the full SHA
    a69f782 View commit details

Commits on Apr 28, 2020

  1. Copy the full SHA
    9f7f03e View commit details
  2. chore: fix examples

    achingbrain committed Apr 28, 2020
    Copy the full SHA
    8a14a5c View commit details
  3. Copy the full SHA
    bc2e5cf View commit details
  4. Copy the full SHA
    b1fc655 View commit details
  5. Copy the full SHA
    2e0a114 View commit details
  6. Copy the full SHA
    1bd5ce8 View commit details
  7. Copy the full SHA
    caa0076 View commit details
  8. chore: publish

     - interface-ipfs-core@0.134.1
     - ipfs-http-client@44.0.1
     - ipfs@0.43.1
    achingbrain committed Apr 28, 2020
    Copy the full SHA
    c16b5b4 View commit details
  9. Copy the full SHA
    2cf6b49 View commit details

Commits on Apr 30, 2020

  1. Copy the full SHA
    0a05d4e View commit details

Commits on May 1, 2020

  1. chore: disable codecov

    It misreports coverage numbers because it doesn't take into account
    that only the tests of changed modules and their dependents run in
    each build, it only reports coverage of node tests, it marks every
    PR as failed build checks yet we merge them anyway.
    
    We can re-enable it when we solve the problems above.
    achingbrain committed May 1, 2020
    Copy the full SHA
    33d11c4 View commit details
  2. Copy the full SHA
    b8f7b1d View commit details
  3. Copy the full SHA
    f443f0a View commit details

Commits on May 4, 2020

  1. Copy the full SHA
    61e3aa4 View commit details
  2. Copy the full SHA
    b08505d View commit details

Commits on May 5, 2020

  1. fix: pass headers to request (#3018)

    Somewhere along the line we stopped passing headers to the underlying
    request library which means people can't use http auth etc to try to
    secure their API servers.
    
    Fixes #3017
    achingbrain authored May 5, 2020
    Copy the full SHA
    3ba00f8 View commit details
  2. Copy the full SHA
    204e586 View commit details
  3. Copy the full SHA
    8594adb View commit details
  4. Copy the full SHA
    18d6720 View commit details
  5. chore: publish

     - interface-ipfs-core@0.134.2
     - ipfs-core-utils@0.2.1
     - ipfs-http-client@44.0.2
     - ipfs@0.43.2
    achingbrain committed May 5, 2020
    Copy the full SHA
    e4620af View commit details
Loading