-
Notifications
You must be signed in to change notification settings - Fork 93
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
Email Microservice #3095
Merged
Merged
Email Microservice #3095
Changes from 22 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
30e83c3
change to dev default email
omnipresent07 5a24f13
When the user signs a submission, put a record in the emailTopic (Kaf…
omnipresent07 99c3ce0
Create EmailService. The records in the email topic will be of style …
omnipresent07 73b72df
read from kafka
omnipresent07 d260755
implement email sign topic service
omnipresent07 516e1ab
* add scalafmt
omnipresent07 4cb6a02
Use scalafmt to format the codebase in consistent way.
omnipresent07 01efd56
bring in master
omnipresent07 1cfbf4c
Fix tests
omnipresent07 e1ab60a
Fix compilation errors
omnipresent07 d519ef9
Remove scala fmt settings
omnipresent07 0a608dd
Change emails for SES
omnipresent07 f1b2e16
bring in master
omnipresent07 995683b
remove emails
omnipresent07 aa9c42d
bring in master
omnipresent07 a54a007
merge changes with master
omnipresent07 6d7ba61
bring in master
omnipresent07 a39f8dc
bring in master
omnipresent07 41ce5d6
resolve conflicts
omnipresent07 d7dd375
remove lucid
omnipresent07 9eae2c9
remove scala fmt settings
omnipresent07 b23331d
remove scala fmt settings
omnipresent07 f179a06
correct name
omnipresent07 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
version = "2.0.1" | ||
maxColumn = 140 | ||
align = most | ||
continuationIndent.defnSite = 2 | ||
assumeStandardLibraryStripMargin = true | ||
docstrings = ScalaDoc | ||
includeCurlyBraceInSelectChains = false | ||
danglingParentheses = true | ||
spaces { | ||
inImportCurlyBraces = true | ||
} | ||
optIn.annotationNewlines = true | ||
|
||
rewrite.rules = [SortImports, RedundantBraces, PreferCurlyFors] |
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
11 changes: 3 additions & 8 deletions
11
check-digit/src/main/scala/hmda/uli/api/grpc/CheckDigitServiceImpl.scala
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
KAFKA_EMAIL_TOPIC
?