Skip to content
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

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

MMartyn
Copy link
Contributor

@MMartyn MMartyn commented Nov 5, 2024

Fixes: #3594

@MMartyn MMartyn requested a review from a team as a code owner November 5, 2024 20:44
@MMartyn MMartyn force-pushed the fix/attachment-size branch from a69078a to 0a86e79 Compare November 5, 2024 20:51
@erka
Copy link
Collaborator

erka commented Nov 5, 2024

Hey Matt.

Thank you for your first contribution!

Copy link
Collaborator

@markphelps markphelps left a 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

@markphelps
Copy link
Collaborator

Thank you @MMartyn !!

@all-contributors please add @MMartyn for code

Copy link
Contributor

@markphelps

I've put up a pull request to add @MMartyn! 🎉

@markphelps markphelps added the automerge Used by Kodiak bot to automerge PRs label Nov 5, 2024
@MMartyn
Copy link
Contributor Author

MMartyn commented Nov 5, 2024

Thanks all 👍

@kodiakhq kodiakhq bot merged commit 389df34 into flipt-io:main Nov 5, 2024
36 checks passed
Copy link

codecov bot commented Nov 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.14%. Comparing base (b1c92b3) to head (0a86e79).
Report is 1 commits behind head on main.

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           
Flag Coverage Δ
unittests 64.14% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

markphelps added a commit that referenced this pull request Nov 5, 2024
* main:
  chore: pin goreleaser to 2.3.x (#3598)
  fix: devcontainer update go version to 1.23 (#3597)
  docs: add MMartyn as a contributor for code (#3596)
  fix: update attachment messaging and size to allow 1mb (#3595)
erka added a commit that referenced this pull request Dec 10, 2024
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]>
erka added a commit that referenced this pull request Dec 10, 2024
)

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Used by Kodiak bot to automerge PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid Attachment Validation
3 participants