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

update for the go-ipfs-cmds refactor #5035

Merged
merged 11 commits into from
Sep 19, 2018
Merged

update for the go-ipfs-cmds refactor #5035

merged 11 commits into from
Sep 19, 2018

Commits on Sep 19, 2018

  1. big squash commit

    excerpt of commit messages:
    - update postrun functions in core/commands
    - sharness: allow setting -i with TEST_IMMEDIATE=1
    - cmds Run func returns error now
    - gx update cmdkit to 1.1.2 and cmds to 2.0.0-beta1
    
    License: MIT
    Signed-off-by: keks <keks@cryptoscope.co>
    keks authored and Stebalien committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    908ffdd View commit details
    Browse the repository at this point in the history
  2. update go-ipfs-cmds to 2.0.0-beta2

    License: MIT
    Signed-off-by: keks <keks@cryptoscope.co>
    keks authored and Stebalien committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    ef21c3b View commit details
    Browse the repository at this point in the history
  3. remove debug output

    License: MIT
    Signed-off-by: keks <keks@cryptoscope.co>
    keks authored and Stebalien committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    d14021d View commit details
    Browse the repository at this point in the history
  4. update cmds to 2.0.0-rc1

    License: MIT
    Signed-off-by: keks <keks@cryptoscope.co>
    keks authored and Stebalien committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    f4b32e3 View commit details
    Browse the repository at this point in the history
  5. fix broken gc test

    `ipfs refs` won't work because we don't have the referenced objects (ipfs refs
    fetches everything it prints).
    
    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    08cc855 View commit details
    Browse the repository at this point in the history
  6. address stebalien's comments

    License: MIT
    Signed-off-by: keks <keks@cryptoscope.co>
    keks authored and Stebalien committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    74ec1a9 View commit details
    Browse the repository at this point in the history
  7. fixes

    License: MIT
    Signed-off-by: keks <keks@cryptoscope.co>
    keks authored and Stebalien committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    caf855b View commit details
    Browse the repository at this point in the history
  8. repo gc: use cmds2

    License: MIT
    Signed-off-by: keks <keks@cryptoscope.co>
    keks authored and Stebalien committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    aa7494b View commit details
    Browse the repository at this point in the history
  9. document TEST_IMMEDIATE in test/sharness/README.md

    License: MIT
    Signed-off-by: keks <keks@cryptoscope.co>
    keks authored and Stebalien committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    480184f View commit details
    Browse the repository at this point in the history
  10. gx: update go-ipfs-cmds to the final release

    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    b7484c1 View commit details
    Browse the repository at this point in the history
  11. fix resolve command for the new cmds refactor

    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    d556ee2 View commit details
    Browse the repository at this point in the history