Commit Graph

42757 Commits

Author SHA1 Message Date
Joseph Hall
04d8f1c69d More typos 2014-11-28 05:54:36 -07:00
Pedro Algarvio
cc4afe8a52 Merge pull request #18528 from s0undt3ch/hotfix/transifex-updates
Update 'doc/.tx/config' - Build #213
2014-11-28 10:41:20 +00:00
Frank Klaassen
aff5d9570f Remove unused node parameter from wait_for_state 2014-11-28 07:56:58 +01:00
Frank Klaassen
752e3dd6e3 Remove unused Proxmox arguments 2014-11-28 07:48:47 +01:00
Ernest W. Durbin III
73dfa3001b fix test_valid_docs failures
04:47:36 ======================================================================
04:47:36 ERROR [0.371s]: test_valid_docs (integration.modules.sysmod.SysModuleTest)
04:47:36 ----------------------------------------------------------------------
04:47:36 Traceback (most recent call last):
04:47:36   File "/testing/tests/integration/modules/sysmod.py", line 85, in test_valid_docs
04:47:36     '\n'.join(['  - {0}'.format(f) for f in sorted(noexample)]),
04:47:36 AssertionError: There are some functions which do not have a docstring or do not have an example:
04:47:36 No docstring:
04:47:36
04:47:36 No example:
04:47:36   - git.urlparse
04:47:36   - git.urlunparse
04:47:36
04:47:36
04:47:36 ----------------------------------------------------------------------
04:47:36 Ran 208 tests in 511.923s
04:47:36
04:47:36 FAILED (errors=1, skipped=34)
2014-11-28 00:04:37 -05:00
Ernest W. Durbin III
c7878ded90 lint fixups 2014-11-27 23:55:01 -05:00
Ernest W. Durbin III
3d87f3754b allow for git HTTP Basic Auth when using https://
- Overview

This commit adds support for HTTP Basic Auth user and passwords when cloning
a git repository. Restrictions are placed to ensure Basic Auth is only used
when accessing remote repositories over HTTPS.

Support for updating remotes is included for user/password/uri changes.

Submodule support is not maintained, as those are outside the scope of my
initial need :)

This has a terrific tendency to leak credentials in the clear due to logging
in the cmd.run set of tools.

- Motivation

Specifically, GitHub's HTTPS access layer has some niceties not available when
using the SSH protocol. See https://help.github.com/articles/which-remote-url-should-i-use/#cloning-with-https-recommended

It is nice to enforce read-only access to repositories from remote hosts.

