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

Snapshot is backed by LMDB not tar files #5496

Merged
merged 3 commits into from
Feb 22, 2018

Commits on Feb 21, 2018

  1. Snapshot is backed by LMDB not tar files

    This is much more incremental, and will help us to support remote
    execution (where Directory protos are the lingua franca).
    
    There are still several significant things to clean up here:
     * Some IsolatedProcess tests are disabled
     * We need to work out how to do input/output conversions for
       IsolatedProcess for real
     * Process execution is hard-coded to be local, synchronous, and a
       little panic-y
    
    but as this is already a very large change, and the process execution
    pieces aren't actually used in production codepaths, I'd like those to
    be follow-ups.
    illicitonion committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    b40ed4e View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2018

  1. Review comments

    illicitonion committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    5325c13 View commit details
    Browse the repository at this point in the history
  2. Fix lint

    illicitonion committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    fd0bfe1 View commit details
    Browse the repository at this point in the history