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

[3006.x] backport: Update SSH wrappers, wrap more funcs #66661

Merged
merged 7 commits into from
Jun 25, 2024

Commits on Jun 24, 2024

  1. Add slsutil SSH wrapper

    (cherry picked from commit ddc1197)
    lkubb committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    fb18792 View commit details
    Browse the repository at this point in the history
  2. Add defaults SSH wrapper module

    This is a 1:1 copy of the execution module, incl. tests...
    
    (cherry picked from commit 47a609f)
    lkubb committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    63e0b5b View commit details
    Browse the repository at this point in the history
  3. Sync config SSH wrapper with execution module

    The wrapper has diverged significantly from the module.
    
    * `option` did not check grains
    * `option` did not have `omit_all` and `wildcard` parameters
    * `get` missed several parameters: `delimiter`, `merge` and all `omit_*`
    * There was no wrapping function for `items`.
    
    (cherry picked from commit 8356be8)
    lkubb committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    8ddc648 View commit details
    Browse the repository at this point in the history
  4. Add state.test to SSH wrapper

    (cherry picked from commit 82f90e2)
    lkubb committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    0fdcbfd View commit details
    Browse the repository at this point in the history
  5. Add logmod SSH wrapper

    (cherry picked from commit 18bc40c)
    lkubb committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    e60fa42 View commit details
    Browse the repository at this point in the history
  6. Fix unused var in grains.get wrapper

    `ordered=False` would not have worked before
    
    (cherry picked from commit 5e16d84)
    lkubb committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    76fae43 View commit details
    Browse the repository at this point in the history
  7. Fix state.test test, run pre-commit

    The test fix was part of 6a71510
    lkubb committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    ffd8cf2 View commit details
    Browse the repository at this point in the history