Commit graph

119576 commits

Author SHA1 Message Date
Daniel A. Wozniak
0c50222775 Fix pre-commit 2024-06-29 21:17:49 -07:00
Daniel A. Wozniak
6984ae0ca1 Upgrade relenv to 0.17.0 2024-06-29 21:14:00 -07:00
Daniel A. Wozniak
83dc2acece Fix pre-commit on 3006.x 2024-06-27 06:29:16 -07:00
Daniel A. Wozniak
54ebfae38a Remove pymysql from windows core requirements 2024-06-25 22:43:26 -07:00
Daniel A. Wozniak
3821987b9d Add chengelog for dependency version updates 2024-06-25 22:43:26 -07:00
Daniel A. Wozniak
78c29e1679 Bump pymysql to 1.1.1 2024-06-25 22:43:26 -07:00
Daniel A. Wozniak
89442132ff Add documentation about Salt's master packge user 2024-06-25 09:26:16 -07:00
David Murphy
1abc6bb34f
Merge pull request #66668 from dwoz/flaky_mem_test
[3006.x] Skip flawed test
2024-06-25 09:20:20 -06:00
Daniel A. Wozniak
24d5a4ea4b Skip flawed test 2024-06-25 05:20:39 -07:00
Daniel A. Wozniak
ec663ec3a7 move comment to helpful docstring 2024-06-25 01:55:59 -07:00
jeanluc
8e54f28333 Fix state.test test, run pre-commit
The test fix was part of 6a715107fa
2024-06-25 00:16:04 -07:00
jeanluc
db1dfb6784 Fix unused var in grains.get wrapper
`ordered=False` would not have worked before

(cherry picked from commit 5e16d84834)
2024-06-25 00:16:04 -07:00
jeanluc
fbf345e0d4 Add logmod SSH wrapper
(cherry picked from commit 18bc40c77a)
2024-06-25 00:16:04 -07:00
jeanluc
512f61d573 Add state.test to SSH wrapper
(cherry picked from commit 82f90e2f15)
2024-06-25 00:16:04 -07:00
jeanluc
6c62792c73 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 8356be888b)
2024-06-25 00:16:04 -07:00
jeanluc
e9ecf30500 Add defaults SSH wrapper module
This is a 1:1 copy of the execution module, incl. tests...

(cherry picked from commit 47a609fab0)
2024-06-25 00:16:04 -07:00
jeanluc
94eaf94345 Add slsutil SSH wrapper
(cherry picked from commit ddc1197647)
2024-06-25 00:16:04 -07:00
Akmod
809a22598b Update grammer in docstring of virtualenv_mod.py 2024-06-24 09:57:22 -07:00
Daniel A. Wozniak
766f8cf988 Add note to virtualenv state docs about onedir 2024-06-24 09:57:22 -07:00
Daniel A. Wozniak
6c6f0f41f0 fix configuration path test on windows 2024-06-24 09:54:49 -07:00
Daniel A. Wozniak
5f6c06ed56 Remove unwanted print statement 2024-06-24 09:54:49 -07:00
Daniel A. Wozniak
baee8afd3a Additional fixes for windows root_dir logic 2024-06-24 09:54:49 -07:00
Daniel A. Wozniak
9bfe7cf898 Fix cloud config root_dir paths on windows 2024-06-24 09:54:49 -07:00
Daniel A. Wozniak
57d2becb8f Add basic unit test for prepend_root_dir method 2024-06-24 09:54:49 -07:00
Daniel A. Wozniak
dfd6221cc5 Fix salt cloud's log_file location when root_dir is given in config 2024-06-24 09:54:49 -07:00
Daniel A. Wozniak
3735415fbc Bump requests and docker requirements 2024-06-24 09:37:46 -07:00
Daniel A. Wozniak
1e2e79db75 Use FullArgSpec as ArgSpec is deprecated 2024-06-24 09:37:18 -07:00
bdrx312
378b1061e8 Fix incorrect version argument will be ignored warning 2024-06-24 09:14:08 -07:00
Daniel Mach
3bc6e3a01d Fix utf8 handling in 'pass' renderer and make it more robust
(cherry picked from commit 8dfc923876)
2024-06-20 20:22:35 -07:00
Daniel Mach
da375bb682 Migrate string formatting in 'pass' renderer to a f-string 2024-06-20 20:22:35 -07:00
jeanluc
a37e5c704b Use file paths for x509_v2 functional state tests
... they are more realistic.
2024-06-20 20:03:57 -07:00
jeanluc
c1642c5b50 Make local signing with policy containing signing key work 2024-06-20 20:03:57 -07:00
jeanluc
56234c13f1 Add test for issue #66414 2024-06-20 20:03:57 -07:00
Daniel A. Wozniak
2f84693dc3 Add changelog for #65251 2024-06-19 20:35:07 -07:00
Daniel A. Wozniak
c174570e53 Allow NamedLoaderContexts to be returned from loader
It is useful in some cases to return NamedLoaderContexts from loaded
functions. Instead of choking or requireing implimenters to call the
context's value() method before being de-scoped, detect when a
NamedLoaderContext has been returned and return the value from the
current context.
2024-06-19 20:35:07 -07:00
dmurphy18
d1d84e87b3 Removed comment line and removed typo 2024-06-19 11:23:50 -07:00
David Murphy
8a9c92a72d Updated changelog 2024-06-19 11:23:50 -07:00
David Murphy
ae459fa73a Update to include croniter in pkg requirements 2024-06-19 11:23:50 -07:00
Daniel A. Wozniak
44200b16cc Skip package meta tests on old rpm cli versions 2024-06-19 11:23:05 -07:00
ScriptAutomate
1b39837f34 Use older Linux OS for wider CI deps compatibility 2024-06-18 22:15:38 -07:00
Daniel A. Wozniak
ecd92059af Add changelog for fips fix 2024-06-18 22:12:20 -07:00
Daniel A. Wozniak
d4b4067ee4 Add tests for garbage input 2024-06-18 22:12:20 -07:00
Daniel A. Wozniak
c408cddfaf Remove un-needed print statments 2024-06-18 22:12:20 -07:00
Daniel A. Wozniak
9d24b79637 Clean up cruft and add comment 2024-06-18 22:12:20 -07:00
Daniel A. Wozniak
534bf76463 Helpful log messages for when things go wrong
Provide helpful log messages on the master and minions if a minion uses
signing or encryption that is not suppoted by the master.
2024-06-18 22:12:20 -07:00
Daniel A. Wozniak
80a2f65e58 Attempt to fix windows package tests 2024-06-18 22:12:20 -07:00
Daniel A. Wozniak
e2e3dc9634 Windows master tests fix 2024-06-18 22:12:20 -07:00
Daniel A. Wozniak
a10aa05f41 Ensure key is bytes not string 2024-06-18 22:12:20 -07:00
Daniel A. Wozniak
389aac9663 More fips test fixes 2024-06-18 22:12:20 -07:00
Daniel A. Wozniak
a5787031b0 Fix publish_signing_algorithm conditional 2024-06-18 22:12:20 -07:00