forked from swagger-api/swagger-ui
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Merge master repo into fork #8
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
* improvement: re-enable and improve Models jump-to-path * fix(sample-gen): respect null values in examples
* improvement: re-enable and improve Models jump-to-path * preserve function names without this, a recent Swagger Client change breaks cc: swagger-api/swagger-js@f8fccb4 * bump swagger-client to 3.8.7 * bump selenium-server-standalone-jar * lock down `selenium-server-standalone-jar` version * v3.17.2 * parallelize build command * use npm-run-all for compound scripts * rebuild dist
for now! reselect@3 has [a breaking change](https://github.com/reduxjs/reselect/releases/tag/v3.0.0) that impacts some of our use cases.
preventative measure!
…efully (#4699) * improvement: handle more invalid version values gracefully * use source maps in Mocha tests yields accurate stack trace line numbers
* housekeeping: use bundlesize * evaluate bundle size after success
Remove usage of Google Fonts to avoid any data protection issue. Using a CDN will leak data to a third party that can be simply avoided by using system fonts instead. Furthermore the usage of CDNs can cause legal issues in EU countries.
…ect sample values (#4704) * fix: handle urlencoded array data correctly * fix: don't stringify non-object sample values * fix linter
This allows referencing a configuration parameter directly when responding to tickets or from within the documentation.
* Encode query string value for validator badge url * add tests
* fix: OAS3 array item value input * linter fixes
* add tests for example feature * refactor ParameterRow value setter logic * aside: fix property access in sampleFromSchema * prioritize media type examples for OAS3 responses * use `example` in schema level example * refactor: move stringify to utils * prioritize media type examples in OAS3 request bodies * modify nightwatch config * fix parameter/response regressions * reorder and broaden default value sources * update lockfile
...into OperationSummary, OperationSummaryPath, OperationSummaryMethod
* set new bundlesize goal * preserve `GeneratorFunction` instead of all function names * use js-yaml fork that doesn't require esprima * set HTML content directly, instead of using React-Markdown * use remarkable for all Markdown rendering * add babel-plugin-transform-react-remove-prop-types * remove SplitPaneMode plugin * remove react-collapse * remove AST plugin, and yaml-js * trim Markdown HTML string output before rendering * disable obsolete function name preservation * add `getComponent` to propTypes
…4767) * add failing tests * coerce initial values to string * only convert numbers to strings when setting parameter values
* v3.17.6 * release(3.17.6): rebuild dist
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.
Description
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Checklist
My PR contains...
src/
is unmodified: changes to documentation, CI, metadata, etc.)package.json
)My changes...
Documentation
Automated tests