Pedro Algarvio
|
79fb639ef6
|
Rename the pylint plugin module.
|
2013-09-18 18:06:16 +01:00 |
|
Colton Myers
|
1626768ef7
|
Merge pull request #7314 from s0undt3ch/develop
Fix code blocks and updated the Sentry threaded transports information.
|
2013-09-18 09:59:46 -07:00 |
|
Pedro Algarvio
|
ed328166d2
|
Merge pull request #7316 from holmboe/pylint-file-encoding
Add pylint checker for file encoding
|
2013-09-18 09:59:25 -07:00 |
|
Thomas S Hatch
|
bc49dba151
|
Merge pull request #7299 from Pewpewarrows/patch-1
Change hardcoded padding numbers to M2Crypto's exposed constant
|
2013-09-18 09:55:53 -07:00 |
|
Colton Myers
|
629e50e433
|
Merge pull request #7313 from jumping/patch-1
Update file.py
|
2013-09-18 09:55:16 -07:00 |
|
Joseph Hall
|
458203359f
|
Merge pull request #7309 from whiteinge/sed-negate
Added a flag to file.sed to allow negating the search command
|
2013-09-18 09:53:04 -07:00 |
|
Colton Myers
|
12006af860
|
Merge pull request #7310 from whiteinge/manpage-0.17
Built the manpages for 0.17
|
2013-09-18 09:52:43 -07:00 |
|
Pedro Algarvio
|
f41d2b219d
|
Merge pull request #7317 from s0undt3ch/hotfix/lint
Fix indentation.
|
2013-09-18 08:22:54 -07:00 |
|
Henrik Holmboe
|
25d0315626
|
Recognize UTF-8 BOM and some other cases
|
2013-09-18 17:19:38 +02:00 |
|
Pedro Algarvio
|
3209b18b6e
|
Fix indentation.
|
2013-09-18 16:12:42 +01:00 |
|
Joseph Hall
|
b09901a9c0
|
Merge pull request #7301 from jesusaurus/logging/message
Put a more meaningful message in the logs
|
2013-09-18 07:46:18 -07:00 |
|
Joseph Hall
|
f800e71b8f
|
Merge pull request #7297 from benhosmer/develop
Add an export function to the SVN module and state.
|
2013-09-18 07:41:21 -07:00 |
|
Thomas S Hatch
|
52238c62f9
|
Start on the master side state doc
|
2013-09-18 08:36:57 -06:00 |
|
Thomas S Hatch
|
3030ed591c
|
Add arg option to salt.function state
|
2013-09-18 08:36:57 -06:00 |
|
Thomas S Hatch
|
c5a9383fc9
|
Add roster doc to salt.state runner
|
2013-09-18 08:36:57 -06:00 |
|
Thomas S Hatch
|
c3791488ad
|
Add function to salt state
|
2013-09-18 08:36:57 -06:00 |
|
Pedro Algarvio
|
1be5f4c1e4
|
Merge pull request #7305 from basepi/topdocs7285
Update wording for top file compilation to avoid confusion
|
2013-09-18 07:29:28 -07:00 |
|
Pedro Algarvio
|
befbf3133c
|
No need to mention raven.
|
2013-09-18 15:17:24 +01:00 |
|
Henrik Holmboe
|
126c80397a
|
Add pylint checker for file encoding
Discussed in #7294.
|
2013-09-18 15:48:04 +02:00 |
|
Erik Johnson
|
9441b8fa7a
|
Merge pull request #7315 from terminalmage/docs
Add note about changed behavior for archive.tar
|
2013-09-18 06:27:31 -07:00 |
|
Erik Johnson
|
50ebe9e974
|
Add note about changed behavior for archive.tar
|
2013-09-18 08:26:33 -05:00 |
|
Pedro Algarvio
|
48990a4bc2
|
Don't show the module members, these can be considered internal.
|
2013-09-18 11:42:50 +01:00 |
|
Pedro Algarvio
|
03014d6d06
|
Fix code blocks and updated the Sentry threaded transports information.
|
2013-09-18 11:40:02 +01:00 |
|
Jumping Qu
|
76530a526e
|
Update file.py
fixed the Issue #7312
|
2013-09-18 17:54:08 +08:00 |
|
Seth House
|
15ec371f26
|
Built the manpages for 0.17
|
2013-09-17 17:58:01 -06:00 |
|
Seth House
|
93834f5b4c
|
Stole the youtube directive from sphinx-contrib
|
2013-09-17 17:56:56 -06:00 |
|
Seth House
|
487203d60e
|
Added a flag to file.sed to allow negating the search command
|
2013-09-17 17:17:40 -06:00 |
|
Erik Johnson
|
1b0d442085
|
Merge pull request #7307 from micahhausler/document/localclient_auth
Documented Python client API use with auth
|
2013-09-17 16:07:24 -07:00 |
|
micahhausler
|
d77c434163
|
Documented Python client API use with auth
|
2013-09-17 17:31:33 -04:00 |
|
Colton Myers
|
374525f1f5
|
Update wording for top file compilation to avoid confusion
Ref #7285
The previous wording could make it sound like the base *environment* was
authoritative, rather than just the top file.
|
2013-09-17 14:32:07 -06:00 |
|
Seth House
|
3d9351b166
|
Fixed incorrect module name in formula docs
formula_utils.py was an unfinished thought that it may make sense to
break out formula functions into a standalone module at some point.
|
2013-09-17 12:56:08 -06:00 |
|
K Jonathan Harker
|
c31eefdaa6
|
Put a more meaningful message in the logs
|
2013-09-17 18:06:24 +00:00 |
|
Marco Chomut
|
ef24517a1e
|
Change hardcoded padding numbers to M2Crypto's exposed constant
As defined here:
https://github.com/eventbrite/m2crypto/blob/master/SWIG/_rsa.i#L27
https://github.com/openssl/openssl/blob/master/crypto/rsa/rsa.h#L297
|
2013-09-17 14:01:16 -04:00 |
|
Ben Hosmer
|
37dd6038b5
|
Add an export function to the SVN module and state.
|
2013-09-17 12:50:59 -04:00 |
|
Thomas S Hatch
|
1b4f1b4585
|
fix Indentation in utils/master.py
|
2013-09-17 10:17:28 -06:00 |
|
Thomas S Hatch
|
09691b6d9e
|
fix indent in data.py
|
2013-09-17 10:16:38 -06:00 |
|
Thomas S Hatch
|
cf9b241e94
|
salt-ssh still only supports glob, take out the extra target options
Until we get them all supported
|
2013-09-17 10:15:17 -06:00 |
|
Thomas S Hatch
|
873b6e4dbf
|
Merge pull request #7295 from mech422/fix-fileclient-get_template-makedirs
One liner to close out #7290
|
2013-09-17 09:13:28 -07:00 |
|
Thomas S Hatch
|
b14781e063
|
Merge pull request #7288 from dlanderson/clear_minion_caches
Clear minion cache data on master
|
2013-09-17 09:11:36 -07:00 |
|
David Anderson
|
78540ec612
|
Add _mine_flush to master and accompanying mine.flush module func
|
2013-09-17 10:08:57 -06:00 |
|
David Anderson
|
fd4cdfc0fd
|
Pretty up the docstrings
|
2013-09-17 10:08:57 -06:00 |
|
David Anderson
|
326b25e437
|
Ability to clear cached minion pillar/grains/mine data on master
|
2013-09-17 10:08:57 -06:00 |
|
David Anderson
|
a891c0dd0f
|
Yank the now pointless argspec check
|
2013-09-17 10:08:57 -06:00 |
|
Thomas S Hatch
|
1d2007ad60
|
Merge pull request #7283 from zmarano/develop
Non existent key in data store returns key error when using data.getval
|
2013-09-17 09:08:39 -07:00 |
|
Thomas S Hatch
|
47c1dde7a0
|
Merge pull request #7280 from cvrebert/patch-1
have modjk.workers() honor `profile` arg
|
2013-09-17 09:08:15 -07:00 |
|
Thomas S Hatch
|
9831a9ad55
|
Merge pull request #7276 from SmithSamuelM/halite-start-status-log
Added log messages with halite startup info
|
2013-09-17 09:07:52 -07:00 |
|
Mech
|
0496512ca5
|
One liner to close out #7290
If Salt generates the 'dest' filename, allow it to create any
required directories.
|
2013-09-17 08:52:50 -07:00 |
|
Joseph Hall
|
76833df1ee
|
Merge pull request #7293 from holmboe/susefirewall2-doc
Add documentation for SuSEfirewall2
|
2013-09-17 06:52:04 -07:00 |
|
Henrik Holmboe
|
c9767da312
|
Update repos filename for SuSEfirewall.d configuration file
|
2013-09-17 15:30:55 +02:00 |
|
Henrik Holmboe
|
19acd1661e
|
Remove unused salt.ufw anchor and more minor edits
|
2013-09-17 15:28:25 +02:00 |
|