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] first phase implementation of sonic-package-manager #1527

Merged
merged 54 commits into from
Apr 29, 2021

Commits on Nov 3, 2020

  1. [sonic-installer] migrate SONiC packages

    Signed-off-by: Stepan Blyshchak <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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. 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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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. iteritems -> items

    Signed-off-by: Stepan Blyschak <[email protected]>
    stepanblyschak committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    c724569 View commit details
    Browse the repository at this point in the history
  2. fix issue in metadata dict generation

    Signed-off-by: Stepan Blyschak <[email protected]>
    stepanblyschak committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    3dc793f View commit details
    Browse the repository at this point in the history
  3. default value for component constraint

    Signed-off-by: Stepan Blyschak <[email protected]>
    stepanblyschak committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    faeadcf 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 <[email protected]>
    stepanblyschak and jleveque authored Mar 29, 2021
    Configuration menu
    Copy the full SHA
    ae1ce45 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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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. [doc] fix formatting

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

    Signed-off-by: Stepan Blyschak <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    stepanblyschak and jklare authored 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 <[email protected]>
    stepanblyschak and jklare authored 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 <[email protected]>
    stepanblyschak and jklare authored 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 <[email protected]>
    stepanblyschak and jklare authored 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 <[email protected]>
    stepanblyschak and jklare authored 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 <[email protected]>
    stepanblyschak and jklare authored 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 <[email protected]>
    stepanblyschak and jklare authored 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 <[email protected]>
    stepanblyschak and jklare authored 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 <[email protected]>
    stepanblyschak and jklare authored 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 <[email protected]>
    stepanblyschak and jklare authored 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 <[email protected]>
    stepanblyschak and jklare authored 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 <[email protected]>
    stepanblyschak and jklare authored 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 <[email protected]>
    stepanblyschak and jklare authored 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 <[email protected]>
    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. fix upgrade rollback

    Signed-off-by: Stepan Blyschak <[email protected]>
    stepanblyschak committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    fd46c34 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. address review comments

    Signed-off-by: Stepan Blyschak <[email protected]>
    stepanblyschak committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    86bf53f View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. fix command line options for install/upgrade

    Signed-off-by: Stepan Blyschak <[email protected]>
    stepanblyschak committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    1ace0e1 View commit details
    Browse the repository at this point in the history
  2. fix bug when have components constraints

    Signed-off-by: Stepan Blyschak <[email protected]>
    stepanblyschak committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    6feda36 View commit details
    Browse the repository at this point in the history
  3. 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. Fix review comments

    Signed-off-by: Stepan Blyschak <[email protected]>
    stepanblyschak committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    0d5dfcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c2f986 View commit details
    Browse the repository at this point in the history