-
Notifications
You must be signed in to change notification settings - Fork 94
Swagger Description inside Param extension for Security #1179
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
Merged
Merged
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
237b8f0
basic changes to adopt descriptions
seran d114ba6
exp
seran eddf461
reverted
seran 1a71239
clean-up
seran 3d1eab9
fixing a stupid mistake
seran a9c63cf
helper class
seran 25bc4b6
Merge branch 'master' into rest-action-ext
seran 903bf02
changes to Param
seran e5cdb17
description to Param in RestActionBuilderV3
seran 3c06591
clean-up
seran 6fb1f21
clean-up
seran a5e272a
minor change
seran 8ed0e8f
Merge branch 'master' into rest-action-ext
seran 9917957
Merge branch 'master' into rest-action-ext
seran a78ee34
try to find missing description in results
seran baa8cf3
Merge branch 'master' into rest-action-ext
seran 69cb61f
description field in gene
seran 66d14d6
working: header description
seran 87f3194
Merge branch 'master' into rest-action-ext
seran 401363d
exp with gene description
seran 8ba5741
null check for description
seran ee95ada
Merge branch 'master' into rest-action-ext
seran 1cb5a03
fix
seran 01bec4f
Merge branch 'master' into rest-action-ext
seran 2276b3d
Merge branch 'master' into rest-action-ext
seran 08e765a
clean-up
seran caece21
exp
seran f910c06
fix
seran 6654f6c
clean-up
seran dcbf06d
more clean-up
seran 8b264e2
comments fix
seran dcedd01
Merge branch 'master' into rest-action-ext
seran 82f1ae2
clean-up
seran 40ad74a
clean-up
seran a208428
setter for Param
seran 1c9b128
Merge branch 'master' into rest-action-ext
seran c5dcd0d
clean-up
seran 3f04802
Merge branch 'master' into rest-action-ext
seran 4ca1405
Merge branch 'master' into rest-action-ext
seran 5d0f0ba
adding exception
seran b9039bc
updated
seran 73c4469
Merge branch 'master' into rest-action-ext
seran cabfe78
Merge branch 'master' into rest-action-ext
seran b7d9336
addressing comments
seran c692d00
Merge branch 'master' into rest-action-ext
seran 2204af4
fix
seran 6536c0c
Merge branch 'master' into rest-action-ext
seran e093dcd
Merge branch 'master' into rest-action-ext
seran File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't this apply to all kinds of
param
? so could have theapply
outside of thewhen
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are directly add the
Param
to theMutableList
. So I added the description directly to other types also.