Justin Sherrill
Justin Sherrill
This adds the ability to specify a duration and a log level within the config. If a given request takes longer than the specified duration, it will be logged at...
**Version** "rpm": "3.23.0", "core": "3.38.0" **Describe the bug** We recently set our memory limits to 4G on our pulp worker pods, and this was not enough to sync RHEL 8...
**Version** ``` "versions": { "gem": "0.5.1", "rpm": "3.25.3", "core": "3.54.1", "file": "3.54.1", "ostree": "2.4.1", "python": "3.12.0", "certguard": "3.54.1" } ``` **Describe the bug** When we produce Go bindings for the...
This was introduced by https://github.com/getkin/kin-openapi/pull/1011 within a v2 doc, anytime a map/dictionary is defined using a $ref, conversion to v3 fails: ``` "PetDirectory":{ "type": "object", "additionalProperties": { "$ref": "#/definitions/Pet" }...