Commit graph

20 commits

Author SHA1 Message Date
MKLeb
4099c78c3b Merge tag 'v3005' into merge-forward/3005
Version 3005
2022-08-30 20:06:17 -04:00
Lukas Raska
deaa71f068 Add missing traceback import 2022-08-11 11:07:45 -06:00
Megan Wilhite
fc7d0a9296
Merge freeze into master (#62438)
* fixes saltstack/salt#62372 unable to use random shuffle and sample functions as Jinja filters

* move random_shuffle and random_sample logic to utils

* static seed in tests seems to have shifted

* static seed in tests require hash module

* Change Tiamat to onedir in release notes

* Reinstate known issues

* Update release notes with onedir package support policy

* need to check the version of Netmiko python library and then import the exceptions from different locations depending on the result.

* Adding changelog.

* swap out if...else for double try...except.

* Remove extra fix we don't need anymore

* [Docs] include onedir system python note

* Update all platforms to use pycparser 2.21 or greater for Py 3.9 or higher, fixes fips fault with openssl v3.x

* Remove the PyObjC dependency

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>

* Add "<tiamat> python" subcommand to allow execution or arbitrary scripts via bundled Python runtime

* Document usage of bundled Python runtime for Client API

* Use explicit locals for custom script execution, handle exception in similar fashion as Python

* Remove old __file__ replacement

* Apply suggestions from code review

Co-authored-by: Pedro Algarvio <pedro@algarvio.me>

Co-authored-by: nicholasmhughes <nicholasmhughes@gmail.com>
Co-authored-by: Alyssa Rock <alyssa.rock@gmail.com>
Co-authored-by: Gareth J. Greenaway <gareth@saltstack.com>
Co-authored-by: Twangboy <leesh@vmware.com>
Co-authored-by: David Murphy < dmurphy@saltstack.com>
Co-authored-by: Pedro Algarvio <palgarvio@vmware.com>
Co-authored-by: Lukas Raska <lukas@raska.me>
Co-authored-by: Pedro Algarvio <pedro@algarvio.me>
2022-08-08 11:27:10 -06:00
Lukas Raska
84bb9b0caf Apply suggestions from code review
Co-authored-by: Pedro Algarvio <pedro@algarvio.me>
2022-08-08 07:20:55 -06:00
Lukas Raska
10500f7be2 Remove old __file__ replacement 2022-08-08 07:20:55 -06:00
Lukas Raska
9f9cb2f57a Use explicit locals for custom script execution, handle exception in similar fashion as Python 2022-08-08 07:20:55 -06:00
Lukas Raska
74e1670fc6 Add "<tiamat> python" subcommand to allow execution or arbitrary scripts via bundled Python runtime 2022-08-08 07:20:55 -06:00
Pedro Algarvio
4d49013247 Update to isort 5.10.1
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2022-08-01 12:49:16 -06:00
Twangboy
a777b2346d Fix run.py for non-spawning platforms 2022-06-07 08:39:50 -06:00
nicholasmhughes
2ef6765e67 fixes saltstack/salt#61937 tiamat binary configurable pypath 2022-04-12 11:57:25 -04:00
Pedro Algarvio
76efef6e86 Re-enable tiamat-pip on windows
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2022-02-07 07:26:02 -08:00
Megan Wilhite
da4bd33571 Update set path for tiamatpip 2021-11-10 06:59:51 -05:00
Twangboy
2d35d9d882 Use s_fun, not s_run, dufus 2021-07-27 17:52:25 -07:00
Twangboy
2f0586f79b Just run the command on Windows 2021-07-27 17:52:25 -07:00
Twangboy
ad5b8e1783 Don't use tiamat-pip on Windows until it is fixed 2021-07-23 15:13:40 -07:00
twangboy
4df4441a7f Don't use readline on Windows 2021-07-23 15:13:40 -07:00
twangboy
f101372d7b Fix bad keyword argument stream. Use file 2021-07-19 11:59:48 -04:00
Bryce Larson
55edcedbf8 add run.py to the sdist tarball 2021-03-31 11:43:37 -04:00
Bryce Larson
9d2a9b5082 update run.py to latest from https://gitlab.com/saltstack/open/salt-pkg/-/raw/master/pkgs/redhat/sources/run.py 2021-03-31 06:55:22 -04:00
Bryce Larson
9851d83976 add tiamat run.py script 2021-03-31 06:55:22 -04:00