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

[sonic-utilities][sonic-py-common] Move logic to get port config file path to sonic-py-common and update sonic-utilities to comply #5264

Merged
merged 18 commits into from
Sep 4, 2020

Commits on Aug 27, 2020

  1. [sonic-utilities]update submodule with fix

    Fix pfcwd stats crash with invalid queue name (sonic-net#1077)
    [show][bgp]Display the Total number of neighbors in the show ip bgp(v6) summary. (sonic-net#1079)
    [config] Update SONiC Environment Vars When Loading Minigraph (sonic-net#1073)
    Multi asic platform changes for interface, portchannel commands (sonic-net#878)
    Update Command-Reference.md (sonic-net#1075)
    [filter-fdb] Fix Filter FDB With IPv6 Present in Config DB (sonic-net#1059)
    [config] Remove _get_breakout_cfg_file_name helper function (sonic-net#1069)
    [SHOW][BGP] support show ip(v6) bgp summary for multi asic platform (sonic-net#1064)
    [fanshow] Display other fan status, such as Updating (sonic-net#1014)
    Add ip_prefix len based on proxy_arp status (sonic-net#1046)
    Enable the platform specific ssd firmware upgrade during reboot (sonic-net#954)
    [show][cli[show interface portchannel support for Multi ASIC (sonic-net#1005)
    support show interface commands for multi ASIC platforms (sonic-net#1006)
    
    Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
    vdahiya12 committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    c7a9f2f View commit details
    Browse the repository at this point in the history
  2. [sonic-utilities] Update submodule

    fix the build
    
    Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
    vdahiya12 committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    9bf9aed View commit details
    Browse the repository at this point in the history
  3. [sonic-py-common] address comments

    Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
    vdahiya12 committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    9b0ae79 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. [sonic-py-common] address comments

    fix builds
    
    Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
    vdahiya12 committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    ab2f8a3 View commit details
    Browse the repository at this point in the history
  2. [sonic-py-common] address comments

    Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
    vdahiya12 committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    d9c7acc View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2020

  1. [sonic-config-engine] address comments

    Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
    vdahiya12 committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    bd27d97 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. [sonic-py-common] fixing the build

    Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
    vdahiya12 committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    9841702 View commit details
    Browse the repository at this point in the history
  2. [sonic-py-common] fix build errors

    Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
    vdahiya12 committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    1a1c126 View commit details
    Browse the repository at this point in the history
  3. [sonic-py-common] changes to make code simpler

    Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
    vdahiya12 committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    1b67ff8 View commit details
    Browse the repository at this point in the history
  4. [sonic-py-common] fix the coments

    Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
    vdahiya12 committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    e131ead View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. [sonic-py-common] fix the build/add more logic

    Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
    vdahiya12 committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    e18a0c7 View commit details
    Browse the repository at this point in the history
  2. [sonic-py-common] fix the args passing

    Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
    vdahiya12 committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    e1d34d8 View commit details
    Browse the repository at this point in the history
  3. [sonic-py-common] fixing the logic

    Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
    vdahiya12 committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    38a0bb8 View commit details
    Browse the repository at this point in the history
  4. [sonic-py-common] fixing the logic

    Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
    vdahiya12 committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    2607b9f View commit details
    Browse the repository at this point in the history
  5. [sonic-py-common] fixed the logic

    Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
    vdahiya12 committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    db4149e View commit details
    Browse the repository at this point in the history
  6. [sonic-py-common] adding the function back

    Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
    vdahiya12 committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    de5fda7 View commit details
    Browse the repository at this point in the history
  7. [sonic_py_common] refactoring the code

    Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
    vdahiya12 committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    8988996 View commit details
    Browse the repository at this point in the history
  8. [sonic-py-common] fixing the comment format

    Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
    vdahiya12 committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    8047e8a View commit details
    Browse the repository at this point in the history