Skip to content

Provide option to prevent emails for scale events - #1681

Merged
ssalinas merged 4 commits into
masterfrom
no-solicitors
Dec 7, 2017
Merged

ssalinas merged 4 commits into
masterfrom
no-solicitors

Conversation

@matush-v

@matush-v matush-v commented Dec 6, 2017

Copy link
Copy Markdown
Contributor

This updates the scaleRequest object to include another optional boolean skipEmailNotification. By default, we'll send emails for scale events, but users can toggle their request to prevent email notifications.

@matush-v
matush-v requested a review from ssalinas December 6, 2017 13:44
@ssalinas

ssalinas commented Dec 6, 2017

Copy link
Copy Markdown
Contributor

🚢

@JsonProperty("message") Optional<String> message,
@JsonProperty("bounce") Optional<Boolean> bounce,
@JsonProperty("incremental") Optional<Boolean> incremental,
@JsonProperty("skipEmailNotification") Optional<Boolean> skipEmailNotification) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

documenting in-person conversation here as well, we should keep the old constructor around as well so we don't break anyone's builds 👍

@ssalinas

ssalinas commented Dec 6, 2017

Copy link
Copy Markdown
Contributor

🚢

@ssalinas ssalinas added this to the 0.19.0 milestone Dec 6, 2017
@ssalinas
ssalinas merged commit 821a394 into master Dec 7, 2017
@ssalinas
ssalinas deleted the no-solicitors branch December 7, 2017 14:39
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.

2 participants