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

Align API get_device_runtime_metadata() for python version < 3.9 #11900

Merged
merged 28 commits into from
Aug 31, 2022

Commits on Apr 3, 2021

  1. [submodule update] sonic-db-syncd

    df46ed418e661a9bccdb2639d8873def356f8ba0 (HEAD -> master, origin/master, origin/HEAD) Fix the LLDP_LOC_CHASSIS not getting populated if no remote neighbors are present (sonic-net#39)
    e487532e11cc0e97cfce573b6b997fdd0beeb660 [CI] Set up CI&PR with Azure Pipelines (sonic-net#38)
    3c9f488490a1dbded20dbf2d8a88a5ab4dbda8df Replace swsssdk's SonicV2Connector with swsscommon's implementation (sonic-net#35)
    
    Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
    abdosi committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    4766fcf View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

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

Commits on Apr 6, 2021

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

Commits on Apr 21, 2021

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

Commits on Apr 28, 2021

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

Commits on May 14, 2021

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

Commits on May 29, 2021

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

Commits on Aug 17, 2021

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

Commits on Sep 29, 2021

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

Commits on Oct 13, 2021

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

Commits on Nov 17, 2021

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

Commits on Dec 28, 2021

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

Commits on Jan 13, 2022

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

Commits on Apr 1, 2022

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

Commits on Apr 19, 2022

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

Commits on Apr 21, 2022

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

Commits on May 2, 2022

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

Commits on May 9, 2022

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

Commits on Jul 15, 2022

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

Commits on Aug 11, 2022

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

Commits on Aug 16, 2022

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

Commits on Aug 17, 2022

  1. Added Support to update gbsyncd in Feature Table of Global Config DB

    Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
    abdosi committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    8cdc104 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Configuration menu
    Copy the full SHA
    fec9531 View commit details
    Browse the repository at this point in the history
  2. As part of PR#11754 change was added to variable SONIC_DB_NS_CLI for

    namespace but that will not work since ./files/scripts/syncd_common.sh
    uses SONIC_DB_CLI. So revert back to use SONIC_DB_CLI and define new
    variable for SONIC_GLOBAL_DB_CLI for global/host db cli access
    
    Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
    abdosi committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    86f13c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2022

  1. Fixed the DB_CLI not working when it getting applied for namespace

    String sonic-db-cli -n asic0 was getting split into [sonic-db-cli, -n, asic0]
    
    Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
    abdosi committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    f3e821c View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Configuration menu
    Copy the full SHA
    5209637 View commit details
    Browse the repository at this point in the history
  2. Align code for python < 3.9

    Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
    abdosi committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    d020002 View commit details
    Browse the repository at this point in the history
  3. Fix

    Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
    abdosi committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    38783eb View commit details
    Browse the repository at this point in the history