Thomas S Hatch
2571d4706c
Merge pull request #9059 from terminalmage/issue5919
...
Add check for '.' in require/watch requisites
2013-12-09 10:17:45 -08:00
Colton Myers
396cb89b90
Merge pull request #9124 from terminalmage/issue9123
...
Fix "Invalid Changes data" in file.replace/blockreplace states
2013-12-09 10:09:21 -08:00
Colton Myers
452f688fe5
Merge pull request #9101 from terminalmage/issue9097
...
Fix file.replace bug when replacement str is numeric
2013-12-09 10:08:41 -08:00
Thomas S Hatch
bd6d82175e
Merge pull request #9125 from cachedout/gh-doc-fix
...
Update doc build to use latest GH release system.
2013-12-09 10:08:26 -08:00
Pedro Algarvio
6706aff45c
Merge pull request #9126 from s0undt3ch/features/virtual-terminal
...
Fix lint issues.
2013-12-09 10:06:07 -08:00
Pedro Algarvio
eba8f116e8
Fix lint issues.
2013-12-09 18:05:27 +00:00
Mike Place
e3f6027773
Update doc build to use latest GH release system.
...
It looks like GH has deprecated the download system that we were using. This fix just updates our doc build to point to the new system. Here's the blog post for reference:
https://github.com/blog/1302-goodbye-uploads
This resolves many errors that appear when running 'make linkcheck' against our docs.
2013-12-09 10:51:02 -07:00
Thomas S Hatch
966384521f
Merge pull request #9122 from s0undt3ch/features/virtual-terminal
...
Replace NonBlockingPopen with a VirtualTerminal
2013-12-09 09:51:01 -08:00
Erik Johnson
5b6da97e52
Fix "Invalid Changes data" in file.replace/blockreplace states
...
This commit returns the diffs from these two states within a dictionary,
instead of a string, getting rid of a warning that the changes data is
invalid.
2013-12-09 11:50:12 -06:00
Pedro Algarvio
aae6f0c4a1
Migrate the Jenkins script to the new Terminal class.
2013-12-09 17:23:08 +00:00
Pedro Algarvio
262e787664
Use vt.Terminal
to deploy VM's.
...
Deprecated the `tty` keyword argument since we'll always have a `tty` now.
2013-12-09 17:00:05 +00:00
Pedro Algarvio
fc495cc357
Remove unused imports and add missing.
2013-12-09 17:00:05 +00:00
Pedro Algarvio
b809e58505
Don't use hard coded paths, use syspaths
.
2013-12-09 17:00:05 +00:00
Pedro Algarvio
f947aaf790
Some more doc updates
2013-12-09 17:00:04 +00:00
Pedro Algarvio
50faf9ffce
Doc strings improvements.
2013-12-09 17:00:04 +00:00
Pedro Algarvio
64f0dfcb4a
Improve interaction capabilities (Inspired by Pexpect)
2013-12-09 17:00:04 +00:00
Pedro Algarvio
d11a7fb237
I was able to authenticate against SSH and run a command.
2013-12-09 17:00:04 +00:00
Thomas S Hatch
fa1c9c4401
Disable fileserver events by default
...
@jacksontj, this turns off these event by default and you will
need to set this flag in your config in the future
2013-12-08 22:46:36 -07:00
Erik Johnson
1be24c30c4
Merge pull request #9109 from pakdel/minute_optimization
...
A minute optimization in yumpkg._pkg_arch
2013-12-08 13:11:34 -08:00
Amir Pakdel
5382682078
A minute optimization
...
If package name cannot be split by dot, there is
no need to loop through all architectures to
check if package name ends with '.arch-name'.
2013-12-08 15:37:53 -05:00
Pedro Algarvio
92b37c37d6
Remove trailing white-space.
2013-12-08 13:47:21 +00:00
Joseph Hall
afc1efd8b8
Merge pull request #9105 from pyinx/patch-1
...
update versions function: add print minions version
2013-12-08 04:58:10 -08:00
pyinx
3b9d67c96a
update versions function: add print minions version
...
before:
Minion requires update:
- tomcat28
- tomcat41
- tomcat58
after:
Minion requires update:
----------
tomcat28:
0.14.1
tomcat41:
0.14.1
tomcat58:
0.14.1
2013-12-08 20:52:37 +08:00
Pedro Algarvio
8912ba5822
Merge pull request #9102 from gravyboat/develop
...
Updates to several documents regarding backup_mode to make it more visible, as well as a backup_mode documentation type fix.
2013-12-08 00:07:59 -08:00
Forrest Alvarez
52e6d273f6
updated the faq to add a note about backup_mode, fixed a typo in the backup mode docs, and updated one of the file.managed examples with a backup line, as well as an additional note directing the user to the backup mode documentation in a highly visible area.
2013-12-08 05:52:45 +00:00
Erik Johnson
fca4c80e5b
Add unit test for #9097
2013-12-07 20:54:07 -06:00
Erik Johnson
7b33ded0a5
Fix file.replace bug when replacement str is numeric
2013-12-07 20:42:03 -06:00
Pedro Algarvio
c8efce9f80
Merge pull request #9100 from techhat/monitoring
...
Add monitoring state for load average
2013-12-07 09:30:31 -08:00
Joseph Hall
c4520ff4d7
Add monitoring state for load average
2013-12-07 05:28:29 -07:00
Joseph Hall
4449fbd1c7
Merge pull request #9098 from holmboe/presense-typo
...
Fix presense typo in event tag
2013-12-07 02:02:33 -08:00
Henrik Holmboe
8638fb1f60
Fix presense typo in event tag
2013-12-07 08:34:49 +01:00
Thomas S Hatch
f59f816ec8
Revert "Modify the sign_in function to first check to see if a TCP connection can be established to the master. If not, fail immediatley instead of waiting for the default timeout of 60 seconds. Refs #7001."
...
This reverts commit f41dfe0e41
.
2013-12-07 00:27:00 -07:00
Pedro Algarvio
6ab8c0885a
Merge pull request #9094 from cvrebert/patch-1
...
avoid shadowing set built-in type in modules.memcached
2013-12-06 15:57:23 -08:00
Chris Rebert
bb5e2b4a62
avoid shadowing set built-in type in modules.memcached
...
salt/modules/memcached.py:85: [W0622(redefined-builtin), set] Redefining built-in 'set'
2013-12-06 15:26:11 -08:00
Colton Myers
1be4c32c77
Merge pull request #9090 from terminalmage/issue9085
...
Fix user.present states with non-string fullname
2013-12-06 15:10:39 -08:00
Pedro Algarvio
1e8ac0b8a2
Merge pull request #9092 from terminalmage/travis
...
Quiet travis failures for new functions missing docstrings
2013-12-06 15:03:00 -08:00
Erik Johnson
95ddb00c76
Add reminder to update tests when functions are implemented
2013-12-06 16:36:57 -06:00
Erik Johnson
a7769b358e
Quiet travis failures for new functions missing docstrings
2013-12-06 16:27:56 -06:00
Erik Johnson
e618befaf8
Add test case for numeric GECOS data
2013-12-06 16:16:38 -06:00
Erik Johnson
c8e5381aae
Fix user.present states with non-string fullname
2013-12-06 15:48:40 -06:00
Erik Johnson
685d1d36de
Fix requisite tests
...
Now that state.func_name is invalid in requisites, remove them from this
test.
2013-12-06 15:16:57 -06:00
Erik Johnson
cab102b822
Make requisite_ins throw errors when '.' in state
...
This changes the behavior added in #8823 , causing requisite_ins to throw
errors instead of logging warnings when there is a '.' in the state that
is being required/watched/etc.
2013-12-06 15:16:57 -06:00
Erik Johnson
bd9302ccfe
Add check for '.' in require/watch requisites
...
This commit will cause require/watch requisites to fail if they contain
dots. The prior behavior just ignored the dot, but since the function
name is ignored, and dots are already illegal in prereq requisites, this
commit makes the behavior more consistent.
2013-12-06 15:16:57 -06:00
Thomas S Hatch
3970c1ba77
Merge pull request #9089 from makinacorpus/last-buildout-errors
...
small space error
2013-12-06 12:39:00 -08:00
Mathieu Le Marec - Pasquet
303f5a782c
small space error
2013-12-06 20:37:51 +00:00
Thomas S Hatch
8631715671
Merge pull request #9088 from makinacorpus/last-buildout-errors
...
fix last zcbuildout pylint errors
2013-12-06 12:35:18 -08:00
Mathieu Le Marec - Pasquet
50b6ba65f8
fix last zcbuildout pylint errors
2013-12-06 20:32:33 +00:00
Pedro Algarvio
fe76fb8df0
Higher timeout.
2013-12-06 19:16:41 +00:00
Pedro Algarvio
8ef0c93c3c
Merge pull request #9087 from s0undt3ch/develop
...
Some more fixes for buildout
2013-12-06 11:11:38 -08:00
Pedro Algarvio
8f8e3edd0f
Lower the url request timeout and log it.
2013-12-06 19:09:38 +00:00