Roman Blanco
Roman Blanco
Removed special handling of legacy `MiqReport` while importing
Changes in #280 should be linked in https://github.com/ManageIQ/guides/blob/master/ui/rbac_features.md. Also some other notes by @lpichler should be added. Waiting for more details. @miq-bot assign @lpichler
## Problem https://github.com/rswag/rswag/issues/380 ## Solution Cherry-picking https://github.com/instacart/rswag/pull/4 ### This concerns this parts of the Open API Specification: * [Request Body Examples](https://spec.openapis.org/oas/v3.1.0#request-body-examples) ### The changes I made are compatible with: -...
Hi, I'd like to suggest to focus the field for renaming folder right after the folder is created. Currently, the flow of adding a folder with desired name is: -...
v3.0.0
## Problem PR to release changes for v3.0.0. ### This concerns this parts of the OpenAPI Specification: * [v3.0.0](https://spec.openapis.org/oas/v3.0.0) * [v3.1.0](https://spec.openapis.org/oas/v3.1.0) ### The changes I made are compatible with: -...
## Is your feature request related to a problem? Please describe. https://github.com/rswag/rswag/pull/604#issuecomment-1641941197 ## Describe the solution you'd like Use `allPropertiesRequired` and `noAdditionalProperties` options for json-schema gem implemented in https://github.com/voxpupuli/json-schema/pull/494. ##...
## Describe the bug Test coverage for https://github.com/rswag/rswag/pull/660 is missing ## Steps to Test or Reproduce Reverting the PR breaks library, but tests pass ## Expected behavior Tests should pass...
Current check is too simplistic to consider all valid json types. For example, the JSON:API content type is [application/vnd.api+json](http://www.iana.org/assignments/media-types/application/vnd.api+json) _Originally posted by @hasghari in https://github.com/rswag/rswag/pull/639#discussion_r1715933244_
### Problem and impact While creating schedule, in case the speaker is not available at the scheduled time, one needs to go to speaker's detail page to lookup his availability....