Commit Graph

102379 Commits

Author SHA1 Message Date
Frode
378994a1f7
Release_notes for 2019.2.1 2019-09-09 20:59:19 +00:00
Daniel Wozniak
62fc61c8ff
Merge pull request #54433 from dwoz/sudo_minion
Re-gen executors with proper arguments
2019-09-09 12:14:03 -07:00
Daniel Wozniak
e08eb19d7f
Merge branch '2019.2.1' into sudo_minion 2019-09-09 11:57:34 -07:00
Daniel Wozniak
76fac576c5
Merge pull request #54434 from frogunder/fix_doc
fix_docs
2019-09-09 11:55:27 -07:00
Frode
2d22d738f4
fix_docs error 2019-09-09 14:13:26 +00:00
Frode
a266a5cd7b
fix_docs 2019-09-06 22:23:54 +00:00
Daniel A. Wozniak
db5464a919
Fix linter warts 2019-09-06 21:47:08 +00:00
Daniel A. Wozniak
144a6008bd
Re-gen executors with proper arguments 2019-09-06 21:28:52 +00:00
Daniel Wozniak
4071dcb917
Merge pull request #54424 from frogunder/releasenotes_201921_new
remove in progress from release_notes 2019.2.1
2019-09-05 16:11:03 -07:00
Frode Gundersen
b66436f998
Update 2019.2.1.rst 2019-09-05 16:54:48 -06:00
Frode
bcfef114e6
remove in progress from release_notes 2019.2.1 2019-09-05 22:51:20 +00:00
Daniel Wozniak
c1587ccf4d
Merge pull request #54416 from frogunder/man_pages_201921
Update man_pages for 2019.2.1
2019-09-05 15:48:50 -07:00
Daniel Wozniak
3118e2fc20
Merge pull request #54419 from frogunder/release_notes_201921
releasenotes 2019.2.1
2019-09-05 15:48:41 -07:00
Frode Gundersen
2caee96701
Update doc/topics/releases/2019.2.1.rst
Co-Authored-By: Megan Wilhite <megan.wilhite@gmail.com>
2019-09-05 15:14:26 -06:00
Frode Gundersen
ffabde2132
Update 2019.2.1.rst 2019-09-05 15:14:04 -06:00
Frode Gundersen
dd6426d05b
Update doc/topics/releases/2019.2.1.rst
Co-Authored-By: Megan Wilhite <megan.wilhite@gmail.com>
2019-09-05 15:07:40 -06:00
Frode Gundersen
9d4239c8db
Update doc/topics/releases/2019.2.1.rst
Co-Authored-By: Megan Wilhite <megan.wilhite@gmail.com>
2019-09-05 15:04:56 -06:00
Frode Gundersen
8c60ae4991
Update doc/topics/releases/2019.2.1.rst
Co-Authored-By: Megan Wilhite <megan.wilhite@gmail.com>
2019-09-05 15:04:48 -06:00
Frode
72cb24ce11
releasenotes 2019.2.1 2019-09-05 20:59:17 +00:00
Frode
6f7c4eefbe
Update man_pages for 2019.2.1 2019-09-05 19:45:24 +00:00
Daniel Wozniak
04e28cff9b
Merge pull request #54409 from dwoz/mm_log
Point salt-call to correct multi-master configs
2019-09-04 13:08:23 -07:00
Daniel A. Wozniak
e207de6408
Point salt-call to correct multi-master configs 2019-09-04 19:55:19 +00:00
Daniel Wozniak
2c281e0bea
Merge pull request #54396 from dwoz/multimaster_logging
Use different logging port for multimaster tests
2019-09-03 16:20:22 -07:00
Daniel Wozniak
730a007abb
Merge pull request #54388 from dwoz/54256-re-fix-empty-api-token-2019.2.1
54256 re fix empty api token 2019.2.1
2019-09-03 16:19:19 -07:00
Daniel A. Wozniak
104e0a0066
Use different logging port for multimaster tests 2019-09-03 21:06:38 +00:00
Daniel A. Wozniak
80651d3030
Fix linter 2019-09-03 20:47:10 +00:00
Wayne Werner
982ed3d793
Delete bad API token files
Under the following conditions and API token should be considered
invalid:

