Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
72 commits
Select commit Hold shift + click to select a range
2b3abef
Adds nullability check to HasOperations method and updates/refactors …
irvinesunday Jun 7, 2021
6bb23b6
Adds setting to configure leaving stream open (#605)
irvinesunday Jun 14, 2021
0dc267c
Add a mock OpenApiDocument
MaggieKimani1 Oct 12, 2021
0ecca08
Add tests for filtering validation
MaggieKimani1 Oct 12, 2021
2f4a1c8
Add an OpenApi filtering service for filtering an OpenApiDocument bas…
MaggieKimani1 Oct 12, 2021
8e45f8b
Add necessary packages
MaggieKimani1 Oct 12, 2021
f270b90
Simplify using statement and switch condition
MaggieKimani1 Oct 12, 2021
9cda4fb
Use static class reference
MaggieKimani1 Oct 18, 2021
af61c14
Add --filterbyOperationId command option
MaggieKimani1 Oct 18, 2021
d24442d
Add filterByOperationId param and logic
MaggieKimani1 Oct 18, 2021
501e88c
Add static modifier
MaggieKimani1 Oct 18, 2021
d5b1b5e
Clean up and add xml comments
MaggieKimani1 Oct 18, 2021
4016ba1
Add a class that visits the OpenApi operations and returns the search…
MaggieKimani1 Oct 18, 2021
73bef22
Add a search result object model
MaggieKimani1 Oct 18, 2021
a1d46e5
Copies OpenApiOperation references to the new subset document
MaggieKimani1 Oct 18, 2021
68fc2de
Merge branch 'mk/add-filter-commandOption' into mk/add-filter-by-tags
MaggieKimani1 Oct 19, 2021
b3c79eb
Copy OpenApiInfo and components from the source document to the new s…
MaggieKimani1 Oct 20, 2021
cd5f3fa
Add an info object to the mock document
MaggieKimani1 Oct 20, 2021
3c43ea1
Clean up: Remove unnecessary params
MaggieKimani1 Oct 20, 2021
74a336b
Merge branch 'mk/add-filter-commandOption' into mk/add-filter-by-tags
MaggieKimani1 Oct 21, 2021
43f48ec
Remove package reference
MaggieKimani1 Oct 21, 2021
77063ae
Add test cases for filtering OpenApiDocument by tags provided
MaggieKimani1 Oct 25, 2021
8a60acf
Add --filterByTag command option
MaggieKimani1 Oct 25, 2021
c4aed08
Add a tags parameter to the filtering service to allow for slicing of…
MaggieKimani1 Oct 25, 2021
849d841
Add a filterByTag param and logic
MaggieKimani1 Oct 25, 2021
1553a0c
Code refactoring
MaggieKimani1 Oct 26, 2021
9931ddb
Merge branch 'mk/add-filter-commandOption' into mk/add-filter-by-tags
MaggieKimani1 Oct 26, 2021
8ba33cd
Revert "Remove package reference"
MaggieKimani1 Oct 21, 2021
2397e9d
Update the Public API interface text file
MaggieKimani1 Oct 26, 2021
d13dcf4
Remove unnecessary package dependency
MaggieKimani1 Oct 26, 2021
ad0bda0
Fixed spelling of "Path" (from "Past")
peteraritchie Oct 29, 2021
00dd9c4
Allow filtering for multiple operationIds
MaggieKimani1 Nov 1, 2021
3f3dae0
Add check for writing to an already existing file
MaggieKimani1 Nov 1, 2021
b6910f7
Merge branch 'mk/add-filter-commandOption' into mk/add-filter-by-tags
MaggieKimani1 Nov 1, 2021
5a3da1a
Code cleanup
MaggieKimani1 Nov 1, 2021
9af85db
Update the public API text file
MaggieKimani1 Nov 1, 2021
f33d1f6
Add license header
MaggieKimani1 Nov 2, 2021
27ab7f7
Copy over all Info properties
MaggieKimani1 Nov 2, 2021
c3c0abc
Add license header
MaggieKimani1 Nov 2, 2021
dbd8d92
Clean up and add XML documentations for public methods
MaggieKimani1 Nov 2, 2021
a689c36
Copy over extensions object to new document
MaggieKimani1 Nov 2, 2021
8fbb809
Update ci-build.yml for Azure Pipelines
MaggieKimani1 Nov 2, 2021
deaa2fe
Move declaration closer to first reference point
MaggieKimani1 Nov 3, 2021
015b3cd
Code cleanup
MaggieKimani1 Nov 4, 2021
58b380f
Merge pull request #642 from peteraritchie/patch-1
darrelmiller Nov 5, 2021
ac94489
Merge branch 'vnext' into mk/add-filter-commandOption
darrelmiller Nov 5, 2021
d259cc1
Remove [Fact] attribute
MaggieKimani1 Nov 5, 2021
f2102cc
Merge remote-tracking branch 'origin/mk/add-filter-commandOption' int…
MaggieKimani1 Nov 5, 2021
9f46c00
Merge pull request #636 from microsoft/mk/add-filter-commandOption
MaggieKimani1 Nov 5, 2021
d4451e9
Merge remote-tracking branch 'origin/vnext' into mk/add-filter-by-tags
MaggieKimani1 Nov 5, 2021
526162e
Remove unused variable
MaggieKimani1 Nov 5, 2021
1321c1e
Rename project and update namespaces
MaggieKimani1 Nov 8, 2021
fb5512c
Update build script and solution file
MaggieKimani1 Nov 8, 2021
e01b885
Rename the OpenApi.Tool to Hidi
MaggieKimani1 Nov 9, 2021
c900208
Address PR feedback
MaggieKimani1 Nov 9, 2021
d1a13a5
Update package name
MaggieKimani1 Nov 9, 2021
02eeec1
Merge branch 'vnext' into mk/add-cmdtool-build-task
MaggieKimani1 Nov 9, 2021
6acf634
Add validation check and add test
MaggieKimani1 Nov 9, 2021
403a40f
Rename tool to OpenApi.Hidi
MaggieKimani1 Nov 9, 2021
6922d61
Merge pull request #639 from microsoft/mk/add-filter-by-tags
darrelmiller Nov 9, 2021
0e63879
Merge branch 'vnext' into mk/add-cmdtool-build-task
darrelmiller Nov 9, 2021
e9f5257
Merge pull request #644 from microsoft/mk/add-cmdtool-build-task
MaggieKimani1 Nov 9, 2021
ba84828
Merge remote-tracking branch 'origin/vnext' into mk/rename-commandlin…
MaggieKimani1 Nov 10, 2021
97f4ac3
Remove whitespace
MaggieKimani1 Nov 10, 2021
ede11f1
Update solution file with the correct directory path
MaggieKimani1 Nov 10, 2021
431a4e9
Add blank line
MaggieKimani1 Nov 12, 2021
561b07a
Update .sln
MaggieKimani1 Nov 12, 2021
7b678a8
Revert
MaggieKimani1 Nov 12, 2021
733ca6b
Update dll path in launch.json
MaggieKimani1 Nov 12, 2021
520a55e
Update ci-cd.yml and codeql.yml files
MaggieKimani1 Nov 12, 2021
39f5bea
Update the tool's version
MaggieKimani1 Nov 16, 2021
0834f1f
Merge pull request #647 from microsoft/mk/rename-commandline-tool
MaggieKimani1 Nov 16, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove [Fact] attribute
  • Loading branch information
MaggieKimani1 committed Nov 5, 2021
commit d259cc1c40ccdaf91f3608851200d52dca6707a0
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ public void OpenApiWorkspacesShouldNormalizeDocumentLocations()
// Enable Workspace to load from any reader, not just streams.

// Test fragments
[Fact]
public void OpenApiWorkspacesShouldLoadDocumentFragments()
{
Assert.True(false);
Expand Down