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

wsh getva, setvar, and file commands #1317

Merged
merged 18 commits into from
Nov 20, 2024
Merged

wsh getva, setvar, and file commands #1317

merged 18 commits into from
Nov 20, 2024

Commits on Nov 18, 2024

  1. getvar/setvar

    sawka committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    087ee87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca8cbc8 View commit details
    Browse the repository at this point in the history
  3. generate the new wshrpc types

    sawka committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    6d7fd9a View commit details
    Browse the repository at this point in the history
  4. wsh getvar, and wsh setvar

    sawka committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    abfe705 View commit details
    Browse the repository at this point in the history
  5. setvar now does KEY=VAL and supports multiple keyval pairs. getvar no…

    …w supports a --all flag (with -0) to print out all variables
    sawka committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    8ed3bcd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    271319a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0fac60f View commit details
    Browse the repository at this point in the history
  8. fix wsh conn cobra structure

    sawka committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    38c1c94 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. block resolver

    sawka committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    fefac8b View commit details
    Browse the repository at this point in the history
  2. v1 of wsh file commands. also added new wshrpc calls to map most of t…

    …he API of filestore
    sawka committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    fcb221e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c17a96f View commit details
    Browse the repository at this point in the history
  4. implement streaming read/write by using new 'At' field to turn reads/…

    …writes into ReadAt / WriteAt calls
    sawka committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    82c064f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2832e53 View commit details
    Browse the repository at this point in the history
  6. checkpoint on wsh file ls

    sawka committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    286c0b9 View commit details
    Browse the repository at this point in the history
  7. so much goo stuff for wsh file ls. much better column formatting, muc…

    …h better -l formatting. deal with prefixes better. return errors on file not found. show directory listings, compute a directory mtime
    sawka committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    02df9ad View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8a50dd2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    23d0e68 View commit details
    Browse the repository at this point in the history
  10. check notfound error first

    sawka committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    e6a3196 View commit details
    Browse the repository at this point in the history