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-package-manager] support sonic-cli-gen and packages with YANG model #1650

Merged
merged 223 commits into from
Nov 24, 2021

Commits on Nov 3, 2020

  1. [sonic-installer] migrate SONiC packages

    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    2356869 View commit details
    Browse the repository at this point in the history
  2. fix temp dir path for chroot

    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    ece3845 View commit details
    Browse the repository at this point in the history
  3. fix for install of already installed image

    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    8bc75a7 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. move constants to the top

    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    e72f540 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

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

Commits on Jan 21, 2021

  1. [sonic_installer] migrate packages from old docker library

    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    be4f089 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. Merge branch 'master' of github.com:azure/sonic-utilities into sonic-…

    …packages-migration
    
    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    2240308 View commit details
    Browse the repository at this point in the history
  2. remove unused imports

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    9fd283d View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. fix redefining path

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    0cbaa3e View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. [sonic-package-manager] add new utility to manage SONiC packages

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    1a99797 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a80ecb0 View commit details
    Browse the repository at this point in the history
  3. add help for some options

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    06dfd30 View commit details
    Browse the repository at this point in the history
  4. add command line reference for sonic-package-manager

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    725210d View commit details
    Browse the repository at this point in the history
  5. fix upgrade command missing argument

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    f2ee39f View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. warm-reboot support for sonic packages

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    7bf937e View commit details
    Browse the repository at this point in the history
  2. iteritems -> items

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    c724569 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac011a3 View commit details
    Browse the repository at this point in the history
  4. fix issue in metadata dict generation

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    3dc793f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e4a9ea View commit details
    Browse the repository at this point in the history
  6. fix creator with service name

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    ea14867 View commit details
    Browse the repository at this point in the history
  7. default value for component constraint

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    faeadcf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cd7d387 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. fix passing installed_packages

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    31138d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. Update doc/Command-Reference.md

    Co-authored-by: Joe LeVeque <jleveque@users.noreply.github.com>
    stepanblyschak and jleveque committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    ae1ce45 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. use defaultdict

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    5c045e0 View commit details
    Browse the repository at this point in the history
  2. fix internal review comments

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    a1a97f9 View commit details
    Browse the repository at this point in the history
  3. fix internal review comments

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    7a6c8d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. use get_installed_packages_list() function

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    c4b4225 View commit details
    Browse the repository at this point in the history
  2. dont fail uninstall when no package in installed list

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    f32d038 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. drop support for monit as monit is getting deprecated

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    83f2af6 View commit details
    Browse the repository at this point in the history
  2. fix manifest representation

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    d31497a View commit details
    Browse the repository at this point in the history
  3. fix LGTM warning

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    c2eacdf View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

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

