Commit Graph

4291 Commits

Author SHA1 Message Date
Renovate Bot
e2f97dc365 http-server@0.12.3 2020-06-03 07:36:33 +00:00
Renovate Bot
6d5625b53e eslint-plugin-react@7.20.0 2020-06-03 06:59:04 +00:00
Renovate Bot
e75281633a eslint-plugin-import@2.20.2 2020-06-03 05:57:36 +00:00
Renovate Bot
a3a6241802 chromedriver@80.0.2 2020-06-03 03:41:14 +00:00
Renovate Bot
48e63e3bb7 @release-it/conventional-changelog@1.1.4 2020-06-03 02:35:24 +00:00
renovate[bot]
9287bc227e css-loader@3.5.3 (#5906)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-02 17:57:06 -07:00
renovate[bot]
5cc974052c json-server@^0.16.0 (#5927)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-02 17:35:47 -07:00
Justin Rigon
edb932b511 fix upload file when array items are type=string format=binary (#6040) 2020-06-01 17:43:26 -07:00
Ashura
1874c7b401 Fix generated curl for PUT and PATCH requests (#5960) 2020-06-01 17:26:04 -07:00
Tim Lai
5bbd3e71bd fix: bugs/4641 use wait on route alias (#6048) 2020-06-01 17:14:45 -07:00
Tim Lai
a371ba1ca9 fix: bugs/4641 flaky test (#6047)
* fix: flaky bugs/4641 test

* fix: apply isFunc check for security.getIn
2020-06-01 14:23:51 -07:00
abcang
b9b32c9c93 feat: Allow to skip submitting empty values in form data (#5830) 2020-05-29 15:46:08 -07:00
mircohaug
eaca2f6fd8 Add empty data param to cURL if no POST request body was given (#6017)
* Add empty data param to cURL if no request body was given

Some middleware applications do not allow POST requests without a content-length header. By adding a empty data parameter to the curl command, the content-length header will be set by curl. Besides this it is more obvious to the user that no request body is sent.

* use double quotes like the rest of the curl command
2020-05-29 15:10:22 -07:00
swaggerhub-bot
28b7d7c548 release: v3.25.5 2020-05-28 17:37:47 +00:00
Tim Lai
43e754ba27 chore(package): bump swagger-client to 3.10.5 version (#6043) 2020-05-28 10:19:24 -07:00
Tim Lai
68185dd71a fix: remove special handling of non-FormData entries (#6036)
Ref: #6033

* 'createObjWithHashedKeys' validation consistency with isFunction
* 'createObjWithHashedKeys' additional jsdoc example
2020-05-28 09:16:21 -07:00
Tim Lai
add5753da4 test: improve reliability of /bugs/4641 (#6013)
Ref #6001
2020-05-27 15:45:23 -07:00
swaggerhub-bot
c845498f28 release: v3.25.4 2020-05-21 19:00:57 +00:00
Vladimir Gorej
4fb2ee3d8f chore(package): bump swagger-client to 3.10.4 version 2020-05-21 20:43:48 +02:00
Tim Lai
3a65070bf5 fix: entries as property name (#6025) 2020-05-20 11:54:57 -07:00
swaggerhub-bot
b85ae033ab release: v3.25.3 2020-05-14 20:58:52 +00:00
Tim Lai
64aed91381 housekeeping: update release-it config (#6009) 2020-05-14 13:39:43 -07:00
Tim Lai
b37634e6c8 housekeeping: bump swagger-client version with package-lock (#6008) 2020-05-14 13:24:25 -07:00
Tim Lai
75f32971b1 housekeeping: update dev-e2e-cypress-open script name (#6005) 2020-05-13 19:08:10 -07:00
Tim Lai
65597d15c7 fix: jsonSchemaComponent file/files (#5997) (#6000)
oas3 - files
oas2 - file
2020-05-13 17:12:18 -07:00
Tim Lai
96c7b4cbf5 fix: curl array support within multipart/form-data (#3838) (#5999)
ft: utils.createObjWithHashedKeys
ft: curlify.extractKey
test: curlify with array representation
2020-05-13 16:59:37 -07:00
swaggerhub-bot
ce45c37020 release: v3.25.2 2020-05-07 16:05:08 +00:00
Tim Lai
4542806af6 bug: remove clearValidation from onTryoutClick (#5955) 2020-05-06 14:07:22 -07:00
Tim Lai
5eb23cdd48 ft: JsonSchema components are now ImmutableJS compliant (#5952)
bug: JsonSchema components should validate schema properties exists
  - schema
  - type
  - format
  - enum
bug: fix a debounce error in JsonSchema_string if value is null
ft: new simplified JsonSchemaArrayItemText component
test: use immutableJS for `json-schema-form` test
test: add dev scripts to run `cypress open`
test: new cypress `schema-form` tests
2020-05-06 13:57:58 -07:00
swaggerhub-bot
b38203e21a release: v3.25.1 2020-04-24 23:50:57 +00:00
kyle shockey
fb6a58d16d housekeeping: revert @release-it/conventional-changelog version (#5976)
Co-authored-by: Kyle Shockey <shockey@users.noreply.github.com>
2020-04-23 21:17:50 -04:00
kyle shockey
1c2c512057 housekeeping: add missing conventional-changelog devDeps (#5975)
Co-authored-by: Kyle Shockey <shockey@users.noreply.github.com>
2020-04-23 20:27:29 -04:00
Tim Lai
ba953aaa91 docs: update plugin api component for failSilently (#5953) 2020-04-12 22:36:11 -04:00
kyle shockey
26fb573caa housekeeping: npm audit fix (#5948)
* prevent log warning for missing getComponent in production

eslint-plugin-react@7.19.0

* ft: new optional config parameter for getComponent

* Update src/core/plugins/view/root-injects.jsx

Co-Authored-By: kyle shockey <kyleshockey@gmail.com>

* Update src/core/plugins/view/root-injects.jsx

Co-Authored-By: kyle shockey <kyleshockey@gmail.com>

* Update src/core/plugins/view/root-injects.jsx

Co-Authored-By: kyle shockey <kyleshockey@gmail.com>

* Update src/core/json-schema-components.jsx

Co-Authored-By: kyle shockey <kyleshockey@gmail.com>

* prevent log warning for missing getComponent in production

* `npm audit fix`

* `npm install --save-dev chromedriver@80.0.1`

* `npm audit fix`

* update cypress

* Revert "update cypress"

This reverts commit c0404d47f51d222e03a9e4a2e3fe9bfc2b58777c.

Co-authored-by: Timothy Lai <timothy.lai@gmail.com>
Co-authored-by: Tim Lai <tim-lai@users.noreply.github.com>
Co-authored-by: Kyle Shockey <shockey@users.noreply.github.com>
2020-04-04 19:31:13 -04:00
Timothy Lai
0426eb2344 housekeeping: prevent log warning for missing getComponent in production
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 <kyleshockey@gmail.com>
2020-04-04 18:52:25 -04:00
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