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/js-ipfs-http-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v18.1.2
Choose a base ref
...
head repository: ipfs-inactive/js-ipfs-http-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v18.2.0
Choose a head ref
  • 15 commits
  • 17 files changed
  • 4 contributors

Commits on Mar 10, 2018

  1. fix: disable Browser test on Windows

    `process.platform` is only available in Node.js and not in the Browsers.
    Hence the `diag.spec.js` tests weren't correctly skipped on Windows.
    vmx committed Mar 10, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    385a6c3 View commit details

Commits on Mar 14, 2018

  1. fix: use a different remote server for test

    The previous server had issues, so the test timed out. Hopefully
    this on is more stable.
    vmx authored and daviddias committed Mar 14, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    1fc15a5 View commit details
  2. fix: don't create one webpack bundle for every test file

    With the release of AEgir 13.0.6 it is no longer needed to
    increase the memory size, as there will be only a single
    webpack bundle for all tests, which takes little enough
    memory.
    vmx authored and daviddias committed Mar 14, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3967e96 View commit details
  3. refactor: remove unused function

    vmx authored and daviddias committed Mar 14, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    54ed260 View commit details
  4. fix: set the FileResultStreamConverter explicitly

    The `SendFilesStream` used to run the `FileResultStreamConverter`
    automatically. With making it an option to use a converter,
    `SendFilesStream` can be used outside of the Files API, e.g. for
    the DAG API.
    
    Closes #696.
    vmx authored and daviddias committed Mar 14, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    dfad55e View commit details
  5. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a10e3d5 View commit details
  6. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b08f21a View commit details
  7. test: increase Karma timeout

    Sometimes on the CI Browser tests were timing out, hence increase it.
    vmx authored and daviddias committed Mar 14, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8469fbd View commit details

Commits on Mar 15, 2018

  1. feat: --only-hash (#717)

    * feat: only-hash option for add/addFromFS/addFromURL (#700)
    
    * chore: update ipfsd-ctl
    daviddias authored Mar 15, 2018
    Copy the full SHA
    1137401 View commit details
  2. chore: update deps

    daviddias committed Mar 15, 2018
    Copy the full SHA
    67a2c8d View commit details

Commits on Mar 16, 2018

  1. fix: last fixes for green (#719)

    * fix: do not use stream to value
    
    * chore: update interface-ipfs-core
    
    * fix: go-ipfs has not shipped withLocal yet
    
    * chore: update deps
    daviddias authored Mar 16, 2018
    Copy the full SHA
    658bad2 View commit details
  2. chore: fix linting

    daviddias committed Mar 16, 2018
    Copy the full SHA
    3a999ec View commit details
  3. chore: update contributors

    daviddias committed Mar 16, 2018
    Copy the full SHA
    bbc68ae View commit details
  4. chore: update contributors

    daviddias committed Mar 16, 2018
    Copy the full SHA
    10b0148 View commit details
  5. Copy the full SHA
    4dba847 View commit details
Loading