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: add additional information around errors for missing content type header #1576

Merged
merged 5 commits into from
Sep 18, 2024

Conversation

J0
Copy link
Contributor

@J0 J0 commented May 8, 2024

What kind of change does this PR introduce?

Adds additional information around errors related to missing content-type headers so that developers can unblock themselves.

@coveralls
Copy link

coveralls commented May 8, 2024

Pull Request Test Coverage Report for Build 10929994202

Details

  • 8 of 12 (66.67%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.002%) to 57.869%

Changes Missing Coverage Covered Lines Changed/Added Lines %
internal/api/hooks.go 8 12 66.67%
Totals Coverage Status
Change from base Build 10910643205: -0.002%
Covered Lines: 9141
Relevant Lines: 15796

💛 - Coveralls

Copy link
Contributor

@cstockton cstockton left a comment

Choose a reason for hiding this comment

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

Is this an opportunity to use badRequestError(...) with a defined errorcode? This feels less like an internalServerError and more like a badRequest, even if we choose not to keep an error code.

Other than that, this change looks good.

@J0 J0 marked this pull request as ready for review September 18, 2024 20:48
@J0 J0 requested a review from a team as a code owner September 18, 2024 20:48
internal/api/errorcodes.go Outdated Show resolved Hide resolved
@J0 J0 merged commit c2b2f96 into master Sep 18, 2024
3 checks passed
@J0 J0 deleted the j0/add_additional_info_around_mime_type_error branch September 18, 2024 21:08
hf pushed a commit that referenced this pull request Sep 24, 2024
🤖 I have created a release *beep* *boop*
---


##
[2.161.0](v2.160.0...v2.161.0)
(2024-09-24)


### Features

* add `x-sb-error-code` header, show error code in logs
([#1765](#1765))
([ed91c59](ed91c59))
* add webauthn configuration variables
([#1773](#1773))
([77d5897](77d5897))
* config reloading
([#1771](#1771))
([6ee0091](6ee0091))


### Bug Fixes

* add additional information around errors for missing content type
header ([#1576](#1576))
([c2b2f96](c2b2f96))
* add token to hook payload for non-secure email change
([#1763](#1763))
([7e472ad](7e472ad))
* update aal requirements to update user
([#1766](#1766))
([25d9874](25d9874))
* update mfa admin methods
([#1774](#1774))
([567ea7e](567ea7e))
* user sanitization should clean up email change info too
([#1759](#1759))
([9d419b4](9d419b4))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

3 participants