forked from argoproj/argo-events
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature sensor email trigger #1
Open
gokulav137
wants to merge
31
commits into
master
Choose a base branch
from
feature-sensor-email-trigger
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…goproj#2781) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: gokulav137 <[email protected]>
Signed-off-by: gokulav137 <[email protected]>
- EmailTrigger use EmailService to send email - Execute asserts receiver email is provided - Execute asserts receiver emails are valid emails - Execute asserts Body cannot be empty - Execute asserts Subject cannot be empty Signed-off-by: gokulav137 <[email protected]>
Signed-off-by: gokulav137 <[email protected]>
- Change Port from int to int32 - Fix typo portobuf to protobuf - Change protobuf type for port from bytes to varint - Fix typo protobuff to protobuf Signed-off-by: gokulav137 <[email protected]>
Signed-off-by: gokulav137 <[email protected]>
Signed-off-by: gokulav137 <[email protected]>
…ontrollers/sensor/validate.go Signed-off-by: gokulav137 <[email protected]>
…address Change is made as notification.emailService doesnot support multiple to email addresses Signed-off-by: gokulav137 <[email protected]>
username and password together Signed-off-by: gokulav137 <[email protected]>
- Add optional comment to EmailTrigger type - Move validation for To,From,Subject and Body from controller validation to trigger execution validation Signed-off-by: gokulav137 <[email protected]>
EmailTrigger Port default value specified as 0 Signed-off-by: gokulav137 <[email protected]>
- Username can't be empty - Host can't be empty - Port should be between 0-65535 Signed-off-by: gokulav137 <[email protected]>
- Test EmailTrigger.FetchResource - Test EmailTrigger.ApplyResource - Test EmailTrigger.Execute Signed-off-by: gokulav137 <[email protected]>
Signed-off-by: gokulav137 <[email protected]>
Signed-off-by: gokulav137 <[email protected]>
Signed-off-by: gokulav137 <[email protected]>
Signed-off-by: gokulav137 <[email protected]>
Signed-off-by: gokulav137 <[email protected]>
Signed-off-by: gokulav137 <[email protected]>
gokulav137
force-pushed
the
feature-sensor-email-trigger
branch
from
September 9, 2023 13:52
4e85cd9
to
bd49ef9
Compare
- Modified EmailTrigger.To from string to []string - Refactored email sending logic to send an email each to all the addresses in To Signed-off-by: gokulav137 <[email protected]>
…omplexity Removed parameterization to reduce complexity in example Signed-off-by: gokulav137 <[email protected]>
- Modify types comment for Username and SMTPPassword to be optional - Remove Username and SMTPPassword requirement check - Refactor SMTPPassword retrieval from secrets to only when SMTPPassword is not nil Signed-off-by: gokulav137 <[email protected]>
Signed-off-by: gokulav137 <[email protected]>
- Add dynamic to email use case and commented satic to email use case Signed-off-by: gokulav137 <[email protected]>
Signed-off-by: gokulav137 <[email protected]>
Signed-off-by: gokulav137 <[email protected]>
…afe maps - HTTP client - CustomTrigger client - Kafka client - Pulsar client - NATS client - Lambda client - OpenWhisk client - Eventbus client - Servicebus client Signed-off-by: gokulav137 <[email protected]>
…ulav137/argo-events into feature-sensor-email-trigger
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Checklist: