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

[3007.x] Update SSH wrappers, wrap more funcs #65517

Merged
merged 13 commits into from
Jan 2, 2024
Merged

Commits on Dec 29, 2023

  1. Add state.test to SSH wrapper

    lkubb committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    82f90e2 View commit details
    Browse the repository at this point in the history
  2. 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`.
    lkubb committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    8356be8 View commit details
    Browse the repository at this point in the history
  3. Add slsutil SSH wrapper

    lkubb committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    ddc1197 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b1d6df View commit details
    Browse the repository at this point in the history
  5. Add SSH wrapper for cmd.script

    lkubb committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    c4fd972 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
    lkubb committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    5e16d84 View commit details
    Browse the repository at this point in the history
  7. Don't mkdir -p on empty paths

    lkubb committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    fa469eb View commit details
    Browse the repository at this point in the history
  8. Fix/skip tests on RHEL/Windows

    lkubb committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    4915107 View commit details
    Browse the repository at this point in the history
  9. Add defaults SSH wrapper module

    This is a 1:1 copy of the execution module, incl. tests...
    lkubb committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    47a609f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4c15063 View commit details
    Browse the repository at this point in the history
  11. Add logmod SSH wrapper

    lkubb committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    18bc40c View commit details
    Browse the repository at this point in the history
  12. Fix tests after rebase

    lkubb committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    6a71510 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e8b4722 View commit details
    Browse the repository at this point in the history