Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
1c099e7
Copied integration and fixed compilation errors
maurei Sep 8, 2021
54a023f
Add models and adjusted models in OpenAPI document tests such that i …
maurei Sep 8, 2021
09ab5c0
Add FlightAttendantController to used controllers
maurei Sep 9, 2021
19cc14d
Added client library with tests to project; made adjustmets to the mo…
maurei Sep 9, 2021
ec2ccaf
Adjusted build script to create OpenApiClient artifact, added documen…
maurei Sep 9, 2021
c6d691d
Adjusted docs and minor refactors
maurei Sep 10, 2021
ef2753e
Replace resource name formatter with internal one
maurei Sep 10, 2021
b3cdc7a
Removed JsonApiInputFormatter workaround
maurei Sep 10, 2021
a955616
Merge branch 'openapi' into oa/existing-integration
maurei Sep 13, 2021
bad9aad
Moved full document test to ExistingOpenApiIntegration test folder, w…
maurei Sep 14, 2021
ea46194
Disabled OpenAPI for nonjson and operations controller, as these are …
maurei Sep 14, 2021
a0d5bff
review feedback on docs
maurei Sep 14, 2021
280e449
Add a very minimal example of a generated OpenAPI client for JsonApiD…
maurei Sep 14, 2021
7b3d1ef
Fixed inspect and cleanup code issues that do not appear when execute…
maurei Sep 15, 2021
ba42b77
rename existing to legacy in ExistingOpenApiIntegration folder and na…
maurei Sep 15, 2021
ecd971e
moved OpenApiClient to OpenApi.Client
maurei Sep 15, 2021
37a95b3
Configure NSwag to generate a client with access modifier set to inte…
maurei Sep 15, 2021
da1db37
Move OpenAPI client tests to dedicated test project, cleared up some …
maurei Sep 15, 2021
f71bbea
Some adjustments to stay closer to 1-on-1 model mapping from the priv…
maurei Sep 15, 2021
348dffa
review feedback
maurei Sep 15, 2021
e88c762
Process inspectcode issues that do not appear when run locally
maurei Sep 15, 2021
54ac898
Update package reference in build script
maurei Sep 16, 2021
83ac507
Changed models to stay closer 1-to-1 mapping. Changed 'OpenApiClient…
maurei Sep 16, 2021
aaf59a6
process review feedback
maurei Sep 16, 2021
1baed2d
rename ClassName in client test project
maurei Sep 16, 2021
65430a8
Updated example client project using Visual Studio defaults and updat…
Sep 16, 2021
520c618
Layout tweaks and fixes
Sep 16, 2021
b72d823
fixed failed automatic rename 'openApiOpenApi'
maurei Sep 17, 2021
43cec51
Merge branch 'oa/existing-integration' of https://github.com/json-api…
maurei Sep 17, 2021
605d2ce
reduced changed wrt private version of this test
maurei Sep 17, 2021
8c2a7b4
Changed ID type from to for Flight
maurei Sep 17, 2021
a83de89
ReserveCabinPersonnel -> Purser, CabinPersonnel -> CabinCrewMembers
maurei Sep 17, 2021
8ceff7b
fixed failed automatic rename 'openApiOpenApi'
maurei Sep 17, 2021
5a4a06f
Flight: replaced OperatingAirplane with Purser, added to many relatio…
maurei Sep 17, 2021
7a88a64
Review feedback
maurei Sep 17, 2021
4073c3f
Fix client lifetime test
maurei Sep 17, 2021
d3ebfaf
Feedback
maurei Sep 17, 2021
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
Prev Previous commit
Next Next commit
Fix client lifetime test
  • Loading branch information
maurei committed Sep 17, 2021
commit 4073c3f1f7b759934b49fd385f04e2366eef004c
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public async Task Request_is_unaffected_by_attribute_registration_for_different_
""type"": ""airplanes"",
""id"": """ + airplaneId2 + @""",
""attributes"": {
""serial-number"": null
""is-in-maintenance"": false
}
}
}");
Expand Down