Commit Graph

25237 Commits

Author SHA1 Message Date
Nahum Shalman
7b9712c2d2 SmartOS Esky build: Just try to grab everything
After discovering missing modules one at a time I went in search
of a bigger hammer.

We use the bbfreeze ModuleGraph code to find all deps for
salt.modules.* and add them to the FREEZER_INCLUDES variable.

It may be worth trying this approach for other platforms...
2014-01-30 14:06:19 -05:00
Seth House
b9e9912d63 Added a rST anchor for the Reactor docs 2014-01-30 11:49:38 -07:00
Joseph Hall
63b84ac6d9 Merge pull request #10065 from gravyboat/develop
Updated the hacking doc to add a note about jenkins, and trash the travis-ci note.
2014-01-30 10:39:23 -08:00
Forrest Alvarez
c70343bb03 Updated the hacking doc to fix the jenkins url so it was a hyperlink. 2014-01-30 18:29:31 +00:00
Forrest Alvarez
fcf3112c27 Updated the hacking doc to remove the note about travis-ci, and instead add a note explaining the jenkins process. 2014-01-30 18:25:24 +00:00
Joseph Hall
8a53c925ea Merge pull request #10056 from kadel/doc-state-cmd-small-fixes
docs: indentation fix and missing id declaration
2014-01-30 07:08:18 -08:00
Tomas Kral
49f206b94c docs: indentation fix and missing id declaration 2014-01-30 14:23:34 +01:00
Pedro Algarvio
82ef052314 Merge pull request #10051 from s0undt3ch/develop
Double to single quotes, minor lint space issue.
2014-01-29 22:28:23 -08:00
Erik Johnson
900a615b9e Merge pull request #10052 from jacksontj/develop
Now that we've consolidated the yumpkgmodules we don't need to have this
2014-01-29 22:17:31 -08:00
Thomas Jackson
0221a9738a More cleanup 2014-01-30 01:06:05 -05:00
Thomas Jackson
7f80e5f0e9 Now that we've consolidated the yumpkgmodules we don't need to have this comment 2014-01-30 01:04:24 -05:00
Pedro Algarvio
daf94a58b7 Remove trailing white-space. 2014-01-29 22:48:48 -07:00
Pedro Algarvio
9f54dcb3da Double to single quotes, minor lint space issue. 2014-01-29 22:41:57 -07:00
Thomas S Hatch
99db66e2c7 Merge pull request #10045 from mgwilliams/lxc
add lxc runner
2014-01-29 19:47:58 -08:00
Seth House
e3867e0612 Merge pull request #10047 from gravyboat/develop
Updated the formulas doc to show an example that reflects our normal map structure.
2014-01-29 19:37:39 -08:00
Thomas S Hatch
0a5396fa1a Fix lint 2014-01-29 20:35:49 -07:00
Thomas S Hatch
6a9982aed9 Merge pull request #10044 from kantselovich/issue-10041
fix parsing in monit module
2014-01-29 19:34:53 -08:00
Forrest Alvarez
49bdaf7498 Updated the formulas doc to show an example that reflects our normal map structure. 2014-01-30 03:34:20 +00:00
Thomas S Hatch
600ea4acb9 lint fix 2014-01-29 20:33:43 -07:00
Thomas S Hatch
e7bb7f1bfa Merge pull request #10040 from SmithSamuelM/sam_fix_wait_get_event
Because of integer conversion get_event has a minimum wait time of  1.0 .second even if 0.0 < wait < 1.0
2014-01-29 19:32:59 -08:00
Thomas S Hatch
6d5babfa5c whitespace 2014-01-29 20:30:26 -07:00
Thomas S Hatch
a1561ec7e3 Merge pull request #10037 from ipmb/features/nginx_status
Adds Nginx status module
2014-01-29 19:29:08 -08:00
Thomas S Hatch
2253feeb41 Merge pull request #10038 from ipmb/features/uwsgi_stats
Adds uWSGI stats module
2014-01-29 19:28:56 -08:00
Thomas S Hatch
13e0d53493 Merge pull request #10029 from kaithar/feature/fix-special-bit-perm-test
Better handling for special bit modes
2014-01-29 19:20:31 -08:00
Matthew Williams
e4fd949708 lxc runner: lint 2014-01-29 22:17:34 -05:00
Matthew Williams
b1d7c69228 add lxc runner 2014-01-29 22:04:02 -05:00
Erik Johnson
245f28e99a Merge pull request #10043 from dangarthwaite/scheduler-doc-state-args-kwargs
The code or schedule had a better example than the doc.
2014-01-29 18:39:28 -08:00
Konstantin Antselovich
bcf51c9367 fix parsing in monit module
- do not process empty lines
  - make sure data is there.
