Commit Graph

58983 Commits

Author SHA1 Message Date
Pedro Algarvio
9612a6c7ad Process spm.d/*.conf and add prefix root dir support to SPM directories 2015-09-10 08:40:19 -06:00
Pedro Algarvio
054bd9b313 Make PyLint a little happier 2015-09-10 15:14:02 +01:00
Mike Place
ac4156e9ba Don't stacktrace on schedule channel send
Closes #26276
2015-09-10 07:51:12 -06:00
Bo Maryniuk
8ba2b0b7b5 Lintfix: E7801, C0321 2015-09-10 14:47:57 +02:00
Bo Maryniuk
a2bea6105f Add license extraction for Dpkg. 2015-09-10 14:16:50 +02:00
Bo Maryniuk
9004de4dd1 Enhance filter for the "technical" fields that are not generally needed as a package information for the CMDB 2015-09-10 14:16:21 +02:00
turnred
48d332e076 Fix 'dict' object has no attribute split
Remove trailing whitespace
2015-09-10 14:09:55 +02:00
turnred
48ee99e4f6 Fix 'dict' object has no attribute split
Fixing mixed result
2015-09-10 13:39:22 +02:00
dsumsky
5299b961e3 - fixed pylint warnings 2015-09-10 13:33:20 +02:00
Bo Maryniuk
8d6429c746 Implement additional package information merger 2015-09-10 13:27:08 +02:00
Bo Maryniuk
3e26334f78 Fix the size and installed-size keys 2015-09-10 13:26:34 +02:00
Bo Maryniuk
a4a69afc4e Add homepage translator key 2015-09-10 13:26:00 +02:00
Pedro Algarvio
66e29a9986 Include exc_info on debug logging level 2015-09-10 12:07:37 +01:00
Pedro Algarvio
44f4818d84 Patch python's handlers with out mixed-in classes. 2015-09-10 12:06:58 +01:00
turnred
e927009c37 Fix 'dict' object has no attribute split
Now first check if vdata exists in dict
2015-09-10 11:13:29 +02:00
Bo Maryniuk
26a9610357 Docfix 2015-09-10 11:04:51 +02:00
Bo Maryniuk
d70cd1ac92 Add alias for 'info' of deprecation in v. Boron 2015-09-10 11:01:31 +02:00
Bo Maryniuk
f0279d0e49 Fix renamed method 2015-09-10 10:56:52 +02:00
turnred
083a2bdf93 Fix 'dict' object has no attribute split
After updating to 2015.5.5 the state calls of win_path.exists suddenly were broken due to the change in the reg.py module.
This commit fixes the win_path.exists read_key implementation to fit the reg.read_value implementation that was discussed in https://github.com/saltstack/salt/issues/25618
2015-09-10 09:55:44 +02:00
Sergey Kizunov
00fcd71312 Fix pylint error 2015-09-09 17:46:56 -05:00
jacobhammons
34324abe56 Merge pull request #26998 from jfindlay/2015.8
generate pull request list v2015.8..v2015.8.0
2015-09-09 13:42:49 -06:00
Thayne Harbaugh
7c9f4ca646 Do not use full return for documentation. 2015-09-09 13:36:57 -06:00
Sergey Kizunov
942001afad Fix salt-master to run on Windows
Ensure that 'log_queue' is passed to all objects that inherit from
'MultiprocessingProcess'.

Signed-off-by: Sergey Kizunov <sergey.kizunov@ni.com>
2015-09-09 14:23:50 -05:00
Justin Findlay
9aaca9338e generate pull request list v2015.8..v2015.8.0
Also remove the changelogs generated for rc2 and rc3 in favor of a
unified list that shows all merged pull requests between the forking of
the 2015.8 branch and the release of 2015.8.0.
2015-09-09 12:41:09 -06:00
Joseph Hall
09798fe470 Merge pull request #26988 from s0undt3ch/develop
Process `spm.d/*.conf` and add prefix root dir support to SPM directories
2015-09-09 11:53:06 -06:00
Justin Findlay
3776f6cc12 Merge pull request #26993 from whiteinge/bp-26975
Backport #26975
2015-09-09 11:23:29 -06:00
Seth House
948ac92ff5 Add additional 'groups' check to rest_cherrypy if groups are not used
Fixes #26974.
2015-09-09 10:39:35 -06:00
Seth House
e47fe835c9 Remove mocks from rest_cherrypy integration tests
These mocks predated the inclusion of salt-api into Salt core. They are
now no longer needed and counter-productive.
2015-09-09 10:39:35 -06:00
Seth House
6d22514934 Rename the rest_cherrypy tests to conform to our convention
Previously they conformed to the default unittest2 convention.
2015-09-09 10:39:34 -06:00
Mike Place
a25c9a33d0 Merge pull request #26970 from cachedout/issue_26839
Revert "better path query parsing in fileserver"
2015-09-09 10:06:57 -06:00
David Boucha
308d9b1408 Merge pull request #26980 from terminalmage/winrepo-unique-name
Use human-readable cachedirs for gitfs-backed winrepo
2015-09-09 11:02:13 -05:00
Bo Maryniuk
3556f2207b Remove 'N/A' when no data. 2015-09-09 17:54:24 +02:00
Thayne Harbaugh
2de88e681d Summary requires full return information. 2015-09-09 09:53:43 -06:00
Bo Maryniuk
3d3c1bccbe Rename existing 'info' to 'info_available' 2015-09-09 17:52:48 +02:00
Bo Maryniuk
4e425fab14 Implement compatible 'info_installed'. Returned keys are common to other systems with other package managers 2015-09-09 17:52:22 +02:00
Bo Maryniuk
2eb9664c68 Implement compatible 'info_installed'. Returned keys are common to other systems with other package managers 2015-09-09 17:50:53 +02:00
Bo Maryniuk
3025bf7566 Implement compatible 'info_installed'. Returned keys are common to other systems with other package managers 2015-09-09 17:50:32 +02:00
Pedro Algarvio
c16d4e4332 Process spm.d/*.conf and add prefix root dir support to SPM directories 2015-09-09 16:19:52 +01:00
Bo Maryniuk
609da7b329 Lint: regexp as a string 2015-09-09 17:03:10 +02:00
Bo Maryniuk
ff421679e2 Implement package info function 2015-09-09 17:01:15 +02:00
Bo Maryniuk
6ef44079eb Implement getting package installation time 2015-09-09 17:00:48 +02:00
Bo Maryniuk
1aa8a8509f Implement getting general packages information 2015-09-09 17:00:01 +02:00
rallytime
79eb606cb7 Fix versionadded tag 2015-09-09 08:48:59 -06:00
FELD Boris
23c7b4847c Improve support for Content-Type parsing. Ref #26505
It currently supports 'simple' values like application/json, but Content-Type
header could also includes parameter. See RFC http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17.

When sending JSON from a browser for example, the Content-Type is
`application/json; charset=utf-8` and salt-api failed to detect JSON content.

The proposition is to use cgi.parse_header method (https://docs.python.org/2.7/library/cgi.html?highlight=cgi#cgi.parse_header)
to correctly parse the Content-Type value but ignore parameters, JSON should
always be UTF-8 but I don't know about other supported Content-Type.
2015-09-09 16:41:29 +02:00
Bo Maryniuk
b94ee3c99b Extract package description 2015-09-09 16:30:21 +02:00
Erik Johnson
415c001a38 Add link to winrepo.update_git_repos runner function for consistency. 2015-09-09 09:04:52 -05:00
Erik Johnson
1dd77e7003 Fix misspelled word 2015-09-09 09:02:55 -05:00
Bo Maryniuk
a60348c2e9 Lintfix the regexp string 2015-09-09 15:27:56 +02:00
Eren Güven
e71e9ab07f fix show_diff for test run 2015-09-09 14:58:59 +02:00
Erik Johnson
d05e7b0875 Add information on winrepo cachedir name overrides 2015-09-09 05:44:15 -05:00