Commit graph

121329 commits

Author SHA1 Message Date
dependabot[bot]
90709286b4
Bump cryptography in /requirements/static/ci/py3.10
Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.5 to 43.0.1.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/42.0.5...43.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-04 00:17:27 +00:00
Daniel Wozniak
246d066457
Merge pull request #66691 from dwoz/merge/master/3007.x
[master] Merge forward 3007.x into master
2024-08-19 15:00:26 -07:00
Daniel A. Wozniak
17c58d6587 Fix grains test on FIPS platforms
Also, clean up pre-commit
2024-08-17 14:39:54 -07:00
Daniel A. Wozniak
a87f2418aa Skip pkg tests that need new golden image 2024-08-15 23:19:17 -07:00
Daniel A. Wozniak
320641ca3c Remove commented out code 2024-08-08 18:39:40 -07:00
Daniel A. Wozniak
9c353984d7 Migrate grains tests to pytest 2024-08-08 17:03:15 -07:00
Daniel A. Wozniak
c24ccef828 Increase test timeout 2024-08-08 14:47:22 -07:00
Daniel A. Wozniak
aad1050e21 Increase test timeout 2024-08-07 15:06:51 -07:00
Daniel A. Wozniak
6a9fa5e2ec increase timeout 2024-08-07 00:58:49 -07:00
Daniel A. Wozniak
6597a6b115 Increase timeout on grains test 2024-08-06 17:08:07 -07:00
Daniel A. Wozniak
9d123b949e Skip chocolatey tests
These tests are failing because CI/CD is flooding chocolatey's APIs with
requests. They need to be refactored to not hit APIs outside of our
infrustructure.
2024-08-06 17:05:58 -07:00
Daniel A. Wozniak
f2b4410681 Fix pkg tests on arch 2024-08-06 00:26:24 -07:00
Daniel A. Wozniak
cd9753ff0f Skip ssh slsutil tests when system python is below 3.8 2024-08-05 22:23:46 -07:00
Carlos Álvaro
18ca4fdfa9 doc(macdefaults): Add ..versionadded:: 2024-07-12 15:27:33 -07:00
Carlos Álvaro
83225aca7d fix(macdefaults): Use salt.utils.files.open 2024-07-12 15:27:33 -07:00
Carlos Álvaro
dd5575e90f fix(macdefaults): Use TemporaryDirectory instead of TemporaryFile
TemporaryFile has no name, so NamedTemporaryFile would be a better option.

However, until Python 3.12, this file is deleted on close, which is not valid for this purpose. TemporaryDirectory is used instead.
2024-07-12 15:27:33 -07:00
Carlos Álvaro
5124936f9e feat(macdefaults): Allow selecting key separator 2024-07-12 15:27:33 -07:00
Carlos Álvaro
8742299e98 feat(macdefaults): catch write exceptions to return safely 2024-07-12 15:27:33 -07:00
Carlos Álvaro
f5067e7853 feat(macdefaults): Add support for copmplex keys and nested dictionaries 2024-07-12 15:27:33 -07:00
Carlos Álvaro
7c5baf4bbe enh(macdefaults): Use generator instead of list 2024-07-12 15:27:33 -07:00
Carlos Álvaro
aaba6250c0 feat(macdefaults): Add basic support for array-add and dict-add 2024-07-12 15:27:33 -07:00
Carlos Álvaro
6e51f3b755 doc: Add changelog entry 2024-07-12 15:27:33 -07:00
Carlos Álvaro
19cbf09521 feat(macdefaults): Improve macOS defaults support 2024-07-12 15:27:33 -07:00
Pablo Suárez Hernández
22611256aa Add unit tests to cover rich rules normalization 2024-07-11 15:00:53 -07:00
Pablo Suárez Hernández
bd60c9b40a Enhance documentation for normalization function 2024-07-11 15:00:53 -07:00
Marek Czernek
f96ecd141c Normalize new rich rules before comparing to old
Firewallcmd rich rule output quotes each
assigned part of the rich rule, for example:
rule family="ipv4" source port port="161" ...
The firewalld module must first normalize
the user defined rich rules to match the
firewallcmd output before comparison to
ensure idempotency.
2024-07-11 15:00:53 -07:00
Pablo Suárez Hernández
2aa213123b Add changelog entry 2024-07-11 15:00:53 -07:00
Daniel A. Wozniak
bfc78d7646 Fix pre-commit 2024-07-04 21:59:25 -07:00
AldarisPale
589537902e Make extmod not found error message mean more
When module is places in the incorrect directory, the loading of the module will fail. Give more meaningful error message and a possible solution to the problem.
I've hit this problem personally and debugging it took more than 3 hours.
2024-07-04 21:59:25 -07:00
Daniel A. Wozniak
539664c6ba Merge branch '3007.x' into merge/master/3007.x 2024-07-04 21:35:33 -07:00
Daniel Wozniak
bd89384259
Merge pull request #66681 from dwoz/merge/3007.x/3006.x
[3007.x] Merge 3006.x into 3007.x
2024-07-04 21:30:26 -07:00
Daniel A. Wozniak
cb09449401 Merge remote-tracking branch 'saltstack/3006.x' into merge/3007.x/3006.x 2024-07-03 15:51:48 -07:00
David Murphy
a09558bb27 Corrected missed line in branch 3006.x when backporting from PR 61620 and 65044 2024-07-03 09:10:35 -07:00
David Murphy
3618966bc7
Merge pull request #66442 from hurzhurz/3006.x-wintask-fixes
[3006.x] fix win_task ExecutionTimeLimit and result/error code interpretation
2024-07-02 10:31:39 -06:00
David Murphy
43c32e62df
Merge branch '3006.x' into 3006.x-wintask-fixes 2024-07-01 14:32:55 -06:00
Daniel A. Wozniak
62903c242f Merge forward 3006.x to 3007.x 2024-07-01 08:29:08 -07:00
Shane Lee
7cbfcf027e Add some more error output, use $env:TEMP 2024-07-01 08:28:49 -07:00
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 Wozniak
847c94b56d
Merge pull request #66654 from dwoz/merge/3007.x/3006.x
[3007.x] Merge forward 3006.x into 3007.x
2024-06-27 05:39:18 -07:00
Daniel A. Wozniak
679605891d Skip test on photon 2024-06-26 12:43:04 -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
a359f9188f More fips test fixes 2024-06-25 05:18:45 -07:00
Daniel A. Wozniak
ec663ec3a7 move comment to helpful docstring 2024-06-25 01:55:59 -07:00