Commit Graph

325 Commits

Author SHA1 Message Date
Kyle Shockey
2b644afb44 v3.1.7 2017-08-25 18:39:19 -07:00
Kyle Shockey
bd3d00c182 v3.1.6 2017-08-18 18:43:52 -07:00
Matthew Seal
54b383a7d2 Updated docs for correct usage of SWAGGER_JSON 2017-08-15 18:02:17 -07:00
Mike Gilbode
087ed20384 Add support for requestInterceptor / responseInterceptor.
- Display mutated requests from request interceptor in curl output in UI.
  Put this behind showMutatedRequest flag so that the mutation can be
  silent.
- Document requestInterceptor, responseInterceptor and showMutatedRequest
  in README.md
- Add tests
2017-08-13 01:14:41 -04:00
Kyle Shockey
f6691d40c7 v3.1.5 2017-08-11 21:36:35 -07:00
Kyle
747d095522 Update README.md 2017-08-08 17:56:21 -07:00
Kyle
8c8b98deb9 Merge branch 'master' into issue-1334 2017-08-07 19:32:48 -07:00
Kyle Shockey
27616217ab v3.1.4 2017-08-05 10:50:20 -07:00
Tony Tam
9ed7c700b0 Merge branch 'master' into issue-1334 2017-08-05 10:38:28 +00:00
Kyle Shockey
4b0b51ab6e v3.1.3 2017-08-04 21:36:13 -07:00
Kyle
b8cf502cfc Merge branch 'master' into master 2017-08-02 15:58:34 -07:00
Kenny
b7bbead9c7 Merge branch 'master' into issue-1334
# Conflicts:
#	.gitignore
#	make-webpack-config.js
2017-08-02 20:14:03 +02:00
Kenny
8ca88b583f remove legacy code 2017-08-02 10:39:29 +02:00
Kyle
470cfe5cad Merge branch 'master' into support-basic-auth-for-authorization-code-grant 2017-08-01 16:57:13 -07:00
Kyle
88a6e075dd Remove useBasicAuthenticationWithAccessCodeGrant
... from `initOAuth` example
2017-08-01 16:54:30 -07:00
Kyle
b329b03464 Merge branch 'master' into support-basic-auth-for-authorization-code-grant 2017-08-01 16:52:04 -07:00
shockey
53c11700ba MOAR OpenAPI specification revisions 2017-08-01 16:41:16 -07:00
oysteinsigholt
230f4a8467 add domNode parameter 2017-08-01 11:11:10 +02:00
shockey
afc1f92ea3 Update README.md 2017-07-31 15:46:20 -07:00
shockey
6297fcc349 Update README.md 2017-07-31 15:41:28 -07:00
Kyle Shockey
ec24a688ae Version bump 2017-07-31 15:30:26 -07:00
Kyle Shockey
4627bb134c v3.1.1 2017-07-29 21:39:17 -07:00
Kyle Shockey
0c17ba823e v3.1.0 2017-07-28 22:01:05 -07:00
Kyle Shockey
691011c9cc README and package.json version bumps 2017-07-24 13:18:32 -07:00
Kyle Shockey
4b404f63ec v3.0.20 2017-07-21 21:35:02 -07:00
shockey
f7e6cadff3 Add deepLinking to README 2017-07-17 20:20:46 -07:00
shockey
a8f1f4979a Add security contact to README 2017-07-17 20:03:11 -07:00
Kyle Shockey
e6587fb03c v3.0.19 2017-07-14 19:32:49 -07:00
Kyle Shockey
449a7b0023 Remove Shebang functionality from Known Issues 2017-07-14 16:36:59 -07:00
shockey
e2b73ebf2a Update README.md 2017-07-13 21:10:48 -07:00
shockey
d8ba716da8 Merge branch 'master' into feature/apisSorter 2017-07-13 21:08:47 -07:00
Kyle Shockey
1cdc4691f7 Add MDN link to Array.prototype.sort() documentation 2017-07-13 20:38:56 -07:00
Kyle Shockey
571d65a582 apisSorter -> tagsSorter
"tags", not "tag", because it sorts the tags themselves, not the content of each tag.
2017-07-13 20:36:08 -07:00
Eric Turcotte
b06971bf81 If config useBasicAuthenticationWithAccessCodeGrant is truthy, send client id
and secret as HTTP basic auth during authorization_code grant
2017-07-12 23:35:34 -05:00
Raphaël MARQUES
d27962c0da Merge branch 'master' into feature/apisSorter 2017-07-11 21:13:45 +02:00
Gwyn Judd
c3f9c094d1 Added maxRows and filter support
Useful for the display of very large swagger specs. Can limit the number of operations to a smaller value and search
2017-07-11 09:38:20 +12:00
Kyle Shockey
4acb95b659 v3.0.18 2017-07-07 18:24:06 -07:00
Raphaël MARQUES
d031413d92 Fix typo in README 2017-07-04 09:20:55 +02:00
Raphaël MARQUES
aa07bb6b50 Complying with request for changes 2017-07-04 09:18:58 +02:00
Raphaël MARQUES
8ce2b309d8 Complying with request for changes 2017-07-04 09:15:43 +02:00
Kyle Shockey
4bfb392e49 Undo changed defaults 2017-07-03 16:41:10 -07:00
RVKen
a3249f0d6f Merge branch 'master' into issue-1334
* master: (50 commits)
  update NoErrorsPlugin to NoEmitOnErrorsPlugin
  Undo change to `swagger-client` dependency
  trigger setScheme when a new set of schemes come in
  fix eslint issues
  pin yams version
  update dist
  revert dependencies
  minify bundle css
  migrate webpack to v2.6.1
  #3110 - Fix models down arrow icon in firefox
  Fixes #3299 - export validateNumber and validateInteger for easy reuse and testing. Broke validateParam required check onto multiple lines. Added tests for validateNumber, validateInteger, and validateParam
  Improve README with more information about `urls`
  Rename variable: "selectedName" -> "primaryName"
  "name" -> "urls.primaryName"
  Update selectedIndex when a new URL is loaded
  Use select value to avoid react warning
  Properly added name config Now access it through getConfigs Documented it in README
  Add displayRequestDuration configuration option.
  Fix for #2947 - Display property names for non-object models
  #3256 - Remove unnecessary JSON.stringify call on example values that are already strings
  ...

