-
-
Notifications
You must be signed in to change notification settings - Fork 963
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: store errors of courier message #2914
Conversation
fa9ae5e
to
848c2ef
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.
Looking pretty good already! I think that we will need to change this medium-term to an event-based stream on top of opentelemetry, but this is a good get-it-done patch :)
persistence/sql/migrations/sql/20221109114303000000_add_courier_send_attempts_table.up.sql
Outdated
Show resolved
Hide resolved
...istence/sql/migrations/sql/20221109114303000000_add_courier_send_attempts_table.mysql.up.sql
Outdated
Show resolved
Hide resolved
persistence/sql/migrations/sql/20221109114303000000_add_courier_send_attempts_table.up.sql
Outdated
Show resolved
Hide resolved
persistence/sql/migrations/sql/20221109114303000000_add_courier_send_attempts_table.up.sql
Outdated
Show resolved
Hide resolved
persistence/sql/migrations/sql/20221109114303000000_add_courier_send_attempts_table.up.sql
Outdated
Show resolved
Hide resolved
...istence/sql/migrations/sql/20221109114303000000_add_courier_send_attempts_table.mysql.up.sql
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## master #2914 +/- ##
==========================================
- Coverage 76.20% 76.17% -0.03%
==========================================
Files 308 309 +1
Lines 18943 19031 +88
==========================================
+ Hits 14435 14497 +62
- Misses 3391 3408 +17
- Partials 1117 1126 +9
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
f7f54f3
to
5aabccf
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.
Awesome!
persistence/sql/migrations/sql/20221205092803000000_add_courier_send_attempts_table.up.sql
Outdated
Show resolved
Hide resolved
@aeneasr since Kratos was released in the meantime, this is now a breaking change. I added the note to the PR description, FYI. |
TY |
BREAKING CHANGE: The `/admin/courier/messages` endpoint now uses `keysetpagination` instead.
BREAKING CHANGE: The `/admin/courier/messages` endpoint now uses `keysetpagination` instead.
BREAKING CHANGE: The
/admin/courier/messages
endpoint now useskeysetpagination
instead.Related issue(s)
Checklist
introduces a new feature.
contributing code guidelines.
vulnerability. If this pull request addresses a security vulnerability, I
confirm that I got the approval (please contact
[email protected]) from the maintainers to push
the changes.
works.
Further Comments