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

merge in go-ipfs-cmdkit #164

Merged
merged 27 commits into from
May 11, 2019
Merged

merge in go-ipfs-cmdkit #164

merged 27 commits into from
May 11, 2019

Commits on Feb 1, 2017

  1. extract opts, args and helptext to cmdsutils subpackage

    this way we can share the code with the legace commands package and don't have to convert everything
    keks committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    93e843e View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2017

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

Commits on Mar 13, 2017

  1. many many tiny changes...

    keks committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    08f76bf View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2017

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

Commits on Apr 4, 2017

  1. cmdsutil: add ErrNotFound

    keks committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    bcab4e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2017

  1. update go-ipfs-util to 1.2.4

    keks committed Apr 23, 2017
    Configuration menu
    Copy the full SHA
    460bbd7 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2017

  1. add constant ErrFatal

    keks committed May 12, 2017
    Configuration menu
    Copy the full SHA
    80be60d View commit details
    Browse the repository at this point in the history

Commits on May 26, 2017

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

Commits on Jun 8, 2017

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

Commits on Oct 4, 2017

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

Commits on Oct 28, 2017

  1. Configuration menu
    Copy the full SHA
    af14003 View commit details
    Browse the repository at this point in the history
  2. add canonical names for options

    keks committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    0a0c773 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a5ae4c View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2017

  1. gx unrewrite

    We usually only keep go-ipfs in the rewritten state. We leave dependencies
    unrewritten.
    Stebalien committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    64203f1 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2017

  1. remove dep go-ipfs-util

    keks committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    5beb0ea View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2017

  1. more thorough JSON (un)marshaling tests

    keks committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    471e0f4 View commit details
    Browse the repository at this point in the history
  2. remove canonical names, use first instead

    keks committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    08a4af6 View commit details
    Browse the repository at this point in the history
  3. don't panic if no description is passed

    keks committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    946cd17 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2018

  1. Fix uint parsing

    dirkmc committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    5326ec1 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2018

  1. add Errorf func

    keks committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    d14eb30 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2018

  1. fix go vet errors

    Stebalien committed Jun 9, 2018
    Configuration menu
    Copy the full SHA
    b0cb29d View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2018

  1. all: gofmt

    Run standard gofmt command on project root.
    whilei committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    82ed14c View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2018

  1. feat(type): fix issue #28

    overbool committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    9585892 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2019

  1. Configuration menu
    Copy the full SHA
    9ac2806 View commit details
    Browse the repository at this point in the history
  2. cmdkit: finish merge

    Stebalien committed May 11, 2019
    Configuration menu
    Copy the full SHA
    746d639 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a4e361 View commit details
    Browse the repository at this point in the history
  4. gx: remove support

    Stebalien committed May 11, 2019
    Configuration menu
    Copy the full SHA
    5346223 View commit details
    Browse the repository at this point in the history