-
Notifications
You must be signed in to change notification settings - Fork 286
Add filterByOperationId command option #636
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 1 commit
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
0dc267c
Add a mock OpenApiDocument
MaggieKimani1 0ecca08
Add tests for filtering validation
MaggieKimani1 2f4a1c8
Add an OpenApi filtering service for filtering an OpenApiDocument bas…
MaggieKimani1 8e45f8b
Add necessary packages
MaggieKimani1 f270b90
Simplify using statement and switch condition
MaggieKimani1 9cda4fb
Use static class reference
MaggieKimani1 af61c14
Add --filterbyOperationId command option
MaggieKimani1 d24442d
Add filterByOperationId param and logic
MaggieKimani1 501e88c
Add static modifier
MaggieKimani1 d5b1b5e
Clean up and add xml comments
MaggieKimani1 4016ba1
Add a class that visits the OpenApi operations and returns the search…
MaggieKimani1 73bef22
Add a search result object model
MaggieKimani1 a1d46e5
Copies OpenApiOperation references to the new subset document
MaggieKimani1 b3c79eb
Copy OpenApiInfo and components from the source document to the new s…
MaggieKimani1 cd5f3fa
Add an info object to the mock document
MaggieKimani1 3c43ea1
Clean up: Remove unnecessary params
MaggieKimani1 43f48ec
Remove package reference
MaggieKimani1 8ba33cd
Revert "Remove package reference"
MaggieKimani1 2397e9d
Update the Public API interface text file
MaggieKimani1 d13dcf4
Remove unnecessary package dependency
MaggieKimani1 00dd9c4
Allow filtering for multiple operationIds
MaggieKimani1 3f3dae0
Add check for writing to an already existing file
MaggieKimani1 27ab7f7
Copy over all Info properties
MaggieKimani1 c3c0abc
Add license header
MaggieKimani1 dbd8d92
Clean up and add XML documentations for public methods
MaggieKimani1 a689c36
Copy over extensions object to new document
MaggieKimani1 deaa2fe
Move declaration closer to first reference point
MaggieKimani1 015b3cd
Code cleanup
MaggieKimani1 ac94489
Merge branch 'vnext' into mk/add-filter-commandOption
darrelmiller d259cc1
Remove [Fact] attribute
MaggieKimani1 f2102cc
Merge remote-tracking branch 'origin/mk/add-filter-commandOption' int…
MaggieKimani1 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
Move declaration closer to first reference point
- Loading branch information
commit deaa2fed7de2b21464307018ba5af574c5fd7128
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
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.
Uh oh!
There was an error while loading. Please reload this page.