Fabian Schneider

Results 8 issues of Fabian Schneider

## Breaking Changes! - Requires node version >= 14 - API only usable in ESM or TypeScript projects (no CommonJS imports are possible anymore)

The OpenAPI (fka Swagger) was [recently released](https://swagger.io/announcing-openapi-3-0/). It includes several changes and new features which should also be useable in **Swagger Combine**. This is only possible after [Swagger Parser](https://github.com/BigstickCarpet/swagger-parser) supports...

enhancement
help wanted

In #2 a feature to add tags to all operations of an API was introduced. This feature (as well as renaming tags) may also be useful for specific paths and...

enhancement
help wanted
Hacktoberfest

When multiple domains point to the gateway it would be nice to be able to use different APIs and/or paths for them. E.g. `api.example.com` should proxy all incoming requests to...

question

Fixes #105 Changed the regexp pattern for markdown links to work correctly with parenthesis. Also see: https://rubular.com/r/WfdZ1arvF6PNWO

The link formatting does not work correctly if a markdown link is nested inside parenthesis. ### Example **Input** ```markdown ([Compare changes](http://url.com/compare/before...after)) ``` **Expected Result** ``` () ``` **Actual Result** ```...

**What steps did you take and what happened:** - Installed the secrets store CSI driver with [secret auto rotation](https://secrets-store-csi-driver.sigs.k8s.io/topics/secret-auto-rotation.html) enabled - Created a `SecretProviderClass` for secrets from AWS SecretsManager with...

kind/bug
lifecycle/frozen