Commit Graph

23294 Commits

Author SHA1 Message Date
Erik Johnson
ba556efee7 Fix pkg.installed state summary reporting
In 03e4e8a the pkg.installed state was altered to not show all the
package names that were modified if a lot of them were changed, and
instead just mention the number of packages that changed. However, the
number that is being reported is the length of the string result of
commaspace-joining the list of modified package names. This results in
incorrect output. This commit fixes that reporting issue.
2013-12-01 10:50:38 -06:00
regilero
f5ea59df83 BUG: MySQL integration tests: false positive on accents with assertTrue, use assertEqual instead and comment accents tests 2013-12-01 17:11:37 +01:00
regilero
a2cd33dec7 MySQL: Add cli example for quoteIdentifier function 2013-12-01 17:08:17 +01:00
regilero
69fe9eb27d MySQL: Module integration tests for maintenance tasks check/repair/optimize 2013-12-01 15:27:47 +01:00
Joseph Hall
2f70ec9a79 Merge pull request #8928 from techhat/deploy
Add explanatory comments to legacy deploy scripts
2013-12-01 06:26:58 -08:00
Joseph Hall
39ee74de07 Add explanatory comments to legacy deploy scripts 2013-12-01 07:24:36 -07:00
Joseph Hall
7d2f6b408a Merge pull request #8924 from shadowfax-chc/portage_config_ignore_comments
Skip comments in existing configs when using `portage_config.enforce_nice_config`
2013-12-01 06:12:47 -08:00
regilero
b85d51f746 ySQL: make _quoteIdentifier method public 2013-12-01 11:04:06 +01:00
regilero
772144af8a MySQL unit tests, make the examples more complex 2013-12-01 10:43:13 +01:00
regilero
bab4dda396 MySQL: Add some more robust code on check_table,repair_table and optimize_table 2013-12-01 10:42:25 +01:00
shadowfax-chc
f9dffeb392 Skip comments in existing configs when using portage_config.enforce_nice_config 2013-12-01 03:11:48 -05:00
Thomas S Hatch
0698960d21 Merge pull request #8923 from joehealy/doc_warning_fixes
Doc fixes to remove errors and warnings
2013-11-30 23:51:30 -08:00
Thomas S Hatch
384e8fa2b6 Merge pull request #8894 from kaithar/feature/highstate-output-docs
Add information about the undocumented changes output mode
2013-11-30 23:47:31 -08:00
Joe Healy
45525b4b59 Doc fixes to remove errors and warnings 2013-12-01 18:29:16 +11:00
Pedro Algarvio
3cd5efe521 Merge pull request #8922 from terminalmage/tests
add test for #8614
2013-11-30 20:03:43 -08:00
Erik Johnson
093065b130 add test for #8614 2013-11-30 22:00:05 -06:00
Pedro Algarvio
a14abd114c Merge pull request #8921 from terminalmage/issue8614
Fix installation of packages with dots in pkg name
2013-11-30 19:47:30 -08:00
Erik Johnson
f1bb4b45db Fix installation of packages with dots in pkg name
This commit fixes a regression which caused packages with dots in the
package name to fail to install. Resolves #8614.
2013-11-30 21:35:42 -06:00
Pedro Algarvio
d0cf058e24 Merge pull request #8920 from s0undt3ch/develop
Left behind comits. Lint Fixes.
2013-11-30 17:37:57 -08:00
regilero
dacda7e0ca Add an example on mysql.grant_to_token method to fix travis test_valid_docs failure 2013-12-01 01:35:41 +00:00
regilero
95a41bdb9a MySQL integration tests on module level unicode support 2013-12-01 01:35:41 +00:00
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
Grant Hammond
624f9035fa apply mask or state mode to copied files.
This makes salt.utils.copyfile secure by default. After use, correct file
permissions according to the mode in the state or, if not specified, the umask.
2013-11-30 23:03:16 +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
Daniel Bradshaw
a693541933 Tweaking the Result Status string and format string. 2013-11-30 00:36:04 +00:00
Erik Johnson
057f2555cd CentOS should not be all capitalized 2013-11-29 18:33:41 -06:00
Mathieu Le Marec - Pasquet
228c987b76 feat: buildout support
This fixes #8856.
2013-11-29 18:51:20 +00: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
31200152bb Use the new form of passing the configuration file. 2013-11-28 19:52:03 +00:00
Pedro Algarvio
bc4da42834 Salt Cloud, as Salt, now uses a common configuration directory.
Passing single configuration files to the CLI tool is deprecated and will be removed in Salt Helium.
2013-11-28 19:52:03 +00:00
Pedro Algarvio
2ed1110a83 Deprecate vm_config* config var in favor of profiles_config*. 2013-11-28 19:52:03 +00:00
Pedro Algarvio
a80431b87c Remove deprecated code. 2013-11-28 19:52:03 +00:00
Pedro Algarvio
eb476310e8 No hard coded paths. Refs the salt-cloud merge. 2013-11-28 19:52:03 +00:00