-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
care partner alerts #715
Open
ewollesen
wants to merge
28
commits into
master
Choose a base branch
from
eric-cpa-alerts
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.
+9,904
−335
Open
care partner alerts #715
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
36c4cf6
adds List and Get methods to alerts client
ewollesen 89cde28
lift Repeat out of the base alert config
ewollesen 93f6c0c
adds activity tracking to alert configurations
ewollesen f441d82
adds auth endpoint to retrieve a user's device tokens
ewollesen a697d95
adds the ability to retrieve device tokens to the auth client
ewollesen ce0a534
remove unused device tokens repo from data
ewollesen a4c8ed9
adds a pusher client for sending APNs push notifications
ewollesen 6315509
adapts sarama.Logger to implement log.Logger
ewollesen 369fe9d
adapts go-common's asyncevents.SaramaEventsConsumer for alerts
ewollesen 713a563
allow invites to set an upload id
ewollesen 7335bd7
integrates an APNs pusher into data service
ewollesen d0b8baa
adds Evaluate methods to alerts.Config
ewollesen e42fd55
adds the alerts events consumer to the data service
ewollesen 9fa0ed5
remove some debugging logs
ewollesen de0f05f
small fixes from code review
ewollesen 4b7277e
rename Note => Notification
ewollesen 30beb3f
one mock of DeviceTokenRepository is enough
ewollesen 04aecb2
add a topic cascading retry mechanism for care partner alerts
ewollesen e1e0d34
modifies DelayingConsumer to use a message header instead of a delay
ewollesen 8f13adf
just a little more explanation of cascading consumer
ewollesen 6b1c5da
don't read topic and consumer group id from runtime configuration
ewollesen 7d0a020
there's no longer a need to inject server session tokens
ewollesen 61e8e48
removes out-of-date tests
ewollesen 3bfa44a
improve test coverage
ewollesen b9767dc
add data set id to alerts Evaluation, improve test coverage
ewollesen 64bee6e
rearrange the test target to point to go-test
ewollesen 7415ef0
implement no communication alerts
ewollesen 2e91daf
evaluate not looping conditions
ewollesen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
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
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.
Darin upstreamed some changes that remove the necessity of a separate token provider.