Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rest email notification #2015

Merged
merged 36 commits into from
Oct 3, 2018
Merged

Rest email notification #2015

merged 36 commits into from
Oct 3, 2018

Conversation

noliveleger
Copy link
Contributor

@noliveleger noliveleger commented Sep 28, 2018

Based on #1864.

Adds 2 features:

  • Email notification
  • Allow admins to block (or not) unsecured remote endpoints (with Constance)

There are FE and BE changes.

noliveleger and others added 30 commits August 24, 2018 13:16
@noliveleger noliveleger changed the base branch from master to REST-UI September 28, 2018 17:05
Copy link
Member

@jnm jnm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good; I just noted some minor changes. Thanks 👍

docker/run_celery_sync_kobocat_xforms.bash Outdated Show resolved Hide resolved
jsapp/js/components/RESTServices/RESTServicesForm.es6 Outdated Show resolved Hide resolved
kobo/apps/hook/tasks.py Outdated Show resolved Hide resolved
kobo/apps/hook/tasks.py Outdated Show resolved Hide resolved
kobo/apps/hook/tasks.py Outdated Show resolved Hide resolved
kobo/apps/hook/tests/test_api_hook.py Outdated Show resolved Hide resolved
kobo/apps/hook/tests/test_api_hook.py Outdated Show resolved Hide resolved
kobo/apps/hook/tests/test_api_hook.py Outdated Show resolved Hide resolved
kpi/permissions.py Outdated Show resolved Hide resolved
kpi/permissions.py Show resolved Hide resolved
msg = EmailMultiAlternatives(translation.ugettext("Hooks failures report"), text_content,
"support@kobotoolbox.org",
msg = EmailMultiAlternatives(translation.ugettext("REST Services Failure Report"), text_content,
constance.config.SUPPORT_EMAIL,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch, @noliveleger 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants