Erik Johnson
29d83c1c24
Improve docs on regex filters
...
When capture groups are not used, the filter will always return
something that will always evaluate as boolean False (because lack of
capture groups means an empty tuple is returned for regex matches). This
commit improves the docs, clarifying this and recommending how to use
this filter to correctly identify if the pattern matched.
2025-01-30 16:49:23 -07:00
Jacob Tracy
156a5ca39c
fix salt.ufw path in firewall.rst
2025-01-30 14:39:41 -07:00
ScriptAutomate
6a01d02269
Update various out-dated links, emails, etc.
2025-01-11 15:25:01 -07:00
twangboy
79d4ff772a
Change repo.saltproject.io to new url
2025-01-11 15:25:01 -07:00
twangboy
99639ca5c9
Update contributing guide and PR template
2024-09-18 14:15:37 -07:00
Max Arnold
ed7496ea47
Replace Slack with Discord
2024-08-29 13:43:00 +07:00
Salt Project Packaging
b40833ed15
Release v3006.9
2024-07-29 07:51:58 +00:00
Salt Project Packaging
c5392cdbdb
Release v3006.8
2024-04-29 03:29:26 +00:00
Pedro Algarvio
054269fbaa
Add information about the test:random-cache-seed
and test:coverage
labels
2024-04-12 12:46:32 +01:00
ScriptAutomate
0597a1eed6
Add details to docs on how to extend PR tests
2024-04-09 17:17:35 -05:00
Shane Lee
d09b485c16
Honor saltenv in refresh_db on Windows
2024-03-11 17:54:09 +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
Pedro Algarvio
67b08abf29
Remove deprecated code
2024-02-29 10:16:58 +00:00
Salt Project Packaging
ce9d09bc9c
Release v3006.7
2024-02-20 22:04:07 +00:00
Pedro Algarvio
ede09ef43e
Fix pre-commit
2024-01-31 21:12:34 +00:00
Pedro Algarvio
0d7512b824
Release v3006.6
...
-----BEGIN PGP SIGNATURE-----
iQGzBAABCgAdFiEEEIV//dP5Hq5XeiHWZMu8gXPXaz8FAmW6s70ACgkQZMu8gXPX
az86nQv+NgLecuQ+zUa+YQzK8zCAXS0pHzqVjNmRSbdYr91aUtQhHSmlH9LAi+YK
tDa9C7eVD3PNVstxD9DBFP/uVDY20Lls78GgcuE+BLsTe1LHX+YARCy2cZmZq5ft
CzdAyty0pcwGmJA9aeOYD04bdL9Ffq7xALt/jK7/iuFFAvx99SUAfoqgIA4d+5DX
sJpA33mApRaQ0TMUszMjyDeMfvD8b0X8VR3VMGvtFLadvP+ha4PAX8TaBnFbBcEJ
mhUNYuOIpvm+nfXCACZNQe++4XSshpnNUDUjQ/y7cCG1ijioxBz9GdFu63wjTLNz
ZEkaH18HDTlYQx0fJEK1HIDEyxiEa8Xu+Dw1cJdyZia5oGyoc6jNMYFmc0OnF/8W
EaqlzIazTqx+puMWThbQp3sytTXhcCjb3qhlndujhrscdfk9dWdaS0Mji4CVNkHy
ZMH16VOmuh//muBi8C1mDClv2ayrBSK5oWxNm8j5T+8+pgvBdDM6iFSA4O6U0juT
vY+U7xnD
=HOve
-----END PGP SIGNATURE-----
gpgsig -----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEE0pCPs6gjsPqzvSH1uza/ZYSimP8FAmW6tKAACgkQuza/ZYSi
mP86DA//ROPz8A5OYtsJEZoPbzUqE3w3iIK6udcIn5lgw6GfCQ2n5AzRU3jecNNB
caDkYHKz5p4yRdoqHiGEpU5Y12R28EP7IdDnYMqOskZwubrwnxzqxHJh3scGpVQ7
VPDNAhtAn6lcHtq07Al2YPCaCk3iGZjABz251H7qWcWQcv0nyWGQnYYpBlOJTzk6
gA5G/TJfZDPw2cdBQqcL9p2Dq9POED08DcuX7q6FR46hxYTpijg/0sL+Y+t2HMr5
bZePEiigEkbnlJ6ssoQ9aCvUBz6E1sCNy4pfXc0IVx+j7x67gldpK5+ByGcMHiOj
S1tXqQzTnaLpUcepfUD5Qe1VPjfuk94QUF8UdicJ8u72iTkQKM2n9IYeybDxmoj9
iKrhw0fxOLd5afwzy8/NqLXHSH6sfqpRHKcOAwyg4L0aOZqdlsjFNxp9TMN6xami
XRlLLSqWDCvsSzw5btbYJ20zjv+TGsleDyFkJMDkeQlr/oCcWza8cakq5JnHX38y
rEDm5tMTcxX/GOGf3qexePU4Ca8tGkdKuss/QlBeuRSH0djzqtUrEjcQJAu14C/3
nY5F5Z6vgmwSK5l+wnH3cEx9fDqryPRFJCygaQ5yhl1nSpDtzRuDkYYgbU0JOYxA
cBJQrKndI/sezDC2T6rmS+buVGLTQasAXvOIg3UGw6ynG95LZ7I=
=PsFs
-----END PGP SIGNATURE-----
Merge upstream 3006.6 into 3006.x
2024-01-31 20:59:12 +00:00
Pedro Algarvio
297e2003b1
Merge 3005.x into 3006.x
2024-01-31 18:01:15 +00:00
Salt Project Packaging
b1fa82b9a8
Release v3006.6
2024-01-26 12:06:14 +00:00
Alyssa Rock
066ab8fd5a
More revisions
2024-01-24 14:38:29 -07:00
Alyssa Rock
20aff06da5
Add minor revisions requested by Shane
2024-01-24 14:38:29 -07:00
Alyssa Rock
ac52f60ee3
Create 3006.5 release notes and update 3005 changelog
2024-01-24 14:38:29 -07:00
Shane Lee
c45a5e865e
Fix pre-commit failures
2024-01-18 10:21:22 -07:00
Alyssa Rock
e3c8b45715
Add new maintenance policy
2024-01-18 10:21:22 -07:00
Megan Wilhite
81e15ea6c9
Migrate package tests to the main test suite
2024-01-17 16:58:39 -07:00
Megan Wilhite
d453007a8f
Migrate package tests to the main test suite
2023-12-12 15:29:41 -07:00
Salt Project Packaging
0472fd381e
Release v3006.5
2023-12-12 18:03:35 +00:00
Daniel A. Wozniak
9fb71a7559
Update documentation to reflect __file_client__
2023-12-04 14:20:01 -07:00
Pedro Algarvio
7abbed1dee
Don't include the 3007.0.md.template
in the 3006.x branch
...
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2023-11-27 21:13:22 +00:00
MKLeb
4d72d7c052
Revert "REVERT: Add temp 3007.0 release notes"
...
This reverts commit 2c77a3788edac7f96ce0bf9aa07568d75d768b28.
2023-11-19 19:42:05 +00:00
MKLeb
5f31b3120e
REVERT: Add temp 3007.0 release notes
2023-11-19 19:42:05 +00:00
Pedro Algarvio
a6ea97f46c
Merge v3005.4 into 3006.x
2023-10-29 09:31:08 +00:00
Pedro Algarvio
16dce0b4cc
Merge v3006.4 into 3006.x
2023-10-29 09:24:34 +00:00
Megan Wilhite
1d983e4018
Prepare release notes, changelog, and man pages for 3005.4
2023-10-16 17:32:02 -06:00
Salt Project Packaging
e37fbda4de
Release v3006.4
2023-10-16 17:32:52 +00:00
Pedro Algarvio
f067969b65
Merge freeze(3005.3) into 3006.x
2023-09-21 21:16:10 +01:00
MKLeb
34769c9157
fix line wrap
2023-09-15 08:49:14 -07:00
MKLeb
c3f8f2d310
Make the classic test chunks more clear in the documentation
2023-09-15 08:49:14 -07:00
Caleb Beard
6d4b585989
Update doc/topics/packaging/testing.rst
...
Co-authored-by: Pedro Algarvio <pedro@algarvio.me>
2023-09-15 08:49:14 -07:00
Caleb Beard
c96f360d2b
Update doc/topics/packaging/testing.rst
...
Co-authored-by: Pedro Algarvio <pedro@algarvio.me>
2023-09-15 08:49:14 -07:00
MKLeb
9ee9610dde
Fix bulleted list indentation issues during man page generation
2023-09-15 08:49:14 -07:00
MKLeb
8c67d22d7e
Add bulleted list, and change some other errors
2023-09-15 08:49:14 -07:00
MKLeb
9832840afc
Apply grammar, phrasing, and spelling fixes. Also, wrap at character 80
2023-09-15 08:49:14 -07:00
MKLeb
ce15ffa550
Fix some paths
2023-09-15 08:49:14 -07:00
MKLeb
c8b4e51364
x86_64
is now amd64
where it makes sense
2023-09-15 08:49:14 -07:00
MKLeb
068cf00707
Fix some grammar
2023-09-15 08:49:14 -07:00
MKLeb
e8e842cc19
Add instructions for how to run the package tests
2023-09-15 08:49:14 -07:00
Megan Wilhite
911160eb5d
Add 3005.3 Release Notes
2023-09-14 13:04:09 +00:00
Megan Wilhite
eedc281654
Remove pip install warning - setuptools new release fixed
2023-09-13 16:51:08 +01:00
Alyssa Rock
bbd6009b9e
Fix warning box on 3006.3 release notes
2023-09-08 14:08:58 -07:00