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

Add container filesystem API for sandboxes #2414

Open
wants to merge 41 commits into
base: main
Choose a base branch
from
Open

Commits on Oct 24, 2024

  1. add api

    azliu0 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    6a3b551 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. fix rpcs

    azliu0 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    e1f86a7 View commit details
    Browse the repository at this point in the history
  2. add file descriptors

    azliu0 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    1c5f94f View commit details
    Browse the repository at this point in the history
  3. fix rpcs again

    azliu0 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    c79217f View commit details
    Browse the repository at this point in the history
  4. fix client handlers

    azliu0 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    a801a2d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f38e1a1 View commit details
    Browse the repository at this point in the history
  6. update validation

    azliu0 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    dd6ca7c View commit details
    Browse the repository at this point in the history
  7. fix stream

    azliu0 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    2ddafeb View commit details
    Browse the repository at this point in the history
  8. proto changes

    azliu0 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    91afa64 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. save exception code

    azliu0 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    a5c011a View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. fix client streaming

    azliu0 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    0386f97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b36b5f View commit details
    Browse the repository at this point in the history
  3. more fixes

    azliu0 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    441648e View commit details
    Browse the repository at this point in the history
  4. outp should be natively bytes

    azliu0 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    0021b0a View commit details
    Browse the repository at this point in the history
  5. proto changes

    azliu0 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    6cbf841 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    674280e View commit details
    Browse the repository at this point in the history
  2. sort protos

    azliu0 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    06025c6 View commit details
    Browse the repository at this point in the history
  3. remove extra space

    azliu0 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    4e56a9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7daa0c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    685868a View commit details
    Browse the repository at this point in the history
  6. remove duplicated stuff

    azliu0 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    c103120 View commit details
    Browse the repository at this point in the history
  7. fix 3.8 typing issues

    azliu0 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    61c96ab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cb52f89 View commit details
    Browse the repository at this point in the history
  9. remove unused protos

    azliu0 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    c982763 View commit details
    Browse the repository at this point in the history
  10. remove last_batch_index

    azliu0 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    77f30d9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    490de1f View commit details
    Browse the repository at this point in the history
  12. start adding tests

    azliu0 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    b152011 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    110dde0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fd6d15 View commit details
    Browse the repository at this point in the history
  3. add tests

    azliu0 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    8bc7ee3 View commit details
    Browse the repository at this point in the history
  4. add more tests

    azliu0 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    553134c View commit details
    Browse the repository at this point in the history
  5. add user-facing docstring

    azliu0 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    b84decc View commit details
    Browse the repository at this point in the history
  6. add test for invalid modes

    azliu0 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    c0a8dfc View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

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

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    ecdc2ca View commit details
    Browse the repository at this point in the history
  2. validate reads as well

    azliu0 committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    24e031b View commit details
    Browse the repository at this point in the history
  3. add waiting retries

    azliu0 committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    0ae93cd View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

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

Commits on Nov 6, 2024

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

Commits on Nov 11, 2024

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

Commits on Nov 13, 2024

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