Commit Graph

71622 Commits

Author SHA1 Message Date
Anthony Shaw
2db43f05fa
fix bug where template name provided on cli 2016-07-28 11:41:34 +10:00
Anthony Shaw
b7257baade
add test class 2016-07-28 11:41:15 +10:00
Anthony Shaw
d7d4066c46
return the path 2016-07-28 11:34:04 +10:00
Anthony Shaw
5b2a97e22b
added docs 2016-07-28 11:33:42 +10:00
Anthony Shaw
d99b21c067
allow the template to add additional questions to the context and templatise the defaults 2016-07-28 09:55:54 +10:00
Anthony Shaw
6c7249dd9a
add next version class method to salt.version 2016-07-28 09:39:56 +10:00
Anthony Shaw
01bbe281a2
fixes based on @s0undt3ch feedback 2016-07-28 09:25:58 +10:00
Anthony Shaw
1280940079
linting fixes 2016-07-28 09:13:22 +10:00
Anthony Shaw
dac5cec503
start doc layout 2016-07-27 19:56:35 +10:00
Anthony Shaw
a699bd237b
factor extend 2016-07-27 19:56:13 +10:00
Anthony Shaw
4eed537d71
add docstrings and tidy up the extend module 2016-07-27 15:21:13 +10:00
Anthony Shaw
64dfb07d53
refactor to combine the template file and the user context 2016-07-27 14:59:55 +10:00
Anthony Shaw
c9e255ece9 replace cookiecutter with my own recursive jinja2 copy 2016-07-27 14:13:43 +10:00
Anthony Shaw
5d84cdfbf8 salt uses YAML, why am I using JSON?! 2016-07-27 13:49:46 +10:00
Anthony Shaw
bbb5efb308 refactor the code to not use cookiecutter (1) 2016-07-27 09:39:54 +10:00
Anthony Shaw
b3ee6c60e5 rework all the templates to not use cookiecutter 2016-07-27 09:04:30 +10:00
Anthony Shaw
ffe3f51446
linting fixes 2016-07-25 15:58:54 +10:00
Anthony Shaw
ff60aec050 fix munged merge 2016-07-25 15:58:45 +10:00
Anthony Shaw
8bf5e03034
doc the run method in salt.utils.extend 2016-07-25 14:36:01 +10:00
Anthony Shaw
2dcedb1548 added state test template 2016-07-25 14:32:02 +10:00
Anthony Shaw
a73bbc03de
option for module test 2016-07-25 14:29:08 +10:00
Anthony Shaw
a0782b7240 added unit test template 2016-07-25 14:26:37 +10:00
Anthony Shaw
b43e087d56
update the state template 2016-07-25 14:18:14 +10:00
Anthony Shaw
9ccb9cc3a0
update the module template 2016-07-25 14:14:08 +10:00
Anthony Shaw
effc6942da
execution module templates 2016-07-25 14:12:17 +10:00
Anthony Shaw
aacd253c4c
explain what the command does 2016-07-25 13:59:07 +10:00
Anthony Shaw
425341152f
recursively merge directory trees 2016-07-25 13:52:51 +10:00
Anthony Shaw
ec6886dbf2 merge tree instead of copy 2016-07-25 13:50:37 +10:00
Anthony Shaw
df2d4f7798
name the arguments and allow description to be set on command line 2016-07-25 13:45:13 +10:00
Anthony Shaw
836002d3d0
use correct template names 2016-07-25 13:38:58 +10:00
Anthony Shaw
bffdd9387d add state template 2016-07-25 10:54:53 +10:00
Anthony Shaw
9dac0c76c7
take args from command line 2016-07-25 10:54:39 +10:00
Anthony Shaw
ee3ea218f8 renamed to extend, read module name and description at prompt 2016-07-25 09:40:02 +10:00
Anthony Shaw
ad77f799df
renamed the quickstart to extend 2016-07-25 09:01:09 +10:00
Anthony Shaw
d3016f0055
ask basic question 2016-07-24 20:59:49 +10:00
Anthony Shaw
c11f2349b1
import cookiecutter if installed and ask a basic question 2016-07-24 20:34:36 +10:00
Anthony Shaw
0f0aae86e8
setup basic entry point 2016-07-24 20:16:40 +10:00
Anthony Shaw
a3e37cc2d0 Merge branch 'develop' of github.com:saltstack/salt into develop 2016-07-24 20:08:47 +10:00
Mike Place
7e4ebc3961 Merge pull request #34913 from terminalmage/issue2707
Update unit test
2016-07-22 20:25:17 -06:00
Erik Johnson
92fffb06a7 Update unit test
This unit test asserts based on the args with which a function was
called, and the args were changed which broke the test. This fixes the
test.
2016-07-22 21:21:55 -05:00
Mike Place
3555d05bf0 Merge pull request #34912 from cachedout/fix_config_test
Config test no longer applies to new test config
2016-07-22 19:00:22 -06:00
Mike Place
baee2f2558 Config test no longer applies to new test config 2016-07-22 18:59:31 -06:00
Mike Place
1aee8b7dd4 Merge pull request #34906 from cachedout/set_run_salt_timeout
Set timeout for run_salt in test suite
2016-07-22 16:43:48 -06:00
Mike Place
caf0361bc1 Merge pull request #34807 from terminalmage/issue2707
Feature addition: preserve mode in file states
2016-07-22 16:43:31 -06:00
Mike Place
38ac79d8bb Merge pull request #34829 from gtmanfred/py3
[PY3] tests.unit.pillar
2016-07-22 16:33:47 -06:00
Mike Place
5e0c63c0eb Merge pull request #34886 from eradman/cron
Preserve trailing lines in crontab
2016-07-22 16:25:23 -06:00
Mike Place
365fca3c60 Merge pull request #34895 from skizunov/develop2
Fix console and file logging on Windows
2016-07-22 16:23:32 -06:00
Nicole Thomas
bdafa60e6a Lint #34897 (#34907) 2016-07-22 16:22:30 -06:00
Mike Place
345e3e56b8 Merge pull request #34899 from rallytime/integration-cli-tests
Fix integration/cli/*.py test failures when Running in Python 3
2016-07-22 16:22:11 -06:00
Jeremy McMillan
b1e5cdbe88 salt-cloud -f post_dns_record support (#34897)
refactor arguments in salt.cloud.clouds.digital_ocean.post_dns_record() to enable use with salt-cloud --function on command line

#34884
2016-07-22 16:20:57 -06:00