-
Notifications
You must be signed in to change notification settings - Fork 222
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
fix: update attachment messaging and size to allow 1mb #3595
Conversation
Signed-off-by: Matt Martyn <[email protected]>
a69078a
to
0a86e79
Compare
Hey Matt. Thank you for your first contribution! |
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.
ty! ill add the limit to our docs as well
Thank you @MMartyn !! @all-contributors please add @MMartyn for code |
I've put up a pull request to add @MMartyn! 🎉 |
Thanks all 👍 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3595 +/- ##
=======================================
Coverage 64.14% 64.14%
=======================================
Files 169 169
Lines 16956 16956
=======================================
Hits 10876 10876
Misses 5400 5400
Partials 680 680
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Currently Flipt with authz requires user to have read access to default namespace in order to list the namespaces. This edge case ninja'd its way into the code like a shadow in the night, but it’s time for this stealthy PR troublemaker to find another codebase to haunt! Side effect 1: the deps has been updated and the code should be regenerated. Side effect 2: the tests are broken with PR #3595 in RPC and they are not run in CI. Signed-off-by: Roman Dmytrenko <[email protected]>
) Currently Flipt with authz requires user to have read access to default namespace in order to list the namespaces. This edge case ninja'd its way into the code like a shadow in the night, but it’s time for this stealthy PR troublemaker to find another codebase to haunt! Side effect 1: the deps has been updated and the code should be regenerated. Side effect 2: the tests are broken with PR #3595 in RPC and they are not run in CI.
Fixes: #3594