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 remove-members helper tool implemented in go #2575

Closed
wants to merge 15 commits into from

Commits on Mar 15, 2021

  1. Configuration menu
    Copy the full SHA
    c76b933 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    323261c View commit details
    Browse the repository at this point in the history
  3. document the tool

    daemon1024 committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    1dab05f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a1daf2 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Configuration menu
    Copy the full SHA
    c9a6810 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73f657a View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. update remove-members.go

    * use pflags
    * use iouyil instead of bufio for reading member list
    * preserve filemode after removals
    daemon1024 committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    6668a0f View commit details
    Browse the repository at this point in the history
  2. update usage details

    daemon1024 committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    9c68029 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b38877a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3fe1a19 View commit details
    Browse the repository at this point in the history
  5. add tests and test files

    daemon1024 committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    4e46ddb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7c23c34 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. update remove-members/main.go

    * standardize flags and use struct to parse them
    * exit with 1 on error
    * match yaml files using Ext()
    * update logic for generating executable command
    daemon1024 committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    8d352b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. Configuration menu
    Copy the full SHA
    2f342c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    686abd3 View commit details
    Browse the repository at this point in the history