Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Merge from upstream #5

Open
wants to merge 604 commits into
base: master
Choose a base branch
from
Open

Conversation

0xKiwi
Copy link

@0xKiwi 0xKiwi commented May 24, 2021

References to other Issues or PRs

Have you read the Contributing Guidelines?

Brief description of what is fixed or changed

Other comments

@CLAassistant
Copy link

CLAassistant commented May 24, 2021

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
0 out of 13 committers have signed the CLA.

❌ kkolur
❌ laurentsimon
❌ tech-sumit
❌ gostajonasson
❌ johanbrandhorst
❌ ionling
❌ hariso
❌ jonathaningram
❌ stomy13
❌ krak3n
❌ asraa
❌ sashamelentyev
❌ dependabot[bot]
You have signed the CLA already but the status is still pending? Let us recheck it.

renovate-bot and others added 29 commits April 21, 2022 23:59
* fix: Content-Type and Grpc-Metadata-Content-Type headers with the health endpoint #2611

* fix: no need to set grpc content type header

* fix: remove unnecessary grpc header comment

* test: lighten the Content-Type header test
… snake_case field (#2600)

* Don't pass camelCase'd body field name as path param prefix.

* Unit test for render services with body field name in camel case
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.4 to 1.13.6.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.13.4...v1.13.6)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
It seems node tests might have been broken
for several years. This now passes on
my local machine. Discovered while
working on #2700.
When using a timestamp or duration query parameter,
a value of "null" would cause the query parameter
parser to panic. Instead of supporting "null" in query parameters,
which causes ambiguities since values aren't quoted,
lets disallow null altogether. It isn't a breaking change
since any existing uses of "null" would have caused a
panic.

Discovered while working on #2700
asraa and others added 28 commits November 2, 2022 11:15
Signed-off-by: Asra Ali <asraa@google.com>

Signed-off-by: Asra Ali <asraa@google.com>
* Use io/os instread of ioutil and use suitable verb

* Fix goimports lint issues
* Add verb test case for mux

* avoid mutating path components inside for loop

Co-authored-by: Chia-Chun Lien <cclien0725@gmail.com>
* fix: set consumes definition per operation

* add an example of setting the consumes at the method level

* fix: implement OverwriteRequestContentType method
* feat(protoc-gen-openapiv2): support disabling default response rendering

* docs: add example output for disable_default_responses

* docs: note for alterting HTTP status codes for disabled default responses
* feat: support request header parameters

* docs: add openapi references to new parameters protos

Co-Authored-By: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>

* refactor: return error if http parameter type not defined

* docs: add note about breaking compatability with Open API V2

* docs: document custom http request header parameters

* chore: generate go

* test: fix failing required header parameter test

* test: remove unnecessary comment

Co-authored-by: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
…3014)

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@07db538...0ad9a09)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.8 to 1.13.9.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.13.9/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.13.8...v1.13.9)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@johanbrandhorst johanbrandhorst deleted the branch prysmaticlabs:master November 25, 2022 17:20
@johanbrandhorst johanbrandhorst deleted the master branch November 25, 2022 17:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet