Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.7.0 #7692

Merged
merged 211 commits into from
Sep 22, 2020
Merged

Release v0.7.0 #7692

merged 211 commits into from
Sep 22, 2020

Commits on May 21, 2020

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

Commits on May 26, 2020

  1. Configuration menu
    Copy the full SHA
    25a2e31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ea43cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0ea0b3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #7369 from ipfs/chore/update-deps

    chore: update deps
    Stebalien committed May 26, 2020
    Configuration menu
    Copy the full SHA
    08fa1f0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #7370 from ipfs/doc/update-release-template-flow

    doc: update the release template for git flow changes
    aschmahmann committed May 26, 2020
    Configuration menu
    Copy the full SHA
    f58665c View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. feat: add a mailmap file

    This will allow us to dedup contributors when generating release notes.
    Stebalien committed May 27, 2020
    Configuration menu
    Copy the full SHA
    7c56366 View commit details
    Browse the repository at this point in the history
  2. feat: support the mailmap file in mkreleasenotes

    This will use either the mailmap file in the current repo, or the mailmap file
    in the target repo, when generating the contributor stats.
    Stebalien committed May 27, 2020
    Configuration menu
    Copy the full SHA
    30dcc26 View commit details
    Browse the repository at this point in the history
  3. chore(mailcap): change ribasushi addresses

    Co-authored-by: Peter Rabbitson <ribasushi@protocol.ai>
    Stebalien and ribasushi committed May 27, 2020
    Configuration menu
    Copy the full SHA
    3849c0f View commit details
    Browse the repository at this point in the history
  4. chore(mailcap): document rational

    Co-authored-by: Peter Rabbitson <ribasushi@protocol.ai>
    Stebalien and ribasushi committed May 27, 2020
    Configuration menu
    Copy the full SHA
    1a161c2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #7375 from ipfs/feat/mailmap

    mailmap support
    Stebalien committed May 27, 2020
    Configuration menu
    Copy the full SHA
    c71f9b6 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. chore: update WebUI to 2.8.0

    sinkuu committed May 28, 2020
    Configuration menu
    Copy the full SHA
    58aac04 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github.com/libp2p/go-libp2p-kad-dht

    Bumps [github.com/libp2p/go-libp2p-kad-dht](https://github.com/libp2p/go-libp2p-kad-dht) from 0.8.0 to 0.8.1.
    - [Release notes](https://github.com/libp2p/go-libp2p-kad-dht/releases)
    - [Commits](libp2p/go-libp2p-kad-dht@v0.8.0...v0.8.1)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] committed May 28, 2020
    Configuration menu
    Copy the full SHA
    e925313 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7380 from sinkuu/chore/webui

    chore: update WebUI to 2.8.0
    Stebalien committed May 28, 2020
    Configuration menu
    Copy the full SHA
    285d743 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e456462 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7660233 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c86244e View commit details
    Browse the repository at this point in the history
  7. feat: webui v2.9.0

    lidel committed May 28, 2020
    Configuration menu
    Copy the full SHA
    0f76ed7 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #7387 from ipfs/feat/webui-v2.9.0

    feat: webui v2.9.0
    Stebalien committed May 28, 2020
    Configuration menu
    Copy the full SHA
    a30279e View commit details
    Browse the repository at this point in the history
  9. Merge pull request #7386 from ipfs/jessicaschilling-patch-2

    Update docs-beta links to final URLs
    Stebalien committed May 28, 2020
    Configuration menu
    Copy the full SHA
    13035bd View commit details
    Browse the repository at this point in the history
  10. Merge pull request #7385 from ipfs/jessicaschilling-patch-1

    Change docs-beta link to its final path
    Stebalien committed May 28, 2020
    Configuration menu
    Copy the full SHA
    c8bb1a6 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #7368 from RubenKelevra/feat/early-testers-rubenke…

    …levra
    
    docs: add pacman.store (@RubenKelevra) to the early testers
    Stebalien committed May 28, 2020
    Configuration menu
    Copy the full SHA
    b6aa8df View commit details
    Browse the repository at this point in the history
  12. Merge pull request #7377 from johnnymatthews/master

    Updates docs link to non-beta site.
    Stebalien committed May 28, 2020
    Configuration menu
    Copy the full SHA
    765c456 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. fix: use bitswap sessions for ipfs refs

    This isn't perfect (we only use sessions after resolving the root cid) but it's
    better than what we have. The real solution is #7198 so we can use sessions
    everywhere.
    Stebalien committed May 29, 2020
    Configuration menu
    Copy the full SHA
    62f61c5 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github.com/stretchr/testify from 1.5.1 to 1.6.0

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.5.1 to 1.6.0.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.5.1...v1.6.0)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] committed May 29, 2020
    Configuration menu
    Copy the full SHA
    a773e89 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7382 from ipfs/dependabot/go_modules/github.com/l…

    …ibp2p/go-libp2p-kad-dht-0.8.1
    
    chore(deps): bump github.com/libp2p/go-libp2p-kad-dht from 0.8.0 to 0.8.1
    Stebalien committed May 29, 2020
    Configuration menu
    Copy the full SHA
    84153fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e14582 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #7395 from ipfs/fix/interop-test-results

    fix: update node to fix mocha tests
    Stebalien committed May 29, 2020
    Configuration menu
    Copy the full SHA
    91b1db5 View commit details
    Browse the repository at this point in the history
  6. fix(pubsub): flood publish

    When publishing a value, flood. This ensures that our messages make it to the
    network even if some of our peers are bad and/or overloaded.
    Stebalien committed May 29, 2020
    Configuration menu
    Copy the full SHA
    ac8a88d View commit details
    Browse the repository at this point in the history
  7. fix: remove pubsub discovery hack

    Pubsub handles this internally now.
    Stebalien committed May 29, 2020
    Configuration menu
    Copy the full SHA
    c58e3e4 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2020

  1. fix(commands): print consistent addresses in ipfs id

    Consistently append `/p2p/QmMyId` to addresses when calling `ipfs id Me` and `ipfs id NotMe`.
    
    Fixes #7378.
    Stebalien committed May 30, 2020
    Configuration menu
    Copy the full SHA
    3aa86f8 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

  1. Merge pull request #7394 from ipfs/fix/pubsub

    fix two pubsub issues.
    Stebalien committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    cf68619 View commit details
    Browse the repository at this point in the history
  2. chore: update quic transport

    This is a _protocol breaking_ change for the QUIC transport, the last one before
    we stabilize it.
    Stebalien committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    0865634 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7401 from ipfs/chore/update-quic

    chore: update quic transport
    Stebalien committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    44df41c View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. chore(deps): bump github.com/coreos/go-systemd/v22 from 22.0.0 to 22.1.0

    Bumps [github.com/coreos/go-systemd/v22](https://github.com/coreos/go-systemd) from 22.0.0 to 22.1.0.
    - [Release notes](https://github.com/coreos/go-systemd/releases)
    - [Commits](coreos/go-systemd@v22.0.0...v22.1.0)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    8bd2b36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86c30d6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7402 from ipfs/dependabot/go_modules/github.com/c…

    …oreos/go-systemd/v22-22.1.0
    
    chore(deps): bump github.com/coreos/go-systemd/v22 from 22.0.0 to 22.1.0
    Stebalien committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    5809dfb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #7397 from ipfs/fix/id-addr-format

    fix(commands): print consistent addresses in ipfs id
    Stebalien committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    22dc1ad View commit details
    Browse the repository at this point in the history
  5. Merge pull request #7391 from ipfs/dependabot/go_modules/github.com/s…

    …tretchr/testify-1.6.0
    
    chore(deps): bump github.com/stretchr/testify from 1.5.1 to 1.6.0
    Stebalien committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    9123de0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #7389 from ipfs/fix/refs-sessions

    fix: use bitswap sessions for ipfs refs
    Stebalien committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    0cdde03 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. go: bump minimal dependency to 1.14.4

    due to major bugfixes in the .4 release
    RubenKelevra committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    179bed8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb196d2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7419 from RubenKelevra/feat/require_go_1.14.4

    go: bump minimal dependency to 1.14.4
    Stebalien committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    11be1c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. Configuration menu
    Copy the full SHA
    3119f85 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7443 from ipfs/feat/quic-migration

    chore: add migration to listen on QUIC by default
    Stebalien committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    970a0b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. fix(migration): correctly migrate quic addresses

    1. Don't add quic addresses when they're already present (correctly detect quic addresses).
    2. Correctly distinguish between quic addresses and quic + relay addresses.
    3. Only add quic addresses to mirror tcp addresses, not tcp/ws addresses.
    
    fixes #7444
    Stebalien committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    f01c962 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0c359d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7446 from ipfs/fix/quic-migration

    fix(migration): correctly migrate quic addresses
    Stebalien committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    0883a35 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #7447 from RubenKelevra/feat/update_readme

    readme: update go-version
    Stebalien committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    6ae96fa View commit details
    Browse the repository at this point in the history
  5. fix(migration): migrate /ipfs/ bootstrappers to /p2p/

    1. We should have done this in 7-to-8 anyways, but didn't in some cases.
    2. We assume these addresses use /p2p/ in the 9-to-10 migration.
    Stebalien committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    ed1e54e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #7450 from ipfs/fix/migration-again

    fix(migration): migrate /ipfs/ bootstrappers to /p2p/
    Stebalien committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    e5a46e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Merge pull request #7286 from RubenKelevra/feat/systemd-service-harde…

    …ning
    
    systemd: enable systemd hardening features
    Stebalien committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    66beefe View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. Configuration menu
    Copy the full SHA
    643699e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7464 from markg85/fix-mkdir-on-zip

    fix: Use the -p option in Dockerfile to make parents as needed
    Stebalien committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    b74246a View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

  1. Configuration menu
    Copy the full SHA
    ea55e74 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7466 from ipfs/doc/expand-peering-docs

    doc(config): expand peering docs
    Stebalien committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    10623a7 View commit details
    Browse the repository at this point in the history
  3. doc(prod): start documenting production stuff

    Hopefully, we can get the community to start pooling knowledge of how to run
    go-ipfs in production.
    Stebalien committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    91de6c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2020

  1. Configuration menu
    Copy the full SHA
    5c4f5ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77f2b04 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. Merge pull request #7473 from RubenKelevra/feat/update_readme_about_init

    Readme: Update link about init systems (and import old readme)
    Stebalien committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    ef9263a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7469 from ipfs/feat/production-docs

    doc(prod): start documenting production stuff
    Stebalien committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    0ef5ea4 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    b47ecd0 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. doc: document reverse proxy bug

    see #6402
    Stebalien committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    406d70f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7472 from RubenKelevra/feat/systemd_set_ipfs_path

    systemd: specify repo path, to avoid unnecessary subdirectory
    Stebalien committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    b431e69 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2020

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

Commits on Jun 22, 2020

  1. Configuration menu
    Copy the full SHA
    cc4a136 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7501 from rafaelramalho19/chore/bump-webui-version

    chore: bump webui version
    Stebalien committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    7ce1d75 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Configuration menu
    Copy the full SHA
    4c38ea7 View commit details
    Browse the repository at this point in the history
  2. fix: use static binaries in docker container

    This is more robust cross-platform/architecture.
    
    fixes #7422
    Stebalien committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    1034724 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2020

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

Commits on Jul 1, 2020

  1. Merge pull request #7504 from rafaelramalho19/chore/bump-webui-version

    chore:bump webui version to 2.10.1
    Stebalien committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    e03b5ab View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. update QUIC

    marten-seemann committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    8b235cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32724b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2020

  1. Configuration menu
    Copy the full SHA
    7ac8220 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7505 from ipfs/fix/static

    fix: use static binaries in docker container
    Stebalien committed Jul 5, 2020
    Configuration menu
    Copy the full SHA
    c2da57c View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. updating mods

    petar committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    3121689 View commit details
    Browse the repository at this point in the history
  2. ok

    petar committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    e1a3b79 View commit details
    Browse the repository at this point in the history
  3. ok

    petar committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    2cad312 View commit details
    Browse the repository at this point in the history
  4. updated deps

    aschmahmann committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    faa0200 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #7524 from ipfs/petar/iptb

    chore: bump test dependencies
    aschmahmann committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    d8bbf3f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a61132e View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. feat: add snap package configuration

    Simplify keeping the snap package up to date by including the snapcraft.yaml in the repo.
    
    We can then wire up the snapstore to autobuild the package for amd64,i386,arm* etc.
    
    Many thanks to @ElOpio for the work of getting ipfs into the snap store in the first place, and to @bertrandfalguiere and @mkg20001 for pushing it forwards.
    
    See: https://github.com/ipfs-shipyard/ipfs-snap for more info.
    
    Fixes #7250
    WIP #3595
    
    License: MIT
    Signed-off-by: Oli Evans <oli@tableflip.io>
    olizilla committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    883ad0d View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. chore: enable snap home interface

    Without the home interface the user is unable to add files to ipfs from their home dir.
    
    Also explicitly sets the build architectures, to skip some esoteric ones and save some cpu cycles.
    
    License: MIT
    Signed-off-by: Oli Evans <oli@tableflip.io>
    olizilla committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    ba0b415 View commit details
    Browse the repository at this point in the history
  2. chore: remove explicit architectures

    remvoing as specifying the subset of architectures you want to build on has side-effects, like the resulting snap is labeled as "multi" arch, and the snapstore UI lists it as building on i386 the whole time.
    
    License: MIT
    Signed-off-by: Oli Evans <oli@tableflip.io>
    olizilla committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    812ee63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87dfc46 View commit details
    Browse the repository at this point in the history
  4. docs: document X-Forwarded-Host

    lidel authored and aschmahmann committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    580d686 View commit details
    Browse the repository at this point in the history
  5. chore: fix a typo

    lidel authored and aschmahmann committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    0acfb38 View commit details
    Browse the repository at this point in the history
  6. feat: support ED25519 libp2p-key in subdomains

    This:
    
    - adds subdomain gateway support for ED25519 CIDs in a way that fits in
      a single DNS label to enable TLS for every IPNS website.
    
    - cleans up subdomain redirect logic and adds more explicit error
      handling.
    
    TL;DR on router logic:
    
    When CID is longer than 63 characters, router at /ipfs/* and /ipns/*
    converts to Base36, and if that does not help, returns a human readable
    400 Bad Request error.
    
    Addressing code review:
    #7441 (review)
    
    refactor: use b36 for all libp2p-keys in subdomains
    Consensus reached in
    #7441 (comment)
    #7441 (comment)
    #7441 (comment)
    lidel authored and aschmahmann committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    231fab8 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. feat: add flag to ipfs key and list to output keys in b36/CIDv1 (#7531)

    * add flag to "ipfs key gen" to output keys in b36 CIDv1
    * add flag to "ipfs key list" to output keys in b36 CIDv1
    * add and modify corresponding sharness tests
    petar committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    b3e5ffc View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. Choosable key types at initialization

    * add support for choosing a peer key type (e.g. RSA or Ed25519) when initializing the repo
    * test all variants of ipfs init: RSA, Ed25519 and default
    * update subdomain gateway sharness test to publish IPNS using RSA and
    Ed25519 keys
    * use default identity bit lengths defined in config repo instead of
    having separate defaults in go-ipfs
    * update config repo dependency
    
    Co-authored-by: Will Scott <will@cypherpunk.email>
    Co-authored-by: Petar Maymounkov <petarm@gmail.com>
    2 people authored and aschmahmann committed Jul 14, 2020
    3 Configuration menu
    Copy the full SHA
    4674f77 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7251 from ipfs/feat/ed25519identity

    Choose Key type at initialization
    aschmahmann committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    b98f797 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. Configuration menu
    Copy the full SHA
    2c255ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7dda766 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d3c036 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Key import and export cli commands

    rendaw committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    a065640 View commit details
    Browse the repository at this point in the history
  2. Fix sharness tests

    rendaw committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    c7657cb View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'source/master'

    rendaw committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    3bdc907 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. Merge pull request #7514 from martriay/doc/add-without-daemon-behavior

    Document add behavior when the daemon is not running
    aschmahmann committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    8dcd260 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7519 from RubenKelevra/patch-1

    github issues: add info about the security email address
    aschmahmann committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    3af0e65 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2020

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

Commits on Jul 20, 2020

  1. Configuration menu
    Copy the full SHA
    be171d5 View commit details
    Browse the repository at this point in the history
  2. fix: override GOFLAGS

    That way we can combine our GOFLAGS with the user specified ones.
    
    This also switches to the new -trimpath build flag for reproducible builds.
    
    fixes #7475
    Stebalien authored and aschmahmann committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    480defa View commit details
    Browse the repository at this point in the history
  3. repeat gateway subdomain test for all key types (#7542)

    * repeat gateway subdomain test for all key types
    
    Co-authored-by: Adin Schmahmann <adin.schmahmann@gmail.com>
    petar and aschmahmann committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    6eb5db7 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. chore: remove stale comment

    License: MIT
    Signed-off-by: Oli Evans <oli@tableflip.io>
    olizilla committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    bb6a42d View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. chore: use published ipfs-interop module instead of master branch

    Changes the CI pipeline to use a published version of the `ipfs-interop`
    module instead of whatever's the HEAD of master in order to control
    the versions of what's being tested.
    
    Otherwise it becomes hard to release breaking changes in an ordered
    fashion.
    achingbrain committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    e8cfdd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    631f958 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. Configuration menu
    Copy the full SHA
    b585229 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7545 from ipfs/chore/use-published-interop-test-v…

    …ersion
    
    chore: use published ipfs-interop module instead of master branch
    aschmahmann committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    1813deb View commit details
    Browse the repository at this point in the history
  3. chore: bump webui version

    rafaelramalho19 authored and aschmahmann committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    e3905e1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #7529 from ipfs/feat/add-snap-package

    feat: add snap package configuration
    aschmahmann committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    5b28704 View commit details
    Browse the repository at this point in the history
  5. feat: wildcard support for public gateways

    Add support for one or more wildcards in the hostname definition
    of a public gateway. This is useful for example to support easily
    multiples environment.
    
    Wildcarded hostname are set in the config as for example "*.domain.tld".
    MichaelMure committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    13e6bcf View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

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

Commits on Aug 1, 2020

  1. Remove export option from generate

    rendaw committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    356ca3a View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Configuration menu
    Copy the full SHA
    7f15be2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fab3a35 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7546 from rendaw/master

    Key import and export cli commands
    aschmahmann committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    dfb8141 View commit details
    Browse the repository at this point in the history
  4. update libp2p deps

    petar authored and aschmahmann committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    086ea33 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. IPNS format keys in b36cid

    petar authored and aschmahmann committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    e384b59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dff0c47 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7554 from ipfs/petar/namefmt

    IPNS format keys in b36cid
    aschmahmann committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    18a2756 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    692e9f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. test(gateway): IPNS cleanup and implicit defaults fix

    This ensures implicit defaults are always present, even when
    Gateway.PublicGateways is defined in the config.
    
    User still can disable them, but needs to do it per hostname.
    
    License: MIT
    Signed-off-by: Marcin Rataj <lidel@lidel.org>
    lidel committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    2ff6f1a View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. Configuration menu
    Copy the full SHA
    7565da9 View commit details
    Browse the repository at this point in the history
  2. fix: use connect instead of findpeer so we ensure we actually connect

    Otherwise, the ID is going to be incorrect.
    
    Note: technically, the previous logic didn't need to connect to the target peer
    to complete. However, I'm fine dropping that capability in favor of more
    up-to-date information.
    Stebalien authored and aschmahmann committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    dd1093f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd47364 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2020

  1. docs: fix typo

    Luflosi committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    0155a88 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2020

  1. Configuration menu
    Copy the full SHA
    d6b9436 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34c0e5c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7478 from ipfs/fix/document-reverse-proxy-bug

    doc: document reverse proxy bug
    Stebalien committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    7648a46 View commit details
    Browse the repository at this point in the history
  4. feat: nice errors when failing to load plugins

    partially fixes #7305
    Stebalien authored and aschmahmann committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    c07b6fb View commit details
    Browse the repository at this point in the history
  5. Merge pull request #7429 from ipfs/fix/plugin-load-error

    feat: nice errors when failing to load plugins
    aschmahmann committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    7b9bb8f View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. Merge pull request #7585 from Luflosi/fix-typo

    docs: fix typo in default swarm addrs config docs
    olizilla committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    97fee07 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. Merge pull request #7409 from ipfs/feat/id-list-protocols

    feat: return supported protocols in id output
    aschmahmann committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    dc869c9 View commit details
    Browse the repository at this point in the history
  2. Stop searching for public keys before doing an IPNS Get (#7549)

    * feat: stop checking the DHT for public keys before doing an IPNS get. It has been many releases since we started adding the public keys into the IPNS records by default.
    aschmahmann committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    8e73021 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. Upgrade graphsync deps

    ribasushi committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    90a5733 View commit details
    Browse the repository at this point in the history
  2. chore: go fmt

    aschmahmann committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    28cdfdf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f65848 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb66461 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    08913c7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #7600 from ipfs/feat/disable-secio-default

    Disable secio by default
    aschmahmann committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    1a0474b View commit details
    Browse the repository at this point in the history
  7. Merge pull request #7599 from ipfs/feat/move-key-rotate

    Move key rotation command to ipfs key rotate
    aschmahmann committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    992e4a7 View commit details
    Browse the repository at this point in the history
  8. add ipfs dag stat command (#7553)

    * commands: add ipfs dag stat command
    * sharness: add ipfs dag stat tests
    aschmahmann committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    8ae5aa5 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. Configuration menu
    Copy the full SHA
    3cbe111 View commit details
    Browse the repository at this point in the history
  2. Namesys cache uses IPNS keys with their binary representation instead…

    … of string representation to avoid encoding mismatches
    aschmahmann authored and petar committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    a1ae867 View commit details
    Browse the repository at this point in the history
  3. fix rotate sharness

    petar committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    a7629a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80e859e View commit details
    Browse the repository at this point in the history
  5. rename -f to --ipns-base

    petar committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    23a26c0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2b013a1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3e25355 View commit details
    Browse the repository at this point in the history
  8. add --ipns-base to publish and subs commands

    add sharness tests for --ipns-base in name publish and subs commands
    petar committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    b4ad66e View commit details
    Browse the repository at this point in the history
  9. renames

    petar committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    4975d9b View commit details
    Browse the repository at this point in the history
  10. Merge pull request #7582 from ipfs/petar/keys

    use b36 keys by default for keys and IPNS
    aschmahmann committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    c7a24a3 View commit details
    Browse the repository at this point in the history
  11. add --peerid-base to ipfs id

    petar committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    a68e146 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #7591 from ipfs/petar/idbase

    Add --peerid-base to ipfs id command
    aschmahmann committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    7abaaa4 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #7598 from ipfs/chore/bump-graphsync-dep

    Upgrade graphsync deps
    aschmahmann committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    40738e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. Configuration menu
    Copy the full SHA
    9d92823 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7605 from ipfs/fix/go-bindata

    fix: fix go-bindata import path
    aschmahmann committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    9af4d42 View commit details
    Browse the repository at this point in the history
  3. refactor: cleanup/comment

    #7319 (comment)
    
    License: MIT
    Signed-off-by: Marcin Rataj <lidel@lidel.org>
    lidel committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    6b6569f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #7319 from MichaelMure/wildcard-gateways

    feat: wildcard support for public gateways
    aschmahmann committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    0c57e9d View commit details
    Browse the repository at this point in the history
  5. switch ipfs init default key

    petar committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    ece0cda View commit details
    Browse the repository at this point in the history
  6. test: use js-ipfs rc in interop

    jacobheun authored and petar committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    00e33f6 View commit details
    Browse the repository at this point in the history
  7. update ipfs key default type

    petar committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    56f5a12 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #7579 from ipfs/petar/ed25519-default

    use ed25519 keys by default
    aschmahmann committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    2d0cca8 View commit details
    Browse the repository at this point in the history
  9. fix: make assets deterministic

    Set the "modtime" to the start of the IPFS project, and the mode to 0644.
    Stebalien committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    4aa210c View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. Merge pull request #7609 from ipfs/fix/deterministic-assets

    fix: make assets deterministic
    aschmahmann committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    2e7343c View commit details
    Browse the repository at this point in the history
  2. feat: Directory page UI improvements

    These changes are needed to prepare for the Directory page UI improvements
    implemented in ipfs/dir-index-html#37.
    
    - update dir-index-html type structs
    - emit gateway URL for root links
    - emit CID of each directoryItem
    - emit size of directory
    - emit breadcrumbs
    Kevin Neaton authored and aschmahmann committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    044790a View commit details
    Browse the repository at this point in the history
  3. chore: update dir-index-html to v1.1.0

    Kevin Neaton authored and aschmahmann committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    9e95a82 View commit details
    Browse the repository at this point in the history
  4. test: update gateway tests for dir-index-html v1.1.0

    Kevin Neaton authored and aschmahmann committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    2feff33 View commit details
    Browse the repository at this point in the history
  5. chore: dir-index-html v1.2.0

    lidel authored and aschmahmann committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    8ffb7ec View commit details
    Browse the repository at this point in the history
  6. test(gateway): breadcrumb links in dir listing

    This adds subdomain tests for breadcrumbs added in:
    #7536
    
    License: MIT
    Signed-off-by: Marcin Rataj <lidel@lidel.org>
    lidel authored and aschmahmann committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    887de89 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #7536 from neatonk/master

    [BOUNTY] Directory page UI improvements
    aschmahmann committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    e80601b View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

  1. fix(key): dont allow backup key to be named 'self'

    docs: update the key rotate help docs to be clearer about the backup
    jacobheun committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    0ed43e9 View commit details
    Browse the repository at this point in the history
  2. test: add rotate self test

    jacobheun committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    edfd3c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. Merge pull request #7615 from ipfs/fix/keystore-rotate

    fix(key): dont allow backup key to be named 'self'
    aschmahmann committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    92fbcc3 View commit details
    Browse the repository at this point in the history
  2. sharness: switch p2p dnsaddr that was supposed to have only a single …

    …address in it to use a specific example
    aschmahmann committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    aedd6f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Merge pull request #7620 from ipfs/test/flaky-dnsaddr

    sharness: use dnsaddr example in ipfs p2p command tests
    aschmahmann committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    b15bcf0 View commit details
    Browse the repository at this point in the history
  2. docs(config): fix Peering header

    Peering is top level namespace
    lidel authored and aschmahmann committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    135b90e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7623 from ipfs/docs/fix-peering-header

    docs(config): fix Peering header
    aschmahmann committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    dcae18d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6871e6d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #7612 from ipfs/fix/pin-ls-errors

    fix: ipfs pin ls - ignore pins that have errors
    aschmahmann committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    5f4cb4f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #7550 from trashhalo/dry-up-close

    use t.Cleanup() to reduce the need to clean up servers in tests
    aschmahmann committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    bd08c0a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b88bdfe View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. chore: update deps

    aschmahmann committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    18013a3 View commit details
    Browse the repository at this point in the history
  2. chore: update quic

    aschmahmann committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    af90822 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ecde1a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #7610 from ipfs/chore/update-deps

    chore: update dependencies
    aschmahmann committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    45e574b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d95359 View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump github.com/libp2p/go-libp2p-pubsub from 0.3.4 to 0.3.5

    Bumps [github.com/libp2p/go-libp2p-pubsub](https://github.com/libp2p/go-libp2p-pubsub) from 0.3.4 to 0.3.5.
    - [Release notes](https://github.com/libp2p/go-libp2p-pubsub/releases)
    - [Commits](libp2p/go-libp2p-pubsub@v0.3.4...v0.3.5)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    b542da4 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #7626 from ipfs/dependabot/go_modules/github.com/l…

    …ibp2p/go-libp2p-pubsub-0.3.5
    
    chore(deps): bump github.com/libp2p/go-libp2p-pubsub from 0.3.4 to 0.3.5
    aschmahmann committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    2913146 View commit details
    Browse the repository at this point in the history
  8. chore: bump go-path

    aschmahmann committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    077e3e0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    732101a View commit details
    Browse the repository at this point in the history
  10. Merge pull request #7625 from ipfs/fix/7624-do-not-fetch-on-pin-ls

    Fix #7624: Do not fetch dag nodes when checking if a pin exists
    aschmahmann committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    38da1cc View commit details
    Browse the repository at this point in the history
  11. Merge pull request #7627 from ipfs/fix/ipns-eol

    namesys: fixed IPNS republisher to not overwrite IPNS record lifetimes
    aschmahmann committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    cbf4b2d View commit details
    Browse the repository at this point in the history
  12. chore: cleanup

    aschmahmann committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    56de5bb View commit details
    Browse the repository at this point in the history
  13. Merge pull request #7628 from ipfs/chore/cleanup

    chore: cleanup
    aschmahmann committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    94fe48a View commit details
    Browse the repository at this point in the history
  14. Release v0.7.0-rc1

    aschmahmann committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    901c58b View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. fix: ipfs dht put/get commands now work on keys encoded as peerIDs an…

    …d fail early for namespaces other than /pk or /ipns
    
    (cherry picked from commit ba1d225)
    aschmahmann committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    255d7f4 View commit details
    Browse the repository at this point in the history
  2. docs: update config to indicate SECIO deprecation

    (cherry picked from commit 0ad6a92)
    aschmahmann committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    0f40eee View commit details
    Browse the repository at this point in the history
  3. chore: bump js-ipfs in interop CI to 0.50.1

    (cherry picked from commit 7858650)
    aschmahmann committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    959d25f View commit details
    Browse the repository at this point in the history
  4. chore: bump ipfs-interop ci version

    (cherry picked from commit 0a39421)
    jacobheun authored and aschmahmann committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    093ad00 View commit details
    Browse the repository at this point in the history
  5. refactor: put all --ipns-base options in one place

    (cherry picked from commit 6cbda0f)
    aschmahmann committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    093e436 View commit details
    Browse the repository at this point in the history
  6. fix: remove the (empty) alias for --ipns-base

    (cherry picked from commit 904ad16)
    aschmahmann committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    4936920 View commit details
    Browse the repository at this point in the history
  7. chore: bump go-ipfs-cmds

    (cherry picked from commit 491b88a)
    aschmahmann committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    4945465 View commit details
    Browse the repository at this point in the history
  8. Revert "fix: override GOFLAGS"

    This reverts commit 480defa.
    
    (cherry picked from commit 2535f4d)
    aschmahmann committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    a166989 View commit details
    Browse the repository at this point in the history
  9. fix: use override GOFLAGS changes from 480defa but keep trimpath usag…

    …e as is
    
    (cherry picked from commit 48b2f12)
    aschmahmann committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    fe1df47 View commit details
    Browse the repository at this point in the history
  10. Release v0.7.0-rc2

    aschmahmann committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    fafec57 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. fix: remove the (empty) alias for --peerid-base

    (cherry picked from commit 16b3fd4)
    aschmahmann committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    19aa4c3 View commit details
    Browse the repository at this point in the history
  2. chore: bump webui version

    (cherry picked from commit 1b4f5e7)
    rafaelramalho19 authored and aschmahmann committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    54e7437 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    330f0fd View commit details
    Browse the repository at this point in the history
  4. Release v0.7.0

    aschmahmann committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    12f5c19 View commit details
    Browse the repository at this point in the history