Commit graph

237 commits

Author SHA1 Message Date
Adrian Likins
9d705a4208 Expect 204 status when using hipchat v2 api.
When posting to the room notication api with hipchat
v2 api, the expected return code is 204, as per:
https://www.hipchat.com/docs/apiv2/method/send_room_notification

fixes #2143
2016-05-04 07:27:17 +02:00
Michael Scherer
03af9ab491 Set api_key as no_log, since that's likely something that should be kept private (#2038) 2016-04-15 09:45:37 -04:00
Michael Scherer
4b3ab52374 Fix arguments for pushover module
Since user_key and app_token are used for authentication, I
suspect both of them should be kept secret.

According to the API manual, https://pushover.net/api
priority go from -2 to 2, so the argument should be constrained.
2016-04-13 20:32:47 +02:00
Michael Scherer
fa65f4dc2b Mark token as no_log, since that's used for auth (#2011) 2016-04-12 10:27:18 -04:00
Michael Scherer
5e15cc887b Auth_toekn is a secret, shouldn't be logged (#1999) 2016-04-11 11:35:14 -04:00
René Moser
474baaa831 Merge pull request #1981 from macdiesel/macdiesel/urlencode-hipchat-api-path
Escape room name in hipchat api v2 urls
2016-04-10 11:57:01 +02:00
Michael Scherer
197ee8bef4 Client_secret is supposed to be kept secret, so mark it as no_log (#1995) 2016-04-09 23:33:11 -07:00
Michael Scherer
bc198cc33a Avoid token leak by marking it as sensitive with no_log (#1966) 2016-04-07 12:47:57 -04:00
Michael Scherer
3385bf5ef2 Do not leak mail password by error 2016-04-07 08:59:11 -04:00
Michael Scherer
c215bff12e Mark password as 'no_log', to avoid leaking it 2016-04-07 08:58:15 -04:00
Brian Beggs
ed35159702 hipchat api v2 rooms are now url escaped 2016-04-06 17:07:03 -04:00
Michael Scherer
719b9b229b Prevent password leaks in notification/irc 2016-04-04 09:31:12 -04:00
Michael Scherer
95e07d2f51 Use no_log=True for campfire module to avoid leaks 2016-04-04 09:18:34 -04:00
Michael Scherer
b5333ba08c Set no log for jabber.py password 2016-04-04 09:14:56 -04:00
Toshio Kuratomi
d56ac42c8b U() markings in pushover docs should remain but need to be uppercased.
pri description needs to be a list.
2016-02-07 20:21:44 -08:00
Baptiste Mille-Mathias
0608318f90 remove unicode prefix and correct text in table
Remove the unicode prefix displayed before the url pushover.net
Attempt to correct the text in the table which appear vertically.
2016-02-07 20:21:44 -08:00
Toshio Kuratomi
36be779888 Remove duplicate documentation fields 2016-01-28 09:20:55 -08:00
Brian Coca
2850c7acb8 Merge pull request #1336 from quoing/devel
Fix 'An error occurred while looking up _xmpp-client._tcp.10.100.1.10…8' when IP host is configured
2015-12-22 10:03:16 -05:00
Zach Abrahamson
d738eb2fed Wrapping room parameter in a string in case of using room IDs 2015-12-15 21:11:41 -05:00
quoing
4c0b91fd9b Fix 'An error occurred while looking up _xmpp-client._tcp.10.100.1.108' when IP host is configured
...
    jabber: user=ansible@mydomain.tld
            host=10.100.1.108
...

fatal: [bruce.mess.cz] => failed to parse: Invalid debugflag given: always
Invalid debugflag given: nodebuilder
2015-12-05 17:05:02 +01:00
Jonathan Davila
39a3255ef3 Sendgrid docs fix 2015-11-16 16:54:35 -05:00
Jonathan Mainguy
19b506f64f Added style= and more colors. 2015-11-12 22:49:41 -05:00
Brian Coca
22ebf03093 fixed undefined msg and now actually return something meaningful
fixes #1127
2015-10-19 12:14:51 -04:00
Brian Coca
4a0e757196 Merge pull request #370 from nsg/full-attachments-support
Add attachments support to slack module.
2015-10-12 09:27:03 -04:00
Ramon de la Fuente
d14bb33a03 updated the examples to the new Slack API 2015-10-08 12:59:21 +02:00
Ramon de la Fuente
8ffc11713f module guidelines compliency 2015-10-08 10:36:09 +02:00
Brian Coca
8d3122169d added missing GPL licences
fixes #508
2015-10-07 23:20:27 -04:00
Matt Martz
eac4493421 sys.exit removal for notification/mail.py 2015-10-05 13:23:34 -05:00
Michael J. Schultz
c61d430191 sns: remove BabyJSON 2015-09-30 15:50:44 -05:00
Greg DeKoenigsberg
750754f0d9 Merge pull request #976 from kovacsbalu/fix-push_type
Use push_type and send link with push_link.
2015-09-30 16:37:25 -04:00
Toshio Kuratomi
3c8c716801 Merge pull request #911 from Jmainguy/irc_part
Adds part=false feature to irc module. This allows people to use a fa…
2015-09-28 08:43:46 -07:00
kovacsbalu
22de417dad Use push_type and send link with push_link. 2015-09-15 09:35:14 +02:00
baba
c7f7698fdc Fix missing parameter in typetalk module 2015-09-07 15:40:52 +09:00
Jonathan Mainguy
5a4dcc24fc Adds part=false feature to irc module. This allows people to use a faux bot without part/dconns between messages, tested using a user logged into znc as our faux bot, defaults to old style of part/dconn if part= not specified 2015-09-02 14:34:49 -04:00
Toshio Kuratomi
cbac99de20 Merge pull request #784 from ansible/fetch_url-pushover
Switch from httplib to fetch_url
2015-08-05 09:42:30 -07:00
Brian Coca
27bf193483 added missing license headers
fixes #508
2015-07-30 14:48:59 -04:00
Brian Coca
827b2a4196 clarified xmpp lib to use 2015-07-28 18:53:30 -04:00
Toshio Kuratomi
fe69c0e67a Switch from httplib to fetch_url 2015-07-28 12:23:54 -07:00
Toshio Kuratomi
0297a7e7e6 Use fetch_urls code to do basic auth instead of our own i nthe twilio
module
2015-07-28 11:36:31 -07:00
Toshio Kuratomi
4e5c5fa728 Merge pull request #737 from ansible/fetch_url-twilio
Port twilio to fetch_url
2015-07-28 11:24:57 -07:00
Toshio Kuratomi
079720a341 Merge pull request #738 from ansible/fetch_url-typetalk
Port typetalk to fetch_url
2015-07-28 10:58:59 -07:00
Toshio Kuratomi
5a2869bc10 Merge pull request #736 from ansible/fetch_url-sendgrid
Port sendgrid to fetch_url
2015-07-28 10:55:30 -07:00
Nando Vieira
439bccc286 Use correct variable name. 2015-07-27 01:45:03 -03:00
Toshio Kuratomi
aaaff1f120 Use the correct module param names to pass user/pass 2015-07-22 12:01:46 -07:00
Toshio Kuratomi
167cad99fa Merge pull request #735 from ansible/fetch_url-campfire
Port campfire to fetch_url
2015-07-22 07:13:52 -07:00
Brian Coca
d63648d3c2 fixed decriptions to be lists 2015-07-21 12:58:37 -04:00
Toshio Kuratomi
905737c974 Port typetalk to fetch_url 2015-07-20 23:51:03 -07:00
Toshio Kuratomi
4ef6f4ea42 Port twilio to fetch_url 2015-07-20 23:39:42 -07:00
Toshio Kuratomi
b8df0d32a2 Port sendgrid to fetch_url 2015-07-20 23:36:49 -07:00
Toshio Kuratomi
d6b0cf7bc4 Port campifre to fetch_url 2015-07-20 23:28:29 -07:00