Commits on Apr 9, 2021

  1. fix review comments

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    f5ba246 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. fix review comments

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    2dee5c6 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. [sonic_package_manager] add reset command

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    08c9c6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42a2665 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. add yang

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    8bd4f5e View commit details
    Browse the repository at this point in the history
  2. [doc] fix formatting

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    413b44f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78afedd View commit details
    Browse the repository at this point in the history
  4. install takes a digest or tag as well

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    f101f1f View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. resolve review comments

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    4d03aa8 View commit details
    Browse the repository at this point in the history
  2. remove config when uninstalling

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    180eae3 View commit details
    Browse the repository at this point in the history
  3. fix lgtm error

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    3b98489 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Update doc/Command-Reference.md

    Co-authored-by: Jan Klare <janklare@gmail.com>
    stepanblyschak and jklare committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    3280b5b View commit details
    Browse the repository at this point in the history
  2. Update doc/Command-Reference.md

    Co-authored-by: Jan Klare <janklare@gmail.com>
    stepanblyschak and jklare committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    21ae66b View commit details
    Browse the repository at this point in the history
  3. Update doc/Command-Reference.md

    Co-authored-by: Jan Klare <janklare@gmail.com>
    stepanblyschak and jklare committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    5548976 View commit details
    Browse the repository at this point in the history
  4. Update doc/Command-Reference.md

    Co-authored-by: Jan Klare <janklare@gmail.com>
    stepanblyschak and jklare committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    5a2675d View commit details
    Browse the repository at this point in the history
  5. Update doc/Command-Reference.md

    Co-authored-by: Jan Klare <janklare@gmail.com>
    stepanblyschak and jklare committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    68f90f5 View commit details
    Browse the repository at this point in the history
  6. Update doc/Command-Reference.md

    Co-authored-by: Jan Klare <janklare@gmail.com>
    stepanblyschak and jklare committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    e7f1c59 View commit details
    Browse the repository at this point in the history
  7. Update doc/Command-Reference.md

    Co-authored-by: Jan Klare <janklare@gmail.com>
    stepanblyschak and jklare committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    ae5bad9 View commit details
    Browse the repository at this point in the history
  8. Update doc/Command-Reference.md

    Co-authored-by: Jan Klare <janklare@gmail.com>
    stepanblyschak and jklare committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    909079a View commit details
    Browse the repository at this point in the history
  9. Update doc/Command-Reference.md

    Co-authored-by: Jan Klare <janklare@gmail.com>
    stepanblyschak and jklare committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    a394b27 View commit details
    Browse the repository at this point in the history
  10. Update doc/Command-Reference.md

    Co-authored-by: Jan Klare <janklare@gmail.com>
    stepanblyschak and jklare committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    9653c61 View commit details
    Browse the repository at this point in the history
  11. Update doc/Command-Reference.md

    Co-authored-by: Jan Klare <janklare@gmail.com>
    stepanblyschak and jklare committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    0e96ddb View commit details
    Browse the repository at this point in the history
  12. Update doc/Command-Reference.md

    Co-authored-by: Jan Klare <janklare@gmail.com>
    stepanblyschak and jklare committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    9090a47 View commit details
    Browse the repository at this point in the history
  13. Update doc/Command-Reference.md

    Co-authored-by: Jan Klare <janklare@gmail.com>
    stepanblyschak and jklare committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    b2eeb59 View commit details
    Browse the repository at this point in the history
  14. review comments

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    e765d5d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    24fb439 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. Merge branch 'spm' of github.com:stepanblyschak/sonic-utilities into …

    …spm-yang
    
    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    5991557 View commit details
    Browse the repository at this point in the history
  2. fix upgrade rollback

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    fd46c34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8a3cbf View commit details
    Browse the repository at this point in the history
  4. remove trailing spaces

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    1348a6e View commit details
    Browse the repository at this point in the history
  5. remove trailing spaces

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    f4449c1 View commit details
    Browse the repository at this point in the history
  6. remove trailing spaces

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    8fd0084 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. yang

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    b065eaf View commit details
    Browse the repository at this point in the history
  2. address review comments

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    86bf53f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f9c317 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. yang

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    84e0b58 View commit details
    Browse the repository at this point in the history
  2. fix command line options for install/upgrade

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    1ace0e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4578e87 View commit details
    Browse the repository at this point in the history
  4. yang

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    5133947 View commit details
    Browse the repository at this point in the history
  5. fix bug when have components constraints

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    0fc6463 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b23ac17 View commit details
    Browse the repository at this point in the history
  7. fix bug when have components constraints

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    6feda36 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e0f9699 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a2f7649 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Worked version

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    548896a View commit details
    Browse the repository at this point in the history
  2. added stub for function to determine static or dynamic YANG

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    3350f27 View commit details
    Browse the repository at this point in the history
  3. _find_index_of_yang_model()

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    1d1643a View commit details
    Browse the repository at this point in the history
  4. added function to init list's for module, top, tables

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    cd31f0d View commit details
    Browse the repository at this point in the history
  5. Added func to determine - static or list, +comments

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    81b803d View commit details
    Browse the repository at this point in the history
  6. Added auto compleation file

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    ecdf8b6 View commit details
    Browse the repository at this point in the history
  7. Add CLI Jinja templates

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    42779c7 View commit details
    Browse the repository at this point in the history
  8. Fix the generated function name is incorrect

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    12bf0b2 View commit details
    Browse the repository at this point in the history
  9. Fix review comments

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    0d5dfcf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4c2f986 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. update and enhance templates with multiple lists in container

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    c8eaa66 View commit details
    Browse the repository at this point in the history
  2. fix cli templates

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    dd29e33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b0a0c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. Merge branch 'spm' of github.com:stepanblyschak/sonic-utilities into …

    …spm_warm
    
    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    3c1b429 View commit details
    Browse the repository at this point in the history
  2. fix script

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    e91ff81 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:azure/sonic-utilities into spm_warm

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    b87e6fd View commit details
    Browse the repository at this point in the history
  4. fix unresolved conftest.py

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    62e2646 View commit details
    Browse the repository at this point in the history
  5. fix unresolved test_service_creator.py

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    79cabb2 View commit details
    Browse the repository at this point in the history
  6. fix lgtm warning

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    a23fe44 View commit details
    Browse the repository at this point in the history
  7. add clear list command

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    16857c4 View commit details
    Browse the repository at this point in the history
  8. fix lgtm warning

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    f4be579 View commit details
    Browse the repository at this point in the history
  9. Parsing for static YANG models - sonic-flex_counter.yang, sonic-devic…

    …e_metadata.yang DONE
    
    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    dfa3ccc View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Done refactoring for parsing 'static' YANG models

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed May 6, 2021
    Configuration menu
    Copy the full SHA
    6b75f4b View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Added parsing for 'dynamic' YANG models, done refactoring of whole code

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed May 11, 2021
    Configuration menu
    Copy the full SHA
    d2be52b View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Done parser for 'grouping' BUT need to deeply test it, added function…

    …s - get_leafs(), get_leaf_lists(), get_choices(), get_uses_grouping()
    
    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed May 12, 2021
    Configuration menu
    Copy the full SHA
    73a3b12 View commit details
    Browse the repository at this point in the history
  2. align with implementation

    Signed-off-by: Stepan Blyschak <stepanb@mellanox.com>
    Stepan Blyschak committed May 12, 2021
    Configuration menu
    Copy the full SHA
    718f8ab View commit details
    Browse the repository at this point in the history
  3. Merge branch 'sonic-cli-gen' of github.com:vadymhlushko-mlnx/sonic-ut…

    …ilities into sonic-cli-gen
    Stepan Blyschak committed May 12, 2021
    Configuration menu
    Copy the full SHA
    647537c View commit details
    Browse the repository at this point in the history
  4. generate cli from templates

    Signed-off-by: Stepan Blyschak <stepanb@mellanox.com>
    Stepan Blyschak committed May 12, 2021
    Configuration menu
    Copy the full SHA
    fa6299c View commit details
    Browse the repository at this point in the history
  5. Table can only have 'static-objects' OR 'dynamic-objects'

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed May 12, 2021
    Configuration menu
    Copy the full SHA
    9d9f66b View commit details
    Browse the repository at this point in the history
  6. add missing " in help for option

    Signed-off-by: Stepan Blyschak <stepanb@mellanox.com>
    Stepan Blyschak committed May 12, 2021
    Configuration menu
    Copy the full SHA
    38f4365 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'sonic-cli-gen' of github.com:vadymhlushko-mlnx/sonic-ut…

    …ilities into sonic-cli-gen
    Stepan Blyschak committed May 12, 2021
    Configuration menu
    Copy the full SHA
    591aced View commit details
    Browse the repository at this point in the history
  8. Added remove_keys(), get_mandatory()

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed May 12, 2021
    Configuration menu
    Copy the full SHA
    0826ac5 View commit details
    Browse the repository at this point in the history
  9. fix issues

    Signed-off-by: Stepan Blyschak <stepanb@mellanox.com>
    Stepan Blyschak committed May 12, 2021
    Configuration menu
    Copy the full SHA
    069000f View commit details
    Browse the repository at this point in the history
  10. Merge branch 'sonic-cli-gen' of github.com:vadymhlushko-mlnx/sonic-ut…

    …ilities into sonic-cli-gen
    Stepan Blyschak committed May 12, 2021
    Configuration menu
    Copy the full SHA
    594acce View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Merge branch 'master' of github.com:azure/sonic-utilities into spm_warm

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed May 13, 2021
    Configuration menu
    Copy the full SHA
    53111a8 View commit details
    Browse the repository at this point in the history
  2. improve manifest types validation

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed May 13, 2021
    Configuration menu
    Copy the full SHA
    0ba3cf4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ec118c View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of github.com:azure/sonic-utilities into spm-yang

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed May 13, 2021
    Configuration menu
    Copy the full SHA
    b33c79a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    782a353 View commit details
    Browse the repository at this point in the history
  6. Refactored generator.py: generate_cli_plugin(), get_cli_plugin_path()

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed May 13, 2021
    Configuration menu
    Copy the full SHA
    1723f0f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bfc08e8 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'spm_warm' of github.com:stepanblyschak/sonic-utilities …

    …into spm-yang
    
    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed May 13, 2021
    Configuration menu
    Copy the full SHA
    705d4e6 View commit details
    Browse the repository at this point in the history
  9. remove redundant file

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed May 13, 2021
    Configuration menu
    Copy the full SHA
    3f03594 View commit details
    Browse the repository at this point in the history
  10. fix docstrings

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed May 13, 2021
    Configuration menu
    Copy the full SHA
    1554f00 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f7681b0 View commit details
    Browse the repository at this point in the history
  12. use swsscommon.ConfigDBConnector

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed May 13, 2021
    Configuration menu
    Copy the full SHA
    dccff0b View commit details
    Browse the repository at this point in the history
  13. Removed arguments from constructor of class CliGenerator, added funct…

    …ion comments
    
    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed May 13, 2021
    Configuration menu
    Copy the full SHA
    0a78e19 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. integrate with cli generation tool

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed May 14, 2021
    Configuration menu
    Copy the full SHA
    f0fdbe2 View commit details
    Browse the repository at this point in the history
  2. fix manager

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed May 14, 2021
    Configuration menu
    Copy the full SHA
    5784d6c View commit details
    Browse the repository at this point in the history
  3. [sonic-cli-gen]

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed May 14, 2021
    Configuration menu
    Copy the full SHA
    65b125c View commit details
    Browse the repository at this point in the history
  4. [sonic-cli-gen]

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed May 14, 2021
    Configuration menu
    Copy the full SHA
    134b21e View commit details
    Browse the repository at this point in the history
  5. manager fixes

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed May 14, 2021
    Configuration menu
    Copy the full SHA
    049823f View commit details
    Browse the repository at this point in the history
  6. Added sceleton for UT, added additional check for yang_parser.py, cha…

    …nged constructor for YangParser
    
    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed May 14, 2021
    Configuration menu
    Copy the full SHA
    30d2cb9 View commit details
    Browse the repository at this point in the history
  7. Refactored _init_yang_module_and_containers()

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed May 14, 2021
    Configuration menu
    Copy the full SHA
    0d371de View commit details
    Browse the repository at this point in the history
  8. added 2 test cases

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed May 14, 2021
    Configuration menu
    Copy the full SHA
    1593039 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. [sonic_package_manager] flush once finished saving docker image into …

    …temporary file
    
    Since installation happens inside context manager "with tempfile.NamedTemporaryFile()"
    it may be that depending on file size/number of writes the docker image isn't fully written
    to the disk. This fixes change fixes the issue by adding a flush.
    
    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed May 17, 2021
    Configuration menu
    Copy the full SHA
    867d9c1 View commit details
    Browse the repository at this point in the history
  2. move cli autogen to ServiceCreator

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed May 17, 2021
    Configuration menu
    Copy the full SHA
    3f00843 View commit details
    Browse the repository at this point in the history
  3. Revert "[sonic-cli-gen]"

    This reverts commit 65b125c.
    stepanblyschak committed May 17, 2021
    Configuration menu
    Copy the full SHA
    b3b0a8e View commit details
    Browse the repository at this point in the history
  4. Revert "[sonic-cli-gen]"

    This reverts commit 134b21e.
    stepanblyschak committed May 17, 2021
    Configuration menu
    Copy the full SHA
    def7607 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    79071b1 View commit details
    Browse the repository at this point in the history
  6. [sonic-cli-gen] add remove plugin method

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed May 17, 2021
    Configuration menu
    Copy the full SHA
    ada4ca4 View commit details
    Browse the repository at this point in the history
  7. align method signature with CliGenerator

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed May 17, 2021
    Configuration menu
    Copy the full SHA
    661aefb View commit details
    Browse the repository at this point in the history
  8. [sonic-cli-gen] put autogenerated plugins into plugins.auto

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed May 17, 2021
    Configuration menu
    Copy the full SHA
    ad7ee33 View commit details
    Browse the repository at this point in the history
  9. fix wrong parameters order when creating ServiceCreator

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed May 17, 2021
    Configuration menu
    Copy the full SHA
    087c527 View commit details
    Browse the repository at this point in the history
  10. [sonic-cli-gen] fix show.py.j2 template

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed May 17, 2021
    Configuration menu
    Copy the full SHA
    471a128 View commit details
    Browse the repository at this point in the history
  11. add an option to keep features config

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed May 17, 2021
    Configuration menu
    Copy the full SHA
    9c0aa8b View commit details
    Browse the repository at this point in the history
  12. fix remove() got an unexpected keyword argumet register_feature

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed May 17, 2021
    Configuration menu
    Copy the full SHA
    c3350d3 View commit details
    Browse the repository at this point in the history
  13. [sonic-cli-gen] put autogenerated plugins into plugins.auto

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed May 17, 2021
    Configuration menu
    Copy the full SHA
    9004c1c View commit details
    Browse the repository at this point in the history
  14. [sonic-cli-gen] fix show.py.j2 template

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed May 17, 2021
    Configuration menu
    Copy the full SHA
    32e27a2 View commit details
    Browse the repository at this point in the history
  15. [sonic-cli-gen] add remove plugin method

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed May 17, 2021
    Configuration menu
    Copy the full SHA
    02e6d27 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    41da5ed View commit details
    Browse the repository at this point in the history
  17. python module name in plugins can be just simply a package name

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed May 17, 2021
    Configuration menu
    Copy the full SHA
    ea97d66 View commit details
    Browse the repository at this point in the history
  18. Merge branch 'sonic-cli-gen' of github.com:vadymhlushko-mlnx/sonic-ut…

    …ilities into sae-integration
    stepanblyschak committed May 17, 2021
    Configuration menu
    Copy the full SHA
    0f7e896 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    562a008 View commit details
    Browse the repository at this point in the history
  20. refactored past test cases, added new

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed May 17, 2021
    Configuration menu
    Copy the full SHA
    cb7fa06 View commit details
    Browse the repository at this point in the history
  21. added test_dynamic_object_complex

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed May 17, 2021
    Configuration menu
    Copy the full SHA
    5737f5f View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. [sonic-cli-gen] implement grouping in show template

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed May 18, 2021
    Configuration menu
    Copy the full SHA
    a56bbb0 View commit details
    Browse the repository at this point in the history
  2. [sonic-cli-gen] implement grouping in show template

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed May 18, 2021
    Configuration menu
    Copy the full SHA
    7b167a6 View commit details
    Browse the repository at this point in the history
  3. Reworked 'grouping' parser

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed May 18, 2021
    Configuration menu
    Copy the full SHA
    16e0cca View commit details
    Browse the repository at this point in the history
  4. Added 'group' to 'attrs'

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed May 18, 2021
    Configuration menu
    Copy the full SHA
    b0fb3a9 View commit details
    Browse the repository at this point in the history
  5. [sonic-package-manager] update feature configuration in case it requi…

    …res changes
    
    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed May 18, 2021
    Configuration menu
    Copy the full SHA
    2008cbc View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. Improvements and fixes

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed May 19, 2021
    Configuration menu
    Copy the full SHA
    a282872 View commit details
    Browse the repository at this point in the history
  2. Fixed 'grouping' parsing

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed May 19, 2021
    Configuration menu
    Copy the full SHA
    e2acf73 View commit details
    Browse the repository at this point in the history
  3. DONE. ALL UT PASSED

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed May 19, 2021
    Configuration menu
    Copy the full SHA
    3305faa View commit details
    Browse the repository at this point in the history
  4. Refactored UT

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed May 19, 2021
    Configuration menu
    Copy the full SHA
    30e8ac9 View commit details
    Browse the repository at this point in the history
  5. Added docstrings, fixed names of variables

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed May 19, 2021
    Configuration menu
    Copy the full SHA
    15aeb8c View commit details
    Browse the repository at this point in the history
  6. Added test_grouping_complex to the execution pipeline

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed May 19, 2021
    Configuration menu
    Copy the full SHA
    ea2c838 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. Configuration menu
    Copy the full SHA
    f7a7ed2 View commit details
    Browse the repository at this point in the history
  2. Removed unused test YANG model

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed May 20, 2021
    Configuration menu
    Copy the full SHA
    e18c888 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. Fixed indentation

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed May 21, 2021
    Configuration menu
    Copy the full SHA
    7bd3ec9 View commit details
    Browse the repository at this point in the history
  2. Added sonic-cli-gen remove cmd, reworked private initializer functions

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed May 21, 2021
    Configuration menu
    Copy the full SHA
    d5dea7f View commit details
    Browse the repository at this point in the history
  3. [sonic-cli-gen] address review comments

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed May 21, 2021
    Configuration menu
    Copy the full SHA
    b0d2171 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. Added new lines, fixed some docstrings

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed May 24, 2021
    Configuration menu
    Copy the full SHA
    aa4af1c View commit details
    Browse the repository at this point in the history
  2. removed type from docstring

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed May 24, 2021
    Configuration menu
    Copy the full SHA
    718a431 View commit details
    Browse the repository at this point in the history
  3. Added list_handler()

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed May 24, 2021
    Configuration menu
    Copy the full SHA
    2907523 View commit details
    Browse the repository at this point in the history
  4. [sonic-cli-gen] fix review comments

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed May 24, 2021
    Configuration menu
    Copy the full SHA
    c2b1a32 View commit details
    Browse the repository at this point in the history
  5. [sonic-cli-gen] address review comments

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed May 24, 2021
    Configuration menu
    Copy the full SHA
    a005d6d View commit details
    Browse the repository at this point in the history
  6. [sonic-cli-gen] fix review comments

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed May 24, 2021
    Configuration menu
    Copy the full SHA
    aa00b61 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fd931ad View commit details
    Browse the repository at this point in the history
  8. Fixed comments, added list_handler() where needed

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed May 24, 2021
    Configuration menu
    Copy the full SHA
    5c4e219 View commit details
    Browse the repository at this point in the history
  9. Added logger to CliGenerator class constructor

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed May 24, 2021
    Configuration menu
    Copy the full SHA
    6de672c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2a2f9f2 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. pep8 for generator.py

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed May 25, 2021
    Configuration menu
    Copy the full SHA
    1584fe3 View commit details
    Browse the repository at this point in the history
  2. pep8 for the rest of files

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed May 25, 2021
    Configuration menu
    Copy the full SHA
    8f27d03 View commit details
    Browse the repository at this point in the history
  3. pep8 for tests files, added comments to YANG models

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed May 25, 2021
    Configuration menu
    Copy the full SHA
    aa6f806 View commit details
    Browse the repository at this point in the history
  4. Added handler for 1 'choice' 'case'

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed May 25, 2021
    Configuration menu
    Copy the full SHA
    83ce9ee View commit details
    Browse the repository at this point in the history
  5. Code style

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed May 25, 2021
    Configuration menu
    Copy the full SHA
    702be74 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. Fixed review comments

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed May 26, 2021
    Configuration menu
    Copy the full SHA
    c433a4c View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. Configuration menu
    Copy the full SHA
    ba45666 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'sonic-cli-gen' of github.com:vadymhlushko-mlnx/sonic-ut…

    …ilities into sae-integration
    stepanblyschak committed May 27, 2021
    Configuration menu
    Copy the full SHA
    aa3a04d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0c15ac View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

  1. fix review comments

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed May 31, 2021
    Configuration menu
    Copy the full SHA
    6244efe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc771e1 View commit details
    Browse the repository at this point in the history
  3. fix review comments

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed May 31, 2021
    Configuration menu
    Copy the full SHA
    8424b0b View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. Configuration menu
    Copy the full SHA
    62b929f View commit details
    Browse the repository at this point in the history
  2. fix review comments

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    fab17a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. Merge branch 'master' of github.com:azure/sonic-utilities into spm-yang

    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    d64b04f View commit details
    Browse the repository at this point in the history
  2. fix LGTM warning

    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    0aa7df7 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. Configuration menu
    Copy the full SHA
    b66a76d View commit details
    Browse the repository at this point in the history
  2. initialize ConfigMgmt with init_cfg.json instead of running config to…

    … allow running in chroot environment
    
    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    4345a6a View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. Changed tabs to spaces

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    94cde8e View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. Removed unnecessary config_db.json file

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    5fec4a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

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

