Dmytro Anansky
Dmytro Anansky
## What/Why/How? CLI should consider [residency setting](https://redocly.com/docs/realm/config/residency) from redocly.yaml during login and token verification process. ## Reference Closes: https://github.com/Redocly/redocly/issues/16251 ## Testing ## Screenshots (optional) ## Check yourself - [ ]...
### **Describe the bug** Digest Authorization header has higher priority despite being described before another authorization type. So if this type of Authorization is used, it always overrides the last...
**Is your feature request related to a problem? Please describe.** Respect support making API calls with `Digest` security scheme by using `x-security` extension. This type of authorization making similar double...
**Is your feature request related to a problem? Please describe.** Review the usage of `packages/respect-core/src/arazzo-schema.ts`. Consider whether the types defined there can be moved to or replaced with types from...
**Is your feature request related to a problem? Please describe.** Improve Respect rules validation by having `sourceDescription` bundled context. If all content from description is bundled and resolved there is...
**Is your feature request related to a problem? Please describe.** Respect has two configurable execution limitation variables, that can't be changed with the `respect` command options: ``` export const DEFAULT_RESPECT_TIMEOUT...
## What/Why/How? Fixed an issue where JSON Pointers containing special characters (like `%`) were not properly URI-encoded when used as URI identifiers, causing validation errors with properties containing percent signs...
**Is your feature request related to a problem? Please describe.** It is a rather common mistake in [Arazzo](https://spec.openapis.org/arazzo/latest.html#arazzo-specification) specification, when not defined `output` used in consequent steps. As expected in...
**Describe the bug** `x-operation` host in request url is not resolved in verbose logs. Also `verboseLogs` content should be revised. ``` { "stepId": "one-x-op", "description": "New Step", "x-operation": { "method":...
**Is your feature request related to a problem? Please describe.** `respect-code` exports should be reviewed and improved. **Describe the solution you'd like** - [x] - `handleGenerate, handleRun` export function should...