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

Implement necoperf-cli #8

Merged
merged 13 commits into from
Oct 20, 2023
Merged

Implement necoperf-cli #8

merged 13 commits into from
Oct 20, 2023

Commits on Oct 17, 2023

  1. Implement necoperf-cli

    Signed-off-by: zeroalphat <taichi-takemura@cybozu.co.jp>
    zeroalphat committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    e949301 View commit details
    Browse the repository at this point in the history
  2. Fix typo in discovery.go

    Signed-off-by: zeroalphat <taichi-takemura@cybozu.co.jp>
    zeroalphat committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    735f667 View commit details
    Browse the repository at this point in the history
  3. Add necoperf-cli command reference

    Signed-off-by: zeroalphat <taichi-takemura@cybozu.co.jp>
    zeroalphat committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    abc8ad6 View commit details
    Browse the repository at this point in the history
  4. Change context used to background

    Signed-off-by: zeroalphat <taichi-takemura@cybozu.co.jp>
    zeroalphat committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    2eece15 View commit details
    Browse the repository at this point in the history
  5. Change to return discovery object directly

    Signed-off-by: zeroalphat <taichi-takemura@cybozu.co.jp>
    zeroalphat committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    849fd37 View commit details
    Browse the repository at this point in the history
  6. Change port number to be configurable

    Signed-off-by: zeroalphat <taichi-takemura@cybozu.co.jp>
    zeroalphat committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    9bff82a View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Fix problem with no help message when wrong arguments were passed

    Signed-off-by: zeroalphat <taichi-takemura@cybozu.co.jp>
    zeroalphat committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    ee2e99e View commit details
    Browse the repository at this point in the history
  2. Add command descriptions

    Signed-off-by: zeroalphat <taichi-takemura@cybozu.co.jp>
    zeroalphat committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    9df1ce0 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Add a mechanism to determine if an object is nil or not

    Signed-off-by: zeroalphat <taichi-takemura@cybozu.co.jp>
    zeroalphat committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    58def59 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Remove file existence checks

    Co-authored-by: morimoto-cybozu <kenji_morimoto@cybozu.co.jp>
    zeroalphat and morimoto-cybozu committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    b6cca12 View commit details
    Browse the repository at this point in the history
  2. Change outputDir to output-dir

    Signed-off-by: zeroalphat <taichi-takemura@cybozu.co.jp>
    zeroalphat committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    d4943ae View commit details
    Browse the repository at this point in the history
  3. Fix syntax errors in client.go

    Signed-off-by: zeroalphat <taichi-takemura@cybozu.co.jp>
    zeroalphat committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    bf67835 View commit details
    Browse the repository at this point in the history
  4. add short option -c

    Signed-off-by: zeroalphat <taichi-takemura@cybozu.co.jp>
    zeroalphat committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    ce09ae5 View commit details
    Browse the repository at this point in the history