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(payload): fix wrong form data key #503

Merged
merged 1 commit into from
Jan 30, 2024
Merged

fix(payload): fix wrong form data key #503

merged 1 commit into from
Jan 30, 2024

Conversation

heiruwu
Copy link
Member

@heiruwu heiruwu commented Jan 30, 2024

Because

  • form data keys does not match protobuf definitions

This commit

  • fix wrong form data key

Copy link

codecov bot commented Jan 30, 2024

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (0ba505b) 0.95% compared to head (8989f6f) 0.95%.

Files Patch % Lines
pkg/handler/payload.go 0.00% 6 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff          @@
##            main    #503   +/-   ##
=====================================
  Coverage   0.95%   0.95%           
=====================================
  Files         10      10           
  Lines       5999    5999           
=====================================
  Hits          57      57           
  Misses      5934    5934           
  Partials       8       8           
Flag Coverage Δ
unittests 0.95% <0.00%> (ø)

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.

@heiruwu heiruwu merged commit 4d69e5e into main Jan 30, 2024
13 checks passed
@heiruwu heiruwu deleted the fix-payload branch January 30, 2024 08:30
heiruwu pushed a commit that referenced this pull request Jan 30, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.21.3-alpha](v0.21.2-alpha...v0.21.3-alpha)
(2024-01-30)


### Bug Fixes

* **model:** fix indexing error in text2img and img2img postprocessing
([#501](#501))
([0ba505b](0ba505b))
* **model:** fix missing field in ray while serving img2img task
([#496](#496))
([f572f18](f572f18))
* **payload:** fix wrong form data key
([#503](#503))
([4d69e5e](4d69e5e))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
2 participants