Also, it is a lot cleaner to drop Passwords/Security Tokens in configurations
rather than PEM form private keys.
2014-11-27 22:51:19 -05:00
Joseph Hall
54bb58df86 Typo fix 2014-11-27 19:29:37 -07:00
Joseph Hall
effefa0cba List PagerDuty Escalation Policies 2014-11-27 19:25:56 -07:00
Joseph Hall
95562cace4 List PagerDuty Maintenance Windows 2014-11-27 19:22:11 -07:00
Joseph Hall
d51cd27de5 List PagerDuty Schedules 2014-11-27 19:16:03 -07:00
Joseph Hall
313bca6a47 List PagerDuty Users 2014-11-27 19:11:28 -07:00
Elias Probst
6a5b2f6dee Move the log message in case no results were returned into the right block 2014-11-27 23:12:09 +01:00
Elias Probst
68de0b3703 Prevent 'DSID-0C0906E8' error when binding to ActiveDirectory. 2014-11-27 22:27:36 +01:00
Fred Reimer
ba89564069 Added boto_cfn.py for beginning of Cloud Formation module
This is the very beginning of the Cloud Formation module, but it has been tested
and currently has the capability to create, delete, get_template, and test to
see if a Cloud Formation stack exists.  There are many more parts to be added,
but this will allow for Salt to create stacks.  As with all boto modules, this
can use credentials in the minion, pillar, or AWS IAM roles.  Not all methods
were tested, but it uses the same methods as other modules, and in fact was
created by just copying the SQS module and replacing most parts.
2014-11-27 15:48:02 -05:00
T.J. Yang
3f1a007318 shifting chapters in contents 1-3 rst files 2014-11-27 04:15:38 -06:00
T.J. Yang
f024e34e3a without this patch,salt-[1-3].pdf content are wrong 2014-11-27 03:50:17 -06:00
Seth House
c92cdedc8d Switch to RAET-compatible event listener 2014-11-27 00:25:10 -07:00
Joseph Hall
1599e1625c Better opts checking for #18538 2014-11-26 21:23:57 -07:00
Nicole Thomas
968ec62b20 Merge pull request #18525 from s0undt3ch/2014.7
Switch `open()` for `salt.utils.fopen()`
2014-11-26 19:40:38 -07:00
Thomas S Hatch
bb53bc3901 Merge pull request #18532 from cro/nssm32bit_20147
Upgrade nssm but switch back to 32 bit
2014-11-26 18:45:24 -07:00
Thomas S Hatch
99b76a1782 Merge pull request #18537 from garethgreenaway/scheduler_run_on_start
Additions to scheduler.
2014-11-26 18:42:55 -07:00
Thomas S Hatch
c085a23761 Merge pull request #18539 from wt/fix_s3fs_2014.7_exception
Handle errors while unpickling.
2014-11-26 18:41:25 -07:00
Thomas S Hatch
082c82309d Merge pull request #18529 from thatch45/event_cleaning
use event factory functions
2014-11-26 18:39:26 -07:00
Pedro Algarvio
33ee04d835 Switch open() for salt.utils.fopen() 2014-11-26 23:44:16 +00:00
Pedro Algarvio
3c31fce736 Switch open() for salt.utils.fopen() 2014-11-26 23:40:43 +00:00
Pedro Algarvio
f28d134d36 Switch open() for salt.utils.fopen() 2014-11-26 23:39:47 +00:00
Pedro Algarvio
78bc5107ee Switch open() for salt.utils.fopen() 2014-11-26 23:38:34 +00:00
Pedro Algarvio
62ec46d6dd Switch open() for salt.utils.fopen() 2014-11-26 23:37:01 +00:00
Pedro Algarvio
d957d2e911 Switch open() for salt.utils.fopen() 2014-11-26 23:36:26 +00:00
Pedro Algarvio
bea345e720 Switch open() for salt.utils.fopen() 2014-11-26 23:35:31 +00:00
Pedro Algarvio
1857a0d31f Switch open() for salt.utils.fopen() 2014-11-26 23:30:18 +00:00
Seth House
75ef72b7fb Merge pull request #18523 from saltstack/revert-18148-six_docs_build
Revert "[don't merge!!] Add six dependency notice to building docs intru...
2014-11-26 16:19:42 -07:00
Warren Turkal
18a5851d9d Handle errors while unpickling.
The metadata cache for s3 can get corrupted. If unpickling raises such
an error we should just refetch the data from s3.
2014-11-26 15:16:36 -08:00
Seth House
4ee5fcbcca Merge pull request #18536 from tjyang/develop
Adding 4 smallerpdf files beside one giant 1600+ pages Salt-all.pdf
2014-11-26 16:14:23 -07:00
Pedro Algarvio
8735242906 We need to call read()! 2014-11-26 23:13:19 +00:00
Gareth J. Greenaway
75ed48bc6e Adding the ability to not have a scheduled job run when the minion first starts up. 2014-11-26 14:56:37 -08:00
T.J. Yang
a6535cf37d makefile update at Wed Nov 26 16:21:18 CST 2014 2014-11-26 16:21:18 -06:00
Pedro Algarvio
b8b4158377 Remove unused import 2014-11-26 21:52:30 +00:00
Pedro Algarvio
aaf0f4aba0 Fix imports 2014-11-26 21:08:13 +00:00
Pedro Algarvio
1eeb02d93f Add a missed with 2014-11-26 21:07:39 +00:00
Pedro Algarvio
47edf6fc89 Fix the with context 2014-11-26 20:49:04 +00:00
C. R. Oldham
f41cc45a8f Switch nssm back to 32-bit 2014-11-26 13:35:53 -07:00
Thomas S Hatch
8db80b774e use event factory functions 2014-11-26 13:16:17 -07:00
Pedro Algarvio
f5794f837c Update 'doc/.tx/config' - Build #213
http://cookingwithsalt.org/job/salt/job/transifex/213/

Signed-off-by: Pedro Algarvio <pedro@algarvio.me>
2014-11-26 20:01:25 +00:00
Pedro Algarvio
491d251f48 Fix invalid syntax 2014-11-26 19:57:32 +00:00
Pedro Algarvio
d3f419ca84 Fix undefined variable 2014-11-26 19:56:24 +00:00
Pedro Algarvio
edb1687d19 Switch open() for salt.utils.fopen() 2014-11-26 19:34:55 +00:00
Pedro Algarvio
71bc0b754e Switch open() for salt.utils.fopen() 2014-11-26 19:32:45 +00:00
Gareth J. Greenaway
a0b060300e Adding missing docs for using cron like format for scheduler 2014-11-26 11:24:02 -08:00