Commit Graph

9847 Commits

Author SHA1 Message Date
Thomas S Hatch
89525ad6d0 remove pre 0.12.0 test handles 2013-01-15 00:10:19 -07:00
Thomas S Hatch
4617a931be Remove debugging pprint 2013-01-14 23:53:18 -07:00
Thomas S Hatch
1ddcd715fb Reached 0.12, fix outputter test 2013-01-14 23:40:20 -07:00
Thomas S Hatch
ad452f0b64 clean up stray prints 2013-01-14 23:08:36 -07:00
Thomas S Hatch
7c8ca7e1d6 remove recursive git test
The problem here is that we will need to create a small static
git repo somewhere first, relying on the mozilla one causes
other tests to fail due to timeouts and makes the test run VERY
long
2013-01-14 22:55:24 -07:00
Thomas S Hatch
2ca04f4671 Stop downloading giant git repos in the test suite
THIS WAS NOT OK!!!
2013-01-14 22:51:21 -07:00
Thomas S Hatch
6aff022b98 Merge pull request #3269 from kjkuan/pydsl
A Python DSL(module and renderer) for generating Salt's highstate data structure.
2013-01-14 21:01:46 -08:00
Thomas S Hatch
a24ff1852a remove unused import 2013-01-14 21:50:56 -07:00
Thomas S Hatch
37a97b9f87 import SaltSystemExit 2013-01-14 21:49:59 -07:00
Thomas S Hatch
134bf48496 clean up module returner attachement 2013-01-14 21:40:10 -07:00
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