forked from swagger-api/swagger-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merging changes from remote #1
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Showing server description in dropdown * Slight syntax improvements * use template strings and ` - `
* fix: label models section `Schemas` in OpenAPI 3 * Update swos-63.js
* create `features` folder * add base oauth2 server * continue implementing OAuth tests * WIP * add password flow tests * modify Password flow credential types * remove query string credential type * add test case for Authorization flow * add specific Authorization value for Password flow test * WIP * fix linter issues
* new favicons * lockfile * update logo * styling changes * remove url-loader 10K limit
* add tests * compute index before triggering URL load * bonus: improve urls topbar label
* Update LICENSE * Update README.md
* add test cases * update tag deeplinking implementation * MOAR test updates * update operation-tag.jsx
This makes it easier to style them individually or retrieve the elements in user scripts.
* Added markdown for header descriptions as per specifications: https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md#header-object which subclasses: https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md#parameterObject https://swagger.io/specification/#headerObject which subclasses https://swagger.io/specification/#parameterObject * update headers.jsx * Update headers.jsx Fixing test error due to the `description` variable having been removed * Update headers.jsx
* add failing tests * fix things
no PR too small!
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:url-parse:20180731
* clears authentications when logout is clicked * tests the headers sent in the network request * adds test for multiple api keys * refactors tests to extract common uses * correct test message description Co-authored-by: kyle shockey <[email protected]>
Co-authored-by: kyle shockey <[email protected]>
* Feature: Render OAS3 parameter type formats * Add more test cases to parameter-row * Update test/mocha/components/parameter-row.jsx Co-Authored-By: Helen Kosova <[email protected]> * Update src/core/components/parameter-row.jsx Co-authored-by: Helen Kosova <[email protected]> Co-authored-by: kyle shockey <[email protected]>
Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: kyle shockey <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: kyle shockey <[email protected]>
) * Added optional isShownKey prop to Componenent to allow overriding * Removed unneccasry before is isShwonKey * Added PropTypes to isShownKey * Added isShownKey to <OperationWrapper/> and removed it from <Operation /> * Removed isShwonKey prop it from <Operation /> * revert package-lock.json Co-authored-by: kyle shockey <[email protected]>
…p instead of OrderedMap (#5921)
Co-authored-by: Renovate Bot <[email protected]>
* Fix basic-auth.jsx: do not require password in UI password is not PropTypes.string.isRequired, but the markup wrongly makes it mandatory * Do not require password input in http-auth.jsx This is used by the Authorize modal. Not sure when the similar code from basic-auth.jsx is used. Co-authored-by: kyle shockey <[email protected]>
* support for supportedSubmitMethods property in react component * update react README Co-authored-by: Radek <[email protected]> Co-authored-by: kyle shockey <[email protected]>
Co-authored-by: kyle shockey <[email protected]>
This is a force-pushed squash of two PR merges (#5919, #5940) that were formerly present on master as individual commits. Co-Authored-By: kyle shockey <[email protected]>
* prevent log warning for missing getComponent in production [email protected] * ft: new optional config parameter for getComponent * Update src/core/plugins/view/root-injects.jsx Co-Authored-By: kyle shockey <[email protected]> * Update src/core/plugins/view/root-injects.jsx Co-Authored-By: kyle shockey <[email protected]> * Update src/core/plugins/view/root-injects.jsx Co-Authored-By: kyle shockey <[email protected]> * Update src/core/json-schema-components.jsx Co-Authored-By: kyle shockey <[email protected]> * prevent log warning for missing getComponent in production * `npm audit fix` * `npm install --save-dev [email protected]` * `npm audit fix` * update cypress * Revert "update cypress" This reverts commit c0404d4. Co-authored-by: Timothy Lai <[email protected]> Co-authored-by: Tim Lai <[email protected]> Co-authored-by: Kyle Shockey <[email protected]>
Co-authored-by: Kyle Shockey <[email protected]>
Co-authored-by: Kyle Shockey <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merging changes from remote