-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove unused * implement half of tag handling * use switch as both groups are not handled the same way * CC itgov box when it is an admin who is tagged * working on mechanism to dedupe when needed * whoops - need to use poster role and info, not recipient * fix CC in test * remove DiscussionBoardType from input * clean up skip conditional * cautiously adding itgov team email...will double check things * add `UserAccountsByIDsNP` method, implement group messages * better naming * fill in reply functionality, will see if there is a way to DRY this up * use CreatedBy UUID instead of ID * nil ptr deref fix attempt * more nil ptr deref fix attempts * add emailClient * one more * trying with mockSender * add print * one more * still working on this e2e test * nil check emailClient * one more nil check * whoops * s/warn/info * whoops - use proper ID * postman * swap to fmt for spacing consistency * fix ids, update discussion links * refactor resolver logic and touchup email templates without fixing tests * update postman * clean up tests * remove unused enum * cleanup error handling * address panics first * some cleanup * remove bold tags, going one by one on cleaning up for tests * hopefully getting closer to matching emails * Update test email templates to have a valid group name * passing tests * urlFromPathAndQuery --------- Co-authored-by: Clay Benson <clay.benson@oddball.io> Co-authored-by: Lee Warrick <lee.warrick@oddball.io>
- Loading branch information
1 parent
de03329
commit 9a50dd9
Showing
22 changed files
with
802 additions
and
497 deletions.
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
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.