Commit Graph

88172 Commits

Author SHA1 Message Date
Michael Calmer
b6365aee3c fix order of parameters in unit tests 2017-12-04 15:38:22 +01:00
Michael Calmer
966d85d393 better way to get key/value from a one item dict 2017-12-04 15:38:22 +01:00
Michael Calmer
c77afffe48 simplify refresh handling 2017-12-04 15:38:22 +01:00
Michael Calmer
facbf90186 remove extra parenthesis 2017-12-04 15:38:22 +01:00
Michael Calmer
e0764a7362 catch search exceptions 2017-12-04 15:38:22 +01:00
Michael Calmer
ab9f5768b7 remove unused variable and simplify dict size checking 2017-12-04 15:38:22 +01:00
Michael Calmer
06b2d25371 simplify argument handling 2017-12-04 15:38:22 +01:00
Michael Calmer
bef53514fe improve search function 2017-12-04 15:38:22 +01:00
Michael Calmer
8433491cae fix list_provides cache handling 2017-12-04 15:38:22 +01:00
Michael Calmer
3d04f7d1fe test package capability feature 2017-12-04 15:38:22 +01:00
Michael Calmer
3d28be0938 implement resolve_capabilities option for packages 2017-12-04 15:38:22 +01:00
Michael Calmer
b8db7ab7bf support more options for zypper search module 2017-12-04 15:38:22 +01:00
Nicole Thomas
36743424fa
Merge pull request #44785 from eradman/salt_bootstrap_doc
Update salt_boostrap command line help summary
2017-12-03 20:34:49 -05:00
Erik Johnson
02c2be63ba
Merge pull request #44594 from PeterS242/develop
Fixup in _get_extra_options method
2017-12-03 17:34:13 -06:00
Erik Johnson
a32464be66
Merge pull request #44789 from twangboy/win_reset_perms
Add ability to reset file system object perms
2017-12-03 17:20:40 -06:00
Erik Johnson
562193f5c6
Merge pull request #44577 from gtmanfred/develop
check if the filesystem support lsattr
2017-12-03 17:17:51 -06:00
Erik Johnson
05da78edfe
Merge pull request #44798 from amendlik/sdb-doc
Correct CLI examples in SDB runner documentation
2017-12-03 17:13:59 -06:00
Erik Johnson
67d020c8b1
Merge pull request #44803 from samodid/fix_typo_in_docstrings
fix copy-paste errors in doc strings for saltutil module and runner
2017-12-03 17:13:08 -06:00
Volodymyr Samodid
b811cc7343
fix copy-paste errors in doc strings for saltutil module and runner 2017-12-03 22:38:26 +02:00
Adam Mendlik
281992195a
Correct CLI examples in SDB runner documentation 2017-12-02 17:30:41 -07:00
twangboy
371e210247
Add ability to reset file system object perms 2017-12-01 16:51:18 -07:00
Thomas S Hatch
887336c6de
Merge pull request #44691 from isbm/isbm-ansiblegate-issue44670
Bugfix: ansiblegate, issue 44670
2017-12-01 16:11:52 -07:00
Thomas S Hatch
6d815440f8
Merge pull request #44769 from thatch45/pause_states
Pause states
2017-12-01 15:56:56 -07:00
Thomas S Hatch
30bb80f75a
Merge pull request #44786 from thatch45/try_tb
try to ensure that the ret is never None
2017-12-01 15:55:01 -07:00
Thomas S Hatch
441a6d6204
Merge pull request #44753 from garethgreenaway/various_schedule_skip_bits
[develop] Various updates to the scheduler
2017-12-01 15:48:18 -07:00
Eric Radman
bf9dc026bb
Update salt_boostrap command line help summary
- Use exact indentation produced by the bootstrap-salt command
- normal package installs work fine on OpenBSD
2017-12-01 15:28:09 -05:00
Thomas S Hatch
d2ccd6acd6 try to ensure that the ret is never None 2017-12-01 12:02:15 -07:00
Nicole Thomas
cd79d7cb75
Merge pull request #44740 from rallytime/develop-bump-oxygen-warnings
[develop] Bump deprecation notice in utils/args from Oxygen to Fluorine
2017-12-01 10:22:35 -05:00
Thomas S Hatch
4abc8235a2 Add extra check for non-jid runs, as these can't be paused 2017-12-01 08:18:28 -07:00
Nicole Thomas
5b3da7dbb3
Merge pull request #44762 from cloudflare/sync-thorium
Add saltutil.sync_thorium execution and runner functions
2017-12-01 09:21:19 -05:00
Bo Maryniuk
dc91506913 Remove logging from the trace level in __virtual__ 2017-12-01 11:21:27 +01:00
Bo Maryniuk
cfe67fdecd Move __virtual__ logging into trace level 2017-12-01 11:21:27 +01:00
Bo Maryniuk
150dcc8b90 Move logging about load failure to the debug level 2017-12-01 11:21:27 +01:00
Bo Maryniuk
e1eec2c69d Add unit test for __virtual__ in case Ansible is installed on the Minion 2017-12-01 11:21:27 +01:00
Bo Maryniuk
fa21af69dd Add unit test for __virtual__ in case Ansible is not installed on the Minion 2017-12-01 11:21:27 +01:00
Bo Maryniuk
6ea51d8bcd Fix broken Python indent. 2017-12-01 11:21:27 +01:00
Gareth J. Greenaway
ac8f28d921
fixing issue with jobs running twice. 2017-11-30 22:02:07 -08:00
Gareth J. Greenaway
dc2a0313e0
Adding requested changes for validation and documentation 2017-11-30 22:02:07 -08:00
Gareth J. Greenaway
b681c229a0
Adding a simple job to skip jobs at specified times. Adding versionadded tags to new functions. Updating parameters for postpone function to ensure it's more clear. Adding documentation for which was implemented awhile ago but never documented. 2017-11-30 22:02:07 -08:00
Gareth J. Greenaway
a28e39ef31
Merging changes from #44630 for updates to scheduler to deal with loop_interval. 2017-11-30 22:02:07 -08:00
Gareth J. Greenaway
e4f5b3026a
Adding ability to postpone jobs usiing a simple, initial postpone function. The postpone function adds the current job time to a skip_explicit list and adds the new run time to a run_explicit list. 2017-11-30 22:02:07 -08:00
Gareth J. Greenaway
be192ff7fc
Renaming not_during_range to skip_during_range, adding now as a parameter for eval to override the current time. Adding skip_explicit to include an explicity list of times in unix time stamp format when jobs should be skipped. Adding ability to include a function that should be run if jobs are to be skipped. 2017-11-30 22:02:07 -08:00
Gareth J. Greenaway
52c2366c23
addding not_during_range to schedule 2017-11-30 22:02:06 -08:00
Nicole Thomas
5c737100c4
Merge pull request #44726 from terminalmage/issue42188
Add __context__ to RunnerClient and WheelClient
2017-11-30 19:03:02 -05:00
Thomas S Hatch
e22596aba7 update set_pause to pause and rm_pause to resume 2017-11-30 16:13:32 -07:00
Mike Place
a1cdf9ab55
Merge pull request #44756 from thatch45/mstats
Master Stats
2017-11-30 16:02:27 -07:00
Nicole Thomas
d0dad1d855
Merge pull request #44757 from terminalmage/verify_env
Fix calls to verify_env
2017-11-30 17:08:00 -05:00
Thomas S Hatch
1c50dd28ae don't allow pause on salt-ssh 2017-11-30 14:52:16 -07:00
Thomas S Hatch
ad610fb150 fix lint 2017-11-30 14:42:10 -07:00
Thomas S Hatch
467f96e564 add the ability to pause an entire state run
This sets the pause at the next state chunk that will run
regardless of where the run is right now
2017-11-30 14:31:58 -07:00