Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

split leap-workflows integration test into individual python and typescript tests #341

Merged
merged 1 commit into from
Nov 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# konfig

|Language|Version|Package Manager|Documentation|Source|
|-|-|-|-|-|
|Python|1.0.0|[PyPI](https://pypi.org/project/leap-workflows-python-sdk/1.0.0)|[Documentation](https://github.com/leap-ai/workflows-sdks/tree/main/sdks/python/blob/main/README.md)|[Source](https://github.com/leap-ai/workflows-sdks/tree/main/sdks/python)|
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# yaml-language-server: $schema=https://unpkg.com/konfig-lib@latest/konfig-yaml.schema.json

outputDirectory: /tmp/leap-workflows-sdks-out
specPath: api-fixed.json
specInputPath: api.json
specPath: ../api-fixed.json
specInputPath: ../api.json
generators:
python:
version: 1.0.0
Expand All @@ -14,11 +14,3 @@ generators:
git:
userId: leap-ai
repoId: workflows-sdks/tree/main/sdks/python
typescript:
version: 1.0.0
npmName: '@leap-ai/workflows'
outputDirectory: sdks/typescript
clientName: Leap
git:
userId: leap-ai
repoId: workflows-sdks/tree/main/sdks/typescript

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
examples: {}
examples_2: {}
examples_3: {}
fixOnlyOneTagName: false
operationIds:
/v1/runs/{workflow_run_id}:
get: WorkflowRuns_getWorkflowRun
operationTags: {}
renameTags: {}
requestSchemaNames: {}
responseDescriptions: {}
responseSchemaNames: {}
securityParameters:
X-Api-Key:
header:
in: header
name: X-Api-Key
securityName: apiKey
type: apiKey
validServerUrls: {}
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.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@

|Language|Version|Package Manager|Documentation|Source|
|-|-|-|-|-|
|Python|1.0.0|[PyPI](https://pypi.org/project/leap-workflows-python-sdk/1.0.0)|[Documentation](https://github.com/leap-ai/workflows-sdks/tree/main/sdks/python/blob/main/README.md)|[Source](https://github.com/leap-ai/workflows-sdks/tree/main/sdks/python)|
|TypeScript|1.0.0|[npm](https://www.npmjs.com/package/@leap-ai/workflows/v/1.0.0)|[Documentation](https://github.com/leap-ai/workflows-sdks/tree/main/sdks/typescript/blob/main/README.md)|[Source](https://github.com/leap-ai/workflows-sdks/tree/main/sdks/typescript)|
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# yaml-language-server: $schema=https://unpkg.com/konfig-lib@latest/konfig-yaml.schema.json

outputDirectory: /tmp/leap-workflows-sdks-out
specPath: ../api-fixed.json
specInputPath: ../api.json
generators:
typescript:
version: 1.0.0
npmName: '@leap-ai/workflows'
outputDirectory: sdks/typescript
clientName: Leap
git:
userId: leap-ai
repoId: workflows-sdks/tree/main/sdks/typescript
Loading