Daniel A. Wozniak
c5b39473ed
Merge branch '3007.x'
2025-03-08 00:19:10 -07:00
Daniel A. Wozniak
c695e0bcff
Merge branch '3006.x' into merge/3007.x/3006.x
2025-03-07 15:05:05 -07:00
David Murphy
0b7da42cd7
Updated test for client_cache
2025-03-07 14:26:00 -07:00
Daniel A. Wozniak
d9652b9a1c
m
2025-02-19 10:45:53 -07:00
Daniel A. Wozniak
fc0b20e657
More ssh test fixes
...
- Fix thin dir unit tests after distro change revert
- Skip any tests that require system python of 3.9 or higher
2025-02-19 00:26:32 -07:00
Daniel A. Wozniak
3701105a59
Fix another thin dir unit test
2025-02-17 23:39:07 -07:00
Daniel A. Wozniak
31e125f09e
Multiple ssh tests fixed
2025-02-17 19:33:07 -07:00
Daniel A. Wozniak
a017805680
Merge remote-tracking branch 'saltstack/3007.x' into merge/master/3007.x
2025-02-17 00:09:58 -07:00
Daniel A. Wozniak
9f1647d0f6
Merge branch '3006.x' into merge/3007.x/3006.x
2025-01-29 15:22:23 -07:00
Daniel A. Wozniak
ee33df82eb
Multiple test fixes
2025-01-11 15:25:01 -07:00
Daniel A. Wozniak
faecc6d48c
Unit test fix and artifact name correction
2025-01-11 15:25:01 -07:00
bdrx312
66caa58346
Fix issues with requisites and aggregate
...
add install of networkx
fix aggregate to properly work with requisites
fix requisite checking to not be exponential
fix pkg aggregate to work when multiple states specify the same package
add some type hints to state.py to make the code easier to follow
fix case of pkg aggregate duplicate package.
2024-10-10 01:53:52 -07:00
Daniel A. Wozniak
c38448909c
Merge remote-tracking branch 'saltstack/3006.x' into merge/3007.x/3006.x
2024-09-23 01:38:28 -07:00
Daniel A. Wozniak
818dd9f827
Fix yamldumper test
2024-09-23 01:31:53 -07:00
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
Daniel A. Wozniak
d75030cfaf
Fix test name check
2024-08-19 15:00:09 -07:00
Tyler Levy Conde
eb723cdc7e
Simplify tests to just use venv
2024-07-04 21:51:32 -07:00
Tyler Levy Conde
bb26d8c97c
replace pyvenv with builtin venv
2024-07-04 21:51:32 -07:00
Daniel A. Wozniak
539664c6ba
Merge branch '3007.x' into merge/master/3007.x
2024-07-04 21:35:33 -07:00
Daniel A. Wozniak
1e2e79db75
Use FullArgSpec as ArgSpec is deprecated
2024-06-24 09:37:18 -07:00
Daniel A. Wozniak
60cc8dbce8
Merge forward 3006.x into 3007.x
2024-06-21 23:53:49 -07:00
Daniel A. Wozniak
7b3a89c821
Fix tests undef fips
2024-06-18 22:12:20 -07:00
David Murphy
40d5a253fe
Initial port from unittest to pytest of unit/utils/test_gitfs.py to test_gitfs_locks.py
2024-06-03 12:24:11 -07:00
jeanluc
33efd9c4a7
Ensure namespace packages and submodule entrypoints work
2024-05-22 03:27:40 -07:00
Pedro Algarvio
428dd21f3d
Merge 3007.x into master
2024-05-10 09:27:46 +01:00
Pedro Algarvio
181f66f7dd
Merge pull request #66460 from s0undt3ch/hotfix/merge-forward-into-3007.x
...
[3007.x] Merge 3006.x into 3007.x
2024-05-10 09:20:17 +01:00
Pedro Algarvio
e8e0131d74
No namespaced test packages
2024-05-09 16:39:56 +01:00
Pedro Algarvio
f1af58e966
No namespaced test packages
2024-05-09 09:37:11 +01:00
Daniel A. Wozniak
0ff43842cf
Fix salt proxy tests
...
- The loader can now handle async methods on loaded modules
- Fix async proxy methods: handle_decoded_payload and handle_payload
2024-05-01 18:05:02 +01:00
Daniel A. Wozniak
1271a7b27e
Test fixes
...
- Add back cmd_json and cmd_yaml pillars for test fixes
- Remove broken tests and bump cache seed
- Fix filemap
- Restrict pyzmq to <25.1.1
- Fix pkg tests
- Fix performance test
- skip tests that failed due to zypperpkg module removal
- Fix tmp path so test passes on windows
- Remove files accidently added
2024-04-11 16:22:55 -07:00
Daniel A. Wozniak
86dea3a5dd
Clean up more warts in man page generation
2024-04-11 16:22:55 -07:00
Daniel A. Wozniak
dc526dc2b1
Initial purge of community extensions
2024-04-11 16:22:55 -07:00
Shane Lee
0c05af434a
Make the underscore directory standard
2024-04-10 17:03:06 +01:00
Shane Lee
e5d1e4db9d
Keep directory structure the same on Master and Masterless
...
Fixes winrepo.update_git_repos so that the directory structure is the
same whether run on the master or on a minion using salt-call.
2024-04-10 17:03:06 +01:00
Pedro Algarvio
36e23f87ab
Revert "Keep directory structure the same on Master and Masterless"
...
This reverts commit e7b735cdac
.
2024-04-05 17:08:28 +01:00
Shane Lee
e7b735cdac
Keep directory structure the same on Master and Masterless
...
Fixes winrepo.update_git_repos so that the directory structure is the
same whether run on the master or on a minion using salt-call.
2024-04-04 14:13:12 -07:00
Pedro Algarvio
c402aab17c
Bump the timeout for the pyobjects unit tests
2024-03-09 22:26:17 +00:00
Pedro Algarvio
74415c7d0a
Merge 3007.x into master
2024-03-07 10:06:45 +00:00
Pedro Algarvio
c336cdb1c9
Fix test failures
2024-03-06 12:41:11 +00:00
Pedro Algarvio
b7630f3b08
Merge 3006.x into 3007.x
2024-02-29 14:25:24 +00:00
Pedro Algarvio
f4549113b1
Update pre-commit hook versions
2024-02-29 12:30:49 +00:00
Pedro Algarvio
c920ba443d
Remove all kitchen and jenkins related resources
...
The salt-project hasn't been using them for a very long time.
2024-02-29 10:27:02 +00:00
Pedro Algarvio
03ad4c6337
Update code to be Py3.7+ to reduce merge forward conflicts
2024-02-29 10:16:58 +00:00
Pedro Algarvio
3dea2eb541
Update pre-commit hook versions
2024-02-29 10:16:58 +00:00
Pedro Algarvio
0d6d4cfb36
Remove all kitchen and jenkins related resources
...
The salt-project hasn't been using them for a very long time.
2024-02-29 10:16:58 +00:00
Daniel A. Wozniak
34ee98ba8c
Migrate pillar unit tests to pytest
2024-02-29 06:29:17 +00:00
Daniel A. Wozniak
874626e5d7
Migrate pillar unit tests to pytest
2024-02-28 16:49:31 -07:00
Pedro Algarvio
e94a6ec036
Merge 3007.x into master
2024-02-28 19:05:24 +00:00
Daniel A. Wozniak
7c487d2c71
Adjust more test timeouts
2024-02-28 01:07:31 -07:00