Commit graph

214 commits

Author SHA1 Message Date
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
Stefan Berggren
fbac5a140e Add attachments support to slack module. 2015-07-11 10:58:30 +02:00
Rene Moser
795425f32d irc: remove version_added for nick option, should have been nick_to option 2015-07-09 09:43:26 +02:00
Brian Coca
13a3e38a11 make token no_log in slack plugin 2015-07-08 13:13:38 -04:00
René Moser
5fec1e3994 irc: add version_added to new option nick 2015-07-08 12:56:45 +02:00
Toshio Kuratomi
8131bd3030 Documentation update 2015-07-07 10:49:43 -07:00
Adrian Muraru
2dd32236eb Implemented comments 2015-07-07 13:35:38 +03:00
Adrian Muraru
9fa5152a94 Add option to send a private message in irc module 2015-07-07 13:35:38 +03:00
Igor Khomyakov
bbb578ac59 fix user notification for v2 api
`notify` parameter is not working as expected for hipchat API v2.
2015-07-02 14:17:56 +03:00
Toshio Kuratomi
955bf92ff8 Add version_added to the subtype parameter 2015-06-25 06:53:28 -07:00
Arnaud Dematte
f1e3260b3f Update mail.py to allow html content
Adding parameter subtype to allow html based content. The default behavior of text/plain has been preserved.
2015-06-24 12:14:56 +02:00
Toshio Kuratomi
dd6e8f354a Modify a few more modules to not conditionalize urllib(2) import. 2015-06-19 09:07:04 -07:00
Toshio Kuratomi
4b29146c4d be explicit about urllib import and remove conditional urllib(2) import
urllib and urllib2 have been in the python stdlib since at least
python-2.3.  There's no reason to conditionalize it.

Fixes https://github.com/ansible/ansible/issues/11322
2015-06-19 09:01:08 -07:00
Brian Coca
35a4e70dee minor fixes 2015-06-19 11:00:58 -04:00
Brian Coca
95434149d3 Merge pull request #199 from bkimble/devel
added hall.com notification module
2015-06-17 12:39:26 -04:00
Greg DeKoenigsberg
004dedba8a Changes to author formatting, remove emails 2015-06-16 14:32:39 -04:00
David Siefert
3bd19b8ea0 Adding support for setting the topic of a channel 2015-06-16 11:33:16 -04:00
Brian Coca
eec8dca006 added copyright/license info to modules I had missed 2015-06-16 11:33:13 -04:00
Paul Bourdel
9c0cf447bd removing unnecessary white space 2015-05-15 15:57:10 -05:00
Paul Bourdel
aa93ff944a fixing grammar on error message 2015-05-15 15:56:06 -05:00
Paul Bourdel
452a590af8 adding author username 2015-05-15 15:54:53 -05:00
Paul Bourdel
98e3ee36b7 adding new line to end of file 2015-05-15 15:54:07 -05:00
Paul Bourdel
0a1784736c adding check for module.check_mode to v2 message method 2015-05-15 15:46:08 -05:00
Paul Bourdel
f5afe50d79 Merge branch 'devel' of https://github.com/ansible/ansible-modules-extras into feature/Upgrade-To-HipChat-V2-API 2015-05-15 15:45:06 -05:00