Commit Graph

68259 Commits

Author SHA1 Message Date
Nicole Thomas
871f7966ce Lint fix for #34000 (#34005) 2016-06-14 11:12:14 -04:00
Mike Place
f758e42172 Fix incorrectly written test (#34000)
This should be using the test suite method of generating opts
2016-06-14 11:10:21 -04:00
Loren Gordon
4c7fac0aaa Remove loader test for pam module (#34002)
The test in the virtual function was unnecessary. The pam module
does not itself rely on any external python or pam libraries. The
only function present, pam.read_file(), accepts a file name as a
parameter, checks if it exists, and parses the file. There is no
reason to avoid loading the module.

Fixes #20809
2016-06-14 11:07:52 -04:00
Bo Maryniuk
e36821510f Fix documentation: add an example how to export system to the Kiwi 2016-06-14 09:40:51 +02:00
Bo Maryniuk
fe300ccf73 Lintfix 2016-06-14 09:39:04 +02:00
Mike Place
1132bc5d0b Merge pull request #33995 from jacobhammons/doc-fixes
Understanding Jinja topic, Jinja doc issues.
2016-06-13 19:00:29 -07:00
Mike Place
c4dab6a074 Merge pull request #33990 from jacobhammons/community-projects
Adds links to several current Salt-related projects
2016-06-13 18:15:20 -07:00
Mike Place
444c15792c Merge pull request #33983 from twangboy/fix_docs_join_domain
Clarify the `account_exists` parameter
2016-06-13 18:11:48 -07:00
Mike Place
a400f6a6c3 Merge pull request #33900 from amendlik/gitfs-hook-doc
Document sudo policy for gitfs post-recieve hook
2016-06-13 18:04:35 -07:00
Mike Place
9bd2317992 Merge pull request #33951 from jfindlay/gem_tests
modules.gem int tests: more fixes
2016-06-13 17:46:43 -07:00
Mike Place
28c886edd0 Merge pull request #33980 from twangboy/fix_build
Use full path to python.exe
2016-06-13 17:46:14 -07:00
Mike Place
53baae6eb1 Merge pull request #33984 from jfindlay/disk_capacity
Add docs and tests to disk state
2016-06-13 17:43:38 -07:00
Mike Place
fa5efb6a69 Merge pull request #33985 from rallytime/more-batch-tests
Write some more simple batch command tests
2016-06-13 17:38:05 -07:00
Mike Place
26fee377ec Merge pull request #33993 from s0undt3ch/2016.3
Call `sys.exit()` instead of `exit()`
2016-06-13 17:30:46 -07:00
Jacob Hammons
887a415138 Adds new Understanding Jinja topic, and fixes several Jinja doc issues.
Removes the "Full list of builtin ..." from each module reference list, leaving just the module type for scanability.

Refs #12470
Refs #10206
Refs #10480
Refs #23522
Refs #33023
2016-06-13 18:30:42 -06:00
twangboy
b057be04b4 Fix typo, more documentation 2016-06-13 18:07:22 -06:00
Pedro Algarvio
34f7d90d9f
Call sys.exit() instead of exit() 2016-06-14 00:34:38 +01:00
Jacob Hammons
b20213fd79 Adds links to several current Salt-related projects
Removes the salt_projects.rst file which hasn't been updated in a long time, this is replaced by the updated topics/projects/index.rst file
Adds a note about Salt Pack to the installation doc
2016-06-13 17:11:36 -06:00
rallytime
3e7ab8c7b3 Write some more simple batch command tests 2016-06-13 16:25:19 -06:00
Bo Maryniuk
96423076b1 Add unit test for file tree 2016-06-14 00:25:08 +02:00
Justin Findlay
6cbe31e6c2 states.disk: rewrite unit tests 2016-06-13 16:13:40 -06:00
Bo Maryniuk
8975036b27 Add get_unmanaged_files test 2016-06-14 00:05:34 +02:00
twangboy
d8c2f3e57a Clarify the account_exists parameter 2016-06-13 15:46:01 -06:00
Justin Findlay
82c77b533f states.disk.status: validate percent values 2016-06-13 15:38:31 -06:00
Justin Findlay
aedc4e15e5 states.disk: add documentation 2016-06-13 15:11:27 -06:00
Justin Findlay
6080846cce acl.ClientACL: add unit tests (#33684) 2016-06-13 16:00:35 -04:00
Nicole Thomas
2e934cffef Merge pull request #33976 from rallytime/merge-2016.3
[2016.3] Merge forward from 2015.8 to 2016.3
2016-06-13 15:29:40 -04:00
Adam Mendlik
b4a28e2684 Add clarifying documentation about the need for sudo in the git hook 2016-06-13 13:22:39 -06:00
twangboy
dd7d55afb9 Use full path to python.exe 2016-06-13 12:01:15 -06:00
Justin Findlay
2eb633ccad modules.gem int tests: only check known installed gems 2016-06-13 11:33:25 -06:00
Mike Place
8d8ed59b85 Merge pull request #33912 from abalashov/abalashov/fix-schedule-returner-config
utils/schedule.py:handle_func() - Fix for accessing returner configur…
2016-06-13 10:18:04 -07:00
rallytime
19d49d94f2 Merge branch '2015.8' into '2016.3'
No conflicts.
2016-06-13 11:13:38 -06:00
Justin Findlay
9f3e18b037 modules.gem int tests: (un)install a non-core gem 2016-06-13 10:46:56 -06:00
Mike Place
a74f1b8077 ZD 762 (#33942)
* Initial debugging

* Replace the old child jid tracking with psutil investigation of children

* Remove debugging
2016-06-13 12:43:18 -04:00
Bo Maryniuk
be5f12fcaf Add initial unit test for inspectlib.collector.Inspector 2016-06-13 18:17:28 +02:00
Mike Place
0281d491c6 Merge pull request #33946 from rallytime/bp-33698
Back-port #33698 to 2015.8
2016-06-13 08:55:22 -07:00
Mike Place
dff3f51955 Merge pull request #33952 from rallytime/fix-33911
Add base argument to salt-ssh grains wrapper for filter_by func
2016-06-13 08:51:33 -07:00
Nicole Thomas
81e16bb93f Merge pull request #33945 from rallytime/merge-2016.3
[2016.3] Merge forward from 2015.8 to 2016.3
2016-06-13 11:44:30 -04:00
Mike Place
68d261fe5b Merge pull request #33960 from mecarus/2016.3
Fix mongo get_load to return full mongo record instead of non-existant 'load' key
2016-06-13 08:37:46 -07:00
jacobhammons
4a8064918a Adds a "Generated on <timestamp>" line to the footer of each doc html page in the doc (#33962) 2016-06-13 11:24:40 -04:00
Bo Maryniuk
652c96d7e7 Stop build (not implemented yet) 2016-06-13 17:09:16 +02:00
Bo Maryniuk
58e85ea0ab Refactor class caller 2016-06-13 17:07:42 +02:00
jacobhammons
8f56406507 Merge pull request #33961 from jacobhammons/release
2016.3.0 known issues update
2016-06-12 20:59:21 -06:00
Jacob Hammons
2cf787d4ba 2016.3.0 known issues update 2016-06-12 20:58:21 -06:00
rforkosh
d622133a49 The jid load comes in directly, not as 'load' key. Should return the mongo record directly without accessing keys 2016-06-12 18:01:22 -05:00
Seth House
cf6281b4cf Add loader.utils() example to calling minion_mods (#33953) 2016-06-11 11:52:35 -04:00
Bo Maryniuk
878f67674a Sort package names 2016-06-11 15:19:24 +02:00
Bo Maryniuk
c31818b4aa Fix lint: PEP8 multiplication of 4. 2016-06-11 15:08:11 +02:00
Bo Maryniuk
c87fff3680 Add root-only warning when exporting system with Kiwi 2016-06-11 15:06:38 +02:00
Bo Maryniuk
9bd80f02fc Implement users Kiwi export 2016-06-11 15:00:55 +02:00