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

fix(dnslink-gw): breadcrumbs and CID column when dir listing #7699

Merged
merged 4 commits into from
Nov 10, 2020

Commits on Sep 25, 2020

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

Commits on Sep 28, 2020

  1. fix(gw): links in CID column on dir listing

    This switches go-ipfs to dir-index-html after
    ipfs/dir-index-html#43
    got merged to master
    lidel committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    c94bd76 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. test(gw): add t0115-gateway-dir-listing.sh to sharness

    This adds proper end-to-end tests for directory listing on Gateway port
    that protects us against regressions oni each gw type:
    - path gateway
    - subdomain gateway
    - dnslink website gateway
    
    Tests cover:
    - etag/unicode support
    - breadcrumbs
    - file name column
    - hash column
    lidel committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    3ed46d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4deaf05 View commit details
    Browse the repository at this point in the history