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

Adding ACL List, Show Cli #25

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open

Adding ACL List, Show Cli #25

wants to merge 26 commits into from

Commits on Mar 22, 2019

  1. WIP: list acls cli option

    Gowtham Sai committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    37721e6 View commit details
    Browse the repository at this point in the history
  2. Refactor to move cli packages to internal

    Gowtham Sai committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    785ea71 View commit details
    Browse the repository at this point in the history
  3. Initial command setup

    Gowtham Sai committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    4c8c7ff View commit details
    Browse the repository at this point in the history
  4. Introduce basic parent command

    Gowtham Sai committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    864bce5 View commit details
    Browse the repository at this point in the history
  5. Parent Command can register sub commands

    Gowtham Sai committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    839e2fd View commit details
    Browse the repository at this point in the history
  6. Parent command registers only one cmd for cli handelr

    Gowtham Sai committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    9821600 View commit details
    Browse the repository at this point in the history
  7. Parent CMD executs responsible subcommand

    Gowtham Sai committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    9600236 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2019

  1. Refactor by merging parent command to command

    Gowtham Sai committed Mar 23, 2019
    Configuration menu
    Copy the full SHA
    89f7035 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2019

  1. Parent command can execute before action

    Gowtham Sai committed Mar 24, 2019
    Configuration menu
    Copy the full SHA
    065b9e8 View commit details
    Browse the repository at this point in the history
  2. Cli can register base commands

    Gowtham Sai committed Mar 24, 2019
    Configuration menu
    Copy the full SHA
    3c34640 View commit details
    Browse the repository at this point in the history
  3. Cli converts commands to base commands

    Gowtham Sai committed Mar 24, 2019
    Configuration menu
    Copy the full SHA
    3adef86 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2019

  1. Configuration menu
    Copy the full SHA
    6bc5329 View commit details
    Browse the repository at this point in the history
  2. Introduce flag entity

    Gowtham Sai committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    02dfcfb View commit details
    Browse the repository at this point in the history
  3. Command can set flag for a command

    Gowtham Sai committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    278dcd8 View commit details
    Browse the repository at this point in the history
  4. cli considers command flags while constructing app

    Gowtham Sai committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    b5e0c1b View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. Configuration menu
    Copy the full SHA
    a64e952 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a788ab8 View commit details
    Browse the repository at this point in the history
  3. Basic server start command implementation

    Advantage of this can seperate cmds, and import only the ones that are required
    Gowtham Sai committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    8532d4e View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

  1. Remove custom view layer

    Gowtham Sai committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    c14194c View commit details
    Browse the repository at this point in the history
  2. Etcd router ListAll - to list all valid acls

    Gowtham Sai committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    ed5fcd2 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

  1. Views renders anything with json tags to stdout

    Gowtham Sai committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    6d780eb View commit details
    Browse the repository at this point in the history
  2. Correct weaver usage and acl command name

    Gowtham Sai committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    b8a6870 View commit details
    Browse the repository at this point in the history
  3. Refactor to idiomatic go way

    Gowtham Sai committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    5d79aed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33e0be9 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2019

  1. Implement acl show command

    Gowtham Sai committed Mar 31, 2019
    Configuration menu
    Copy the full SHA
    def2549 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. Configuration menu
    Copy the full SHA
    f35a5e8 View commit details
    Browse the repository at this point in the history