Jeffrey Bouter
c2f3d87740
Fix LVM state documentation
...
- Capitalise the right words
- Add clarification to lv_absent on vgname
2018-10-11 14:03:24 +02:00
Nicole Thomas
a8a3811b18
Merge pull request #49972 from rallytime/release-notes-2017.7.9
...
Add 2017.7.9 release notes file
2018-10-10 13:45:46 -04:00
Nicole Thomas
8de58d670b
Merge pull request #49974 from rallytime/bp-49940
...
Back-port #49940 to 2017.7
2018-10-10 13:41:33 -04:00
Nicole Thomas
d68e5d3d0b
Merge pull request #49978 from whytewolf/inotify_doc_change
...
remove the incomplete exclude list.
2018-10-10 13:40:49 -04:00
Thomas "Whytewolf" Phipps
b4d9523a17
using an exclude list that does not list every operating system leaves open the possability that it would work on those not listed
2018-10-10 09:57:46 -07:00
Michael Lustfield
a70358a1cc
Update mod_watch() description for all states.
2018-10-10 10:20:03 -04:00
Michael Lustfield
bf3d0647fc
Another attempt to clean up service.mod_watch description.
2018-10-10 10:19:38 -04:00
Michael Lustfield
165b799abc
Clean up documentation/language in service state. ( Fixes #40819 )
2018-10-10 10:19:33 -04:00
rallytime
6c00003fd8
Add 2017.7.9 release notes file
2018-10-10 10:12:26 -04:00
Nicole Thomas
89cbbb63b8
Merge pull request #49934 from rallytime/fix-49925
...
Remove event_publisher_pub_hwm and salt_event_pub_hwm from documentation
2018-10-09 09:40:35 -04:00
rallytime
216fd64013
Remove event_publisher_pub_hwm and salt_event_pub_hwm from documentation
...
Fixes #49925
The `event_publisher_pub_hwm` and `salt_event_pub_hwm` configuration options
were removed in #38723 . (They are obsolete and not used within salt any longer.)
When those options were removed, I neglected to remove them from the docs. This
PR cleans up the references in the docs.
2018-10-08 10:51:01 -04:00
Nicole Thomas
327796ec89
Merge pull request #49911 from dubb-b/slack-pr
...
Adding failure messages for PR.
2018-10-05 11:21:41 -04:00
Nicole Thomas
cf1df79fe3
Merge pull request #49900 from dwoz/presence_wart
...
Connect before processing presence
2018-10-05 11:17:55 -04:00
Brett Benassi
57e630c0ae
Adding failure messages for PR.
2018-10-05 08:46:15 -06:00
Nicole Thomas
8c4707d2ce
Merge pull request #49899 from twangboy/fix_49892
...
Remove arrInstalled artifact
2018-10-05 09:45:22 -04:00
Daniel A. Wozniak
7bd34f6c2c
Connect before processing presence
...
fire_event's timeout is in milliseconds. Under the hood it calls
connect_pull with a seconds timeout. Just call connect_pull directly
before processing presense events.
2018-10-04 11:21:25 -07:00
twangboy
a66765fc4c
Remove arrInstalled artifact
2018-10-04 09:49:12 -06:00
Nicole Thomas
b9590339d6
Merge pull request #49739 from twangboy/fix_49660
...
Populate changes dictionary on system.join_domain
2018-10-04 09:02:53 -04:00
Daniel Wozniak
71669bdd17
Merge pull request #49885 from dwoz/gemfile
...
Gemfile updates
2018-10-03 22:32:34 -07:00
Daniel A. Wozniak
791e3ff37b
Use dwoz/winrm-fs for chunked downloads
...
Revert this after there is an upstream release
2018-10-03 11:44:39 -07:00
Daniel A. Wozniak
f3999e1457
Move vagrant to it's own group
...
Better support for ec2 on laptops that also have vagrant installed.
2018-10-03 11:44:39 -07:00
Daniel Wallace
0662e37e0c
Merge pull request #49870 from KaiSforza/ci_actually_fail
...
Actually catch the exception when we fail
2018-10-02 19:51:49 -05:00
William Giokas
9ef9206520
Actually catch the exception when we fail
...
This should actually cause builds to fail when any part in the try block
fails. We still delete instances and try junit rendering, but if things
fail then they get marked on github as failed.
2018-10-02 23:31:23 +02:00
Nicole Thomas
7fa20430f7
Merge pull request #49858 from Paulo-Nunes/fix-requisite-doc
...
Edit requisite documentation
2018-10-02 13:57:47 -04:00
Nicole Thomas
f3400ad6ef
Merge branch '2017.7' into fix_49660
2018-10-02 13:09:50 -04:00
Paulo-Nunes
fb6f81835a
Edit requisite documentation
...
Fixes #49836
2018-10-01 21:08:49 -04:00
Daniel Wozniak
0587fbc5fd
Merge pull request #49828 from dwoz/testslogencoding
...
Use utf-8 encoding for salt-runtests.log
2018-10-01 07:54:22 -07:00
Nicole Thomas
15ccffdf70
Merge pull request #49848 from terminalmage/fix-version-rst-2017.7
...
Fix badly formatted versionadded directive (2017.7 branch)
2018-10-01 10:04:08 -04:00
Erik Johnson
af2dddb4e3
Fix badly formatted versionadded directive
...
A space here will cause the Sphinx role to treat whatever is after the
comma as the comment for the directive, so it will be rendered with
different CSS and look weird. Also, this fixes one syntactically
incorrect versionadded which included a typo.
2018-10-01 08:58:06 -05:00
Nicole Thomas
0a4f5fcc7a
Merge branch '2017.7' into fix_49660
2018-09-30 15:26:47 -04:00
Nicole Thomas
297031b042
Merge pull request #49777 from terminalmage/issue49738
...
Fix parallel states with long ID dec or name
2018-09-30 14:46:02 -04:00
Nicole Thomas
2b323df453
Merge branch '2017.7' into testslogencoding
2018-09-30 14:37:40 -04:00
Nicole Thomas
98c9372de7
Merge pull request #49763 from twangboy/fix_49730
...
Add ability to clear DNS entries on static DNS
2018-09-30 14:36:40 -04:00
Mike Place
99bc8f11c1
Merge branch '2017.7' into fix_49730
2018-09-30 09:24:54 -05:00
Nicole Thomas
fd46d35a55
Merge pull request #49823 from dubb-b/timeout_addition
...
Adding timeout to all pipelines so that the build aborts
2018-09-30 07:17:27 -04:00
Brett Benassi
b25ac9f773
Adding some changes for the status
2018-09-28 15:42:31 -06:00
twangboy
7a9278b825
Fix broken tests, add new tests
2018-09-28 14:59:27 -06:00
Daniel A. Wozniak
7ce1b645c0
Use utf-8 encoding for salt-runtests.log
2018-09-28 13:08:37 -07:00
Brett Benassi
f6d967931c
Updating syntax to be better and with new lines
2018-09-28 13:31:58 -06:00
Brett Benassi
855ffe60fc
Adding timeout to all pipelines so that the build aborts
2018-09-28 12:10:55 -06:00
Erik Johnson
8a9945efd2
Update test docstring to reflect switch to using SHA1
2018-09-28 10:05:18 -05:00
Erik Johnson
7ddfd720ed
Switch from base64 encoding to sha1 digest for unique cache filename
2018-09-28 09:39:56 -05:00
Erik Johnson
0e26dc6f70
Explicitly import salt.utils.hashutils
...
The code works without this because at least one of the other modules
being imported also imports this. But explicitly importing it here will
keep us from getting bitten if the imports change elsewhere later on.
2018-09-27 12:48:32 -05:00
Erik Johnson
dca90d7bde
Skip parallel states test on Windows until we can get it to work
2018-09-27 12:16:43 -05:00
Erik Johnson
5a110677b9
Add additional info to the assert to aid in troubleshooting
2018-09-26 14:50:35 -05:00
Erik Johnson
cb19086020
Remove/replace unnecessary setUp/tearDown
...
The setUp only needs to run at the beginning so it can be a setUpClass,
and the tearDown logic only applied to a single test and should not be
run after each test.
2018-09-26 14:50:35 -05:00
Erik Johnson
b3e9678fd9
Fix parallel states with long ID dec or name
...
The cache files used for these are based on the state's tag, so longer
ID decs or names will cause errors when the filename's length exceeds
the max allowed by the kernel.
This fixes these errors by taking (up to) the first 32 chars of the
result of base64-encoding the tag, and using that as the parallel cache
filename.
2018-09-26 14:50:35 -05:00
Nicole Thomas
2cd1509fdb
Merge branch '2017.7' into fix_49730
2018-09-26 14:17:35 -04:00
Daniel Wallace
d2a193b791
Merge pull request #49792 from KaiSforza/fixscriptedpipes
...
Fix the new pipelines
2018-09-26 13:15:32 -05:00
William Giokas
5b16996e20
Fix the new pipelines
2018-09-26 12:12:33 -06:00