Skip to content
This repository has been 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: ipfs@0.43.1
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: ipfs@0.43.2
Choose a head ref
  • 12 commits
  • 114 files changed
  • 4 contributors

Commits on Apr 28, 2020

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

Commits on Apr 30, 2020

  1. Configuration menu
    Copy the full SHA
    0a05d4e View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    33d11c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8f7b1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f443f0a View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Configuration menu
    Copy the full SHA
    61e3aa4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b08505d View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    3ba00f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    204e586 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8594adb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18d6720 View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    e4620af View commit details
    Browse the repository at this point in the history
Loading