# Conflicts:
#	dist/swagger-ui-bundle.js
#	dist/swagger-ui-bundle.js.map
#	dist/swagger-ui-standalone-preset.js
#	dist/swagger-ui-standalone-preset.js.map
#	dist/swagger-ui.css
#	dist/swagger-ui.css.map
#	dist/swagger-ui.js
#	dist/swagger-ui.js.map
#	make-webpack-config.js
#	package.json
#	webpack-dist.config.js
#	webpack-hot-dev-server.config.js
2017-06-30 23:24:43 +02:00
Raphaël MARQUES
cb9ca7d4bf Merge branch 'master' into feature/apisSorter 2017-06-30 09:01:28 +02:00
shockey
a69ed71f47 Merge branch 'master' into ft/3135-request-duration 2017-06-29 17:10:46 -07:00
Raphaël MARQUES
ca9161a159 Merge branch 'master' into feature/apisSorter 2017-06-28 09:53:06 +02:00
Kyle Shockey
3b6b044607 Improve README with more information about urls 2017-06-27 17:35:38 -07:00
Kyle Shockey
158c899176 "name" -> "urls.primaryName" 2017-06-27 17:26:24 -07:00
Raphaël MARQUES
4fe27786f4 Adding apisSorter options, taking a string or a function as a configuration value 2017-06-27 15:29:07 +02:00
Jesse Mandel
e8a5d0d721 Merge branch 'master' into TopbarPluginWithSelect 2017-06-26 23:07:17 -07:00
Jesse Mandel
41e4d98a4c Properly added name config
Now access it through getConfigs
Documented it in README
2017-06-26 22:49:57 -07:00