Commit Graph

10042 Commits

Author SHA1 Message Date
Thomas S Hatch
5d717d57fd remove unused import 2013-01-14 21:38:44 -07:00
Thomas S Hatch
5655765145 clean up imports on winrepo runner 2013-01-14 21:37:24 -07:00
Thomas S Hatch
7253cbb913 clean up somestring formatting in the carbon returner
Does carbon really use pickles to transmit data? This very insecure
I am not worried about it because it does not make Salt insecure
but it does make carbon insecure, it is easy to put command
execution inside pickles
2013-01-14 21:35:14 -07:00
Thomas S Hatch
c8be54ea0b remove unused import 2013-01-14 21:32:49 -07:00
Thomas S Hatch
58f40f8edb remove unused repofiles list 2013-01-14 21:32:10 -07:00
Thomas S Hatch
6bbd072ad6 remove unused callto libvirt 2013-01-14 21:31:18 -07:00
Jack Kuan
791ca1cb44 Add test cases and fixed some corner cases. 2013-01-14 23:29:35 -05:00
Jack Kuan
a8b8a6eb18 Add a test module for pydsl and some bug fixes. 2013-01-14 23:29:35 -05:00
Jack Kuan
d5c2826e8e bug fixes and add a cmd.call to the cmd state.
The cmd.call state integrates with pydsl such that it's possible
to declare a state that would call a python function when the state
is applied.
2013-01-14 23:29:35 -05:00
Jack Kuan
3d436065b0 Add a python DSL renderer. 2013-01-14 23:29:34 -05:00
Thomas S Hatch
1c31ddae12 python 3 erize exception 2013-01-14 21:29:14 -07:00
Thomas S Hatch
19cc076bd3 remove unused import 2013-01-14 21:28:21 -07:00
Thomas S Hatch
b293907b9e fix extra opening of file 2013-01-14 21:27:31 -07:00
Thomas S Hatch
b22ce61301 Removed unused import 2013-01-14 21:25:02 -07:00
Thomas S Hatch
4e353e728a Fix bad ref to sources" 2013-01-14 21:24:23 -07:00
Thomas S Hatch
1790492ff4 Fix bad name in minion event firing 2013-01-14 21:22:33 -07:00
Thomas S Hatch
b738a2a7bd fix bad ref to r when it should be regex 2013-01-14 21:21:24 -07:00
Thomas S Hatch
e2648cf030 fix bad ref to **kwargs 2013-01-14 21:20:02 -07:00
Thomas S Hatch
3de2690a0f layman refs should be strings 2013-01-14 21:18:52 -07:00
Thomas S Hatch
d552f3b54e fix ret undefined error 2013-01-14 21:17:26 -07:00
Thomas S Hatch
41992f2e9f Remove unused refs in linux_lvm 2013-01-14 21:15:27 -07:00
Thomas S Hatch
f37ba61426 Fix undefined ref error 2013-01-14 21:08:46 -07:00
Thomas S Hatch
984709e75e Bump version to 0.12.0 2013-01-14 20:35:18 -07:00
Thomas S Hatch
f7ccd7d194 Merge pull request #3268 from shadowfax-chc/ebuild
Added list_upgrades function to ebuild module
2013-01-14 19:10:13 -08:00
Thomas S Hatch
dd68a7f5c2 Merge pull request #3265 from whiteinge/sysdoc-runner
Fix the sys.doc runner
2013-01-14 19:09:26 -08:00
shadowfax-chc
594624036e Added list_upgrades function to ebuild module 2013-01-14 21:54:47 -05:00
Seth House
9625fc7a31 Loop over each minion and grab the 'ret' value from the return
Fixed non-existent variable name.
2013-01-14 15:00:51 -07:00
Thomas S Hatch
1f0a86ff29 Fix an elif issue 2013-01-14 14:58:40 -07:00
Thomas S Hatch
b7a954e610 Kill stray semicolon 2013-01-14 14:54:59 -07:00
Thomas S Hatch
a5a2a5d39d Add jobs to the toc 2013-01-14 14:41:05 -07:00
Thomas S Hatch
05d2976ed4 Add scheduler doc 2013-01-14 14:38:24 -07:00
Thomas S Hatch
8151115c4a Add a schedule_returner option 2013-01-14 14:11:48 -07:00
Thomas S Hatch
5509bb8e6c Allow a list of returners to be passed into the scheduler 2013-01-14 13:26:18 -07:00
Thomas S Hatch
1a65069ed4 don't load the schedule from the master config 2013-01-14 13:20:33 -07:00
Thomas S Hatch
e99f27a42e Allow config.option to omit sources 2013-01-14 13:19:18 -07:00
Thomas S Hatch
071e8ad769 Fix race contition execption in gitfs 2013-01-14 13:04:37 -07:00
Thomas S Hatch
80990fa8be Merge pull request #3263 from s0undt3ch/issues/3261
Force `LC_ALL` to be `C` in non windows systems. Fixes #3261.
2013-01-14 08:57:37 -08:00
Thomas S Hatch
0b9d29b7bb Merge pull request #3260 from s0undt3ch/develop
Last Minute Fixes for 0.12
2013-01-14 08:54:05 -08:00
Thomas S Hatch
5c9c04b07e Fix stack trace in master scheduler 2013-01-14 09:43:16 -07:00
Pedro Algarvio
735a6618ba Force LC_ALL to be C in non windows systems. Fixes #3261. 2013-01-14 15:59:30 +00:00
Pedro Algarvio
4d85005fea Fetch git tags on travis-ci. Needed for tests. 2013-01-14 14:12:20 +00:00
Pedro Algarvio
0bf51ba5b0 Allow a test to specify it's own run_function timeout. Increase timeout for some tests. 2013-01-14 14:07:58 +00:00
Pedro Algarvio
0f5386cb35 Filter Unknown distribution option's when not installing with setuptools. 2013-01-14 13:41:42 +00:00
Pedro Algarvio
6354cbf741 Always return (version, version_info) when trying to get data from git. 2013-01-14 13:20:53 +00:00
Pedro Algarvio
36955b4560 Fix integration.shell.matcher.MatchTest.test_ipcadr.
Was skipping because of the latest output changes and how output parsing was done.
2013-01-14 13:04:23 +00:00
Pedro Algarvio
2f3bb49f83 Fix getting the output of git describe into salt's version string. Added a test case for this too. 2013-01-14 12:35:42 +00:00
mjarco
3ecffd2217 Merge remote-tracking branch 'upstream/develop' into fix-local-jinja-template-resolution 2013-01-14 10:30:34 +01:00
Thomas S Hatch
9f8eff13be Yes, I started this feature 3 hours ago, but it works like a charm! 2013-01-14 01:51:42 -07:00
Thomas S Hatch
fcf3008344 some fies to get the scheduler to also run on the master 2013-01-14 01:38:59 -07:00
Thomas S Hatch
0fb12227d2 Add scheduler to the master using runners instead of functions 2013-01-14 01:30:53 -07:00