Amir Bitaraf Haghighi
a7ba55ad03
feat(docker): add docker support for persist authorization variable ( #6832 )
2021-01-13 13:23:44 -08:00
Mahtis Michel
d80cc40dc4
feat(doc): added introduction ( #6806 )
...
taken from https://swagger.io/tools/swagger-ui/
2021-01-13 07:08:26 -08:00
dependabot[bot]
e161cb496a
chore(deps): bump react-copy-to-clipboard from 5.0.2 to 5.0.3
2021-01-13 00:22:21 -05:00
Ihnat Klimchuk
2f8bfd03f8
feat (auth): support for flow type authorization_code in oauth2-redirect.html ( #6750 )
2021-01-12 20:02:04 -08:00
Mahtis Michel
59b42bb38f
fix(sample-gen): should return xml literal example ( #6822 )
2021-01-12 19:01:44 -08:00
Mahtis Michel
25433c4864
fix(spec-selector): isMediaTypeSchemaPropertiesEqual should handle case where literal media-types are equal. ( #6820 )
...
* fix(spec-selector): isMediaTypeSchemaPropertiesEqual case same
should return true in case of comparing same media types.
* test(spec-selector): isMediaTypeSchemaPropertiesEqual tests
2021-01-12 18:31:51 -08:00
Mahtis Michel
35cb92502a
fix(sample-gen): should render additionalProperties in example ( #6821 )
...
* fix(sample-gen): should render additionalProperties in example
* test(sample-gen): should return additional property from example
for object and array schemas
2021-01-12 17:55:23 -08:00
dependabot[bot]
99f93a54b7
chore(deps-dev): bump jsdom from 15.2.1 to 16.4.0 ( #6807 )
...
Bumps [jsdom](https://github.com/jsdom/jsdom ) from 15.2.1 to 16.4.0.
- [Release notes](https://github.com/jsdom/jsdom/releases )
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md )
- [Commits](https://github.com/jsdom/jsdom/compare/15.2.1...16.4.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-12 15:32:22 -08:00
dependabot[bot]
e9ced85c52
chore(deps-dev): bump webpack from 4.45.0 to 4.46.0
2021-01-12 00:19:18 -05:00
dependabot[bot]
feccdcc16a
chore(deps-dev): bump chromedriver from 87.0.4 to 87.0.5
2021-01-11 00:51:21 -05:00
dependabot[bot]
0d7a8081f5
chore(deps): bump dompurify from 2.2.3 to 2.2.6
2021-01-11 00:48:22 -05:00
dependabot[bot]
d506edcab4
chore(deps-dev): bump webpack from 4.44.2 to 4.45.0
2021-01-11 00:34:31 -05:00
dependabot[bot]
b756685e45
chore(deps-dev): bump babel-plugin-module-resolver from 4.0.0 to 4.1.0
2021-01-11 00:31:12 -05:00
dependabot[bot]
ca874437c5
chore(deps): bump memoizee from 0.4.14 to 0.4.15
2021-01-11 00:25:53 -05:00
dependabot[bot]
570d7b7e07
chore(deps-dev): bump postcss from 8.2.3 to 8.2.4
2021-01-11 00:19:53 -05:00
dependabot[bot]
ab7cefd5f1
chore(deps-dev): bump postcss from 8.2.2 to 8.2.3
2021-01-08 02:29:15 -05:00
dependabot[bot]
03b28c42aa
chore(deps-dev): bump webpack-stats-plugin from 1.0.2 to 1.0.3
2021-01-08 00:56:19 -05:00
dependabot[bot]
90f6aff70d
chore(deps-dev): bump husky from 4.3.6 to 4.3.7
2021-01-08 00:51:54 -05:00
dependabot[bot]
b8f1c0c35a
chore(deps): bump lodash from 4.17.19 to 4.17.20
2021-01-08 00:43:09 -05:00
dependabot[bot]
789ad6acf7
chore(deps-dev): bump open from 7.3.0 to 7.3.1
2021-01-08 00:37:22 -05:00
dependabot[bot]
4e40cf8509
chore(deps): bump react-copy-to-clipboard from 5.0.1 to 5.0.2
2021-01-08 00:29:18 -05:00
dependabot[bot]
f161340dc8
chore(deps): bump ieee754 from 1.1.13 to 1.2.1
2021-01-08 00:24:44 -05:00
dependabot[bot]
22de36e9a9
chore(deps-dev): bump eslint-plugin-react from 7.21.5 to 7.22.0
2021-01-08 00:22:44 -05:00
swagger-bot
aab0511e07
chore(release): cut the v3.39.0 release
2021-01-07 21:16:03 +00:00
dependabot[bot]
be3ed0945b
chore(deps-dev): bump mocha from 7.2.0 to 8.2.1 ( #6781 )
...
Bumps [mocha](https://github.com/mochajs/mocha ) from 7.2.0 to 8.2.1.
- [Release notes](https://github.com/mochajs/mocha/releases )
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mochajs/mocha/compare/v7.2.0...v8.2.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-07 12:40:32 -08:00
Mahtis Michel
2bf39e0ad5
feat(ux): Disabled Execute button while request is in progress ( #6776 )
...
Avoid sending multiple request while old is in progress
Co-authored-by: Tim Lai <timothy.lai@gmail.com >
2021-01-07 11:41:55 -08:00
Mahtis Michel
0f541a1ab0
fix(sample-gen): first oneOf or anyOf should be combined with schema ( #6775 )
...
* fix(sample-gen): oneOf and anyOf should be merge into schema
when there was oneOf or anyOf defined it just used the first schema of it to generate the samples.
Now, the first oneOf or anyOf is combined with the schema to generate samples.
* test(sample-gen): oneOf and anyOf should be combined with schema
2021-01-07 11:26:34 -08:00
dependabot[bot]
2564625f3d
chore(deps-dev): bump webpack-dev-server from 3.11.0 to 3.11.1
2021-01-07 00:40:28 -05:00
dependabot[bot]
bc46206981
chore(deps): bump @babel/runtime-corejs3 from 7.11.2 to 7.12.5
2021-01-07 00:32:19 -05:00
dependabot[bot]
6e301bdc88
chore(deps-dev): bump postcss from 8.2.1 to 8.2.2
2021-01-07 00:27:09 -05:00
dependabot[bot]
54149f9b2a
chore(deps-dev): bump @babel/preset-env from 7.12.10 to 7.12.11
2021-01-07 00:24:34 -05:00
dependabot[bot]
ed874eff52
chore(deps-dev): bump react-test-renderer from 15.6.2 to 15.7.0
2021-01-07 00:19:30 -05:00
dependabot[bot]
3142aa7c3a
chore(deps-dev): bump url-loader from 2.3.0 to 4.1.1 ( #6709 )
...
Bumps [url-loader](https://github.com/webpack-contrib/url-loader ) from 2.3.0 to 4.1.1.
- [Release notes](https://github.com/webpack-contrib/url-loader/releases )
- [Changelog](https://github.com/webpack-contrib/url-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/url-loader/compare/v2.3.0...v4.1.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-06 18:07:41 -08:00
dependabot[bot]
2cf3fdda80
chore(deps-dev): bump jest from 25.5.4 to 26.6.3 ( #6711 )
...
Bumps [jest](https://github.com/facebook/jest ) from 25.5.4 to 26.6.3.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/compare/v25.5.4...v26.6.3 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-06 15:38:04 -08:00
Tim Lai
0bbef19714
chore(deps-dev): remove unused bundlesize ( #6774 )
2021-01-06 15:19:04 -08:00
Mahtis Michel
85a3ec983e
fix(style): response data flows off the screen ( #6764 )
2021-01-04 10:44:48 -08:00
Mahtis Michel
68e9b1b439
Request Body examples should respect media-type ( #6739 )
...
* fix: request body.jsx should rely on the getSampleSchema utility
* test: add test to ensure xml request body
2021-01-04 10:23:23 -08:00
dependabot[bot]
f35acced49
chore(deps): bump js-file-download from 0.4.5 to 0.4.12
2020-12-15 00:51:39 -05:00
dependabot[bot]
cffd8b4bb5
chore(deps): bump base64-js from 1.3.0 to 1.5.1
2020-12-15 00:34:33 -05:00
dependabot[bot]
648e5c9551
chore(deps): bump react-immutable-proptypes from 2.1.0 to 2.2.0
2020-12-15 00:19:13 -05:00
dependabot[bot]
c57d179940
chore(deps): bump react-debounce-input from 3.2.0 to 3.2.3
2020-12-14 15:04:28 -05:00
Tim Lai
7b7f7f891c
refactor(GA): move merge-me to eof ( #6728 )
2020-12-14 11:20:59 -08:00
Renovate Bot
c8ec4fc025
housekeeping(dev-deps): json-merger@1.1.5
2020-12-14 10:20:04 +00:00
Renovate Bot
db92ccf089
housekeeping(dev-deps): husky@4.3.6
2020-12-13 19:25:46 +00:00
Renovate Bot
018d585585
housekeeping(dev-deps): chromedriver@87.0.4
2020-12-12 17:15:04 +00:00
Renovate Bot
9dbf29cbf5
housekeeping(dev-deps): chromedriver@87.0.3
2020-12-12 15:36:50 +00:00
Renovate Bot
ef17866d6c
housekeeping(dev-deps): less@3.13.0
2020-12-12 04:21:36 +00:00
Tim Lai
887f45ff1a
chore: dependabot yaml config ( #6707 )
2020-12-10 15:52:55 -08:00
swagger-bot
bf97e1f243
chore(release): cut the v3.38.0 release
2020-12-10 20:44:28 +00:00
Tim Lai
9683e23375
chore(deps-dev): json-server@16.3 ( #6703 )
2020-12-10 12:16:20 -08:00