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

feat: precached webui works in offline mode #782

Merged
merged 6 commits into from
Oct 17, 2019
Merged

Commits on Oct 15, 2019

  1. feat: add precache dir to chromium bundle

    For now we add a TAR with Web UI as a PoC.
    Next step is to make it more generic. There should be a list of CIDs
    that should be recursively precached and added to node during the boot.
    lidel committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    4140232 View commit details
    Browse the repository at this point in the history
  2. feat(precache): import TAR archives on boot

    - async import of TAR archives
    - streaming where possible
    - makes webui open instantly in Chromium
    
    Known Issue: /api/v0/add does not work with latest js-ipfs,
    needs to be addressed before merging this to master.
    lidel committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    f2759d4 View commit details
    Browse the repository at this point in the history
  3. fix: precache webui 2.5.7

    lidel committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    073f058 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5cc59d View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. Configuration menu
    Copy the full SHA
    417e4e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    625a826 View commit details
    Browse the repository at this point in the history