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

[debug dump util] Base Skeleton and Click Class added #1668

Merged
merged 29 commits into from
Sep 7, 2021

Commits on May 14, 2021

  1. Base Skeleton and CLI toplevl added

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed May 14, 2021
    Configuration menu
    Copy the full SHA
    e2a2011 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. Multi Asic Support and UT's Added

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed May 20, 2021
    Configuration menu
    Copy the full SHA
    b5caed2 View commit details
    Browse the repository at this point in the history
  2. Minor Changes

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed May 20, 2021
    Configuration menu
    Copy the full SHA
    02868ac View commit details
    Browse the repository at this point in the history
  3. Added entrypoint in setup.py

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed May 20, 2021
    Configuration menu
    Copy the full SHA
    8bcb06a View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. Techsupport helper option added

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed May 21, 2021
    Configuration menu
    Copy the full SHA
    7bf4b86 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. mock DB updated

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed May 24, 2021
    Configuration menu
    Copy the full SHA
    96aace4 View commit details
    Browse the repository at this point in the history
  2. Merge Conflict Resolved

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed May 24, 2021
    Configuration menu
    Copy the full SHA
    75eb09c View commit details
    Browse the repository at this point in the history
  3. Excluded paths in DeepDiff to make the test robust

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed May 24, 2021
    Configuration menu
    Copy the full SHA
    3b0c88b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    595396c View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. setup.py update

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed May 25, 2021
    Configuration menu
    Copy the full SHA
    d229f3b View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. state_db mock fixed and test updated

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed May 26, 2021
    Configuration menu
    Copy the full SHA
    60a78da View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. bash autocompletion code added

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed May 27, 2021
    Configuration menu
    Copy the full SHA
    8374b94 View commit details
    Browse the repository at this point in the history
  2. redis_match name change updated

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed May 27, 2021
    Configuration menu
    Copy the full SHA
    73bd445 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2021

  1. Final Changes before review made

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed May 29, 2021
    Configuration menu
    Copy the full SHA
    f1ce8b2 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Comments addressed and no-split option added

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    c62e769 View commit details
    Browse the repository at this point in the history
  2. Removed the --no-split option

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    2e19586 View commit details
    Browse the repository at this point in the history
  3. Removed split option and minor changes to formattig

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    5a70a5b View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Comments Addressed

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    5778b14 View commit details
    Browse the repository at this point in the history
  2. Minor Test Issue fixed

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    efb1d59 View commit details
    Browse the repository at this point in the history
  3. Moved mock files to a diff dir

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    5820972 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    624e722 View commit details
    Browse the repository at this point in the history
  5. Command Ref updated

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    4c3b775 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

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

Commits on Jun 24, 2021

  1. Unified the Redis Connectivity to RedisSource Class

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    164a2ee View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. HELP string and sonic_py_common updated

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    93ff843 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2021

  1. PEP-8 issues handled

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    9cdf76e View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Final pep-8 changes

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    bf4ea75 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. Cached vidtorid extract and made connpool optim related changes

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    82be3c4 View commit details
    Browse the repository at this point in the history
  2. Minor Change

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    4266484 View commit details
    Browse the repository at this point in the history