Commit graph

25327 commits

Author SHA1 Message Date
Daniel A. Wozniak
6b3418fe0b Merge remote-tracking branch 'saltstack/3006.x' into merge/3007.x/3006.x 2024-09-20 14:20:13 -07:00
Tom Doherty
caf62f97bd fix yaml output
In b9be2de, OrderedDict was replaced with HashableOrderedDict.
Add logic to yamldumper to handle the new type.
2024-09-20 14:08:12 -07:00
Marek Czernek
9922b1a145 Fix yamllint tests 2024-09-20 14:06:53 -07:00
Marek Czernek
7a871376a2 Reverts changes to test_transactional_update 2024-09-20 14:06:53 -07:00
Marek Czernek
c0354fc161 Ensure venv usage 2024-09-20 14:06:53 -07:00
Shane Lee
101a773df1 Fix pre-commit 2024-09-20 14:06:53 -07:00
Marek Czernek
0675d1fec7 Remove passlib assumption from pycrypto tests 2024-09-20 14:06:53 -07:00
Marek Czernek
29d4137e0b We depend on msgpack < 1.0.0 2024-09-20 14:06:53 -07:00
Marek Czernek
db31e2bc94 Fix test_transactional_update tests 2024-09-20 14:06:53 -07:00
Marek Czernek
bf580e6698 Make tests compatible with venv bundle 2024-09-20 14:06:53 -07:00
hurzhurz
698979fe55 fix nacl.keygen for not yet existing sk_file or pk_file 2024-09-19 14:56:24 -07:00
Carlos Álvaro
8416fe4311 feat(mac_brew_pkg): Add options to list_upgrades method 2024-09-19 14:49:57 -07:00
Carlos Álvaro
ae69865ab3 feat(mac_brew_pkg): Add options to remove method 2024-09-19 14:49:57 -07:00
Carlos Álvaro
436bdd50aa chore(mac_brew_pkg): Update tests to use Homebrew's full API v2 2024-09-19 14:49:57 -07:00
Carlos Álvaro
faa7a7ba97 feat(mac_brew_pkg): Improve latest_version support
Fixes #66291
2024-09-19 14:49:57 -07:00
Carlos Álvaro
c56afbe514 feat(mac_brew_pkg): Allow additional options in info_installed 2024-09-19 14:49:57 -07:00
Erik Johnson
6c3365f67c Move grain_opts to subdict to prevent overwriting core grains 2024-09-19 14:46:52 -07:00
Daniel Wozniak
ae1d3f3eb3
Merge pull request #66857 from twangboy/fix_64630
[3006.x]Manage symlinks after dirs and files
2024-09-19 13:43:19 -07:00
Daniel Wozniak
17f9ff5818
Merge pull request #66842 from dwoz/merge/3007.x/3006.x
[3007.x] Merge 3006.x forward to 3007.x
2024-09-19 13:25:05 -07:00
jeanluc
df835c1982 Add test for issue #66610 2024-09-18 14:54:49 -07:00
Niklas Rousset
eba0b174d7 Add test cases for stdin_raw_newlines functionality 2024-09-18 14:53:40 -07:00
Marek Czernek
6c38c1a253 Fix test_system flaky setup_teardown fn 2024-09-18 14:49:12 -07:00
twangboy
a5c3c18442
Fix unit test on Linux 2024-09-18 13:26:34 -06:00
twangboy
554da0c21e
Compare full paths 2024-09-18 13:26:34 -06:00
twangboy
294a81a05c
Try to handle similar names 2024-09-18 13:26:33 -06:00
twangboy
bbb0013138
Make sure symlinks are done last 2024-09-18 13:26:33 -06:00
twangboy
572e955388
Add tests and changelog 2024-09-18 13:26:33 -06:00
twangboy
c54a8ced4f Test on systems where 7zip exists 2024-09-18 09:41:24 -07:00
Daniel A. Wozniak
a71bcfb734 Do not install when no-install is passed 2024-09-17 15:03:49 -07:00
Daniel A. Wozniak
561a5c4bdf Handle cases where the process is gone or zombified 2024-09-16 17:45:09 -07:00
Daniel A. Wozniak
d4ee87338b Fix windows pkg tests 2024-09-16 15:35:50 -07:00
Daniel A. Wozniak
5ee6d3c2bc Fix another test using __opts__ 2024-09-16 15:35:50 -07:00
Daniel A. Wozniak
96bc89f721 Fix broken tests 2024-09-16 15:35:50 -07:00
Daniel A. Wozniak
b36f276007 Better handling of loader returns
- Detect when a loader is returning a NamedLoaderContext and return the
  value. This will cut down on how often we need to call value() in
  loaded modules.
- Add some tests to show newly defined behavior
2024-09-16 15:35:50 -07:00
Daniel A. Wozniak
96c59e07fc Add tests for opts dunder 2024-09-16 15:35:50 -07:00
Daniel A. Wozniak
a9b37c2b5d Account for changes in transport api in tests 2024-09-13 18:21:47 -07:00
Daniel A. Wozniak
2e514c5e96 Fix zeromq transport unit tests 2024-09-13 16:16:56 -07:00
Daniel A. Wozniak
df47c099e3 Fix linter errors 2024-09-13 14:52:28 -07:00
twangboy
72bb50cb27 Revert SSH settings 2024-09-11 16:52:27 -07:00
twangboy
36c65391a1 Add some SSH settings to fix the SSH Broken Pipe with Amazon Linux 2024-09-11 16:52:27 -07:00
twangboy
d3c0f996a4 Revert gating for Windows, use sys instead of salt.utils.platform 2024-09-11 16:52:27 -07:00
twangboy
de33a40107 Fix test_win_pkg with real winrepo location 2024-09-11 16:52:27 -07:00
twangboy
63b9da8bde Fix pkg.removed with multiple versions on Windows 2024-09-11 16:52:27 -07:00
twangboy
cae94bca24 Make all network unit tests run on Windows 2024-09-11 16:52:08 -07:00
twangboy
8b16003cab Fix parsing of IPv4 mapped IPv6 addresses 2024-09-11 16:52:08 -07:00
David Murphy
a7da90d8f6 Removed commented out debug print statements 2024-09-09 13:30:49 -07:00
David Murphy
eada163968 Commented out debugging print statements 2024-09-09 13:30:49 -07:00
David Murphy
2bd4e000a8 Fix typo 2024-09-09 13:30:49 -07:00
David Murphy
067ee3ca04 Further debugging 2024-09-09 13:30:49 -07:00
David Murphy
ba558deaa8 Altered debugging 2024-09-09 13:30:49 -07:00