AUTHORS.md
LICENSE
MANIFEST.in
NOTICE
README.md
setup.py
src/iris/__init__.py
src/iris/__main__.py
src/iris/api.py
src/iris/app_stats.py
src/iris/cache.py
src/iris/client.py
src/iris/config.py
src/iris/constants.py
src/iris/custom_import.py
src/iris/custom_incident_handler.py
src/iris/db.py
src/iris/doc_helper.py
src/iris/gmail.py
src/iris/sphinx_extension.py
src/iris/utils.py
src/iris/applications/__init__.py
src/iris/applications/dummy_app.py
src/iris/bin/__init__.py
src/iris/bin/app_stats.py
src/iris/bin/iris_ctl.py
src/iris/bin/owasync.py
src/iris/bin/retention.py
src/iris/bin/run_server.py
src/iris/bin/sender.py
src/iris/bin/sync_targets.py
src/iris/bin/ui_build_assets.py
src/iris/coordinator/__init__.py
src/iris/coordinator/kazoo.py
src/iris/coordinator/noncluster.py
src/iris/metrics/__init__.py
src/iris/metrics/dummy.py
src/iris/metrics/influx.py
src/iris/metrics/prometheus.py
src/iris/plugins/__init__.py
src/iris/plugins/core.py
src/iris/push/__init__.py
src/iris/push/fcm.py
src/iris/role_lookup/__init__.py
src/iris/role_lookup/dummy.py
src/iris/role_lookup/mailing_list.py
src/iris/role_lookup/oncall.py
src/iris/role_lookup/user.py
src/iris/sender/__init__.py
src/iris/sender/auditlog.py
src/iris/sender/cache.py
src/iris/sender/message.py
src/iris/sender/metric.py
src/iris/sender/oneclick.py
src/iris/sender/quota.py
src/iris/sender/rpc.py
src/iris/sender/shared.py
src/iris/ui/__init__.py
src/iris/ui/auth/__init__.py
src/iris/ui/auth/ldap.py
src/iris/ui/auth/noauth.py
src/iris/ui/static/css/bootstrap-datetimepicker.css
src/iris/ui/static/css/bootstrap-theme.css
src/iris/ui/static/css/bootstrap-theme.min.css
src/iris/ui/static/css/bootstrap.css
src/iris/ui/static/css/bootstrap.min.css
src/iris/ui/static/css/hopscotch.min.css
src/iris/ui/static/css/iris.css
src/iris/ui/static/css/jquery.dataTables.min.css
src/iris/ui/static/fonts/glyphicons-halflings-regular.eot
src/iris/ui/static/fonts/glyphicons-halflings-regular.svg
src/iris/ui/static/fonts/glyphicons-halflings-regular.ttf
src/iris/ui/static/fonts/glyphicons-halflings-regular.woff
src/iris/ui/static/fonts/glyphicons-halflings-regular.woff2
src/iris/ui/static/images/chevron-down.png
src/iris/ui/static/images/iris-1100.png
src/iris/ui/static/images/iris-small.png
src/iris/ui/static/images/iris.png
src/iris/ui/static/images/iris.svg
src/iris/ui/static/images/iris_original.png
src/iris/ui/static/images/sprite-green.png
src/iris/ui/static/images/sprite-orange.png
src/iris/ui/static/js/bootstrap-datetimepicker.js
src/iris/ui/static/js/bootstrap.js
src/iris/ui/static/js/bootstrap.min.js
src/iris/ui/static/js/handlebars-4.0.12.min.js
src/iris/ui/static/js/hopscotch.min.js
src/iris/ui/static/js/iris.js
src/iris/ui/static/js/jquery-3.3.1.min.js
src/iris/ui/static/js/jquery.dataTables.min.js
src/iris/ui/static/js/marked.min.js
src/iris/ui/static/js/moment-timezone.js
src/iris/ui/static/js/moment-tz-data.js
src/iris/ui/static/js/typeahead.js
src/iris/ui/templates/application.html
src/iris/ui/templates/applications.html
src/iris/ui/templates/base.html
src/iris/ui/templates/error.html
src/iris/ui/templates/incident.html
src/iris/ui/templates/incidents.html
src/iris/ui/templates/login.html
src/iris/ui/templates/message.html
src/iris/ui/templates/messages.html
src/iris/ui/templates/plan.html
src/iris/ui/templates/plans.html
src/iris/ui/templates/qr.html
src/iris/ui/templates/singlestat.html
src/iris/ui/templates/stats.html
src/iris/ui/templates/template.html
src/iris/ui/templates/templates.html
src/iris/ui/templates/unsubscribe.html
src/iris/ui/templates/user.html
src/iris/validators/__init__.py
src/iris/vendors/__init__.py
src/iris/vendors/iris_dummy.py
src/iris/vendors/iris_hipchat.py
src/iris/vendors/iris_messagebird.py
src/iris/vendors/iris_slack.py
src/iris/vendors/iris_smtp.py
src/iris/vendors/iris_twilio.py
src/iris/webhooks/__init__.py
src/iris/webhooks/alertmanager.py
src/iris/webhooks/grafana.py
src/iris/webhooks/rackspace.py
src/iris/webhooks/webhook.py
src/irisapi.egg-info/PKG-INFO
src/irisapi.egg-info/SOURCES.txt
src/irisapi.egg-info/dependency_links.txt
src/irisapi.egg-info/entry_points.txt
src/irisapi.egg-info/requires.txt
src/irisapi.egg-info/top_level.txt
test/test_config.py
test/test_coordinator.py
test/test_iris_vendor_hipchat.py
test/test_iris_vendor_messagebird.py
test/test_iris_vendor_slack.py
test/test_iris_vendor_smtp.py
test/test_iris_vendor_twilio.py
test/test_irisapi.py
test/test_metrics_prometheus.py
test/test_owa.py
test/test_sender.py
test/test_vendor.py
test/test_webhook_alertmanager.py
test/test_webhook_grafana.py
test/test_webhook_rackspace.py