-
Notifications
You must be signed in to change notification settings - Fork 388
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Splitit C# generator changes + Add C# to CI + Add Splitit C# test to …
…CI (#338) * template fix for C# tests * intellij run config * fix "git not found" error in CI when writing readme * add c# install to earthly CI * add C# integration test * generated c# sdk for integration test * add dotnet 5.0 and 3.1 to image for testing * change test to snapshot of current splitit C# sdk
- Loading branch information
1 parent
c83d71f
commit e89e7c8
Showing
242 changed files
with
31,914 additions
and
35 deletions.
There are no files selected for viewing
This file contains 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 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
4 changes: 3 additions & 1 deletion
4
generator/konfig-generator-api/.idea/runConfigurations/OpenApiGeneratorApplication.xml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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 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 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 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions
32
generator/konfig-integration-tests/sdks/csharp-splitit/.konfig/progress.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
description: Splitit's Web API | ||
examples: {} | ||
examples_2: {} | ||
fixOnlyOneTagName: false | ||
operationIds: {} | ||
operationTags: {} | ||
renameTags: {} | ||
requestSchemaNames: {} | ||
responseDescriptions: {} | ||
responseSchemaNames: {} | ||
securityParameters: | ||
Authorization: | ||
header: | ||
flows: | ||
clientCredentials: | ||
scopes: | ||
api.v3: '' | ||
tokenUrl: https://id.production.splitit.com/connect/token | ||
securityName: oauth | ||
type: oauth2 | ||
X-Splitit-IdempotencyKey: | ||
header: false | ||
X-Splitit-TestMode: | ||
header: false | ||
X-Splitit-TouchPoint: | ||
header: false | ||
extendedParams: | ||
query: false | ||
installmentPlanNumber: | ||
query: false | ||
refOrderNumber: | ||
query: false |
7 changes: 7 additions & 0 deletions
7
generator/konfig-integration-tests/sdks/csharp-splitit/LICENSE
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Copyright (c) 2023- Konfig, Inc. (https://konfigthis.com) | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
5 changes: 5 additions & 0 deletions
5
generator/konfig-integration-tests/sdks/csharp-splitit/README.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# konfig | ||
|
||
|Language|Version|Package Manager|Documentation|Source| | ||
|-|-|-|-|-| | ||
|C#|1.0.0|[NuGet](https://nuget.org/packages/CsharpSplitit.Net/1.0.0)|[Documentation](https://github.com/konfig-dev/konfig/tree/main/csharp/README.md)|[Source](https://github.com/konfig-dev/konfig/tree/main/csharp)| |
Oops, something went wrong.