Daniel A. Wozniak
507f727106
Add changelog for salt-pip fix
2024-02-19 15:19:42 +00:00
Daniel A. Wozniak
b8c6c59117
Bump relenv version to 0.15.0
2024-02-19 15:19:42 +00:00
Pedro Algarvio
34ab8c732b
Merge 3006.x into 3007.x
2024-02-19 13:10:20 +00:00
Shane Lee
6b98f0d828
Fix lint error
2024-02-18 21:56:52 -07:00
Shane Lee
75db735867
Fix an issue with unresolved grains on Windows
...
Some WMI calls are returning empty, maybe something is corrupted
underneath. This will just return None for grains that can't be
collected using WMI.
2024-02-18 21:56:52 -07:00
Daniel A. Wozniak
661c216fa4
Try disconnecting while we wait
2024-02-18 21:26:25 -07:00
Daniel A. Wozniak
6703d19bce
Upgrade pyzmq on darwin due to build failure
2024-02-18 19:48:18 -07:00
Pedro Algarvio
3e540257c5
Bump to pytest==7.3.2
since it handles pytest-timeout without tracebacks
2024-02-18 19:48:18 -07:00
Pedro Algarvio
f335d64b0c
Bump to `ansible-core==2.16.3
` due to https://github.com/advisories/GHSA-h24r-m9qc-pvpg
2024-02-18 19:48:18 -07:00
Pedro Algarvio
bf02ba409a
Bump to cryptography==42.0.3
due to https://github.com/advisories/GHSA-3ww4-gg4f-jr7f
2024-02-18 19:48:18 -07:00
Pedro Algarvio
37cf95b17a
It's tornado.gen.Return
not salt.tornado.gen.Return
2024-02-18 19:56:51 +00:00
Pedro Algarvio
8721d47578
Increase timeouts in problematic tests
2024-02-18 19:56:51 +00:00
Pedro Algarvio
7c8a104f3f
Fix test failures
2024-02-18 19:41:49 +00:00
Daniel A. Wozniak
729cf37b79
Set loglevel for unit test
2024-02-18 03:27:05 -07:00
vzhestkov
9cc0635ed3
Fix test_deferred_stream_handler test
2024-02-18 03:27:05 -07:00
vzhestkov
39bb721d37
Fix the _logging test with setting minimum logging level
2024-02-18 03:27:05 -07:00
vzhestkov
efa63ac3f2
Call set_lowest_log_level_by_opts with set_logging_options_dict
2024-02-18 03:27:05 -07:00
Pedro Algarvio
6e1372d66f
Merge 3006.x into 3007.x
2024-02-18 09:22:18 +00:00
Pedro Algarvio
c3826c6143
Increase timeouts on problematic test
2024-02-17 11:49:32 +00:00
Daniel A. Wozniak
ed67c89403
Fix pre-commit
2024-02-16 14:08:20 -07:00
Cian Yong Leow
a974d5d7db
Fix exceptions being set on completed futures
...
Fixes an issue in the ZeroMQ transport where caught exceptions were being set on futures that had already completed (i.e. done) and were logging lots of error messages.
2024-02-16 14:08:20 -07:00
Pedro Algarvio
1ad68fcd93
Increase timeouts on problematic tests and default to func_only=True
2024-02-16 14:03:50 -07:00
vzhestkov
590ebf7c80
Add test for fire_ret_load
2024-02-16 14:03:05 -07:00
vzhestkov
1269be10fc
Add test of catching SaltDeserializationError on reading event
2024-02-16 14:03:05 -07:00
vzhestkov
ffe2d166c1
Improve broken events catching and reporting
2024-02-16 14:03:05 -07:00
Daniel A. Wozniak
17140c44b8
Update deltaproxy test timeout
2024-02-16 04:06:07 -07:00
Pedro Algarvio
76a86f765d
Run pyupgrade
against the files modified in the merge-forward
2024-02-16 07:22:49 +00:00
Pedro Algarvio
94b6f4cc78
Merge 3006.x into 3007.x
2024-02-16 07:21:19 +00:00
Shane Lee
5d3ed5877b
Only import ctypes.wintypes on Windows
2024-02-15 16:16:15 -07:00
Shane Lee
5a42670549
Import ctypes.wintypes explicitely
2024-02-15 16:16:15 -07:00
Pedro Algarvio
17dddc83ba
Increase timeouts on problematic tests
2024-02-15 15:25:35 -07:00
Daniel A. Wozniak
aaec5957bb
Fix circular imports in tests
2024-02-15 15:08:17 -07:00
Daniel A. Wozniak
a48355cf8b
Add changelog for fileclient re-use
2024-02-15 15:08:17 -07:00
Daniel A. Wozniak
1e90161d09
Add tests to validate fileclient re-use
2024-02-15 15:08:17 -07:00
Daniel A. Wozniak
6a5a7fa9f3
Add persistant fileclient to renderes
2024-02-15 15:08:17 -07:00
Johannes Hahn
f406a090df
Fix test after formatting changes (pre-commit)
2024-02-15 10:56:38 -07:00
Johannes Hahn
8c06378dd8
Formatting changes as suggested by pre-commit
2024-02-15 10:56:38 -07:00
Johannes Hahn
3deaae2697
Add changelog file
2024-02-15 10:56:38 -07:00
Johannes Hahn
995d4175c0
Verify that .yaml files are discovered as well
2024-02-15 10:56:38 -07:00
Johannes Hahn
1207030427
Discover .yml and .yaml files
...
Allow for 'playbook_extension' to be either a string or a tuple and
change the default behavior to discover both.
2024-02-15 10:56:38 -07:00
Daniel A. Wozniak
8b10022702
Use compare_digest when validateing hmac disgests
2024-02-15 10:11:21 -07:00
Pedro Algarvio
2b565f770a
Run pyupgrade
against the files modified in the merge-forward
2024-02-15 14:06:16 +00:00
Pedro Algarvio
d5732b1611
Merge 3006.x into 3007.x
2024-02-15 14:03:35 +00:00
Pedro Algarvio
7f29337f70
Bump to pyzmq==25.1.2
to hopefully address some build issues on MacOS
2024-02-15 13:57:02 +00:00
Thomas Phipps
b27ae54c12
fix tests/pytests/functional/cli/test_batch.py::test_batch_issue_56273
2024-02-14 14:30:00 -07:00
Daniel A. Wozniak
da31638f0a
Add test for return fix
2024-02-14 14:30:00 -07:00
Thomas Phipps
2dd0f29663
add changelog
2024-02-14 14:30:00 -07:00
Thomas Phipps
c6274471cf
the fix for grabbing just our events and not sseapes
2024-02-14 14:30:00 -07:00
Daniel A. Wozniak
056a77cca8
Add missing changelog for 65932
2024-02-14 14:26:56 -07:00
Daniel A. Wozniak
332533b1c9
Fix default request channel timeout regression
2024-02-14 14:26:39 -07:00