Pedro Algarvio
923428c68b
Fix PyLint issues.
2013-12-01 01:35:41 +00:00
Pedro Algarvio
11210ca180
Merge pull request #8919 from s0undt3ch/develop
...
Hand merge @religero PR
2013-11-30 17:24:23 -08:00
Pedro Algarvio
6321bf4acc
Pass the timelib
testing optional requirement to the new opt reqs file. Closes #8900 .
2013-12-01 00:42:02 +00:00
Pedro Algarvio
c129d3f567
Remove packages installation from mysql tests and push that on travis yml with an opt_requirements.txt source
2013-12-01 00:34:58 +00:00
regilero
1556a3f2c6
Fix mysql unit tests for queries with parameters
2013-12-01 00:34:30 +00:00
regilero
b97d8cc623
Minor pylint fixs
2013-12-01 00:34:30 +00:00
regilero
05c02c4c50
Try to install python-mysql in travis env via pip to enable MySQL module
2013-12-01 00:34:30 +00:00
regilero
b5f588a9fc
Initial MySQL integration test with MySQl packages installed
2013-12-01 00:34:29 +00:00
regilero
1cb5d6374a
Fix MySQl db names management, and add collate and character set on db_create
2013-12-01 00:34:29 +00:00
regilero
d3cdb68a37
Initial MySQL integration test with MySQl packages installed
2013-12-01 00:34:29 +00:00
regilero
1319755c55
Fix typo in mysql unit test
2013-12-01 00:34:29 +00:00
Pedro Algarvio
4e6a1c4d7d
Merge pull request #8918 from techhat/cloudcreate
...
Allow creating instances without profiles
2013-11-30 13:20:15 -08:00
Joseph Hall
b191342748
Adding cloud.present state
2013-11-30 13:16:49 -07:00
Joseph Hall
787bab867a
Allow creating instances without profiles
2013-11-30 13:02:12 -07:00
Joseph Hall
04a06abb78
Merge pull request #8916 from pengyao/develop
...
Change fire event command
2013-11-29 20:10:31 -08:00
pengyao
409d7e8c18
Change fire event command
...
Since 0.17.0, the ability to send a event payload with a more complex data structure than a string
2013-11-30 11:59:47 +08:00
Joseph Hall
1c3e23db72
Merge pull request #8915 from pengyao/develop
...
fixed a typo
2013-11-29 19:46:57 -08:00
pengyao
2e847d2e31
fixed a typo
2013-11-30 11:40:12 +08:00
Erik Johnson
057f2555cd
CentOS should not be all capitalized
2013-11-29 18:33:41 -06:00
Joseph Hall
e1ffd4bab2
Merge pull request #8911 from ticosax/fix-typo-dockerio.built
...
Fix typo s/build/built/
2013-11-29 09:56:04 -08:00
Nicolas Delaby
51a6267d5c
Fix typo s/build/built/
2013-11-29 18:19:58 +01:00
Pedro Algarvio
1ab7fd7c19
Merge pull request #8902 from s0undt3ch/develop
...
Skip the test if `python-apt` is not installed for Debian like systems.
2013-11-28 11:50:14 -08:00
Pedro Algarvio
62039527ce
The cloud tests need libcloud
installed. Skip them if not.
2013-11-28 19:40:17 +00:00
Pedro Algarvio
ccd71e2087
Install python-apt
.
2013-11-28 19:33:39 +00:00
Pedro Algarvio
8d3e3d3402
Skip the test if python-apt
is not installed for Debian like systems.
2013-11-28 19:26:21 +00:00
Pedro Algarvio
5e58ea9593
Remove unnecessary pass
.
2013-11-28 19:11:29 +00:00
Pedro Algarvio
f044ddb2dc
Merge pull request #8901 from techhat/ssh
...
Linting the new SSH and user validation code
2013-11-28 10:49:13 -08:00
Joseph Hall
7e21be15ad
More specific except error
2013-11-28 11:47:41 -07:00
Joseph Hall
1c4d9d9854
Fixing syntax error, using salt._compat
2013-11-28 11:40:06 -07:00
Joseph Hall
a4c48b7264
Fixing up Spacing issues and bare exception
2013-11-28 11:37:23 -07:00
Joseph Hall
b32e8901d0
Merge pull request #8899 from terminalmage/tests
...
Simplify jinja syntax for ubuntu pkgrepo test deps
2013-11-28 10:31:21 -08:00
Joseph Hall
529eecbd89
Merge pull request #8898 from s0undt3ch/develop
...
Merge and cleanup salt-cloud's test suite.
2013-11-28 10:28:20 -08:00
Erik Johnson
13dbb9efab
Simplify jinja syntax for ubuntu pkgrepo test deps
...
See the below discussion for more info:
https://github.com/saltstack/salt/pull/8872#discussion-diff-7981734R64
2013-11-28 12:27:39 -06:00
Pedro Algarvio
fe45b91e93
Merge pull request #8897 from terminalmage/docs
...
Update salt-key documentation
2013-11-28 10:10:33 -08:00
Erik Johnson
1c24bbe7fc
Update salt-key documentation
...
Bring docs.saltstack.com in line with the CLI usage
2013-11-28 12:05:37 -06:00
Pedro Algarvio
d81e6e9632
Merge pull request #8896 from techhat/ssh
...
Initial commit of SSH command validation functions
2013-11-28 10:05:05 -08:00
Joseph Hall
2fdb8248c3
Oops, typo
2013-11-28 11:03:20 -07:00
Pedro Algarvio
8a1ba0aa05
Cleaned up the remaining of salt-cloud's test suite. Closes #8886 .
2013-11-28 18:02:46 +00:00
Joseph Hall
b764e2ed3e
Move re compilation to the module load
2013-11-28 10:58:27 -07:00
Joseph Hall
ea39b67b02
Resolving possible type error caused by invalid input
2013-11-28 10:55:59 -07:00
Pedro Algarvio
660a91d1ea
Merge the salt-cloud cli integration tests into salt's test suite. Refs #8886 .
2013-11-28 17:55:58 +00:00
Joseph Hall
f34ac9be8e
Initial commit of SSH command validation functions
2013-11-28 09:06:09 -07:00
Joseph Hall
dad9febddc
Add user login name validation function
2013-11-28 09:05:38 -07:00
Joseph Hall
98964f4ceb
Merge pull request #8890 from techhat/iptablesdebian
...
Adding iptables Debian default for iptables-persistent package
2013-11-28 06:42:09 -08:00
Joseph Hall
27dbf6d327
Adding iptables Debian default for iptables-persistent package
2013-11-28 07:40:37 -07:00
Joseph Hall
f62e7efdd6
Merge pull request #8883 from s0undt3ch/develop
...
Only check for the execution bits if a value was actually passed.
2013-11-28 05:23:37 -08:00
Joseph Hall
5baa867c7b
Merge pull request #8884 from s0undt3ch/issues/8863-deploy-search-path-as-string
...
deploy search path unit test
2013-11-28 05:21:52 -08:00
Joseph Hall
71b1d8dea6
Merge pull request #8885 from holmboe/hwm1000
...
Set default HWM in API call as well
2013-11-28 04:31:24 -08:00
Henrik Holmboe
899cdff3e8
Set default HWM in API call as well
...
@basepi set the HWM to 1000 by default in #8804 and this is a
complementary commit to that one. It is now obvious that the HWM is 1000
by default in the source code.
X-ref: #7662 and #7284
2013-11-28 12:59:31 +01:00
Pedro Algarvio
a6c52e8905
Add missing CLI Example
string.
2013-11-28 11:43:36 +00:00