-
Notifications
You must be signed in to change notification settings - Fork 8
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
feat: add detour notifications to notifications server #2815
Merged
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
firestack
force-pushed
the
kf/asn/dn/notification-server
branch
2 times, most recently
from
September 25, 2024 15:32
302ad0d
to
102eb5f
Compare
firestack
force-pushed
the
kf/asn/dn/notification
branch
from
September 25, 2024 15:34
d79ea2c
to
c231cfb
Compare
firestack
force-pushed
the
kf/asn/dn/notification-server
branch
from
September 25, 2024 15:34
102eb5f
to
d632b49
Compare
Coverage of commit
|
Coverage of commit
|
Coverage of commit
|
firestack
force-pushed
the
kf/asn/dn/notification-server
branch
2 times, most recently
from
September 25, 2024 15:46
b323e24
to
956c608
Compare
Coverage of commit
|
Coverage of commit
|
firestack
force-pushed
the
kf/asn/dn/notification
branch
2 times, most recently
from
September 25, 2024 19:07
5653aab
to
bc3b076
Compare
firestack
force-pushed
the
kf/asn/dn/notification-server
branch
from
September 26, 2024 12:29
956c608
to
39d989c
Compare
firestack
force-pushed
the
kf/asn/dn/notification
branch
from
September 26, 2024 12:29
bc3b076
to
1d7f8d7
Compare
Coverage of commit
|
Coverage of commit
|
firestack
force-pushed
the
kf/asn/dn/notification-server
branch
from
September 26, 2024 12:45
39d989c
to
313828a
Compare
Coverage of commit
|
firestack
force-pushed
the
kf/asn/dn/notification
branch
from
September 26, 2024 13:39
a9659a2
to
91773c9
Compare
firestack
force-pushed
the
kf/asn/dn/notification-server
branch
from
September 26, 2024 13:40
313828a
to
64d4d59
Compare
Coverage of commit
|
Coverage of commit
|
firestack
changed the title
feat: add detour notifications to notifications server
feat: add detour notifications to notifications server
Sep 26, 2024
firestack
force-pushed
the
kf/asn/dn/notification
branch
from
September 26, 2024 14:39
91773c9
to
d91843c
Compare
firestack
force-pushed
the
kf/asn/dn/notification-server
branch
from
September 26, 2024 14:39
64d4d59
to
1454143
Compare
Coverage of commit
|
firestack
force-pushed
the
kf/asn/dn/notification-server
branch
from
September 26, 2024 15:02
1454143
to
a8fb678
Compare
firestack
force-pushed
the
kf/asn/dn/notification
branch
from
September 26, 2024 15:02
d91843c
to
e31c806
Compare
Coverage of commit
|
Coverage of commit
|
firestack
force-pushed
the
kf/asn/dn/notification-server
branch
from
September 26, 2024 15:23
a8fb678
to
dfde647
Compare
firestack
force-pushed
the
kf/asn/dn/notification
branch
from
September 26, 2024 15:23
e31c806
to
b3bd45d
Compare
Coverage of commit
|
Coverage of commit
|
firestack
force-pushed
the
kf/asn/dn/notification
branch
from
September 26, 2024 15:58
1884c6d
to
c26872e
Compare
firestack
force-pushed
the
kf/asn/dn/notification-server
branch
from
September 26, 2024 15:58
dfde647
to
12fa629
Compare
firestack
force-pushed
the
kf/asn/dn/notification
branch
from
September 26, 2024 16:01
1e956b0
to
b043e49
Compare
firestack
force-pushed
the
kf/asn/dn/notification-server
branch
from
September 26, 2024 16:01
12fa629
to
2c20a1f
Compare
Coverage of commit
|
Coverage of commit
|
Coverage of commit
|
firestack
force-pushed
the
kf/asn/dn/notification-server
branch
2 times, most recently
from
September 26, 2024 16:11
ead40ab
to
1c1200b
Compare
Coverage of commit
|
firestack
force-pushed
the
kf/asn/dn/notification-server
branch
from
September 26, 2024 16:29
1c1200b
to
25bf191
Compare
hannahpurcell
approved these changes
Sep 27, 2024
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.
I'm less proficient in reviewing GenServer work, but it helped that the notification_server already existed for other notification types, so I could follow the set pattern for detour notifs. So I only have a couple questions, but none of them block approval
firestack
force-pushed
the
kf/asn/dn/notification-server
branch
2 times, most recently
from
September 27, 2024 12:11
9939117
to
76a38d8
Compare
fix: set name to __MODULE__
firestack
force-pushed
the
kf/asn/dn/notification-server
branch
from
September 27, 2024 12:13
76a38d8
to
f692394
Compare
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.
Step 2 of adding detour notifications to Skate. This creates the notification API for having the notification server create a new notification for a detour.
Asana Ticket: https://app.asana.com/0/0/1208393164852685/f
Depends on: