You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/notification
Robin Schneider 57c142b6ed Use HTTPS instead of legacy HTTP for ansible.com (#2636)
Mechanical edit done by this "one-liner":

git ls-files -z "$(git rev-parse --show-toplevel)" | xargs --null -I '{}' find '{}' -type f -print0 | xargs --null sed --in-place --regexp-extended 's#http://www\.ansible\.com#https://www.ansible.com#g;'

Related to: https://github.com/ansible/ansible/issues/16869
10 years ago
..
__init__.py package files 11 years ago
campfire.py Use no_log=True for campfire module to avoid leaks 10 years ago
flowdock.py Avoid token leak by marking it as sensitive with no_log (#1966) 10 years ago
grove.py added missing GPL licences 10 years ago
hall.py minor fixes 11 years ago
hipchat.py Expect 204 status when using hipchat v2 api. 10 years ago
irc.py add type declaration to the port parameter of the irc module. #AnsibleZH (#2349) 10 years ago
jabber.py Set no log for jabber.py password 10 years ago
mail.py Do not leak mail password by error 10 years ago
mqtt.py Mark password as 'no_log', to avoid leaking it 10 years ago
nexmo.py be explicit about urllib import and remove conditional urllib(2) import 11 years ago
osx_say.py Adding author's github id 11 years ago
pushbullet.py Set api_key as no_log, since that's likely something that should be kept private (#2038) 10 years ago
pushover.py Fix arguments for pushover module 10 years ago
rocketchat.py Use HTTPS instead of legacy HTTP for ansible.com (#2636) 10 years ago
sendgrid.py updated docs, version is 2.2 and explain changes 10 years ago
slack.py Use HTTPS instead of legacy HTTP for ansible.com (#2636) 10 years ago
sns.py Remove duplicate documentation fields 10 years ago
telegram.py add telegram notification module 10 years ago
twilio.py Auth_toekn is a secret, shouldn't be logged (#1999) 10 years ago
typetalk.py Client_secret is supposed to be kept secret, so mark it as no_log (#1995) 10 years ago