Skip to content
This repository was archived by the owner on Mar 10, 2020. 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-inactive/interface-js-ipfs-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.112.0
Choose a base ref
...
head repository: ipfs-inactive/interface-js-ipfs-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.113.0
Choose a head ref
  • 4 commits
  • 5 files changed
  • 3 contributors

Commits on Sep 4, 2019

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

Commits on Sep 5, 2019

  1. refactor: tests of addFromURL in browsers (#514)

    > Required by ipfs/js-ipfs#2304
    
    Old version of `addFromURL` tests was Node-centric and did not work in web browser contexts.
    
    This PR:
    
    - moves the HTTP server to a separate file to enable spawning it from
      aegir hook (see .aegir.js/hooks/browser/pre|post in js-ipfs from ipfs/js-ipfs#2304)
    - simplifies the way we use HTTP Echo Server by moving it to aegir
    hooks and removing HTTPS version
        - #514 (comment)
    - removes  overhead of starting and stopping HTTP servers multiple times
    - shortens/simplifies test code a bit
    
    License: MIT
    Signed-off-by: Marcin Rataj <lidel@lidel.org>
    lidel authored and Alan Shaw committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    524a110 View commit details
    Browse the repository at this point in the history
  2. chore: update contributors

    Alan Shaw committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    9922fbc View commit details
    Browse the repository at this point in the history
  3. chore: release version v0.113.0

    Alan Shaw committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    16b5412 View commit details
    Browse the repository at this point in the history
Loading