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

pkg.uptodate: Pass kwargs to pkg.list_upgrades #33880

Merged
merged 10 commits into from
Jun 10, 2016

Commits on Jun 8, 2016

  1. Configuration menu
    Copy the full SHA
    4f11c16 View commit details
    Browse the repository at this point in the history
  2. salt/modules/brew.py: add kwargs to list_upgrades

    This is done for API compatibility
    terminalmage committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    b40fc9b View commit details
    Browse the repository at this point in the history
  3. salt/modules/ebuild.py: add kwargs to list_upgrades

    This is done for API compatibility
    terminalmage committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    76143b7 View commit details
    Browse the repository at this point in the history
  4. salt/modules/macports.py: add kwargs to list_upgrades

    This is done for API compatibility
    terminalmage committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    46e5a52 View commit details
    Browse the repository at this point in the history
  5. salt/modules/pacman.py: add kwargs to list_upgrades

    This is done for API compatibility
    terminalmage committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    5179dbc View commit details
    Browse the repository at this point in the history
  6. salt/modules/pkgutil.py: add kwargs to list_upgrades

    This is done for API compatibility
    terminalmage committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    6e89a8b View commit details
    Browse the repository at this point in the history
  7. salt/modules/solarisips.py: add kwargs to list_upgrades

    This is done for API compatibility
    terminalmage committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    bf5505f View commit details
    Browse the repository at this point in the history
  8. salt/modules/win_pkg.py: add kwargs to list_upgrades

    This is done for API compatibility
    terminalmage committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    35fbb06 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    de90b35 View commit details
    Browse the repository at this point in the history
  10. pkg.uptodate: Pass kwargs to pkg.list_upgrades

    This resolves an edge case in which the "fromrepo" argument is passed to
    the pkg.uptodate state. We pass through the kwargs to pkg.upgrade, but
    do not pass the same kwargs to list_upgrades, resulting in inconsistent
    results.
    terminalmage committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    ea726d1 View commit details
    Browse the repository at this point in the history