Commits on Sep 7, 2021

  1. Added test case, added support for UT for sonic-cli-gen implementation

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    3cd8ad9 View commit details
    Browse the repository at this point in the history
  2. Added registering of plugins to UT

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    607b254 View commit details
    Browse the repository at this point in the history
  3. Fixed name

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    6816903 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Added helper.load_and_register_plugins()

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    2aee883 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Added test cases for sonic-device_metadata

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    9fea6db View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Added cli_autogen_common.py, added separate dir for each cli_autogen …

    …test
    
    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    69926ed View commit details
    Browse the repository at this point in the history
  2. Added backup and restore func for yang models

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    dd7ec5e View commit details
    Browse the repository at this point in the history
  3. Removed if-else UT login from generator.py

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    eb85200 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Added couple UT for device-neighbor

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    5ccefa6 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Added UT for update flow

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    37ac0b7 View commit details
    Browse the repository at this point in the history
  2. Fixed codestyle

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    4402203 View commit details
    Browse the repository at this point in the history
  3. Fixed codestyle

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    9d07092 View commit details
    Browse the repository at this point in the history
  4. Fixed test path variables

    Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
    vadymhlushko-mlnx committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    5b6a8aa View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. [sonic-cli-gen] add docstrings

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    df1d329 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

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

Commits on Nov 1, 2021

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

Commits on Nov 10, 2021

  1. remove sonic_cli_gen PR part

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    d531699 View commit details
    Browse the repository at this point in the history
  2. remove sonic_cli_gen PR part

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    5219909 View commit details
    Browse the repository at this point in the history
  3. remove sonic_cli_gen PR part

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    987c085 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Configuration menu
    Copy the full SHA
    eb57015 View commit details
    Browse the repository at this point in the history
  2. handle review comments

    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    bf05d42 View commit details
    Browse the repository at this point in the history
  3. fix LGTM warning

    Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
    stepanblyschak committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    d0a2ff7 View commit details
    Browse the repository at this point in the history