Commit Graph

4206 Commits

Author SHA1 Message Date
Siby Augustine
12e86dafb0 fix(docker-image): send relative HTTP 301s from within container (#5409)
Co-authored-by: kyle shockey <kyle.shockey1@gmail.com>
2020-03-22 20:47:45 -04:00
MoOmEeN
6f1dd08e2a support for supportedSubmitMethods property in react component (#5376)
* support for supportedSubmitMethods property in react component

* update react README

Co-authored-by: Radek <radek.miazio@skysanner.net>
Co-authored-by: kyle shockey <kyle.shockey1@gmail.com>
2020-03-22 20:17:56 -04:00
Simran
95e72e7c70 improvement: do not require basic password in UI (#5812)
* 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 <kyle.shockey1@gmail.com>
2020-03-22 19:53:04 -04:00
renovate[bot]
71789160aa housekeeping(dev-deps): json-merger@1.1.2 (#5926)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-03-18 12:04:12 -07:00
Renovate Bot
4121eaa886 housekeeping(dev-deps): http-server@^0.12.0 2020-03-18 18:51:13 +00:00
Renovate Bot
cbbc823110 housekeeping(dev-deps): file-loader@4.3.0 2020-03-16 22:38:13 +00:00
Tim Lai
c30862ef42 bug: expanding model when query param showExtensions=true exists 2020-03-16 14:34:32 -07:00
Tim Lai
20d5c225c2 bug: expected PropType in Model ImmutablePureComponent should be a map instead of OrderedMap (#5921) 2020-03-16 14:02:37 -07:00
Renovate Bot
4808c3a0bc eslint-plugin-react@7.19.0 2020-03-13 03:58:43 +00:00
Renovate Bot
aed8791487 eslint-plugin-import@2.20.1 2020-03-11 21:24:50 +00:00
Tim Lai
10b08af5ec Fix: #5669 online validator badge (#5909)
* fix: enable online validator badge

since online validator badge now can handle OAS3 specs
2020-03-11 09:59:00 -07:00
Renovate Bot
be6a21a956 housekeeping(dev-deps): cypress@3.8.3 2020-03-09 04:51:28 +00:00
geraldglynn
54f82df3c3 improvement: add isShownKey prop to Operation to allow overriding (#5196)
* 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 <kyleshockey@gmail.com>
2020-03-08 21:59:15 -04:00
Dina Berry
a2b37ec157 housekeeping: add static distribution file documentation (#5095)
Co-authored-by: kyle shockey <kyle.shockey1@gmail.com>
2020-03-08 21:40:04 -04:00
renovate[bot]
e35ab793a7 housekeeping(deps): reselect v4 (#5696)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-03-08 21:14:53 -04:00
renovate[bot]
350c31d9ee housekeeping(deps): @braintree/sanitize-url v4 (#5694)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: kyle shockey <kyle.shockey1@gmail.com>
2020-03-08 20:35:26 -04:00
Adam Jones
e98e7be4ec improvement: render OAS3 parameter type formats (#5796)
* 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 <hkosova@users.noreply.github.com>

* Update src/core/components/parameter-row.jsx

Co-authored-by: Helen Kosova <hkosova@users.noreply.github.com>
Co-authored-by: kyle shockey <kyleshockey@gmail.com>
2020-03-08 20:22:17 -04:00
Helen Kosova
e20d425515 improvement: showCommonExtensions support for OAS3 parameters (#5901)
Co-authored-by: kyle shockey <kyleshockey@gmail.com>
2020-03-08 20:01:18 -04:00
Tim Lai
67f9f8e1ba docs: update prerequisites for development (#5902) 2020-03-05 14:26:54 -08:00
Ron
553d48a0ca No more IE11 2020-01-21 17:30:09 -07:00
swaggerhub-bot
e8a451a4cb release: v3.25.0 2020-01-17 21:39:28 +00:00
kyle shockey
3911391885 housekeeping: npm audit fix (#5805) 2020-01-17 16:25:11 -05:00
Simon Legg
c9d6ac4cfc improvement: clear auth information from memory when logging out (#5316)
* 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 <kyleshockey@gmail.com>
2020-01-14 21:20:39 -05:00
dalbrx-forcam
44acf85d0d improvement: use type 'password' instead of text for client secret (#5262)
Co-authored-by: kyle shockey <kyleshockey@gmail.com>
2020-01-11 17:26:54 -05:00
Rondinelly
c213c97195 housekeeping: fix npm run lint and npm test on Windows (#5737)
Co-authored-by: kyle shockey <kyleshockey@gmail.com>
2020-01-10 21:45:03 -05:00
Ron
a24957e8ce Update README.md 2020-01-09 12:46:40 -07:00
Marian Bäuerle
77ddc4f642 Use official apache 2.0 license text (#5470)
* Use official license text

* Update LICENSE

Co-authored-by: Ron <ron@swagger.io>
2020-01-09 12:45:27 -07:00
kyle shockey
5d91b2d81b housekeeping: 2️⃣0️⃣2️⃣0️⃣ (#5773)
* happy new year!

* Update LICENSE
2020-01-04 21:23:15 -05:00
Peter Mooney
296f73aa00 feat(swagger-ui-react): defaultModelExpandDepth and plugins props (#5594)
* Add plugins as React prop

* Add defaultModelExpandDepth as React prop

* Add documentation re: defaultModelExpandDepth and plugins props

* Fetched latest and rebased on that

* add on-mount-only warning messages to new options

Co-authored-by: Todd Lemoine <43755148+tlemoine-jama@users.noreply.github.com>
Co-authored-by: kyle shockey <kyleshockey@gmail.com>
2020-01-04 20:15:33 -05:00
dependabot[bot]
87dfc8da26 build(deps): bump lodash-es from 4.17.11 to 4.17.15 (#5764)
Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: kyle shockey <kyleshockey@gmail.com>
2020-01-04 19:51:35 -05:00
Roman Soldatow
2dc499cddc housekeeping(docs): https path for unpkg link (#5769)
Co-authored-by: kyle shockey <kyleshockey@gmail.com>
2020-01-04 19:26:21 -05:00
kyle shockey
cf50733b96 housekeeping: npm audit fix (#5772) 2020-01-04 18:23:07 -05:00
swaggerhub-bot
94e101924b release: v3.24.3 2019-11-18 00:04:23 +00:00
kyle shockey
3e72d01760 housekeeping: npm audit fix (#5718) 2019-11-17 18:40:37 -05:00
Daniel Ruf
d4d4daed2b housekeeping: fix logo size (#5702) 2019-11-06 09:23:48 -07:00
Renovate Bot
b3a8a02a85 housekeeping(dev-deps): webpack@4.41.2 2019-11-04 16:48:17 +00:00
Renovate Bot
cfb14f73f8 housekeeping(dev-deps): webpack-dev-server@3.9.0 2019-11-04 15:00:19 +00:00
Renovate Bot
dd7e02bb18 housekeeping(dev-deps): webpack-cli@3.3.10 2019-11-04 14:44:12 +00:00
Renovate Bot
58e4647049 housekeeping(dev-deps): url-loader@2.2.0 2019-11-04 13:00:20 +00:00
Renovate Bot
c5b16b6bc6 housekeeping(dev-deps): source-map-support@0.5.16 2019-11-04 11:46:06 +00:00
Renovate Bot
977a2ce243 housekeeping(dev-deps): release-it@12.4.3 2019-11-04 10:52:24 +00:00
Renovate Bot
ea9387d61e housekeeping(dev-deps): npm-audit-ci-wrapper@2.4.1 2019-11-04 09:31:26 +00:00
Renovate Bot
c6d3e50a4b housekeeping(dev-deps): node-sass@4.13.0 2019-11-04 07:50:03 +00:00
Renovate Bot
43708da964 housekeeping(dev-deps): eslint-plugin-react@7.16.0 2019-11-04 06:52:35 +00:00
swaggerhub-bot
b91eb3099e release: v3.24.2 2019-11-04 05:05:56 +00:00
kyle shockey
38040f8d89 housekeeping: revert to redux@3 (#5686)
This reverts commit bcf9eb7ae4.
2019-11-03 23:54:41 -05:00
swaggerhub-bot
8169864346 release: v3.24.1 2019-11-04 04:16:22 +00:00
renovate[bot]
0bbc373213 housekeeping(deps): redux-immutable v4 (#5639) 2019-11-03 22:59:36 -05:00
renovate[bot]
a8b793b87d housekeeping(dev-deps): cypress@3.6.0 (#5683) 2019-11-03 22:43:02 -05:00
renovate[bot]
e74e666087 housekeeping(dev-deps): babel monorepo (#5682) 2019-11-03 22:32:04 -05:00