Commit graph

117896 commits

Author SHA1 Message Date
Pedro Algarvio
51e9fb6e71 Revert to Py3.10
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2023-07-03 19:37:17 +01:00
Pedro Algarvio
d91988fa1c Bump to pytest-shell-utilities==1.8.0 which officially support Py3.11
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2023-07-03 19:35:54 +01:00
Pablo Suárez Hernández
db5a9a1b4a Fix test to get proper formatted version 2023-07-01 08:46:56 +01:00
Pablo Suárez Hernández
a92ddf5a41 Fix salt_version execution module documentation 2023-07-01 08:46:56 +01:00
Pablo Suárez Hernández
3693a0db42 Do not crash when passing numbers to 'salt_version.get_release_number' 2023-07-01 08:46:56 +01:00
Pablo Suárez Hernández
8540a3fdd4 Rename changelog file according to bug report 2023-07-01 08:46:56 +01:00
Pablo Suárez Hernández
a2abb1a450 Fix SaltStackVersion string for new versions format 2023-07-01 08:46:56 +01:00
Pablo Suárez Hernández
4cd8fe14d4 Add changelog file 2023-07-01 08:46:56 +01:00
Pablo Suárez Hernández
69696e6fd7 Add some new and fix unit tests 2023-07-01 08:46:56 +01:00
Pablo Suárez Hernández
767303a3dc Add changes suggested by pre-commit 2023-07-01 08:46:56 +01:00
Pablo Suárez Hernández
f5861ccb10 Fix mess with version detection bad version definition 2023-07-01 08:46:56 +01:00
Pablo Suárez Hernández
e6abf4b2d5 Fix detection of Salt codename by salt_version module 2023-07-01 08:46:56 +01:00
Salt Project Packaging
1ef02f5e1d Update the bootstrap script to v2023.06.28 2023-07-01 01:04:17 +01:00
Megan Wilhite
99ce534e0c
Merge pull request #64587 from s0undt3ch/hotfix/merge-forward
[master] Merge 3006.x into master
2023-06-30 19:58:05 +00:00
Gareth J. Greenaway
f97b3f4419 removing text left from previous commit. 2023-06-30 19:53:08 +00:00
Gareth J. Greenaway
f83d414280 remove ignore_list 2023-06-30 19:53:08 +00:00
Gareth J. Greenaway
8744762580 remove ignore_list 2023-06-30 19:53:08 +00:00
Gareth J. Greenaway
3e18925289 update documentation to include ignore_list 2023-06-30 19:53:08 +00:00
Gareth J. Greenaway
f0933cf408 Adding ignore_list argument to the decorator to filter out functions in a module that should not have the deprecation warning applied. 2023-06-30 19:53:08 +00:00
Gareth J. Greenaway
60a97b6236 Using DeprecationWarning instead of FutureWarning. 2023-06-30 19:53:08 +00:00
Gareth J. Greenaway
2ccda334e6 suggested fixes 2023-06-30 19:53:08 +00:00
Gareth J. Greenaway
ebe00a73d6 fix lists 2023-06-30 19:53:08 +00:00
Gareth J. Greenaway
25ad522344 Clarify what version numbers to include in the deprecation decorator. 2023-06-30 19:53:08 +00:00
Gareth J. Greenaway
055277d101 Adding documentation for salt-extension. 2023-06-30 19:53:08 +00:00
Gareth J. Greenaway
9a2102a0e8 Adding salt/utils/decorators/extension_deprecation.py 2023-06-30 19:53:08 +00:00
Gareth J. Greenaway
405fd40634 Adding changelog. 2023-06-30 19:53:08 +00:00
Gareth J. Greenaway
2efc71ad12 Adding a new decorator to indicate when a module is deprecated in favor of a Salt extension 2023-06-30 19:53:08 +00:00
Pedro Algarvio
d5f14ef632
Merge 3006.x into master 2023-06-30 16:43:42 +01:00
cmcmarrow
9eac9cdef5 flip default on --no-fast 2023-06-30 08:21:30 +01:00
cmcmarrow
89e41f3155 unflip no-fast 2023-06-30 08:21:30 +01:00
MKLeb
e11d6a478a More fixes for upgrades of NSIS packages from relenv-based previous versions 2023-06-29 13:01:04 -07:00
MKLeb
d007ebd8d9 Some more fixes for the NSIS package tests 2023-06-29 13:01:04 -07:00
MKLeb
0d622479b2 Additional fixes for mac and windows upgrade tests 2023-06-29 13:01:04 -07:00
MKLeb
f952418e90 Use download_file for the windows packages as well 2023-06-29 13:01:04 -07:00
MKLeb
0ec60c70d2 Fix mac upgrade test urls 2023-06-29 13:01:04 -07:00
MKLeb
9a4e026d59 The major version needs to be cast to an int for comparison 2023-06-29 13:01:04 -07:00
MKLeb
5c7269aee6 The slash needs to be separate from the command 2023-06-29 13:01:04 -07:00
MKLeb
7aadeaf792 Account for upgrades from new relenv-based repos 2023-06-29 13:01:04 -07:00
MKLeb
296ec76a34 Generate the pkg test matrix and include the versions to test upgrades against within it 2023-06-29 13:01:04 -07:00
MKLeb
f670b637e4 Propogate the now testing-releases through to the package tests 2023-06-29 13:01:04 -07:00
MKLeb
d4312c6acf Join the Array with spaces for use in the tools command 2023-06-29 13:01:04 -07:00
MKLeb
6b55d99154 Pass the list of Salt releases from the prior step that queried the GH API 2023-06-29 13:01:04 -07:00
MKLeb
350c9982ff Use ctx.web for requests and require the --salt-version kwarg 2023-06-29 13:01:04 -07:00
MKLeb
5289a2d50a Add get-latest-release command so we can dynamically get the previous versions to test upgrades and downgrades for 2023-06-29 13:01:04 -07:00
Megan Wilhite
2d02017d6c
Merge pull request #64574 from s0undt3ch/hotfix/merge-forward
[master] Merge 3006.x into master
2023-06-29 13:13:13 +00:00
Pedro Algarvio
2e962677b7
Run pyupgrade against the changes from the merge-forward
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2023-06-29 09:41:56 +01:00
Pedro Algarvio
819c2dc9e7
Merge 3006.x into master 2023-06-29 09:40:29 +01:00
Charles McMarrow
8869972f07 fix pre 2023-06-29 09:09:17 +01:00
Charles McMarrow
a7b178beca Fix Fast Tests 2023-06-29 09:09:17 +01:00
cmcmarrow
1f8dc3c510 allow flaky to double group 2023-06-29 09:09:17 +01:00