- The file is empty.
- We cannot deserialize the token from the file.
- The token exists but has no expiration date.
- The token exists but has expired.

All of these conditions necessitate deleting the token file. Otherwise
we should simply return an empty token.
2019-09-03 20:46:04 +00:00
Daniel Wozniak
11016cedf3
Merge pull request #54376 from dwoz/tmp_token
Move tokens in place with an atomic operation
2019-09-03 13:40:49 -07:00
Daniel A. Wozniak
0b28c6059b
Fix linter complaints 2019-09-03 16:59:31 +00:00
Daniel Wozniak
5161203679
Merge pull request #54386 from twangboy/fix_test_win_dacl_2019.2.1
Fix unit.utils.test_win_dacl (2019.2.1)
2019-09-03 09:57:24 -07:00
twangboy
b8fa7d33a5
Sort the perms 2019-09-03 10:19:53 -06:00
Daniel A. Wozniak
8e33343f67
Move tokens in place with an atomic operation 2019-09-02 00:03:27 +00:00
Daniel Wozniak
b4caaad4a0
Merge pull request #54355 from s0undt3ch/hotfix/test-daemons-2019.2.1
[2019.2.1] [GitPillar Tests] Have the started processes log instead of just writing to stdout/stderr
2019-08-29 16:26:49 -07:00
Daniel Wozniak
ce5b109646
Merge pull request #54353 from cmcmarrow/2019_win_system_skip
adds @skipIf not windows
2019-08-29 12:33:10 -07:00
Pedro Algarvio
561c0a2317
Have the started processes log instead of just writing to stdout/stderr 2019-08-29 19:40:18 +01:00
Pedro Algarvio
c2a311518c
Don't overwritethe stderr logger 2019-08-29 19:04:25 +01:00
cmcmarrow
8e28074e3b
adds @skipIf not windows 2019-08-29 11:51:27 -06:00
Daniel Wozniak
94c03e563a
Merge pull request #54338 from dwoz/logging_fixup
Log server closes completely during shutdown
2019-08-29 10:14:04 -07:00
Daniel Wozniak
490ee69f94
Merge pull request #54327 from garethgreenaway/more_test_program_fixes
[2019.2.1] Catch the AccessDenied exception and continue when running under Py3.
2019-08-29 09:59:33 -07:00
Daniel A. Wozniak
a3e227e6c0
Log server closes completely durring shutdown 2019-08-28 15:43:50 -07:00
Gareth J. Greenaway
97b4d86bac
Catch the AccessDenied exception and continue when running under Py3. 2019-08-27 16:17:03 -07:00
Daniel Wozniak
bb911c360f
Merge pull request #54316 from Akm0d/azure-cleanup
Azure cleanup
2019-08-27 09:14:08 -07:00
Daniel Wozniak
9334e4e48e
Merge pull request #54314 from garethgreenaway/testprogram_access_denied_do_not_raise
[2019.2.1] Do not raise the exception in testprogram.py
2019-08-26 16:59:36 -07:00
Tyler Johnson
2072773341
pass longer timeout to msazure destroyinstance 2019-08-26 17:26:38 -06:00
Tyler Johnson
34eb47717d
Merge branch '2019.2.1' of https://github.com/saltstack/salt into azure-cleanup 2019-08-26 16:51:43 -06:00
Tyler Johnson
7ae48b16ff
Allow azure tests enough time to clean up interfaces 2019-08-26 16:51:36 -06:00
Daniel Wozniak
71fb051258
Merge pull request #54305 from dwoz/winfix
Fix wart in test_process tests on windows
2019-08-26 10:59:11 -07:00
Gareth J. Greenaway
a53bacb938
Do not raise the exception if a process can not be access, just continue 2019-08-26 10:44:03 -07:00
Daniel A. Wozniak
4e68860050
Fix wart in test_process tests on windows 2019-08-25 02:09:55 +00:00
Daniel Wozniak
4d80f0aabf
Merge pull request #54303 from dwoz/periodic_cb
Fix wart in periodic callback interval
2019-08-24 13:04:34 -07:00