2014-01-29 19:36:29 -07:00
Samuel M Smith
203436abcc Because of integer conversion get_event has a minimum wait time of 1.0 second even if 0.0 < wait < 1.0
This is a problem for ioflo and halite in terms of tuning how fast events are pulled down when there are not
very many events happening otherwise on the master.
2014-01-29 18:53:07 -07:00
Peter Baumgartner
1bdfb0f6a5 Linting 2014-01-29 15:07:45 -07:00
Peter Baumgartner
1fb99d9985 Linting 2014-01-29 15:06:08 -07:00
Peter Baumgartner
e04f6c7b9b Fixes tests 2014-01-29 15:03:17 -07:00
Peter Baumgartner
ae993bd013 Fixes tests 2014-01-29 15:02:50 -07:00
Peter Baumgartner
f04a7d5056 Cleanup 2014-01-29 14:45:06 -07:00
Peter Baumgartner
d7fa363673 Adds uWSGI stats module 2014-01-29 14:40:23 -07:00
Peter Baumgartner
1ac2f67350 Use Salt conventions 2014-01-29 14:23:58 -07:00
Peter Baumgartner
9b61d0e6ab Adds info on status module 2014-01-29 14:23:42 -07:00
Joseph Hall
85cbec910e Merge pull request #10033 from gravyboat/develop
Updated file_roots doc to show an example using multiple environments.
2014-01-29 13:22:31 -08:00
Peter Baumgartner
4c515558cf Adds Nginx status module 2014-01-29 14:17:43 -07:00
Forrest Alvarez
c1d8fca8a5 Fixed a typo in the file_roots docs, 2014-01-29 20:52:08 +00:00
Forrest Alvarez
ff4a01d5ed Updated the file_roots docs to show an example using multiple file roots for different environments. 2014-01-29 20:51:03 +00:00
Daniel Bradshaw
869f980b45 Restore MagicMock as it shouldn't cause any issues. 2014-01-29 18:46:44 +00:00
Daniel Bradshaw
bc967fa3fb Expand tests for manage_mode 2014-01-29 18:46:44 +00:00
Daniel Bradshaw
43f179b481 Normalize stats()['mode'] for safety. 2014-01-29 18:46:44 +00:00
Daniel Bradshaw
23eb6996e7 Use a string version of the mode. 2014-01-29 18:46:44 +00:00
Daniel Bradshaw
261e0f5814 Revert 'int comparison rather than string comparison of octal values; zero padding on one but not the other caused spurious mismatch' 2014-01-29 18:46:28 +00:00
Daniel Bradshaw
ff957abac2 Revert 'Coerced several values to string representations of octal where before they
were sometimes strings and sometimes ints.'
2014-01-29 18:46:28 +00:00
Daniel Bradshaw
51a73cbda1 Revert "I realized that the coercion to oct string I was doing was incorrect."
This reverts commit 8cd50a92ea.
2014-01-29 18:46:27 +00:00
Daniel Bradshaw
cb46e11afa Ensure a leading zero on the string. 2014-01-29 18:46:27 +00:00
Thomas S Hatch
10304c296b Fix lint per #10020 2014-01-29 08:59:35 -07:00