-
Notifications
You must be signed in to change notification settings - Fork 5
feat: adding certificate delivery subscriptions #328
Conversation
3b47424
to
904c23e
Compare
0e8cefd
to
58a310d
Compare
904c23e
to
0b98ea4
Compare
bc0ec68
to
5e2346f
Compare
b702b52
to
d11f6b8
Compare
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.
👍
25da63e
to
a6f376b
Compare
5e2346f
to
650fe2e
Compare
a6f376b
to
01cb570
Compare
650fe2e
to
e4576ac
Compare
01cb570
to
885e74b
Compare
e4576ac
to
60e2c54
Compare
885e74b
to
d334235
Compare
60e2c54
to
565840e
Compare
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.
Left some comments and questions but overall this looks like it's ready to go.
edaeb44
to
63018c3
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #328 +/- ##
==========================================
+ Coverage 60.73% 60.79% +0.06%
==========================================
Files 231 232 +1
Lines 12085 12135 +50
==========================================
+ Hits 7340 7378 +38
- Misses 4745 4757 +12
☔ View full report in Codecov by Sentry. |
63018c3
to
06b2908
Compare
@gruberb Can you re-review please and let us know if you still have concerns? |
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.
👍
6188b8a
to
76a74a7
Compare
Signed-off-by: Simon Paitrault <simon.paitrault@gmail.com>
Signed-off-by: Simon Paitrault <simon.paitrault@gmail.com>
76a74a7
to
05c0255
Compare
Description
Wire the
broadcast
delivered certificates notification into the newGraphQL
subscriptions.An example query:
A
Websocket
is used to expose and push messages to the frontend.PR Checklist: