Shane Lee
b912817240
Fixes cmd.run with requirements on Windows
...
Formats the command properly for powershell
Adds changelog and tests
2024-09-20 14:06:53 -07:00
David Murphy
393dad1790
Removed commented out name
2024-09-20 14:06:15 -07:00
David Murphy
2db4de4170
Solve the lack of combined coverage reports
2024-09-20 14:06:15 -07:00
David Murphy
a6fff58e4a
Remove comments
2024-09-20 14:06:15 -07:00
David Murphy
6e0fc168bb
Update Windows and MacOS actions for Download Code Coverage Test Run Artifacts for merge-multiple, v4 update
2024-09-20 14:06:15 -07:00
David Murphy
51099d9901
Correct logic error - removed 'needs'
2024-09-20 14:06:15 -07:00
David Murphy
51cc9b8b2e
change to force build, since github stalled it overnight
2024-09-20 14:06:15 -07:00
David Murphy
58083b7cef
Debugging
2024-09-20 14:06:15 -07:00
David Murphy
ac09c433b3
Trying other debug methods
2024-09-20 14:06:15 -07:00
David Murphy
d77a0d5fc9
Trying including hidden files for coverage on Linux - Test
2024-09-20 14:06:15 -07:00
David Murphy
3827456452
removing commented out 4.3.6, and added debugging
2024-09-20 14:06:15 -07:00
David Murphy
9cef9a6ac0
Revert to using v4 and alter pattern (leave off dash)
2024-09-20 14:06:15 -07:00
David Murphy
059d1e0269
Testing previous version 4.3.6 instead of latest 4.4.0 for action/upload-artifact/merge
2024-09-20 14:06:15 -07:00
hurzhurz
698979fe55
fix nacl.keygen for not yet existing sk_file or pk_file
2024-09-19 14:56:24 -07:00
sunxingboo
748943cd59
Corrected the description of the two parameters mkey and key in the MWorker constructor.
2024-09-19 14:47:43 -07:00
Erik Johnson
d4b2957194
Add changelog file
2024-09-19 14:46:52 -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
Imran Iqbal
c1dd74aa69
docs(modules/system): fix system.get_computer_name
CLI example
2024-09-19 09:31:55 -07:00
David Murphy
94fdf082ec
Adjust salt-common.install for bash-completion
2024-09-18 15:08:12 -07:00
David Murphy
0483e44f19
Updated symbolic links for bash completion as per original issuer comments
2024-09-18 15:08:12 -07:00
David Murphy
142b7ac258
Restore systemd handling in preinst and postinst for Debina/Ubuntu
2024-09-18 15:08:12 -07:00
David Murphy
974bad0054
Updated debian rules to not include python3
2024-09-18 15:08:12 -07:00
David Murphy
4be168509f
Testing building with bash-completion and systemd
2024-09-18 15:08:12 -07:00
David Murphy
9c712e09ea
Correct symbolic link generation to corrspond with Debina/Ubuntu fork of Salt
2024-09-18 15:08:12 -07:00
David Murphy
fd90018045
Corrected files for zsh and salt-proxy
2024-09-18 15:08:12 -07:00
David Murphy
02c196ad13
Add symbolic links for bash-completion
2024-09-18 15:08:12 -07:00
David Murphy
2532a088cd
Added changelog for fix
2024-09-18 15:08:12 -07:00
David Murphy
73bb35d943
Correct bash-completion for Debian / Ubuntu
2024-09-18 15:08:12 -07:00
Niklas Rousset
9da6764eb8
Convert stdin string to bytes regardless of stdin_raw_newlines
2024-09-18 14:53:40 -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
99639ca5c9
Update contributing guide and PR template
2024-09-18 14:15:37 -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
26e31d23d5
Manage symlinks after dirs and files
...
Force symlink on keep_symlinks
2024-09-18 13:26:28 -06:00
twangboy
c54a8ced4f
Test on systems where 7zip exists
2024-09-18 09:41:24 -07:00
ScriptAutomate
77260acfd5
Drop Arch Linux; update latest golden images
2024-09-18 09:41:24 -07:00
Daniel A. Wozniak
0dc964fb50
Clean up imports
2024-09-16 15:35:50 -07:00
Daniel A. Wozniak
0897afcc21
Retrun opts because they get modified often
2024-09-16 15:35:50 -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
fc06de8db1
Try importing opts dunder
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
3140aecd2b
Add more loader dunders to cp module.
...
Using cp module to dip our feet into more explicit loader dunders. Most
all of the existing dunders can be imported already. The one outlier
being used by the cp module is __opts__.
2024-09-16 15:35:50 -07:00