Skip to content

fix: support marshaling client.ClientWriteResponse - #145

Merged
ewanharris merged 1 commit into
openfga:mainfrom
FedotCompot:patch-1
Nov 28, 2024
Merged

fix: support marshaling client.ClientWriteResponse#145
ewanharris merged 1 commit into
openfga:mainfrom
FedotCompot:patch-1

Conversation

@FedotCompot

@FedotCompot FedotCompot commented Nov 14, 2024

Copy link
Copy Markdown
Contributor

#144

Description

References

References: #452
Fixes: #144

Review Checklist

  • I have clicked on "allow edits by maintainers".
  • I have added documentation for new/changed functionality in this PR or in a PR to openfga.dev [Provide a link to any relevant PRs in the references section above]
  • The correct base branch is being used, if not main
  • I have added tests to validate that the change in functionality is working as expected

If you haven't done so yet, we would appreciate it if you could star the OpenFGA repository. :)

@FedotCompot
FedotCompot requested a review from a team as a code owner November 14, 2024 12:02
@linux-foundation-easycla

linux-foundation-easycla Bot commented Nov 14, 2024

Copy link
Copy Markdown

CLA Signed

The committers listed above are authorized under a signed CLA.

@codecov-commenter

codecov-commenter commented Nov 18, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 25.98%. Comparing base (e534861) to head (a314bfc).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #145      +/-   ##
==========================================
- Coverage   26.01%   25.98%   -0.04%     
==========================================
  Files         102      102              
  Lines       12411    12405       -6     
==========================================
- Hits         3229     3223       -6     
  Misses       8911     8911              
  Partials      271      271              

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

@ewanharris ewanharris left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this makes sense to me, but I'd like to also see what @rhamzeh thinks

@ewanharris

Copy link
Copy Markdown
Member

Confirmed with @rhamzeh that he's ok with this too.

Thanks for the PR @Fedot-Compot!

@ewanharris
ewanharris enabled auto-merge November 28, 2024 15:41
@ewanharris
ewanharris disabled auto-merge November 28, 2024 15:41
@ewanharris ewanharris changed the title Makes client.ClientWriteResponse json marshallable fix: support marshaling client.ClientWriteResponse Nov 28, 2024
@ewanharris
ewanharris added this pull request to the merge queue Nov 28, 2024
Merged via the queue into openfga:main with commit 8847b87 Nov 28, 2024
github-merge-queue Bot pushed a commit to openfga/sdk-generator that referenced this pull request Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MarshalJSON for ClientWriteRequestWriteResponse and ClientWriteRequestDeleteResponse

3 participants