Commit Graph

88207 Commits

Author SHA1 Message Date
Adam Mendlik
8ec67c6f97
Pack execution module dunder into SDB modules 2017-12-04 17:41:44 -07:00
Adam Mendlik
a3ab2028ad
Make GPG decryption optional for YAML SDB module 2017-12-04 17:41:41 -07:00
Adam Mendlik
5236a2c059
Add tests for YAML SDB module 2017-12-04 17:41:35 -07:00
Adam Mendlik
9e6b0084b4
Add GPG support to YAML SDB module 2017-12-04 17:41:27 -07:00
Nicole Thomas
8e2e1f957e
Merge pull request #44772 from terminalmage/issue36275
Rename environment config option to saltenv, introduce lock_saltenv option
2017-12-04 16:49:23 -05:00
Gareth J. Greenaway
0df673c43d
Merge pull request #44790 from rallytime/stale-config-update
Reduce the number of days an issue is stale by 15
2017-12-04 13:28:36 -08:00
Nicole Thomas
31b65bde4e
Merge pull request #44536 from mcalmer/develop-handle-decode-error-in-cmd_run
ignore invalid characters when getting decoding error in cmd run
2017-12-04 16:11:07 -05:00
Nicole Thomas
da45a7b547
Merge pull request #44555 from mcalmer/develop-teach-pkg-about-provides-try2
Teach pkg state to optionally install capabilities
2017-12-04 15:55:12 -05:00
Nicole Thomas
d96dd53545
Merge pull request #44245 from rallytime/move-44053
Move PR #44053 to develop branch
2017-12-04 15:49:01 -05:00
Nicole Thomas
714d057295
Merge branch 'develop' into move-44053 2017-12-04 12:53:59 -05:00
Nicole Thomas
aa00137b51
Merge pull request #44713 from SamYaple/keystone_shade
Add new keystone module and states based on shade
2017-12-04 11:53:24 -05:00
Nicole Thomas
f526a20ffb
Merge pull request #44800 from sjorge/sunos_swap_grain
Fix swap grains for Solaris-like operating systems
2017-12-04 10:19:44 -05:00
Nicole Thomas
903ed09a15
Merge branch 'develop' into develop-handle-decode-error-in-cmd_run 2017-12-04 09:40:44 -05:00
Michael Calmer
dbcd6d7311 improve documentation of list_provides 2017-12-04 15:38:23 +01:00
Michael Calmer
bbf542d5d1 pylint fixes 2017-12-04 15:38:23 +01:00
Michael Calmer
e42fe24dd7 use mapping for allowed search option 2017-12-04 15:38:22 +01:00
Michael Calmer
1cdd741dcf fix cache name 2017-12-04 15:38:22 +01:00
Michael Calmer
55553bab96 log debug message when ignoring exceptions 2017-12-04 15:38:22 +01:00
Michael Calmer
b6e60fa7a8 write function to clean caches 2017-12-04 15:38:22 +01:00
Michael Calmer
f3f1abe5ff pylint fixes 2017-12-04 15:38:22 +01:00
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
8c765dcd75
Merge branch 'develop' into keystone_shade 2017-12-03 20:44:05 -05: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
Jorge Schrauwen
1eb4fc884c Fix swap grains for Solaris-like operating systems
The output of ```swap -s``` is the same on atleast the following:
- Solaris 11.3
- Solaris 10
- OmniOS
- OpenIndiana
- SmartOS

```
total: 3251464k bytes allocated + 827664k reserved = 4079128k used,
181507256k available
```

The first value is the current allocate mount of swap without
reservations, the 2nd value is the reservation, the 3rd value is the
current used (allocate + reservation) the last value is the amount of
currently available swap.

We want available + used to get the total.
2017-12-03 10:33:43 +01: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
Sam Yaple
8a567f3d0b
Add new keystone module and states based on shade
Test cases will be added in future patch
2017-12-01 15:17:48 -05:00
rallytime
3f9bf00c15
Reduce the number of days an issue is stale by 15 2017-12-01 15:09:14 -05:00