Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
8a1f544
Add compatibility suite with selected OpenAPI documents
simonjbeaumont Aug 3, 2023
3e3a0b1
Remove OpenAPIKit validation and use the generator diagnostics
simonjbeaumont Sep 12, 2023
4de562a
Disable parallel build of generated code
simonjbeaumont Sep 12, 2023
2b65a2e
Update to latest Github API (without duplicate enum case)
simonjbeaumont Sep 12, 2023
611cd8c
Compile in debug, test in parallel
simonjbeaumont Sep 12, 2023
fd64b89
Move compatibility-test above docc-test in compose file
simonjbeaumont Sep 12, 2023
d14f357
Simplify logging and log swift build command
simonjbeaumont Sep 13, 2023
8b6e1d6
Improve getting flag from environment variable
simonjbeaumont Sep 13, 2023
0943f8e
Control parallel code generation with environment variable
simonjbeaumont Sep 13, 2023
ad3cd13
Control parallel build of generated code with environment variable
simonjbeaumont Sep 13, 2023
4764545
Compile generated code with -Xllvm -vectorize-slp=false
simonjbeaumont Sep 13, 2023
e2dd19e
Run cat /proc/cpuinfo && cat /proc/meminfo before build
simonjbeaumont Sep 13, 2023
c969660
DO NOT MERGE: Hijack docc-test pipeline to test compat suite
simonjbeaumont Sep 13, 2023
34854d7
Wrap boolean values in strings in compose file
simonjbeaumont Sep 13, 2023
c07672a
Link to license website (cf. file in repo) in NOTICE.txt
simonjbeaumont Sep 13, 2023
49e360a
Add missing license header
simonjbeaumont Sep 13, 2023
3263b22
experiment: Compile test in release
simonjbeaumont Sep 13, 2023
8817754
Revert "experiment: Compile test in release"
simonjbeaumont Sep 13, 2023
b244f6f
experiment: SKIP_BUILD=false
simonjbeaumont Sep 13, 2023
21df76c
Revert "experiment: SKIP_BUILD=false"
simonjbeaumont Sep 13, 2023
f411bb6
experiment: Remove --parallel test execution
simonjbeaumont Sep 13, 2023
461575b
Revert "DO NOT MERGE: Hijack docc-test pipeline to test compat suite"
simonjbeaumont Sep 13, 2023
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
76 changes: 76 additions & 0 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,79 @@ This product contains derivations of examples from the OpenAPI project.
* https://github.com/OAI/OpenAPI-Specification/blob/main/LICENSE
* HOMEPAGE:
* https://github.com/OAI/OpenAPI-Specification

-------------------------------------------------------------------------------

This product contains OpenAPI document(s) for compatibility testing from:

* AWS Lambda for .NET Core
* LICENSE (Apache License 2.0):
* https://www.apache.org/licenses/LICENSE-2.0
* HOMEPAGE:
* https://github.com/aws/aws-lambda-dotnet

* Azure IoT Identity Service
* LICENSE (MIT License):
* https://mit-license.org
* HOMEPAGE:
* https://github.com/Azure/iot-identity-service

* OpenAPI 3.0 Specification for the Box APIs
* LICENSE (Apache License 2.0):
* https://www.apache.org/licenses/LICENSE-2.0
* HOMEPAGE:
* https://github.com/box/box-openapi

* MindMeld Conversational AI Platform
* LICENSE (Apache License 2.0):
* https://www.apache.org/licenses/LICENSE-2.0
* HOMEPAGE:
* https://github.com/cisco/mindmeld

* Cloud Hypervisor
* LICENSE (Apache License 2.0):
* https://www.apache.org/licenses/LICENSE-2.0
* HOMEPAGE:
* https://github.com/cloud-hypervisor/cloud-hypervisor

* Discourse API Documentation
* LICENSE (MIT License):
* https://mit-license.org
* HOMEPAGE:
* https://github.com/discourse/discourse_api_docs

* GitHub's REST API OpenAPI Description
* LICENSE (MIT License):
* https://mit-license.org
* HOMEPAGE:
* https://github.com/github/rest-api-description

* Kubernetes (K8s)
* LICENSE (Apache License 2.0):
* https://www.apache.org/licenses/LICENSE-2.0
* HOMEPAGE:
* https://github.com/kubernetes/kubernetes

* ConsoleMe
* LICENSE (Apache License 2.0):
* https://www.apache.org/licenses/LICENSE-2.0
* HOMEPAGE:
* https://github.com/Netflix/consoleme

* OpenAPI spec for the OpenAI API
* LICENSE (MIT License):
* https://mit-license.org
* HOMEPAGE:
* https://github.com/openai/openai-openapi

* The OpenAPI Specification
* LICENSE (Apache License 2.0):
* https://www.apache.org/licenses/LICENSE-2.0
* HOMEPAGE:
* https://github.com/OAI/OpenAPI-Specification

* Swift Package Manager Project
* LICENSE (Apache License 2.0):
* https://www.apache.org/licenses/LICENSE-2.0
* HOMEPAGE:
* https://github.com/apple/swift-package-manager
Loading