Commit graph

  • f4b4c8155b Refactor to remove unnecessary Link creation of collection of entities Irvine Sunday 2020-07-07 23:36:51 +0300
  • aad33f7f13 Update test doc. to test disabling of showing of schema examples Irvine Sunday 2020-07-07 20:31:33 +0300
  • 768c9bc4d0 Add setting to show schema examples to allow tests to pass Irvine Sunday 2020-07-07 20:30:10 +0300
  • 79921b68a9 Add setting for enabling/disabling showing of schema examples Irvine Sunday 2020-07-07 20:29:07 +0300
  • a72873cf61 Add comment Irvine Sunday 2020-07-07 15:38:32 +0300
  • 1b9460480c Revert project PlatformTarget Irvine Sunday 2020-07-07 15:36:55 +0300
  • 7fc146c3b7 Update test for Links Irvine Sunday 2020-07-07 15:25:15 +0300
  • 61561c810d Fix links and add optional setting Irvine Sunday 2020-07-07 15:20:57 +0300
  • 599a298808 Merge remote-tracking branch 'microsoft/master' Irvine Sunday 2020-07-07 10:24:17 +0300
  • c58a6136f3
    Update version to 1.0.3 Sam Xu 2020-06-04 14:37:41 -0700
  • e0135613d6 output the xml file, add into nuget package, fix the build warning Sam Xu 2020-06-04 11:13:38 -0700
  • 20309c4be7 Fix tests resources Erik de Voogd 2020-06-03 02:20:51 +0200
  • ca28c4c2da Fix casing from "String" to "string" Erik de Voogd 2020-06-03 01:34:24 +0200
  • ff057525da
    Update versioning.props v1.0.2 Sam Xu 2020-05-25 12:02:01 -0700
  • a7ee00dbf4 Add Delete to containment navigation property and for non-containment navigation property Sam Xu 2020-05-21 10:58:43 -0700
  • 8e7d94dcba
    Update azure-pipelines_nightly.yml Sam Xu 2020-05-20 15:31:52 -0700
  • 0b2f951f49
    Update azure-pipelines_rolling.yml Sam Xu 2020-05-20 15:26:15 -0700
  • 1270385b8d Added simple PathPrefix to ConvertSettings to match ODataRoute prefix without affecting 'servers' declaration in OAS file. Gareth Jones 2020-05-12 22:30:30 -0700
  • 243ace3760 Added simple PathPrefix to ConvertSettings to match ODataRoute prefix without affecting 'servers' declaration in OAS file. Gareth Jones 2020-05-12 22:30:30 -0700
  • 42d20b3f0d Add the root path with links rootpath Darrel Miller 2020-04-28 10:01:46 -0400
  • be2ede7504 Update test files to validate Link fixes Irvine Sunday 2020-04-27 10:58:50 +0300
  • a5364b9d9e Reorder Parameters generation before Responses Irvine Sunday 2020-04-27 10:57:40 +0300
  • 9dc2f36cbf Fix OpenAPI Link generation Irvine Sunday 2020-04-27 10:52:00 +0300
  • a9278f0e29
    Adds Links to EntitySet type Get response objects (#57) Irvine Sunday 2020-04-15 22:46:28 +0300
  • d82a91a317 Rename parameter Irvine Sunday 2020-04-15 21:11:46 +0300
  • c283358336 Update test files with links properties Irvine Sunday 2020-04-15 11:56:16 +0300
  • d5e7d9cb21 Add new Link properties Irvine Sunday 2020-04-15 11:55:08 +0300
  • 38a1a90cc5 Update arguments Irvine Sunday 2020-04-15 11:52:18 +0300
  • c104b897be Modify link generator to handle all instances of IEdmEntityType Irvine Sunday 2020-04-15 11:50:29 +0300
  • c8b623cc69 Refactor to use Utils class for nullability checks Irvine Sunday 2020-04-15 11:46:35 +0300
  • 3d71c3de74 Adds links to the test OpenAPI docs. Irvine Sunday 2020-04-08 14:50:49 +0300
  • 092c780d3a Adds Links to EntitySet type response objects Irvine Sunday 2020-04-08 13:51:35 +0300
  • 3a00f2a540 Adds support for replacing base type references with their derived types #55 Irvine Sunday 2020-04-02 19:46:14 -0700
  • dfb2d5b215 Refactors client code with respect to class and property renaming Irvine Sunday 2020-04-02 22:18:06 +0300
  • 557caa5046 Renames config. setting properties to follow naming convention Irvine Sunday 2020-04-02 22:10:57 +0300
  • 7b5466c4f4 Renames class, adds copyright and adds input nullability check Irvine Sunday 2020-04-02 22:07:22 +0300
  • 6a780dbe6d Merge remote-tracking branch 'origin/master' Irvine Sunday 2020-04-02 20:15:54 +0300
  • 1bfec34b53 Refactors test and removes unnecessary code Irvine Sunday 2020-04-02 00:18:52 +0300
  • ede92bd11c Removes commented out code Irvine Sunday 2020-03-30 19:59:46 +0300
  • 0d0d6c355b Updates test to allow testing with different parameter values Irvine Sunday 2020-03-30 18:53:19 +0300
  • d55e44c212 Moves schema test to the appropriate test class Irvine Sunday 2020-03-30 18:50:18 +0300
  • 7bf3ce6a5f Test to validate fetching of derived types of base type into schema Irvine Sunday 2020-03-30 16:37:18 +0300
  • 9610425f30 Removes unnecessary using directive Irvine Sunday 2020-03-30 16:32:20 +0300
  • f82bd8763b Refactors out ODataContext from parameter to make method more concise Irvine Sunday 2020-03-30 12:16:06 +0300
  • 73eec6f809 Changes class access level Irvine Sunday 2020-03-27 15:23:04 +0300
  • 833ecea846 Adds functionality for getting derived types of $refs in requestBody Irvine Sunday 2020-03-27 14:15:23 +0300
  • 0e4b27cf9f Move out functionality for getting derived types for $refs into Helper class Irvine Sunday 2020-03-27 14:12:44 +0300
  • fe2d3b8aa8 Update summary and add config setting for showing requestBody derived types $refs Irvine Sunday 2020-03-27 14:06:56 +0300
  • f17df6794f Helper class with method that gets the schema for derived types of $refs Irvine Sunday 2020-03-27 14:04:05 +0300
  • f7c6071135 Showing derived types of $refs in response payload for Entities Irvine Sunday 2020-03-26 15:45:20 +0300
  • b8e457e713 Showing derived types of $refs in response payload for Singletons Irvine Sunday 2020-03-26 15:43:08 +0300
  • 87e1485021 Reverting showing derived types of $refs in request payload. Irvine Sunday 2020-03-26 15:40:34 +0300
  • 627778b7fd Showing derived types of $refs in response payload for NavigationProps. Irvine Sunday 2020-03-26 15:39:36 +0300
  • bd1975ff21 Showing derived types of $refs in response payload for EntitySets Irvine Sunday 2020-03-26 15:36:34 +0300
  • ccad2f2aba Simplifying object initialization and updating code summary Irvine Sunday 2020-03-26 15:32:30 +0300
  • 732003ad79 Replacing $ref to base types for Navigation Props. response schema Irvine Sunday 2020-03-26 00:36:22 +0300
  • 431245f8e1 Refactors test and removes unnecessary code Irvine Sunday 2020-04-02 00:18:52 +0300
  • c5c24f4f1b Removes commented out code Irvine Sunday 2020-03-30 19:59:46 +0300
  • 829e79366e Merge branch 'microsoft-master' Irvine Sunday 2020-03-30 19:54:10 +0300
  • 2027dc3d98 Fetches updates from master:OData.Reader Irvine Sunday 2020-03-30 19:52:59 +0300
  • 112c566aee Update azure-pipelines_nightly.yml for Azure Pipelines Sam Xu 2020-03-30 09:36:54 -0700
  • f75bbb0e9d add the azure pipelines nightly Sam Xu 2020-03-30 09:33:44 -0700
  • 67b837b9b1 Updates test to allow testing with different parameter values Irvine Sunday 2020-03-30 18:53:19 +0300
  • 7b77fcd21d Moves schema test to the appropriate test class Irvine Sunday 2020-03-30 18:50:18 +0300
  • ec88a739e4 Test to validate fetching of derived types of base type into schema Irvine Sunday 2020-03-30 16:37:18 +0300
  • adae0a2ef2 Removes unnecessary using directive Irvine Sunday 2020-03-30 16:32:20 +0300
  • 912b985c24 Refactors out ODataContext from parameter to make method more concise Irvine Sunday 2020-03-30 12:16:06 +0300
  • ff06b1ae01 Update azure-pipelines_nightly.yml for Azure Pipelines azure-pipelines Sam Xu 2020-03-29 22:01:41 -0700
  • ab75307f65 add nightly yml Sam Xu 2020-03-29 21:59:09 -0700
  • 2884eea2d0 Update azure-pipelines.yml for Azure Pipelines Sam Xu 2020-03-29 20:44:50 -0700
  • db298fc8b7 Update azure-pipelines.yml for Azure Pipelines Sam Xu 2020-03-29 18:08:53 -0700
  • ebf4719970 Update azure-pipelines.yml for Azure Pipelines Sam Xu 2020-03-29 18:03:52 -0700
  • 5422162c9a Set up CI with Azure Pipelines Sam Xu 2020-03-29 17:56:43 -0700
  • cedcc7de94
    Update README.md Sam Xu 2020-03-29 21:46:40 -0700
  • ceb6ff1699 add azure pipeline rolling yml Sam Xu 2020-03-29 21:29:12 -0700
  • 072c632766 Update dotnetcore.yml xuzhg-patch-1 Sam Xu 2020-03-29 17:37:37 -0700
  • f606360637 Update dotnetcore.yml Sam Xu 2020-03-29 17:34:50 -0700
  • 693eee35f8 Create dotnetcore.yml Sam Xu 2020-03-29 15:55:14 -0700
  • 90f5f8c4b5 Fix the failing test cases Sam Xu 2020-03-29 20:24:38 -0700
  • f07876624b Fix the failing test cases Sam Xu 2020-03-29 15:52:16 -0700
  • db8bff25c6 Change all query parameters from "simple" to "form" Joe Glombek 2020-03-17 10:06:48 +0000
  • 7abd7dd4bf Merge branch 'microsoft-master' Irvine Sunday 2020-03-27 15:37:46 +0300
  • f17f2b63fd Resolve merge conflict Irvine Sunday 2020-03-27 15:34:26 +0300
  • ae5397e452 Changes class access level Irvine Sunday 2020-03-27 15:23:04 +0300
  • 748779f566 Adds functionality for getting derived types of $refs in requestBody Irvine Sunday 2020-03-27 14:15:23 +0300
  • 575b1a279b Move out functionality for getting derived types for $refs into Helper class Irvine Sunday 2020-03-27 14:12:44 +0300
  • b7814b4e05 Update summary and add config setting for showing requestBody derived types $refs Irvine Sunday 2020-03-27 14:06:56 +0300
  • 57d3bdb68c Helper class with method that gets the schema for derived types of $refs Irvine Sunday 2020-03-27 14:04:05 +0300
  • 8a0e261d91 Showing derived types of $refs in response payload for Entities Irvine Sunday 2020-03-26 15:45:20 +0300
  • 22cd7861b5 Showing derived types of $refs in response payload for Singletons Irvine Sunday 2020-03-26 15:43:08 +0300
  • 9f066acf0a Reverting showing derived types of $refs in request payload. Irvine Sunday 2020-03-26 15:40:34 +0300
  • 1d3de466e5 Showing derived types of $refs in response payload for NavigationProps. Irvine Sunday 2020-03-26 15:39:36 +0300
  • 9b4c866bfd Showing derived types of $refs in response payload for EntitySets Irvine Sunday 2020-03-26 15:36:34 +0300
  • c096d786fd Simplifying object initialization and updating code summary Irvine Sunday 2020-03-26 15:32:30 +0300
  • 70d66eb32c Replacing $ref to base types for Navigation Props. response schema Irvine Sunday 2020-03-26 00:36:22 +0300
  • f723b671d8
    Adds discriminator support to OpenApi (#54) Irvine Sunday 2020-03-25 19:50:00 +0300
  • f7833fdcf6 Adding discriminator support during schema generation Irvine Sunday 2020-03-24 18:37:05 +0300
  • 28e7be88d5 Adding the discriminator value constant Irvine Sunday 2020-03-24 18:20:12 +0300
  • 669553620f Adding setting for discriminator value support Irvine Sunday 2020-03-24 18:17:22 +0300
  • 2755da6a59
    Merge pull request #52 from irvinesunday/master Darrel 2020-03-24 09:19:26 -0400