Commit Graph

47432 Commits

Author SHA1 Message Date
rallytime
0e57d8fe6e Fix pylint errors on develop 2015-02-23 12:24:53 -07:00
jfindlay
ceee052c6f Merge pull request #20927 from hobakill/develop
adding the file paths for 2014.7.2
2015-02-23 10:28:50 -07:00
Joseph Hall
02d0dac28e Merge pull request #20930 from rallytime/add_url_arg
Add url back in for __query_ip_address callback and add a pylint ignore
2015-02-23 10:10:58 -07:00
rallytime
a66b1d616c Add url back in for __query_ip_address callback and add a pylint ignore 2015-02-23 09:47:00 -07:00
Nick Hobart
fbedbf74fb adding the file paths for 2014.7.2 2015-02-23 09:21:39 -06:00
Pedro Algarvio
e60b2b81f2 Merge pull request #20919 from cvrebert/fix-unidiomatic-typechecks
Fix unidiomatic typechecks
2015-02-23 11:54:58 +00:00
Chris Rebert
3d5b217beb use is instead of == for class equality checks
************* Module salt.pillar.pepa
/Users/chris/code/salt/salt/pillar/pepa.py:460: [W1504(unidiomatic-typecheck), ext_pillar] Using type() instead of isinstance() for a typecheck.
************* Module salt.utils.process
/Users/chris/code/salt/salt/utils/process.py:225: [W1504(unidiomatic-typecheck), ProcessManager.add_process] Using type() instead of isinstance() for a typecheck.
2015-02-22 19:22:08 -08:00
Chris Rebert
24c70b47f1 use isinstance() instead of type() for typechecks
************* Module salt.modules.mdadm
/Users/chris/code/salt/salt/modules/mdadm.py:340: [W1504(unidiomatic-typecheck), assemble] Using type() instead of isinstance() for a typecheck.
************* Module salt.states.pip_state
/Users/chris/code/salt/salt/states/pip_state.py:476: [W1504(unidiomatic-typecheck), installed.<lambda>] Using type() instead of isinstance() for a typecheck.
************* Module salt.states.pkg
/Users/chris/code/salt/salt/states/pkg.py:227: [W1504(unidiomatic-typecheck), _find_install_targets] Using type() instead of isinstance() for a typecheck.
************* Module salt.pillar.pepa
/Users/chris/code/salt/salt/pillar/pepa.py:462: [W1504(unidiomatic-typecheck), ext_pillar] Using type() instead of isinstance() for a typecheck.
/Users/chris/code/salt/salt/pillar/pepa.py:464: [W1504(unidiomatic-typecheck), ext_pillar] Using type() instead of isinstance() for a typecheck.
2015-02-22 19:21:10 -08:00
Joseph Hall
72ab2d8238 Merge pull request #20917 from mudfly/getting-started-with-vsphere-doc
Add 'Getting Started With vSphere' documentation
2015-02-22 13:01:44 -07:00
Christian Page
309f977d5e Add 'Getting Started With vSphere' documentation 2015-02-22 10:31:42 -07:00
Pedro Algarvio
c85d38c493 Merge pull request #20893 from cvrebert/pylint-enable
re-enable pylint instead of disabling it twice
2015-02-21 08:29:16 +00:00
Chris Rebert
ea02ef58b7 re-enable pylint instead of disabling it twice 2015-02-20 23:50:30 -08:00
jfindlay
17824a9a19 Merge pull request #20889 from cvrebert/darwin-pkgutil-list-unshadow
Avoid shadowing list type in modules.darwin_pkgutil
2015-02-20 23:31:01 -07:00
Chris Rebert
2a52d54a20 Avoid shadowing list type in modules.darwin_pkgutil; fixes #20120 2015-02-20 21:52:25 -08:00
jfindlay
06cfc4ec88 Merge pull request #20892 from cvrebert/patch-1
cli/batch.py: re-enable pylint instead of disabling it twice
2015-02-20 22:33:54 -07:00
jfindlay
b2bb5ff086 Merge pull request #20891 from jfindlay/synology
pylint #20814
2015-02-20 22:29:40 -07:00
jfindlay
93c282c5d9 Merge pull request #20888 from jfindlay/s3fs
pylint #20885
2015-02-20 22:00:19 -07:00
Chris Rebert
4daeae3792 cli/batch.py: re-enable pylint instead of disabling it twice
Fixes apparent erratum from fb056b41c8
2015-02-20 20:52:05 -08:00
Justin Findlay
b9c386dd1b fix lint 2015-02-20 21:30:09 -07:00
Jay McConnell
ef75c5f45a Fix disk.usage for Synology OS
relates to issue <a href="https://github.com/saltstack/salt/issues/20790">#20790</a>
2015-02-20 21:28:17 -07:00
Justin Findlay
af68f010e0 fix lint 2015-02-20 21:16:20 -07:00
Joe Hoyle
5d8ba4aac2 Trim the env base off the dest file path in the s3fs fileserver 2015-02-20 21:40:35 -05:00
Thomas S Hatch
aa96665a2b Merge pull request #20726 from claudiupopescu/boto-vpc-state
Boto VPC state draft proposal
2015-02-20 18:10:54 -07:00
Thomas S Hatch
093854f9cb Merge pull request #20627 from claudiupopescu/boto-rds-state
Boto rds state draft
2015-02-20 18:09:29 -07:00
Thomas S Hatch
ee62332d78 Merge pull request #20586 from claudiupopescu/boto-rds
Boto rds module
2015-02-20 18:08:36 -07:00
Thomas S Hatch
740af3c8c7 Merge pull request #20870 from yesimon/merge_plists
Use plist from pkg in launchd runner.
2015-02-20 17:51:52 -07:00
Simon Ye
23f078d83a Use plist from pkg in launchd runner. 2015-02-20 14:46:51 -05:00
Thomas S Hatch
a920b851f3 Merge pull request #20835 from rallytime/merge-20782
Merge #20782 with pylint fix
2015-02-20 11:21:16 -07:00
Thomas S Hatch
1d6e932a20 Merge pull request #20861 from jayeshka/win_autoruns-unit-test
adding win_autoruns unit test case
2015-02-20 11:20:57 -07:00
Thomas S Hatch
7f18365cd7 Merge pull request #20853 from dunz0r/ipcidr-doc-fix
Moved ipcidr-doc to ipcidr() instead of compound()
2015-02-20 11:20:44 -07:00
Thomas S Hatch
90994722f0 Merge pull request #20843 from matdrapeau/16556/ImportError_custom_dep
Adding current module directory to the sys.path when loading a module
2015-02-20 11:20:32 -07:00
Thomas S Hatch
df0371ece4 Merge pull request #20822 from peresadam/fix_format_call
Fixed dict unpacking in salt.utils.format_call
2015-02-20 11:19:38 -07:00
Thomas S Hatch
dc3e6b14b9 Merge pull request #20821 from claudiupopescu/boto-vpc-describe-subnets
Adds boto VPC describe subnets
2015-02-20 11:19:27 -07:00
Jayesh Kariya
014ce111ab adding win_autoruns unit test case 2015-02-20 19:16:09 +05:30
Gabriel Fornaeus
320ba04b22 Moved ipcidr-doc to ipcidr() instead of compound() 2015-02-20 10:40:13 +01:00
Thomas S Hatch
a0440c61d0 Merge pull request #20837 from viktorkrivak/develop
Fix multi comps and multi dist bugs
2015-02-19 13:20:52 -07:00
Mathieu Drapeau
4bf1d6838a Adding current module directory to the sys.path in order to
avoid dependencies import errors for other modules at the same
level. (https://github.com/saltstack/salt/issues/16556)
2015-02-19 14:20:15 -05:00
Thomas S Hatch
16e1d5ce0c Merge pull request #20829 from cachedout/mine_tok
Re-use minion token for mine_send
2015-02-19 10:41:40 -07:00
jfindlay
48ea69e749 Merge pull request #20830 from clinta/patch-1
Elasticsearch Timestamp in UTC
2015-02-19 10:39:23 -07:00
Viktor Krivak
a714d2f401 Fix multi comps and multi dist bugs
Fix line full_comp_list.union(set(kwargs['comps'])) which actually don't do anything, because union don't modify source set. Looks like typo...
It is possible to have multiple 'dist' in single repository, i.e. wheezy and wheezy-backports . So in consolidate repos, use dist also as a key.
2015-02-19 18:00:42 +01:00
Nicole Thomas
b578e5802a Merge pull request #20827 from cachedout/key_clean
Better error message for first_auth
2015-02-19 09:50:54 -07:00
rallytime
fa5e991197 Pylint fix 2015-02-19 09:43:16 -07:00
Mike Place
2f334fd03e Re-use minion token for mine_send 2015-02-19 09:37:28 -07:00
Mike Place
52339a3054 Include full salt-key command. 2015-02-19 09:23:59 -07:00
Colton Myers
ffbdbe5db2 Merge pull request #20832 from basepi/2014.7.2release
Update latest release in docs to 2014.7.2
2015-02-19 09:23:00 -07:00
Colton Myers
6338b4f820 Update latest release in docs 2015-02-19 09:20:45 -07:00
Mike Place
cf6cfa622e Provide a hint for new users on minions with pending keys. 2015-02-19 09:11:38 -07:00
Clint Armstrong
e84b5c530e Elasticsearch Timestamp in UTC
Elasticsearch timestamps are expected to be in UTC. Currently the returner sends the timestamp in localtime.
2015-02-19 11:07:18 -05:00
jfindlay
b70ffe2bb8 Merge pull request #20819 from jayeshka/slack_notify-unit-test
adding slack_notify unit test case
2015-02-19 08:21:30 -07:00
jfindlay
4c196c522d Merge pull request #20820 from jayeshka/rpm-unit-test
adding rpm unit test case
2015-02-19 08:20:49 -07:00