Pedro Algarvio
0935618a46
Merge pull request #26905 from s0undt3ch/hotfix/26848-event-backwards-compat
...
Exit the loop if run_once is true
2015-09-04 13:18:29 +01:00
Pedro Algarvio
b184a91a84
Exit the loop if run_once is true
2015-09-04 12:45:13 +01:00
Joseph Hall
818e4eb71f
Merge pull request #26897 from msteed/spm-file-hash-pt2
...
spm file hash part deux
2015-09-03 21:07:44 -06:00
Pedro Algarvio
e8cfcde7a2
Merge pull request #26900 from s0undt3ch/hotfix/26848-event-backwards-compat
...
If no tag is passed, don't actually subscribe to anything.
2015-09-04 01:42:39 +01:00
Pedro Algarvio
415a558696
If not tag is passed, don't actually subscribe to anything.
...
Keeps backwards compatibility.
2015-09-04 01:01:33 +01:00
Pedro Algarvio
61ae7d2cdb
Only try to create the default sock dir on failure to create the configured one
2015-09-04 00:59:16 +01:00
Mike Place
1d5fd71fa3
Merge pull request #26880 from s0undt3ch/hotfix/26848-event-backwards-compat
...
Restore backwards compatibility to `salt.utils.event`
2015-09-03 17:04:45 -06:00
Michael Steed
006400f7c1
get file hash via pkgfiles when installing too
2015-09-03 16:13:14 -06:00
Joseph Hall
8cdf75c8e3
Merge pull request #26896 from msteed/spm-hash-file
...
spm remove: use pkgfiles to calculate file hashes
2015-09-03 15:40:39 -06:00
Nicole Thomas
6a7be957d9
Merge pull request #26891 from jtand/azure_version
...
Fixed an unboundlocalerror
2015-09-03 15:21:36 -06:00
Michael Steed
d6e64ec1a7
lint
2015-09-03 14:30:58 -06:00
Michael Steed
a42651fb38
spm updates
...
- add hash_file() routine to salt.spm.pkgfiles.local
- use os.path.exists() instead of pkgfiles.path.exists() in
_local_install()
2015-09-03 14:28:21 -06:00
justinta89
1aadbdfc6b
Fixed lint error
2015-09-03 13:40:43 -06:00
Mike Place
ef76af9596
Merge pull request #26892 from cachedout/fix_async_tcp-test
...
Make the testing ioloop the current one
2015-09-03 13:29:11 -06:00
Mike Place
57b78d369a
Make the testing ioloop the current one
...
Otherwise, loops from previous intefere and cause stacktraces on ioloop init
2015-09-03 13:28:28 -06:00
justinta89
06bea434e1
fixed an unboundlocalerror
2015-09-03 13:16:36 -06:00
Pedro Algarvio
2f40387290
Add test_event_single_wait_0_no_block_False
test case
2015-09-03 19:54:57 +01:00
Pedro Algarvio
ae9c6c9cff
Workaround wait=0 meaning a blocking call when non blocking is required
2015-09-03 18:06:43 +01:00
Colton Myers
23250d0bd6
Merge pull request #26886 from jtand/azure_version
...
Gets the azure version correctly on python-azure 1.0.0
2015-09-03 10:42:21 -06:00
justinta89
8c42178e1a
Fixed a lint error
2015-09-03 10:21:41 -06:00
Pedro Algarvio
6cf3a9438f
The default value was False not True
2015-09-03 17:06:48 +01:00
justinta89
5a33017791
Gets the azure version correctly on python-azure 1.0.0
2015-09-03 10:00:36 -06:00
Colton Myers
25d11be803
Merge pull request #26870 from rallytime/bp-26834
...
Back-port #26834 to 2015.8
2015-09-03 10:00:35 -06:00
Mike Place
56a64deb94
Merge pull request #26865 from dmurphy18/dgm_debfix
...
Fix apt preferences for apts, repos for pbuilder building for Debian
2015-09-03 09:43:21 -06:00
Pedro Algarvio
b3f218fe7e
The old behaviour was blocking. Let's keep it that way.
2015-09-03 16:24:31 +01:00
Pedro Algarvio
a2ac41b80b
Remove comment which no longer makes sense
2015-09-03 15:57:43 +01:00
Pedro Algarvio
19019e8f92
Add missing quotes and full
is not deprecated
2015-09-03 15:56:49 +01:00
Pedro Algarvio
dc0fec3be3
Restore backwards compatibility to salt.utils.event
...
Fixes #26848
Refs #26000
2015-09-03 11:11:58 +01:00
Pedro Algarvio
00b9cc9a83
Only place salt's code root dir in sys.path, not anything above that
2015-09-03 10:49:01 +01:00
Mike Place
445eede0a2
Merge pull request #26873 from terminalmage/fix-git-config
...
Properly handle getting local config values in older git versions
2015-09-02 20:23:21 -06:00
Erik Johnson
6f2663a574
Properly handle git config --get on local repo config in older git
2015-09-02 20:58:06 -05:00
Erik Johnson
2f346ad40f
Remove redundante call to git.config_get
...
It is already run at the end of the git.config_set function, no need to
run it again. Just get the value from the return data of git.config_set.
2015-09-02 20:58:06 -05:00
Erik Johnson
22341b3139
Add debug logging
...
This is a massive test function with steps dependent on each other.
These log messages make it easier to look through the log file to
troubleshoot failures.
2015-09-02 20:58:06 -05:00
Erik Johnson
37c8852584
Update git.config_set tests to use new state name
2015-09-02 20:58:06 -05:00
David Murphy
a355679292
Removed use of pbuilder option --clean for Debian builds
2015-09-02 19:20:54 -06:00
Colton Myers
e92fdd871d
Merge pull request #26869 from rallytime/lxc-cloud-fix
...
Fix provider --> driver change for salt-cloud lxc
2015-09-02 18:06:25 -06:00
Jeremy Rosenbaum
40061fcbc2
actually check the blacklisted modules
2015-09-02 17:45:05 -06:00
rallytime
d62f9714b0
Fix provider --> driver change for salt-cloud lxc
2015-09-02 17:29:18 -06:00
David Murphy
e09c49ba90
Fix apt preferences for apts, repos for pbuilder building for Debian 8 builds
2015-09-02 16:26:23 -06:00
Justin Findlay
a21b3f4cad
Merge pull request #26858 from terminalmage/git-latest-version-check
...
Fix a couple version checks for git state and execution module
2015-09-02 14:51:43 -06:00
Erik Johnson
4ac38823e9
Fix version check for git-branch(1)
...
The --set-upstream-to option to git-branch(1) was added in 1.8.0, not 1.7.12.
2015-09-02 14:25:23 -05:00
Erik Johnson
db4f90238d
Fix version check for git-config(1)
...
The --local option to git-config(1) was added in 1.7.10.2, not 1.7.12.
2015-09-02 14:25:09 -05:00
Joseph Hall
4c1abe41a7
Merge pull request #26853 from UtahDave/2015.8local
...
Fix salt-cloud on windows
2015-09-02 13:20:38 -06:00
Colton Myers
2b2959d5fd
Merge pull request #26852 from basepi/salt.ssh.msgpack.gates.26850
...
[2015.8] Only reference msgpack if it imported successfully
2015-09-02 12:27:47 -06:00
Colton Myers
3cc84ecbf7
Only reference msgpack if it imported successfully
...
Fixes #26850
2015-09-02 11:54:45 -06:00
David Boucha
3df8345ca8
add logging and check exc for both SessionErrors
2015-09-02 11:29:27 -06:00
David Boucha
bcaad6b42b
Initialize logging
2015-09-02 11:22:54 -06:00
Mike Place
f68ba2853a
Merge pull request #26835 from terminalmage/bp-26572
...
Backport #26572 to 2015.8
2015-09-02 09:23:29 -06:00
Mike Place
6e2610576a
Merge pull request #26836 from jacobhammons/man-pages
...
Added rst source for salt-proxy man page, added build and copy lines …
2015-09-02 08:54:13 -06:00
Mike Place
7c886769c5
Merge pull request #26818 from terminalmage/issue26809
...
Support empty repositories in git.latest
2015-09-02 08:53:47 -06:00