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 SSH and SCP command utility and refactor shell utility #10658

Merged
merged 22 commits into from
Jan 7, 2020

Commits on Dec 19, 2019

  1. add ssh execution

    jiacheliu3 committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    3b0c9f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d669950 View commit details
    Browse the repository at this point in the history
  3. checkstyle

    jiacheliu3 committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    f6b4826 View commit details
    Browse the repository at this point in the history
  4. testfile checkstyle

    jiacheliu3 committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    e120069 View commit details
    Browse the repository at this point in the history
  5. fix style

    jiacheliu3 committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    4afa9b8 View commit details
    Browse the repository at this point in the history
  6. fix checkstyle link

    jiacheliu3 committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    546a530 View commit details
    Browse the repository at this point in the history
  7. field modifiers

    jiacheliu3 committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    49da48a View commit details
    Browse the repository at this point in the history
  8. close resources properly

    jiacheliu3 committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    fdfe3c6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d1c73de View commit details
    Browse the repository at this point in the history
  10. remove ssh test

    jiacheliu3 committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    d993dff View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2019

  1. add scp

    jiacheliu3 committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    75150bc View commit details
    Browse the repository at this point in the history
  2. resolve checkstyle error

    jiacheliu3 committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    05c4976 View commit details
    Browse the repository at this point in the history
  3. remove print

    jiacheliu3 committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    25ca2ab View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2020

  1. Configuration menu
    Copy the full SHA
    a97b5e8 View commit details
    Browse the repository at this point in the history
  2. add java doc

    jiacheliu3 committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    b6855c1 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

  1. redirect stderr to stdout

    jiacheliu3 committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    861a634 View commit details
    Browse the repository at this point in the history
  2. format errors

    jiacheliu3 committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    d484e44 View commit details
    Browse the repository at this point in the history
  3. more format

    jiacheliu3 committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    8749601 View commit details
    Browse the repository at this point in the history
  4. comments

    jiacheliu3 committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    efac11e View commit details
    Browse the repository at this point in the history
  5. resolve review comments

    jiacheliu3 committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    625d07f View commit details
    Browse the repository at this point in the history
  6. whitespace issue

    jiacheliu3 committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    6940dd5 View commit details
    Browse the repository at this point in the history
  7. rename methods

    jiacheliu3 committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    caf243a View commit details
    Browse the repository at this point in the history