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 exec subcommand to CLI #17797

Merged
merged 42 commits into from
Aug 1, 2023
Merged

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    fbe7d6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a935eb8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe74f5d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9fc2b11 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    769a48c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    947b6b1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fb4e105 View commit details
    Browse the repository at this point in the history
  8. Add exec service to CLI

    twalluxio committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    49bd1a8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    87bd2bb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0c6f4ec View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    f1ad788 View commit details
    Browse the repository at this point in the history
  2. removed fetchValue function

    twalluxio committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    1fa7e3b View commit details
    Browse the repository at this point in the history
  3. format update on imports

    twalluxio committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    232e6d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85e453c View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. omit flags

    twalluxio committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    5bc78df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bbc8a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fab0e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e0a159 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f6520a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e444d2c View commit details
    Browse the repository at this point in the history
  7. add flag --test

    twalluxio committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    438e919 View commit details
    Browse the repository at this point in the history
  8. add number check

    twalluxio committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    9c11295 View commit details
    Browse the repository at this point in the history
  9. edit test names

    twalluxio committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    616a35e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8e2177f View commit details
    Browse the repository at this point in the history
  11. remove test_ufsio.go

    twalluxio committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    69c4c96 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c2323dd View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    6892de0 View commit details
    Browse the repository at this point in the history
  2. simplify logic in class.go

    twalluxio committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    7282fa4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    122f0ba View commit details
    Browse the repository at this point in the history
  4. rearrange import order

    twalluxio committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    a07ab77 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5a15e3 View commit details
    Browse the repository at this point in the history
  6. Update cli/src/alluxio.org/cli/cmd/exec/test_ufs.go

    Co-authored-by: Rico Chiu <[email protected]>
    twalluxio and Xenorith committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    6a38ac7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fbf12e5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    822a93e View commit details
    Browse the repository at this point in the history
  9. Update cli/src/alluxio.org/cli/cmd/exec/test_hms.go

    Co-authored-by: Rico Chiu <[email protected]>
    twalluxio and Xenorith committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    ac1b53f View commit details
    Browse the repository at this point in the history
  10. Update cli/src/alluxio.org/cli/cmd/exec/test_ufs.go

    Co-authored-by: Rico Chiu <[email protected]>
    twalluxio and Xenorith committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    41c23f5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    da09f6f View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    5b369f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    997d157 View commit details
    Browse the repository at this point in the history
  3. add number check

    twalluxio committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    9a7d443 View commit details
    Browse the repository at this point in the history
  4. move up flag --totalTime

    twalluxio committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    012ba22 View commit details
    Browse the repository at this point in the history
  5. enforce no args

    twalluxio committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    a3b691e View commit details
    Browse the repository at this point in the history