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

refactor: rename go-ipfs to kubo #1185

Merged
merged 19 commits into from
Jul 21, 2022
Merged

refactor: rename go-ipfs to kubo #1185

merged 19 commits into from
Jul 21, 2022

Commits on Jun 23, 2022

  1. Configuration menu
    Copy the full SHA
    9b3b9a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12350bc View commit details
    Browse the repository at this point in the history
  3. Further name changes.

    johnnymatthews committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    bf5b7bf View commit details
    Browse the repository at this point in the history
  4. Add Kubo to glossary

    and fix outdated statements along the way
    lidel committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    baa7c56 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. Separate Kubo RPC and CLI reference

    Old version suggested Kubo RPC is "IPFS RPC".
    
    This refactor moves Kubo RPC and CLI under `/reference/kubo/`
    while ensuring we don't break existing websites linking to specific RPC
    command docs, and orchestration responsible for updating docs continues
    working under the new paths.
    
    A placeholder for HTTP Gateway reference is added, as we want people to
    default to Gateway API and use implementation-specific RPC only when
    generic Gateway interface is not enough.
    lidel committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    e36402e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81d18eb View commit details
    Browse the repository at this point in the history
  3. fix: http/api#api-v0-foo → kubo/rpc#api-v0

    Vuepress was ignoring inlinded JS outside dev mode. This refactors the
    way advanced redirect is done to always work.
    lidel committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    b4139b9 View commit details
    Browse the repository at this point in the history
  4. fix: add missing redirects

    lidel committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    705fd21 View commit details
    Browse the repository at this point in the history
  5. fix: relative links and menu

    lidel committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    5b07edb View commit details
    Browse the repository at this point in the history
  6. refactor: .github/workflows/update-on-new-ipfs-tag

    Renamed everything to kubo.
    (curl was not following redirects, so it would fail anyway)
    lidel committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    29454da View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2022

  1. Update ipfs-gateway.md

    lidel authored Jul 2, 2022
    Configuration menu
    Copy the full SHA
    ac8be27 View commit details
    Browse the repository at this point in the history
  2. Update gateway.md

    lidel authored Jul 2, 2022
    Configuration menu
    Copy the full SHA
    6bcb4ad View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Configuration menu
    Copy the full SHA
    ba2f5e8 View commit details
    Browse the repository at this point in the history
  2. refactor: go-ipfs → kubo

    lidel committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    5878cc2 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. chore: kubo v0.14.0-rc1

    lidel committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    b5fd8d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Configuration menu
    Copy the full SHA
    910ee05 View commit details
    Browse the repository at this point in the history
  2. docs: reference/http/gateway/#api

    Replaces placeholder with basic information about the API
    and points at follow-up resources (how-tos, specs)
    lidel committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    f9c8ca7 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Configuration menu
    Copy the full SHA
    859cbfb View commit details
    Browse the repository at this point in the history
  2. docs: rpc and cli kubo 0.14

    lidel committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    593dbc5 View commit details
    Browse the repository at this point in the history