Skip to content

Commit

Permalink
split leap-workflows integration test into individual python and type…
Browse files Browse the repository at this point in the history
…script tests (#341)
  • Loading branch information
eddiechayes authored Nov 7, 2023
1 parent 4cd9134 commit 63d9477
Show file tree
Hide file tree
Showing 115 changed files with 376 additions and 674 deletions.

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

0 comments on commit 63d9477

Please sign in to comment.