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

URL store #4896

Merged
merged 13 commits into from
Jul 13, 2018
Merged

URL store #4896

merged 13 commits into from
Jul 13, 2018

Commits on Jul 13, 2018

  1. filestore: add URLStore

    License: MIT
    Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
    Kubuxu authored and kevina committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    1a83520 View commit details
    Browse the repository at this point in the history
  2. Fix "ipfs urlstore add" output.

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    d59a6e9 View commit details
    Browse the repository at this point in the history
  3. Simplify code: use prefix instead of flag to determine if a url

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    696a0f0 View commit details
    Browse the repository at this point in the history
  4. Add config option to enable urlstore.

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    b53a1b3 View commit details
    Browse the repository at this point in the history
  5. Add test cases for urlstore.

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    9097209 View commit details
    Browse the repository at this point in the history
  6. Return better error code when an http request failed.

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    e5189f4 View commit details
    Browse the repository at this point in the history
  7. Enhance tests.

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    b3457f2 View commit details
    Browse the repository at this point in the history
  8. Add some documentation to ipfs urlstore add command.

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    0e24444 View commit details
    Browse the repository at this point in the history
  9. Code cleanups to make code climate happy.

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    ed2bb81 View commit details
    Browse the repository at this point in the history
  10. More test fixes.

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    0c2efb9 View commit details
    Browse the repository at this point in the history
  11. Make sure you can't add URL's unless the url store is enabled.

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    6a4b126 View commit details
    Browse the repository at this point in the history
  12. filestore: Return consistent err msg. when file/urlstore is not enabled.

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    8dd970b View commit details
    Browse the repository at this point in the history
  13. Address c.r. and additional tweaks.

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    1f29699 View commit details
    Browse the repository at this point in the history