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

[master] Fix requisite performance issues and aggregation #66135

Merged
merged 2 commits into from
Oct 10, 2024

Commits on Oct 3, 2024

  1. Fix issues with requisites and aggregate

    add install of networkx
    fix aggregate to properly work with requisites
    fix requisite checking to not be exponential
    fix pkg aggregate to work when multiple states specify the same package
    add some type hints to state.py to make the code easier to follow
    fix case of pkg aggregate duplicate package.
    bdrx312 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    24cd1ef View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Use importlib.metadata for python >= 3.10

    Add slots to DependencyGraph
    
    Pinned networkx to 3.1
    
    Pinned networkx to latest version supported on python 3.8 to support running salt-ssh to systems with python 3.8
    
    Fixed assignment of env in support helpers VirtualEnv
    
    Restrict networkx version with contraints instead of in base
    
    Fixed setting context retcode in some places where errors are returned.
    Removed unnecessary pylint ignore comment.
    Reverted importlib-metadata version bump.
    
    Added networkx to versions report
    
    Actually fixed VirtualEnv env assignment from kwargs
    bdrx312 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    6f12f34 View commit details
    Browse the repository at this point in the history